mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 18:12:47 +03:00
graph-threads: update to work with dojo and http
This commit is contained in:
parent
c9cb97d476
commit
ace6a41e9e
@ -24,7 +24,7 @@
|
|||||||
|= arg=vase
|
|= arg=vase
|
||||||
=/ m (strand ,vase)
|
=/ m (strand ,vase)
|
||||||
^- form:m
|
^- form:m
|
||||||
=+ !<(=action:graph-view arg)
|
=+ !<([=action:graph-view ~] arg)
|
||||||
?> ?=(%create -.action)
|
?> ?=(%create -.action)
|
||||||
;< =bowl:spider bind:m get-bowl:strandio
|
;< =bowl:spider bind:m get-bowl:strandio
|
||||||
:: Add graph to graph-store
|
:: Add graph to graph-store
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
|= arg=vase
|
|= arg=vase
|
||||||
=/ m (strand ,vase)
|
=/ m (strand ,vase)
|
||||||
^- form:m
|
^- form:m
|
||||||
=+ !<(=action:graph-view arg)
|
=+ !<([=action:graph-view ~] arg)
|
||||||
?> ?=(%delete -.action)
|
?> ?=(%delete -.action)
|
||||||
;< =bowl:spider bind:m get-bowl:strandio
|
;< =bowl:spider bind:m get-bowl:strandio
|
||||||
?. =(our.bowl entity.rid.action)
|
?. =(our.bowl entity.rid.action)
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
|= arg=vase
|
|= arg=vase
|
||||||
=/ m (strand ,vase)
|
=/ m (strand ,vase)
|
||||||
^- form:m
|
^- form:m
|
||||||
=+ !<(=action:graph-view arg)
|
=+ !<([=action:graph-view ~] arg)
|
||||||
?> ?=(%groupify -.action)
|
?> ?=(%groupify -.action)
|
||||||
;< =group bind:m (scry-group rid.action)
|
;< =group bind:m (scry-group rid.action)
|
||||||
?. hidden.group
|
?. hidden.group
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|= arg=vase
|
|= arg=vase
|
||||||
=/ m (strand ,vase)
|
=/ m (strand ,vase)
|
||||||
^- form:m
|
^- form:m
|
||||||
=+ !<(=action:graph-view arg)
|
=+ !<([=action:graph-view ~] arg)
|
||||||
?> ?=(%join -.action)
|
?> ?=(%join -.action)
|
||||||
;< =bowl:spider bind:m get-bowl:strandio
|
;< =bowl:spider bind:m get-bowl:strandio
|
||||||
?: =(our.bowl entity.rid.action)
|
?: =(our.bowl entity.rid.action)
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|= arg=vase
|
|= arg=vase
|
||||||
=/ m (strand ,vase)
|
=/ m (strand ,vase)
|
||||||
^- form:m
|
^- form:m
|
||||||
=+ !<(=action:graph-view arg)
|
=+ !<([=action:graph-view ~] arg)
|
||||||
?> ?=(%leave -.action)
|
?> ?=(%leave -.action)
|
||||||
;< =bowl:spider bind:m get-bowl:strandio
|
;< =bowl:spider bind:m get-bowl:strandio
|
||||||
?: =(our.bowl entity.rid.action)
|
?: =(our.bowl entity.rid.action)
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|= arg=vase
|
|= arg=vase
|
||||||
=/ m (strand ,vase)
|
=/ m (strand ,vase)
|
||||||
^- form:m
|
^- form:m
|
||||||
=+ !<([rid=resource title=@t description=@t group=resource module=@t ~] arg)
|
+= !<
|
||||||
|
[[rid=resource title=@t description=@t group=resource module=@t ~] ~]
|
||||||
|
arg
|
||||||
;< =bowl:spider bind:m get-bowl:strandio
|
;< =bowl:spider bind:m get-bowl:strandio
|
||||||
:: unarchive graph and share it
|
:: unarchive graph and share it
|
||||||
;< ~ bind:m
|
;< ~ bind:m
|
||||||
|
Loading…
Reference in New Issue
Block a user