mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-02 07:06:41 +03:00
graph-push-hook: fixed bunted bowl issue
This commit is contained in:
parent
adee5d6562
commit
83edfd67ba
@ -14,6 +14,7 @@
|
|||||||
--
|
--
|
||||||
::
|
::
|
||||||
%- agent:dbug
|
%- agent:dbug
|
||||||
|
%+ verb |
|
||||||
^- agent:gall
|
^- agent:gall
|
||||||
%- (agent:pull-hook config)
|
%- (agent:pull-hook config)
|
||||||
^- (pull-hook:pull-hook config)
|
^- (pull-hook:pull-hook config)
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
--
|
--
|
||||||
::
|
::
|
||||||
%- agent:dbug
|
%- agent:dbug
|
||||||
|
%+ verb |
|
||||||
^- agent:gall
|
^- agent:gall
|
||||||
%- (agent:pull-hook config)
|
%- (agent:pull-hook config)
|
||||||
^- (pull-hook:pull-hook config)
|
^- (pull-hook:pull-hook config)
|
||||||
|
@ -1,13 +1,7 @@
|
|||||||
/- *group
|
/- *group, metadata=metadata-store
|
||||||
/- metadata=metadata-store
|
/+ store=graph-store, mdl=metadata, res=resource, graph, group, default-agent,
|
||||||
/+ store=graph-store
|
dbug, verb, push-hook
|
||||||
/+ mdl=metadata
|
::
|
||||||
/+ res=resource
|
|
||||||
/+ graph
|
|
||||||
/+ group
|
|
||||||
/+ default-agent
|
|
||||||
/+ dbug
|
|
||||||
/+ push-hook
|
|
||||||
~% %graph-push-hook-top ..part ~
|
~% %graph-push-hook-top ..part ~
|
||||||
|%
|
|%
|
||||||
+$ card card:agent:gall
|
+$ card card:agent:gall
|
||||||
@ -32,6 +26,7 @@
|
|||||||
=| state-zero
|
=| state-zero
|
||||||
=* state -
|
=* state -
|
||||||
%- agent:dbug
|
%- agent:dbug
|
||||||
|
%+ verb |
|
||||||
^- agent:gall
|
^- agent:gall
|
||||||
%- (agent:push-hook config)
|
%- (agent:push-hook config)
|
||||||
^- agent
|
^- agent
|
||||||
@ -98,7 +93,7 @@
|
|||||||
++ initial-watch
|
++ initial-watch
|
||||||
|= [=path =resource:res]
|
|= [=path =resource:res]
|
||||||
^- vase
|
^- vase
|
||||||
?> (is-allowed resource)
|
?> (is-allowed:hc resource)
|
||||||
!> ^- update:store
|
!> ^- update:store
|
||||||
?~ path
|
?~ path
|
||||||
:: new subscribe
|
:: new subscribe
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
:: graph-store [landscape]
|
:: graph-store [landscape]
|
||||||
::
|
::
|
||||||
::
|
::
|
||||||
/+ store=graph-store, sigs=signatures, res=resource, default-agent, dbug,
|
/+ store=graph-store, sigs=signatures, res=resource, default-agent, dbug, verb,
|
||||||
*migrate
|
*migrate
|
||||||
~% %graph-store-top ..part ~
|
~% %graph-store-top ..part ~
|
||||||
|%
|
|%
|
||||||
@ -25,6 +25,7 @@
|
|||||||
=* state -
|
=* state -
|
||||||
::
|
::
|
||||||
%- agent:dbug
|
%- agent:dbug
|
||||||
|
%+ verb |
|
||||||
^- agent:gall
|
^- agent:gall
|
||||||
~% %graph-store-agent ..card ~
|
~% %graph-store-agent ..card ~
|
||||||
|_ =bowl:gall
|
|_ =bowl:gall
|
||||||
|
Loading…
Reference in New Issue
Block a user