Liam Fitzgerald
aabd890b6d
publish: fix backoff
2020-10-29 09:34:15 +10:00
Matilde Park
7e61bb9a6d
glob: update to 0v5.d2ut4.t1kqo.2mdr9.mnc4i.vgb53
2020-10-28 19:25:57 -04:00
Logan Allen
358af000ec
invite-store: fix %graph %create
2020-10-28 21:54:02 +00:00
Logan Allen
0eb0ef9479
graph-store: if null timestamp, replace with now
2020-10-28 14:37:26 -05:00
Liam Fitzgerald
39d538f9bc
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-28 16:40:02 +10:00
Liam Fitzgerald
2de45c53ef
Merge branch 'release/next-userspace' into lf/hark-redux
2020-10-28 16:34:55 +10:00
Liam Fitzgerald
cf4f0f302e
hark: final pass for bugs
2020-10-28 15:52:59 +10:00
L
210a9f968c
Merge pull request #3721 from urbit/la/modernize-invites
...
invite-store/hook: modernize the code style to match other new apps
2020-10-27 19:37:44 -05:00
Logan Allen
ef67bdea8b
invite-store: move to de-path-soft
2020-10-27 19:18:56 -05:00
Logan Allen
870a6f635f
invites: indentation fixes
2020-10-27 15:45:26 -05:00
Logan Allen
7083979628
invite: initialize state for %graph invites and fix mark
2020-10-27 12:48:50 -05:00
Liam Fitzgerald
8b090400f1
hark-store: add subscriptions, cache unread count
2020-10-27 15:07:13 +10:00
Liam Fitzgerald
136faf581f
hark-group-hook: add subscriptions
2020-10-27 15:06:32 +10:00
Liam Fitzgerald
df2755b485
hark-graph-hook: add subscriptions, preferences
2020-10-27 15:05:00 +10:00
Philip Monk
fc15f0d735
Merge branch 'pr' into HEAD
2020-10-22 20:47:53 -07:00
Matilde Park
6a97ebb54f
Merge branch 'release/next-userspace'
2020-10-22 22:21:18 -04:00
Matilde Park
1930a75d73
glob: update to 0v2.1vtfh.0l23v.30s7f.n57l9.dpjvi
2020-10-22 22:19:58 -04:00
Logan Allen
c8068e8fcb
agents: all agents compile with new invites types and import patterns
2020-10-22 12:17:15 -05:00
Liam Fitzgerald
582b4b15ff
hark-store: address review comments
2020-10-22 11:30:37 +10:00
Liam Fitzgerald
f3fec6ac74
hark-group-hook: address review comments
2020-10-22 11:30:18 +10:00
Liam Fitzgerald
4237d2caf6
hark-graph-hook: address review comments
2020-10-22 11:30:02 +10:00
Liam Fitzgerald
5b8087b72a
publish: refine backoff behaviour
2020-10-22 10:30:04 +10:00
Logan Allen
3304613127
interface/chat-view: updated group invites and chat invites to work properly
2020-10-21 18:11:31 -05:00
fang
e3dcfc6372
release: urbit-os-v1.0.61
2020-10-21 12:43:40 +02:00
Liam Fitzgerald
b1fb130103
hark-group-hook: add %hark-group-hook
2020-10-21 16:09:22 +10:00
Liam Fitzgerald
def6cfd535
hark-graph-hook: add %hark-graph-hook
2020-10-21 16:09:18 +10:00
Liam Fitzgerald
e336ad1c77
graph-store: add graph-mark scry
2020-10-21 15:59:39 +10:00
Liam Fitzgerald
2aed5baa25
hark-store: add working hark-store
2020-10-21 15:55:39 +10:00
Logan Allen
52d7837420
agents: updated all references to invites
2020-10-20 17:23:07 -05:00
Logan Allen
79ac6eb8cd
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-20 15:08:40 -05:00
L
c187c591ba
Merge pull request #3738 from urbit/la/spider-http
...
threads: make spider HTTP threads compatible with dojo threads, and fix the %graph-leave thread
2020-10-20 12:55:32 -05:00
Liam Fitzgerald
f8fcc161a1
publish: fix graph-store migration
...
Previously, if a subscriber received the OTA migration before the host,
then it would attempt to subscribe to a non-existent resource, and
receive a nack, thus unsubscribing the ship from the notebook. To
rectify this, the tombstoned publish has been changed to resubscribe in
a loop with exponential back off. Once it receives a positive watch-ack
(i.e. the host completed the OTA), it will then migrate the notebook to
graph-store by adding it to graph-pull-hook
2020-10-20 10:39:14 +10:00
fang
1d4ee5a7b5
eyre: kick busy subscriptions if client not acking
...
In order to curb event queue growth when a client for whatever reason
isn't acking the events we send out, we implement a mechanism for
detecting such "clogging", and proactively kick subscriptions which are
adding too many events to the queue.
If the client hasn't sent an ack for ~s30, any subscription that accrues
more than 50 unacked %facts gets closed to prevent further buildup.
Upon reconnecting, the client will see %kick for the relevant
subscriptions and can open a new subscription as appropriate.
Includes a simple test for this behavior, and updates /app/dbug to be
able to display the newly tracked statistics.
2020-10-19 15:56:05 +02:00
Liam Fitzgerald
3ee0f13e41
publish: tombstone
2020-10-19 16:15:55 +10:00
Liam Fitzgerald
b94941f0a2
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-19 13:18:25 +10:00
fang
63b4fb3e19
eyre: simplify channel subscription storage
...
Instead of storing by "channel wire", store by request-id instead.
The channel wire was just the channel-id, request-id, and some cruft.
2020-10-19 00:48:18 +02:00
matildepark
782ea1a6e7
Merge pull request #3696 from urbit/lf/bundle-cleanup
...
interface: various bundle size optimisations
2020-10-16 18:32:07 -04:00
Logan Allen
769c50dd25
invite-store: converted from paths to resources. wip
2020-10-16 13:22:57 -05:00
Logan Allen
c9cb97d476
spider: update http handler to be compatible with dojo
2020-10-16 10:42:06 -05:00
Philip Monk
8d0cfd13b7
glob: update to 0v1.hc18i.ms0ac.qi9qj.geopu.sutri
2020-10-15 16:10:02 -07:00
Philip Monk
ff0214e8ed
Merge remote-tracking branch 'origin/release/next-userspace' into philip/link-upgrade
2020-10-15 14:32:42 -07:00
Logan Allen
b43a5f5534
invite-hook: modernized the style and removed inline %json conversion
2020-10-15 10:46:12 -05:00
Logan Allen
8e81bcb12a
invite-store: modernize the style of %invite-store
2020-10-15 10:38:42 -05:00
Philip Monk
bfa94b6c3b
link-store: throw away state if it's stale cards
...
It's burdensome to upgrade cards and vases, and in practice they will be
stale anyway, so we throw them away.
2020-10-14 21:59:37 -07:00
Philip Monk
f295cd714f
Merge remote-tracking branch 'origin/la/hack-to-move-scry' into release/next-sys
2020-10-14 19:30:54 -07:00
Philip Monk
77b33632a6
Merge remote-tracking branch 'origin/master' into release/next-sys
2020-10-14 19:26:33 -07:00
Joe Bryan
efac8d6133
Merge pull request #3644 from urbit/jb/retime
...
arvo: restore :time app
2020-10-14 12:55:21 -07:00
Logan Allen
2f9a7c9c68
chat-hook: hack to move scry to a new event to fix +on-load
2020-10-14 14:20:48 -05:00
Liam Fitzgerald
f14c0ee19e
interface, glob: serve source maps externally
2020-10-14 13:26:40 +10:00
Matilde Park
65bb8a0fb5
glob: update to 0v1.bn7am.9sl00.vfh1o.uvsuf.dn9b7
2020-10-13 21:07:18 -04:00
matildepark
5861e38392
Merge pull request #3671 from urbit/lf/channel-js-fixes
...
channel.js: eagerly ack subscription updates
2020-10-13 18:54:10 -04:00
L
0d2a0bae14
Merge pull request #3632 from urbit/la/remove-hall-sur
...
acme: remove last %hall import and remove sur file
2020-10-13 15:05:37 -05:00
Liam Fitzgerald
4551e16976
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-13 14:51:14 +10:00
Matilde Park
8a1c6f6243
glob: update to 0v4.9nedu.7t8gi.5n5f7.nofgk.c2dl1
2020-10-09 15:38:16 -04:00
Matilde Park
fa90317c19
glob: update to 0vffm4l.40gda.ia3t0.5s73j.ov6mt
2020-10-08 20:47:15 -04:00
Matilde Park
5377b2a862
glob: update to 0v7.emvn0.o8u9d.hqpc4.8e6h5.699gl
2020-10-08 17:42:48 -04:00
Liam Fitzgerald
81b036a354
channel.js: ack subscription updates
2020-10-08 13:08:01 +10:00
Liam Fitzgerald
11366018ae
channel.js: fire delete event on beforeUnload
2020-10-08 13:08:01 +10:00
Matilde Park
5c9320dd3b
glob: update to 0v7.jr6ec.podvs.b3btt.in45e.v87ac
2020-10-07 22:17:01 -04:00
Matilde Park
77b1db2d16
Merge branch 'master' into release/next-userspace
2020-10-05 20:56:57 -04:00
Fang
4cfb98ec8d
hood: welp cards
...
The +weld call was nest-failing for some reason...
2020-10-05 23:43:12 +02:00
Joe Bryan
455de92b0d
arvo: restore :time app
2020-10-05 01:17:17 -07:00
Liam Fitzgerald
bda2770320
Merge branch 'release/next-userspace' into lf/global-skeleton-links
2020-10-05 15:47:45 +10:00
Liam Fitzgerald
fdbf225c66
graph-store: restore @ud encoding
2020-10-05 15:27:26 +10:00
Liam Fitzgerald
627937f5a0
publish-mark: address review
2020-10-05 15:26:27 +10:00
Liam Fitzgerald
0d646aebf3
metadata-store: migrate publish to graph-store
2020-10-05 14:50:11 +10:00
Liam Fitzgerald
ecf15cb66d
publish: update graph-store migration
2020-10-05 14:42:38 +10:00
Matilde Park
5b9da64122
glob: update to 0v6.k146g.ot3f9.d6vgi.6hrj7.4e5gn
2020-10-02 14:14:19 -04:00
Matilde Park
294f89d56e
Merge branch 'release/next-userspace'
2020-10-01 22:56:23 -04:00
Logan Allen
e9f27a51fa
acme: remove last %hall import and remove sur file
2020-10-01 21:49:16 -05:00
Logan Allen
a968bb004b
chat-hook: fix infinite loop from reconnecting to own dm
2020-10-01 21:29:50 -05:00
Logan Allen
2c0ddfa960
Merge branch 'la/fix-dumb-mistake' of github.com:urbit/urbit into la/fix-dumb-mistake
2020-10-01 21:19:25 -05:00
Logan Allen
f34c1ba614
chat-hook: added assert to remove infinite loop case
2020-10-01 21:18:51 -05:00
Logan Allen
43139fa38d
chat-hook: fix infinite loop
2020-10-02 02:04:20 +00:00
Logan Allen
f83674e985
chat-hook: do not remove chat if watch-nack
2020-10-02 01:59:14 +00:00
Logan Allen
1db605646a
chat-hook: wip recover state
2020-10-01 20:49:58 -05:00
Logan Allen
17e1f6a043
chat-hook: fix dumb mistake
2020-10-01 20:31:34 -05:00
Matilde Park
d0d8f7d9f0
glob: update to 0vlkq9j.tgij1.qgq25.qilkc.0bsm7
2020-10-01 20:59:50 -04:00
Matilde Park
f76c5e13ef
Merge branch 'release/next-userspace'
2020-10-01 20:40:28 -04:00
Logan Allen
0db7bba4fc
chat-hook: remove app-path from hook state when it has no corresponding group, and do not crash in prior upgrade if chat has no group
2020-10-01 16:28:32 -05:00
Matilde Park
fe8432d62c
Merge branch 'mp/status/indigo-react' ( #3614 )
...
* origin/mp/status/indigo-react:
interface: remove png binaries
interface: indigo-react statusbar icons
Signed-off-by: Matilde Park <matilde@tlon.io>
2020-10-01 00:23:43 -04:00
Liam Fitzgerald
ef7bb37f8f
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-10-01 09:43:34 +10:00
fang
84494fcd63
Merge pull request #3588 from urbit/dk-js-chan
...
landscape: channel.js plumbing acks through for subscriptions
2020-10-01 01:01:47 +02:00
Fang
b277b82167
hood: welp cards
...
The +weld call was nest-failing for some reason...
2020-09-30 15:54:27 +02:00
Liam Fitzgerald
cae7ff7e50
launch: remove stale tiles
2020-09-30 23:48:33 +10:00
Matilde Park
01e28b3033
interface: remove png binaries
2020-09-28 21:45:37 -04:00
Liam Fitzgerald
8acabefcc5
Merge branch 'release/next-userspace' into lf/global-skeleton-links
2020-09-29 11:02:49 +10:00
David Kerschner
0cd4d12400
landscape: channel.js, address requested changes
2020-09-28 15:47:42 -07:00
Tyler Brown Cifu Shuster
15f793ddfb
landscape: remove externally loaded aws
2020-09-28 15:04:31 -07:00
fang
106a714fb5
Merge pull request #3569 from pkova/release/next-userspace
...
dojo: parse %as in ++parse-value instead of ++parse-build
2020-09-26 01:16:56 +02:00
David Kerschner
a07757c313
landscape: channel.js plumbing acks through for subscriptions
2020-09-25 15:57:53 -07:00
Matilde Park
5519f9baaa
Merge branch 'release/next-userspace'
2020-09-25 17:32:32 -04:00
Matilde Park
fb66701008
Merge branch 'la/spider' ( #3582 )
...
* origin/la/spider:
spider: bind eyre unconditionally upon upgrade
Signed-off-by: Matilde Park <matilde.park@sunshinegardens.org>
2020-09-25 17:32:05 -04:00
Logan Allen
36f53a434d
spider: bind eyre unconditionally upon upgrade
2020-09-25 16:28:17 -05:00
Logan Allen
e17e508379
chat-hook: fix, test, and ensure sending invite works
2020-09-25 15:52:42 -05:00
Logan Allen
f6b2a45c62
chat-hook: send invites to all unsubscribed members of unmanaged chats
2020-09-25 14:18:26 -05:00
Logan Allen
561f8e00b3
metadata-store: migrate indices properly
2020-09-25 10:41:39 -05:00
pkova
d576c9479f
dojo: parse %as in ++parse-value instead of ++parse-build
...
Allows things like `+hello &helm-hi 'hi'`. Fixes #1476 .
2020-09-25 14:11:40 +03:00
Fang
9efa389e5a
glob: update hash correctly
2020-09-25 11:31:17 +02:00
Fang
e5c3c5263f
glob: update to 0v5.6e3d0.3hm4q.iib09.rb2jb.9h4k4
2020-09-25 11:20:06 +02:00
Liam Fitzgerald
f77522755d
metadata-store: rebuild indices
...
The OTA deployment of urbit-os-v1.0.50 unintentionally wiped the indices
during the state migration. This caused widespread permissions issues,
as agents were unable to tell which group is associated with what channel.
Fortunately, the indices are a simple transform of the associations noun,
which was kept intact. This commit introduces a state migration to rebuild
the indices, in order to restore connectivity on the network.
2020-09-25 16:21:29 +10:00
Matilde Park
4fad47d151
glob: update to 0v4.6aspk.m4l21.aha5i.79git.eu8bv
2020-09-24 22:17:49 -04:00
Matilde Park
98acf2ee70
glob: update to 0v6.5vpjh.iofq9.lseb0.1e4c8.2p7fo
2020-09-24 21:21:05 -04:00
L
f00d476fcb
Merge pull request #3521 from urbit/ted/link
...
graph import/export generators
2020-09-24 20:06:46 -05:00
Liam Fitzgerald
65e0fa1eb8
publish: refine new groups layout
2020-09-25 10:44:24 +10:00
Matilde Park
261b0f24a1
Merge branch 'release/link' ( #3544 )
...
* origin/release/link: (72 commits)
graph: handle already joined case
graph: subscribe to keys globally
leap: fix react-routing to links
interface: fixing syntax error in metadata settings
interface: last tweaks
leap: refer to module when indexing graph data
link-store: fix migration bugs
links: fix s3 detection
links: all inputs use gray2
links: link-item retains hostname detection
links: pass remoteContentPolicy to pending comment
link-listen-hook: silently discard %behn %wake
link: iterate over OrderedMap correctly
interface: added oembeds and drag and drop back
interface: ported in Liam's graph-update reducer and threaded through some display parameters into LinkItem
apps: fix issues with mark and remove unnecessary comments
interface: fix tab bar to display and link properly
graph-view: en-path resource for md-hook
push-hook: Proxy local pokes and fix kick path
interface: removed unused api and store files
...
Signed-off-by: Matilde Park <matilde@tlon.io>
2020-09-24 20:44:10 -04:00
Liam Fitzgerald
7b2c485587
interface: flesh out new groups layout
2020-09-25 10:43:30 +10:00
Logan Allen
cec014fa96
interface: last tweaks
2020-09-24 19:09:46 -05:00
Ted Blackman
7237132e9a
link-store: fix migration bugs
2020-09-24 20:03:07 -04:00
Logan Allen
7498b6d0cb
link-listen-hook: silently discard %behn %wake
2020-09-24 17:21:47 -05:00
Logan Allen
1eef5ac05f
apps: fix issues with mark and remove unnecessary comments
2020-09-24 13:47:45 -05:00
Matilde Park
690e106853
Merge branch 'mp/remove-test' ( #3519 )
...
* origin/mp/remove-test:
arvo: remove test/example.udon
Signed-off-by: Matilde Park <matilde@tlon.io>
2020-09-22 17:14:52 -04:00
Logan Allen
bc9b508d77
Merge branch 'release/next-userspace' into release/link
2020-09-22 15:52:42 -05:00
Logan Allen
599dd8fed1
metadata-store: remove all %link entries
2020-09-22 13:16:53 -05:00
Logan Allen
3bc4be631e
permission: fully deprecate and remove unnecessary logic
2020-09-22 12:37:22 -05:00
Logan Allen
f015acb76c
metadata: add %module field to metadata
2020-09-22 12:26:19 -05:00
Ted Blackman
9ee1a1751c
:graph-store: remove stray printf
2020-09-21 10:50:03 -04:00
Logan Allen
38459a1095
graph-threads: fixed graph threads and added more fine-grained permissions to graph-push-hook
2020-09-18 16:59:56 -05:00
Ted Blackman
d6899857f4
+graph-store/import-graph
2020-09-18 16:50:34 -04:00
Ted Blackman
3c03d61038
+graph-store/export-graph and associated scry handler
2020-09-18 16:21:00 -04:00
Logan Allen
0f2c4d069e
graph-push-hook: graph push hook forwarding works
2020-09-18 15:09:06 -05:00
Ted Blackman
f334854318
WIP: +graph-export
2020-09-18 15:50:54 -04:00
Matilde Park
7f559f5ca9
arvo: remove test/example.udon
...
This file dates back to the previous Eyre write; Arvo no longer has a
/web folder, so this seems fine to clean out.
2020-09-18 14:25:15 -04:00
fang
b7df1a3f65
Merge pull request #3419 from urbit/m/shoe-tables
...
shoe: tables
2020-09-17 13:16:50 +02:00
Philip Monk
61fd3c957d
pill: update
2020-09-16 22:27:09 -07:00
Matilde Park
ba7763897f
Merge branch 'release/next-userspace' of github.com:urbit/urbit into release/next-userspace
2020-09-16 12:55:28 -04:00
L
3bf91ddebe
Merge pull request #3458 from urbit/lf/graph-fixes
...
graph-store: fix signatures & marks
2020-09-16 11:48:54 -05:00
Matilde Park
4e82588cc0
glob: update to 0v3.u1ets.ipgbo.eo23m.md70h.djpj0
2020-09-16 00:32:23 -04:00
Matilde Park
405c4792dc
glob: update to 0v6.cvqlg.l55tn.kk8qp.lv4q3.f06lj
2020-09-15 22:14:46 -04:00
Ted Blackman
77658b1a8a
Merge remote-tracking branch 'origin/release/link' into lf/graph-be
2020-09-15 16:46:00 -04:00
Logan Allen
6c0589e32f
Merge branch 'release/next-userspace' into lt/link-migration
2020-09-15 12:42:36 -05:00
Logan Allen
5d5d93e663
graph-push-hook: find group associated with app resource
2020-09-15 12:29:26 -05:00
Logan Allen
e2670deba3
graph-push-hook: check whether someone is a member, not whether they can join
2020-09-15 11:32:29 -05:00
Liam Fitzgerald
dd3fd3b6a9
graph-store: allow recursive add-nodes from JSON
2020-09-15 15:32:04 +10:00
Logan Allen
8106be7c16
link-view: removed TODO
2020-09-14 14:52:09 -05:00
Logan Allen
1f02c594a8
userspace: addressed TODOs and made %link-store compile
2020-09-14 14:49:41 -05:00
Liam Fitzgerald
9ef2adf9da
graph-view: error-handling pass
2020-09-11 13:09:34 +10:00
Liam Fitzgerald
af77d47e73
graph-view: revived groupify
2020-09-11 10:15:04 +10:00
Liam Fitzgerald
2a9c1bf3fa
Revert "graph-hooks: deleted for now until we can test them with a UI"
...
This reverts commit 738481ff71
.
2020-09-11 09:35:44 +10:00
Liam Fitzgerald
47561d806f
spider: add state adapters for HTTP interface
2020-09-11 09:35:44 +10:00
Liam Fitzgerald
06012abe2e
spider: add HTTP interface
2020-09-11 09:35:44 +10:00
Liam Fitzgerald
cae2ccd707
graph-view: revived groupify
2020-09-10 21:39:50 +10:00
Liam Fitzgerald
feb96625f1
Merge branch 'release/next-userspace' into lf/graph-publish-fe
2020-09-10 20:45:37 +10:00
Matilde Park
a2adf7359d
glob: update to 0v4.kdc52.27is2.c7mnh.7vsrb.ij4jo
2020-09-09 00:19:14 -04:00
Liam Fitzgerald
4df053733b
Merge branch 'lf/publish-graph' into lf/graph-publish-fe
2020-09-09 11:19:46 +10:00
Matilde Park
7d857d3a83
glob: update to 0v6.vnpkl.sq452.quabg.73g7k.dhi55
2020-09-08 20:39:36 -04:00
Matilde Park
c7f8af1fd2
Merge branch 'release/next-userspace'
2020-09-08 20:32:02 -04:00
Liam Fitzgerald
502792a734
publish: store title in content
2020-09-08 16:09:06 +10:00
Liam Fitzgerald
d1a1cfccad
publish: first draft of graph-store migration
2020-09-08 14:23:50 +10:00
Liam Fitzgerald
2c2a61746b
graph-store: fix signatures & marks
2020-09-04 15:37:39 +10:00
Liam Fitzgerald
ab145928ca
Revert "graph-hooks: deleted for now until we can test them with a UI"
...
This reverts commit 738481ff71
.
2020-09-03 15:07:35 +10:00
Liam Fitzgerald
b1093f0749
spider: add state adapters for HTTP interface
2020-09-03 15:04:11 +10:00
Liam Fitzgerald
24658275d5
spider: add HTTP interface
2020-09-03 14:47:34 +10:00
Liam Fitzgerald
3cce0f3830
glob: update to 0v5.g2nge.n1pgc.v5326.ivfqv.7ici2
2020-09-01 22:34:24 -04:00
Liam Fitzgerald
e96671b930
chat-view: no-op instead of crash on self-join
2020-09-02 11:44:10 +10:00
Liam Fitzgerald
b006e7f4ad
chat-view: crash on joining own chat
2020-09-02 11:21:44 +10:00
Fang
941d9b90c0
shoe: add %table and %row usage to example app
...
Adds "table" and "row" commands, in addition to the existing "demo" one,
to provide examples of dime-table rendering, text wrapping etc.
2020-09-01 20:13:48 +02:00
Ted Blackman
4b26b2dd71
link: archive graph on migration
2020-09-01 13:57:19 -04:00
L
48df07cd55
Merge pull request #3390 from urbit/la/graph-js
...
interface: added graph reducer, store state, and subscription
2020-09-01 12:27:07 -05:00
Matilde Park
ef3b9282c2
various: add [landscape] marker to apps in arvo
2020-08-31 21:54:39 -04:00
Logan Allen
bbf854d956
graph-store: updated scry interface to return %graph-store marks so as to properly do %json conversion
2020-08-27 17:31:36 -05:00
Matilde Park
13b5851b71
Merge branch 'master' into release/next-userspace
2020-08-27 14:50:27 -04:00
Fang
ddb61adbd1
lib: take json as argument to server json-response
...
No reason conversion to octs has to happen outside of this function.
2020-08-27 16:57:03 +02:00
Matilde Park
d47cfdb57d
release: urbit-os-v1.0.43
2020-08-26 21:12:53 -04:00
Matilde Park
d78e28a167
glob: update to 0v6.8fpt6.7mcjg.nb019.df3fo.haav6
2020-08-26 21:11:32 -04:00
Matilde Park
e76e919755
landscape/index.html: restore aws script
...
This got dropped in a merge conflict somewhere.
2020-08-26 20:50:49 -04:00
Matilde Park
0245ea73cf
Merge branch 'la/file-server-fix' ( #3379 )
...
* origin/la/file-server-fix:
file-server: fix %file-server by adding SPA flag and threading is-file through request
Signed-off-by: Matilde Park <matilde.park@sunshinegardens.org>
2020-08-26 20:39:38 -04:00
Logan Allen
e1b011224d
file-server: fix %file-server by adding SPA flag and threading is-file through request
2020-08-26 14:24:16 -05:00
Philip Monk
794b31ec91
file-server: use new base hash
2020-08-25 21:08:26 -07:00
Liam Fitzgerald
a7779025e8
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-26 10:50:12 +10:00
Philip Monk
9f96259261
Merge pull request #3311 from ohAitch/fix-wuts
...
dojo: restore `??` and `???` syntax
2020-08-25 15:00:49 -07:00
Anton Dyudin
46af34cfe8
dojo: fix dy-show-type-noun indent
2020-08-25 13:45:32 -07:00
matildepark
2bd4a7035a
Merge pull request #3316 from urbit/dk-peek
...
updated on-peek for s3-store
2020-08-24 14:37:32 -04:00
Logan Allen
1a419895a3
link-hooks: left TODO comments
2020-08-19 16:27:08 -07:00
Logan Allen
5838b017f8
link: deactivated view
2020-08-19 16:26:21 -07:00
Logan Allen
291ec5526b
link-hooks: deactivated and deleted state
2020-08-19 16:21:42 -07:00
Logan Allen
a4e21da3f0
hood: starts %graph-pull-hook and %graph-push-hook
2020-08-19 12:48:08 -07:00
Logan Allen
7ec18b834d
Merge branch 'la/graph-hook' into lt/link-migration
2020-08-19 12:28:11 -07:00
Logan Allen
b70cae9d77
graph-hook: both hooks compile
2020-08-19 12:26:58 -07:00
Logan Allen
928e5f7362
graph-hooks: initial sketch
2020-08-19 12:22:20 -07:00
David Kerschner
dd3e1a5bcc
launch: minor on-peek update
2020-08-19 11:46:52 -07:00
matildepark
f9805aada9
Merge pull request #3327 from urbit/lf/groups-join-fix
...
groups: join fixes
2020-08-19 11:09:05 -04:00
David Kerschner
1eb6407062
launch: added scrys for missing options
2020-08-18 17:25:51 -07:00
David Kerschner
bf4faf467c
s3-store: requested stylistic changes
2020-08-18 17:25:35 -07:00
Ted Blackman
dd2bae9320
links: data migration compiles; untested and still needs subscription migration
2020-08-18 15:41:24 -04:00
Liam Fitzgerald
a8e4e00627
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-18 09:56:04 +10:00
Logan Allen
9c33fbd9be
file-server: fix #3047 , incorrect path matching
2020-08-17 13:30:05 -07:00
David Kerschner
8837e6686e
updated per comments
2020-08-17 12:57:46 -07:00
Matilde Park
80b3d59789
Merge branch 'master' into release/next-userspace
2020-08-17 13:00:28 -04:00
Liam Fitzgerald
e89cb3bd71
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-17 18:10:00 +10:00
Liam Fitzgerald
5a1a994b9f
group-store: Disallow joining of nonexisting groups
...
Returns %.n upon requesting a join of group that does not exist
2020-08-17 12:51:45 +10:00
Liam Fitzgerald
516423b853
contact-hook: no-op on accepted invite
...
The contact-hook was attempting to join a group upon it's invite being
accepted. However, the join poke is also sent from the frontend, causing
a potential race condition. Changes contact-hook to no-op on an
%invite-update.
2020-08-17 12:41:24 +10:00
David Kerschner
a2c7b16eb1
updated on-peek for s3-store
2020-08-14 11:36:29 -07:00
Tyler Brown Cifu Shuster
a593a9a3de
interface: div is not a self-closing tag
2020-08-13 21:17:36 -07:00
Anton Dyudin
4c45ffc7f0
dojo: reintroduce "?? expr" raw-ish type printer
2020-08-14 00:27:31 +00:00
Anton Dyudin
dda386472c
dojo ???: handle threads
2020-08-14 00:27:31 +00:00
Anton Dyudin
d372da3829
dojo: reintroduce "??? expr" parse debug mode
...
NOTE does a somewhat quetionable type thing, original version didn't compile
2020-08-14 00:27:31 +00:00
Matilde Park
b0d252fa76
publish: no-op when joining our own notebook
...
Fixes #3300 .
2020-08-12 23:08:31 -04:00
Matilde Park
b963a55b04
publish: no-op when joining our own notebook
...
Fixes #3300 .
2020-08-12 21:12:05 -04:00
Liam Fitzgerald
993ba2d00f
glob: update to 0v2.pbthv.gd1q2.h2ura.5esrn.d361c
2020-08-11 22:14:07 -04:00
Matilde Park
a123dd67dd
interface: allow pinch zooming if needed
2020-08-11 16:20:19 -04:00
Matilde Park
087dbf0221
interface: prevent interface zooming on iOS
2020-08-11 15:24:28 -04:00
Liam Fitzgerald
7abeebc672
glob: update to 0v7.foe2o.ang8k.28dnr.fudi0.74c8d
2020-08-11 00:26:02 -04:00
Matilde Park
442d124836
landscape/index.html: update for new bundle
2020-08-10 23:01:01 -04:00
Matilde Park
f79f1a128b
glob: update to 0v2.aal6p.71bo0.v3r4f.ka7l6.8js3t
2020-08-10 23:00:40 -04:00
Matilde Park
f93448e473
landscape/index.html: update for new bundle
2020-08-10 22:09:57 -04:00
Matilde Park
ef26b119dc
glob: update to 0vmf0mo.4kgmp.27315.046hb.ikabc
2020-08-10 21:30:27 -04:00
Liam Fitzgerald
e3d1293f6a
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-10 09:52:36 +10:00
Liam Fitzgerald
1238c2034b
Merge branch 'release/next-userspace' into lf/settings-screen
2020-08-07 10:48:21 +10:00
Liam Fitzgerald
860794e084
Merge branch 'release/next-userspace' into lf/versioned-js-bundles
2020-08-07 10:30:13 +10:00
Matilde Park
fe4b6facb1
omnibox: use current assets
2020-08-05 21:32:19 -04:00
Matilde Park
67e1586f94
Merge branch 'release/next-userspace' into mp/omnibox
2020-08-05 15:27:10 -04:00
Liam Fitzgerald
b3139f0e52
settings: add inline image upload
2020-08-05 13:39:25 +10:00
matildepark
ef62796305
Merge pull request #3251 from urbit/lf/admin-invite
...
contact-view: poke %group-push-hook correctly
2020-08-04 19:12:31 -04:00
Liam Fitzgerald
13e22455f3
contact-view: poke %group-push-hook correctly
...
Fixes #3214
2020-08-04 12:55:05 +10:00
Liam Fitzgerald
044cea6eb4
glob: update glob for versioning
2020-08-04 10:53:45 +10:00
Liam Fitzgerald
0d1930b6ac
file-server: migrate to new dir
2020-08-04 10:38:56 +10:00
Liam Fitzgerald
f4971ae08c
glob: serve all webpack assets out of /bundle
2020-08-04 10:36:51 +10:00
Liam Fitzgerald
255cf8a730
glob: handle versioned JS bundles in |make
2020-08-03 10:09:49 +10:00
Liam Fitzgerald
cf84670fc8
file-server: do not cache index.html
...
Removes caching for index.html so JS versioning can occur by referencing
JS bundles with different filenames
2020-08-03 09:53:49 +10:00
Matilde Park
baaea9a2a4
glob: update to 0v3.cus8h.vc64c.rfb3t.22oji.b529a
2020-07-31 01:25:41 -04:00
Matilde Park
5fd6d657b8
glob: update to 0v1.lkkr3.b5rri.loft7.tctif.hlu0t
2020-07-31 00:28:08 -04:00
Matilde Park
9bbe87acb3
Merge branch 'master' into release/next-userspace
2020-07-31 00:16:39 -04:00
matildepark
6ff8176380
Merge pull request #3228 from urbit/la/fix-out-of-sync
...
chat-hook: fix synced map getting out of sync with outgoing subscriptions
2020-07-30 22:43:37 -04:00
Matilde Park
1be4aed640
interface: add omnibox, new statusbar
2020-07-30 19:14:03 -04:00
L
798f3b5de0
Merge pull request #3110 from urbit/la/graph-store
...
graph-store: a consistent, strongly validated, interoperable data storage format
2020-07-30 15:25:17 -07:00
Logan Allen
d7b31680f4
graph-store: moved ~| to within var declarations so crashes don't affect anything else
2020-07-30 15:06:48 -07:00
Logan Allen
871818b241
graph-store: if there is no hash in added node, replace signatures with ~, otherwise check validity of signatures
2020-07-30 15:02:04 -07:00
Logan Allen
7fb50a3f97
graph-store: respond to phil's comments, request %next for clay, and compare +tear to hash
2020-07-30 14:43:40 -07:00
Logan Allen
f8320b3de1
chat-hook: fix synced map getting out of sync with outgoing subscriptions
2020-07-30 14:20:40 -07:00
Philip Monk
4a5d087de6
Merge remote-tracking branch 'origin/master' into release/next-sys
2020-07-30 13:46:13 -07:00
Matilde Park
3ab634a788
release: urbit-os-v1.0.35
2020-07-29 00:16:05 -04:00
Logan Allen
77bdc63899
graph-store: null scry results are now [~ ~]
2020-07-28 12:32:18 -07:00
Logan Allen
7c3d608185
hood: update to %9 and start %graph-store
2020-07-28 12:24:55 -07:00
Logan Allen
738481ff71
graph-hooks: deleted for now until we can test them with a UI
2020-07-28 12:10:12 -07:00
Logan Allen
452d6ea4e1
graph-store: fully tested mark validation system
2020-07-28 12:03:09 -07:00
Liam Fitzgerald
f381b53e06
chat-hook: identify DMs correctly
2020-07-28 17:04:41 +10:00
Matilde Park
4d288f2e4e
release: urbit-os-v1.0.34
2020-07-27 22:28:04 -04:00
Liam Fitzgerald
66e665d683
chat-hook: rerun fix on OTA
2020-07-28 12:16:48 +10:00
Liam Fitzgerald
ccf9296bab
chat-hook: correctly poke chat-view on fix case and fix path
2020-07-28 12:14:27 +10:00
Matilde Park
e1c55c9f1f
release: urbit-os-v1.0.33
2020-07-27 21:42:42 -04:00
matildepark
1382537357
Merge pull request #3199 from urbit/ixv/publish-groups-fixes
...
publish: fix issues with new groups
2020-07-27 21:27:33 -04:00
Isaac Visintainer
ed3d9bda12
publish: set group tags for notebook write permissions
2020-07-27 18:41:30 -06:00
matildepark
333361edcb
Merge pull request #3170 from urbit/lf/chat-cli-groups-refactor
...
chat-cli: revive chat creation and add group association
2020-07-27 20:15:33 -04:00
matildepark
3d0e70dbf9
Merge pull request #3178 from urbit/la/fix-dms
...
chat-hook: recreate all foreign dms as local dms
2020-07-27 20:03:43 -04:00
Isaac Visintainer
cf57af3065
publish: don't let group-pull-hook go into an infinite loop
2020-07-27 17:49:47 -06:00
Isaac Visintainer
b3a7266440
publish: only delete group in unsubscribe action if the notebook is unmanaged
2020-07-27 17:49:47 -06:00
Logan Allen
325667f9ec
Merge branch 'master' into la/graph-store
2020-07-27 12:10:22 -07:00
Liam Fitzgerald
e819d2f197
chat-cli: address review comments
2020-07-27 11:15:57 +10:00
Philip Monk
0fe11da822
Merge remote-tracking branch 'origin/master' into philip/clay
2020-07-25 18:48:40 -07:00
Logan Allen
49dc81f7d1
chat-hook: append messages to new dm
2020-07-24 15:50:21 -07:00
Logan Allen
1578103128
chat-hook: cleaned up and fixed app paths
2020-07-24 14:38:34 -07:00
Logan Allen
d737cb28ae
chat-hook: recreate all foreign dms as local dms
2020-07-24 13:59:15 -07:00
matildepark
c5039c4c41
Merge pull request #3169 from urbit/lf/md-hook-fix
...
metadata-store,hook: ignore bad paths in on-load
2020-07-23 23:44:07 -04:00
Liam Fitzgerald
7ba585f719
chat-cli: revive chat creation and add group association
2020-07-24 13:17:48 +10:00
Liam Fitzgerald
5ef6637af0
metadata-store,hook: ignore bad paths in on-load
2020-07-24 11:47:12 +10:00
Matilde Park
02b8f8403b
file-server: remove newline
2020-07-23 19:12:32 -04:00
Matilde Park
26c7b567cd
file-server: fix base-hash trimming
...
Fixes #3159 .
2020-07-23 16:11:24 -04:00
Liam Fitzgerald
5fd268ced8
contact-store: restore /~/default contacts
2020-07-23 17:54:45 +10:00
Liam Fitzgerald
70b0336d22
contact-hook: resubscribe on correct paths
2020-07-23 17:42:41 +10:00
Philip Monk
553a9db843
clay: refactor over-the-wire protocol
...
Don't send blobs initially; instead, wait for the recipient to ask for
any they need. This should significantly reduce network and memory usage.
2020-07-23 00:12:33 -07:00
Liam Fitzgerald
0eb3b2e77f
metadata: handle OTA correctly
2020-07-23 15:02:54 +10:00
Liam Fitzgerald
9f46f4ce24
group-store: remove scries from OTA logic
2020-07-23 01:54:56 +00:00
Logan Allen
0a2e721d7f
graph-store: move over to +sham from +mug
2020-07-22 13:32:47 -07:00
Matilde Park
8bd13c8ed7
release: urbit-os-v1.0.30
2020-07-22 14:50:51 -04:00
Matilde Park
0d68f3f901
Merge branch 'release/next-sys'
2020-07-22 14:31:17 -04:00
Fang
4ea98e569f
ames: improve scry interface
...
No longer abuse the desk field, instead making use of the path. Reject
any scries outside of the local ship, empty desk and current time as
invalid.
2020-07-22 16:30:47 +02:00
Liam Fitzgerald
66e2fc0208
chat, publish, contacts: fix OTA bugs
2020-07-22 12:54:34 +00:00
Liam Fitzgerald
24b25a3422
Merge remote-tracking branch 'origin/release/next-userspace' into lf/groups-refactor
2020-07-22 10:42:52 +00:00
Logan Allen
c06eb4d8c0
graph-store: removed +mop from sur and added test validator for chat
2020-07-21 17:38:06 -07:00
Fang
3eab480de7
Merge branch 'release/next-sys' into jb/m/behn-scry
2020-07-22 02:02:05 +02:00
Logan Allen
6dddcd98e8
graph-store: style fix and fixed mark validation
2020-07-21 16:01:46 -07:00
Logan Allen
65eb56785c
graph-store: prevent crashes in %add-nodes based on mug-ordering by making sure smaller indices are added first
2020-07-21 15:57:44 -07:00
Philip Monk
f4c34c7598
release: urbit-os-v1.0.29
2020-07-21 12:59:12 -07:00
Philip Monk
d641210c6f
Merge branch 'philip/glob' ( #3139 )
...
* philip/glob:
interface: don't require urbitrc for build:prod
maintainers: add glob-making instructions
publish: loosen +noun:grab
glob: autostart and make ota-able
glob: added app to distribute js outside clay
Signed-off-by: Philip Monk <phil@pcmonk.me>
2020-07-21 11:22:16 -07:00
Logan Allen
85d086e6d6
graph-store: respond to ted's review
2020-07-21 11:04:18 -07:00
Matilde Park
b8c8170eb2
Merge branch 'release/next-userspace' into lf/groups-refactor
2020-07-21 13:47:31 -04:00
Liam Fitzgerald
cfa11e3408
metadata-store: migrate contact paths
2020-07-21 11:08:58 +10:00
Philip Monk
350756b47a
glob: autostart and make ota-able
2020-07-17 16:58:28 -07:00
Liam Fitzgerald
c04d3f1659
channel-js: add onChannelOpen hook
2020-07-17 13:59:57 +10:00
Liam Fitzgerald
2509642042
contact-hook: upgrade paths on OTA
2020-07-17 12:04:15 +10:00
Liam Fitzgerald
2c550bfcaf
contact-store: upgrade existing paths on OTA
2020-07-17 12:04:15 +10:00
Matilde Park
a3caf1a214
Merge branch 'release/next-userspace' into lf/groups-refactor
2020-07-16 13:55:44 -04:00
Philip Monk
016719ca6b
glob: added app to distribute js outside clay
2020-07-15 12:26:55 -07:00
Liam Fitzgerald
081bb184c7
hood: remove peeking print
2020-07-15 14:48:56 +10:00
Liam Fitzgerald
9be338b197
file-server: scry for %base desk hash
2020-07-15 14:26:50 +10:00
matildepark
8ee618a197
Merge pull request #3121 from urbit/mp/weather-denested
...
weather: don't double-nest json on-watch
2020-07-13 23:14:33 -04:00
Matilde Park
eac2837625
weather: don't double-nest json on-watch
...
Fixes #3118 . Because we nest the data in a weather key and save that
in app state, we don't need to nest the data in weather twice over when
giving initial data to new subscribers.
2020-07-13 22:27:47 -04:00
Liam Fitzgerald
701620af1d
Merge branch 'release/next-userspace' into lf/groups-refactor
2020-07-14 09:50:27 +10:00
Liam Fitzgerald
64065d720c
groups: refactor ota
2020-07-13 01:44:49 +00:00
Fang
90d99d8f87
Merge pull request #3115 from ryjm/jm/chat-cli-prefix
...
tab completion in chat-cli completes without prefix char
2020-07-09 19:02:58 +02:00
ryjm
56cf5ae5bc
chat-cli: add mic directly in tab-list
2020-07-09 12:46:25 -04:00
ryjm
f949138560
chat-cli: proper prefix for tab completion
2020-07-09 10:35:44 -04:00
Logan Allen
520bf417c7
landscape: remove Post.png placeholder
2020-07-08 15:48:46 -04:00
Logan Allen
9da7ed9042
Merge branch 'lf/groups-refactor' into la/graph-store
2020-07-08 15:42:29 -04:00
Logan Allen
80d67c2f16
graph-view: delete for now
2020-07-08 15:39:20 -04:00
Logan Allen
d237fb9ad6
graph: get graph building and remove or-map library
2020-07-08 15:24:59 -04:00
Logan Allen
106119a9ba
Merge branch 'la/ordered-map-subset' into la/graph-store
2020-07-08 15:17:55 -04:00
Fang
f6d1e19cc3
Merge pull request #3109 from urbit/m/file-server-warning
...
file-server: print a warning when binding fails
2020-07-08 21:00:23 +02:00
Fang
40e89b3875
file-server: print a warning when binding fails
2020-07-08 18:54:38 +02:00
Liam Fitzgerald
c139332a55
various: cleanup unnecessary sigpams
2020-07-08 11:37:15 +10:00
Liam Fitzgerald
28c35d8715
groups: move adding owner to backend
2020-07-08 11:17:24 +10:00
Liam Fitzgerald
e1c745fdb9
chat: correct group-path handling for DM
2020-07-08 11:13:39 +10:00
Philip Monk
bc7f139725
dojo: add tags to identify errors
...
Particularly useful in cases where there is no trace, for example if you
simply execute `!!` or `_!! 5`.
2020-07-07 17:25:44 -07:00
Liam Fitzgerald
76bc3d82e1
Merge branch 'release/next-userspace' into lf/groups-refactor
2020-07-08 10:04:02 +10:00
Logan Allen
233b61199d
graph: improved type naming
2020-07-07 17:53:18 -04:00
Logan Allen
39933ca848
graph: hooks compile and higher-order mark implementation first-pass
2020-07-06 19:31:57 -04:00
Logan Allen
a7cbecc0e2
Merge branch 'lf/groups-refactor' into la/graph-store
2020-07-06 15:02:20 -04:00
Fang
777bf76a13
chat-store: don't trim on %messages, either
2020-07-03 11:22:16 +02:00
Philip Monk
38095d525d
release: urbit-os-v1.0.26
2020-07-02 18:56:25 -07:00
Philip Monk
c5711ef77c
Merge branch 'release/next-userspace' into release/next-sys
2020-07-02 14:25:56 -07:00
Logan Allen
0995cf00f7
chat-store: trim on demand, not automatically
2020-07-02 15:54:52 -04:00
Liam Fitzgerald
8d308b2458
groups: cleanup merge errors
2020-07-02 13:08:47 +10:00
Liam Fitzgerald
93cf40a604
Merge branch 'release/next-userspace' into lf/groups-refactor
2020-07-02 12:38:12 +10:00
Liam Fitzgerald
bd2fbc2f9c
groups: address review comments
2020-07-02 12:20:23 +10:00
Liam Fitzgerald
26c610f8d2
interface: update store + api + subscriptions for new groups
2020-07-02 12:19:32 +10:00
Logan Allen
299b54baa1
graph-view: fix front-end
2020-07-01 12:40:33 -04:00
Philip Monk
ba9e894580
trouble: report source of OTA instead of parent
2020-06-30 16:10:12 -07:00
Matilde Park
1adca22298
release: urbit-os-v1.0.25
2020-06-30 16:21:01 -04:00
Logan Allen
ee5e80cf44
graph-store: enforce that only logged-updates may be sent via %run-updates, and enforce that they only affect the intended resource
2020-06-30 14:08:22 -04:00
Logan Allen
849556491c
graph-store: updated action-log to update-log and added timestamp to +update
2020-06-29 21:14:55 -04:00
Philip Monk
e7e2c07d6f
clay: remove scaffolding
2020-06-29 14:30:33 -07:00
Isaac Visintainer
a958cb9288
metadata-store: add cleanup utility, use on-poke:def instead of no-op
2020-06-29 11:07:26 -04:00
Ted Blackman
7611c2fc08
landscape/img/codeeval.png: typo in filename
2020-06-29 05:26:41 -04:00
Ted Blackman
29a6234633
invite-view: reinstate as potato
2020-06-29 05:15:25 -04:00
Ted Blackman
043b8a4cc0
goad: don't crash on pre-OTA sign
2020-06-29 02:43:52 -04:00
Logan Allen
3b8790cc04
chat-store: responded to comments, cleaned up
2020-06-29 00:24:18 -04:00
Philip Monk
0301838f25
Merge remote-tracking branch 'origin/release/next-sys' into ford-fusion
2020-06-26 17:46:25 -07:00
Liam Fitzgerald
9b61c5571b
Merge branch 'ford-fusion' into lf/groups-refactor
2020-06-27 10:42:16 +10:00
Logan Allen
e4110c4d77
graph-hooks: stubbed out resubscribe on kick case
2020-06-26 20:29:22 -04:00
Fang
fe87d69ad1
behn: improve scry interface
...
No longer abuse the desk field, instead making use of the path. Reject
any scries outside of the local ship, empty desk and current time as
invalid.
Expose ducts only under a debug endpoint, nothing else should care about
being able to inspect them.
Add scry endpoints for the very next timer (if any), and all timers up
to and including a specified timestamp.
2020-06-26 15:17:12 -07:00
Logan Allen
df982177e5
graph-hooks: added initial sketch
2020-06-26 17:13:12 -04:00
Logan Allen
e055ba98ae
graph-store+view: added a variety of query types for subset fetching, individual post fetching, child fetching, etc
2020-06-26 14:38:11 -04:00
Liam Fitzgerald
ad6efe44ff
groups: update generators and marks for ford-fusion
2020-06-26 12:45:02 +10:00
Ted Blackman
26ff47b93d
Merge remote-tracking branch 'origin/release/next-userspace' into ford-fusion
2020-06-25 22:24:30 -04:00
Ted Blackman
c0e5bd8d9b
Merge remote-tracking branch 'origin/la/chat-space-leak' into ford-fusion
2020-06-25 21:52:04 -04:00
Ted Blackman
68802ea041
dojo: print generator type errors
2020-06-25 15:38:15 -04:00
Philip Monk
7044f1fae6
dojo: too many nouns
2020-06-24 21:24:58 -07:00
matildepark
77925b06be
Merge pull request #3048 from urbit/mp/spa-debug-debug
...
dbug: init new channel on start
2020-06-24 12:01:20 -04:00
Logan Allen
c1f4834f4e
graph-view: serve at /~post path and show launch icon
2020-06-24 11:58:17 -04:00
Matilde Park
67a09d7d19
dbug: init new channel on start
2020-06-23 21:46:20 -04:00
Liam Fitzgerald
47352a06ba
groups: finalize state adapters
2020-06-24 10:28:57 +10:00
Logan Allen
7443ba6bcb
graph-view: accept %json mark and convert to graph-action
2020-06-23 14:09:31 -04:00
Logan Allen
a245a1b095
graph-store: added archiving functionality
2020-06-23 14:01:04 -04:00
Logan Allen
634b0d1175
graph-store: added jet hints and a json conversion path
2020-06-23 14:01:04 -04:00
Logan Allen
f5be1389ef
graph-store: fixed nested node scry
2020-06-23 14:01:04 -04:00
Logan Allen
a2484f9538
graph-view: fixed issues with scrying for parent hash
2020-06-23 14:01:04 -04:00
Logan Allen
e6e4e370d3
graph-store/view: move all signing out to %graph-view
2020-06-23 14:01:04 -04:00
Logan Allen
d4ff1cf7bc
graph-store: turned off signatures for now
2020-06-23 14:01:04 -04:00
Logan Allen
71fda84056
graph: remove extraneous prints
2020-06-23 14:01:04 -04:00