Commit Graph

10963 Commits

Author SHA1 Message Date
Ted Blackman
57fdb12852 fix broken :treaty|ally 2021-09-13 12:44:17 +03:00
Ted Blackman
19ffcd569b kiln: keep in +reset 2021-09-13 11:24:03 +03:00
Liam Fitzgerald
613f43cb32 grid: update glob 2021-09-13 15:45:33 +10:00
Liam Fitzgerald
10d474c38f grid: fix treaty update time rendering 2021-09-13 15:37:20 +10:00
Liam Fitzgerald
10885ac57a settings-store: fix typo 2021-09-13 11:42:10 +10:00
Liam Fitzgerald
61ed89c708 btc-wallet: update for new settings 2021-09-13 11:36:17 +10:00
Liam Fitzgerald
6b5942b59a btc-wallet: update build, fix routing 2021-09-13 11:19:11 +10:00
Liam Fitzgerald
c992421366 bitcoin: package and split 2021-09-13 11:18:22 +10:00
Liam Fitzgerald
1ac0465da7 gall: ignore reload for dead agents
Fixes a bug where even if an agent was dead, if its source was modified,
then gall would still attempt a scry for its cage.
2021-09-13 08:43:57 +10:00
Liam Fitzgerald
e6e0f47435 kiln: kill agents before merge
If a remote commit is downloaded that simultaneously removes an agent from
desk.bill but also removes the associated source files, then the commit
will fail as gall will not have received the card to kill the agent yet.
Instead, we read our foreign copy of the bill in +take-download, and
kill any necessary agents there, preventing a reload of the deleted
agent from occurring.
2021-09-13 08:41:27 +10:00
Liam Fitzgerald
e4fad4f7b1 various: fix packaging 2021-09-10 14:37:17 +10:00
Liam Fitzgerald
553e848554 various: update globs 2021-09-10 14:31:30 +10:00
Liam Fitzgerald
ce919f15fd hark-graph-hook: handle migration case 2021-09-10 13:45:43 +10:00
Liam Fitzgerald
cc3fe23ae4 hark-store: add time field to %seen-index 2021-09-10 13:45:23 +10:00
Liam Fitzgerald
00d08a4543 Merge remote-tracking branch 'origin/dist' into lf/app-linking 2021-09-10 10:22:43 +10:00
Liam Fitzgerald
03a7bdda09
Merge pull request #5211 from urbit/lf/garden-settings
settings-store: move to garden, namespace
2021-09-10 10:16:27 +10:00
Liam Fitzgerald
b8f3296320 interface: update settings callsites 2021-09-10 10:10:39 +10:00
Ted Blackman
7f411c5116 typo 2021-09-09 21:32:29 +03:00
Ted Blackman
e9466baf06 kiln: bump %base first 2021-09-09 21:31:44 +03:00
Ted Blackman
f148f40a34 kiln: |install to a new upstream less destructively 2021-09-09 21:17:30 +03:00
Ted Blackman
c394442cb1 kiln: fix missing +grad in marks 2021-09-09 21:16:10 +03:00
Liam Fitzgerald
ea47640344 grid: fix notification ordering 2021-09-09 14:53:28 +10:00
Liam Fitzgerald
f2e1e2fe93 garden: proper lag notifications w/ autodismiss 2021-09-09 14:53:26 +10:00
Liam Fitzgerald
8745980f56 landscape: amend for setting-store namespacing 2021-09-09 11:59:25 +10:00
Liam Fitzgerald
4f90df272b interface: update for setting namespacing 2021-09-09 11:44:33 +10:00
Liam Fitzgerald
d79130af47 grid: wire to real settings store 2021-09-09 11:44:16 +10:00
Liam Fitzgerald
3ed00eda9d settings-store: query by desk 2021-09-09 11:35:57 +10:00
Liam Fitzgerald
061416dccd @urbit/api: update settings for desk namespacing 2021-09-09 10:43:48 +10:00
Liam Fitzgerald
f31c119ba0 settings-store: namespace by desk 2021-09-09 10:41:39 +10:00
Liam Fitzgerald
e08ac991b3 garden: move settings-store 2021-09-09 09:52:56 +10:00
Liam Fitzgerald
362b69c851 Merge remote-tracking branch 'origin/dist' into hm/grid-design-refinements 2021-09-09 09:39:52 +10:00
Liam Fitzgerald
cbad68dd21
Merge pull request #5201 from urbit/hm/grid-real-ship-display
grid: real ship display
2021-09-09 09:28:41 +10:00
Liam Fitzgerald
39871d1036 grid: fix tsc 2021-09-08 16:38:47 +10:00
Liam Fitzgerald
797e3453aa interface: fix new channel redirect 2021-09-08 16:36:34 +10:00
Liam Fitzgerald
dc2fc3ae02 grid: address own review, fix tsc 2021-09-08 15:40:20 +10:00
Liam Fitzgerald
52ea7c62bf grid: remove native webkit appearance on SystemMenu 2021-09-08 14:42:06 +10:00
Liam Fitzgerald
0dfac89e26 grid: permalink to apps and treaties 2021-09-08 13:04:03 +10:00
Liam Fitzgerald
b3e634db48 treaty: request treaties from outside alliance 2021-09-08 12:59:05 +10:00
Liam Fitzgerald
999ce96112 grid: registering protocol handler in settings 2021-09-08 12:58:02 +10:00
Ted Blackman
f7970cbac0 kiln: minor cleanup 2021-09-07 21:57:55 +03:00
Liam Fitzgerald
8eaf2310e0 kiln: add kiln-bump mark 2021-09-07 14:50:31 +10:00
Liam Fitzgerald
56893092e1 grid: bump desk from ui 2021-09-07 14:47:49 +10:00
Liam Fitzgerald
26c36ac588 @urbit/api: update kilnBump poke 2021-09-07 14:46:44 +10:00
Liam Fitzgerald
39a9ed4faa hood: fix update ordering
When we receive the %mere gift from clay, the kernel has not yet been
reloaded. This means any attempts to bump desks will fail, as they will
be bumped against the old kernel. Rectifies this by continuing the %base
desk update flow in +on-load, instead of +take-merge-main. Also adds a
wef=(unit weft) to the state in order to discriminate whether or not the
kernel has just been reloaded
2021-09-07 14:37:36 +10:00
Ted Blackman
83be5162ed docket: manual merge of @Fang- web glob upload 2021-09-06 22:37:13 +03:00
Ted Blackman
18019b3eb4 minor cleanups 2021-09-06 21:59:24 +03:00
Ted Blackman
5fbaa143d5 fix find/replace miss 2021-09-06 21:59:13 +03:00
Ted Blackman
973ab3de11 docket: rename tag in $glob-location 2021-09-06 21:33:51 +03:00
Ted Blackman
8d523eed8e garden/desk.docket: fix commented-out glob-http 2021-09-06 21:33:01 +03:00
Ted Blackman
f58d115ce5 Merge remote-tracking branch 'ryjm/jm/ship-globs' into dist 2021-09-06 21:29:38 +03:00
Ted Blackman
6d7d168735 Revert "Merge branch 'dist' of github.com:urbit/urbit into dist"
This reverts commit f50f2cd1f3, reversing
changes made to 248b968550.
2021-09-06 21:13:07 +03:00
Ted Blackman
f50f2cd1f3 Merge branch 'dist' of github.com:urbit/urbit into dist 2021-09-06 18:22:49 +03:00
Ted Blackman
248b968550 kiln: |pause and |resume an app 2021-09-06 17:27:17 +03:00
Liam Fitzgerald
f24fbe3eba Merge remote-tracking branch 'origin/dist' into lf/nu-hark-store 2021-09-06 14:34:46 +10:00
Liam Fitzgerald
cb52de5c6c base-dev: update lib/agentio 2021-09-06 14:30:47 +10:00
Liam Fitzgerald
c1dff9e3f0 grid: update mock 2021-09-06 14:30:37 +10:00
Liam Fitzgerald
2064b976c2 interface: fixup build 2021-09-06 14:06:32 +10:00
Liam Fitzgerald
12b4e4c59b interface: update hark callsites & state 2021-09-06 14:05:20 +10:00
Liam Fitzgerald
c2cc13d96a @urbit/api: update types, pokes for new hark-store 2021-09-06 13:59:15 +10:00
Liam Fitzgerald
43093f811f grid: upgrade for new hark store 2021-09-06 13:56:29 +10:00
Liam Fitzgerald
76e033c649 landscape: upgrade for new hark-store 2021-09-06 13:31:11 +10:00
Liam Fitzgerald
613980c511 garden: update hark-store for third party distro 2021-09-06 13:22:25 +10:00
Hunter Miller
ab1cd3222a contact: adding in contact state and ship detail rendering 2021-09-03 20:18:22 -05:00
Hunter Miller
8ea33cc081 hash: fixing vat missing issue 2021-09-03 18:31:38 -05:00
Hunter Miller
dea33d9019 design: fixing system menu and nav, various design tweaks 2021-09-02 14:48:11 -05:00
Hunter Miller
797ae776e0 landscape: adding about link to see app info 2021-09-02 09:33:54 -05:00
Liam Fitzgerald
5bcc0e98c8 spider: store desk for http response 2021-09-02 10:44:49 +10:00
Hunter Miller
8b5a9953d5 hash: making real and adjusting app info image size 2021-09-01 18:55:30 -05:00
Liam Fitzgerald
9c32c502d8 lib/versioning: parameterise desk 2021-09-02 09:06:06 +10:00
Liam Fitzgerald
1793157cfa graph-push-hook: parameterise desk 2021-09-02 08:58:10 +10:00
Ted Blackman
119547011a symlink %base-dev and %garden-dev into %landscape 2021-09-02 00:39:55 +03:00
Ted Blackman
f3e15396f3 %garden-dev desk; also cleaned up %base-dev 2021-09-02 00:37:56 +03:00
Hunter Miller
06019f3a3d theme: aligning with indigo v2 and implementing dark mode 2021-09-01 13:57:12 -05:00
Hunter Miller
1bdd8a97f4 nav: esc properly whenmenu and nav open 2021-09-01 11:35:11 -05:00
Hunter Miller
2ff5a39bf7 grid: tweaking focus styles first pass 2021-09-01 11:35:06 -05:00
Hunter Miller
5de3919e8c notifications: adding state to nav link and cleaning up 2021-09-01 11:29:42 -05:00
ryjm
ad8f6f681e docket: download globs over ames
Kind of a pain to test, need a better way to insert a `charge` directly.
Either that or rework `chad`, but I don't entirely understand why the
`chad` lifecycle is the way it is.
2021-09-01 02:22:54 -04:00
Liam Fitzgerald
962ab54f40 garden: move hark-store 2021-09-01 14:36:31 +10:00
Ted Blackman
63fac6bec2 kiln: parameterize +bump on kelvin 2021-09-01 03:00:40 +03:00
Ted Blackman
e0874f22fa kiln: revise +bump 2021-09-01 02:43:25 +03:00
Hunter Miller
0351220374 types: fixing type issues and updating grid glob 2021-08-31 14:59:32 -05:00
Hunter Miller
0b22ee3bb5 leap: making leap transitions more direct 2021-08-31 12:57:11 -05:00
Liam Fitzgerald
967a074734 garden: fix misc breakage from merge 2021-08-31 11:05:10 +10:00
Liam Fitzgerald
cdbb44f736 garden: update desk.docket 2021-08-31 10:02:08 +10:00
Hunter Miller
2724849bb7
Merge pull request #5194 from urbit/hm/grid-help-and-support
grid: help and support
2021-08-30 18:47:08 -05:00
Hunter Miller
86875ad483
Merge pull request #5175 from urbit/hm/grid-system-preferences
grid: implementing preferences menu ui
2021-08-30 18:42:28 -05:00
Hunter Miller
2d0eb3178f Merge branch 'dist' into hm/grid-system-preferences 2021-08-30 18:41:43 -05:00
Ted Blackman
572e23e43d Merge branch 'ted/dist-temp' into dist 2021-08-31 02:34:48 +03:00
Ted Blackman
84c043d921 lull,clay: WIP migration 2021-08-31 02:25:36 +03:00
Liam Fitzgerald
f4fb4bc7a9
Merge pull request #5177 from urbit/lf/grid-kiln
grid: Graft prototype onto API
2021-08-31 09:24:08 +10:00
Ted Blackman
844386076f %base: symlinks; some -test tests fail 2021-08-30 20:39:37 +03:00
Ted Blackman
f277c9f1ae pkg/symbolic-merge.sh from @Fang- 2021-08-30 20:19:16 +03:00
Hunter Miller
f816b9af40
Merge pull request #5187 from urbit/hm/grid-system-update-flow
grid: stateful notification link and leap bug fixes
2021-08-30 10:46:50 -05:00
Hunter Miller
38b1576bcc leap: normalizing desk prop and fixing bugs 2021-08-27 12:25:16 -05:00
Ted Blackman
91714f5579 lull,dill,gall,kiln: move %pyre to :agent:gall 2021-08-27 18:06:53 +03:00
Ted Blackman
68a80660b2 kiln: don't die so easily in +bump 2021-08-27 17:38:30 +03:00
Liam Fitzgerald
9053a994b8 garden: fix varable shadow 2021-08-27 17:13:01 +10:00
Liam Fitzgerald
2cce688d6e garden: update desk.docket 2021-08-27 13:35:41 +10:00
Liam Fitzgerald
f8edf723e0 kiln: add vats-diff mark 2021-08-27 13:19:45 +10:00
Liam Fitzgerald
b1ff1eb3ff treaty: fix allied treaties query 2021-08-27 12:24:59 +10:00
Ted Blackman
dda7f13e0e clay: WIP migrate from master 2021-08-26 19:32:52 +03:00
Liam Fitzgerald
54eea393b6 various: update globs 2021-08-26 13:24:21 +10:00
Liam Fitzgerald
76cc80af6c bitcoin: split into seperate desk 2021-08-26 13:00:58 +10:00
Liam Fitzgerald
b60aada75e spider: parameterize desk in http request 2021-08-26 12:13:15 +10:00
Liam Fitzgerald
d7c32c71c1 grid: dynamically load desk, ship 2021-08-26 10:46:46 +10:00
Liam Fitzgerald
7cc12bb867 grid: use kiln diffs for update notifs 2021-08-26 10:45:42 +10:00
Hunter Miller
432ee1c548 notifications: adding state to nav link and cleaning up 2021-08-25 15:11:09 -05:00
Liam Fitzgerald
63515c573a grid: lag, blocking from kiln 2021-08-25 17:45:51 +10:00
Liam Fitzgerald
93a9926ad0 grid: refactor docket/treaty display 2021-08-25 17:41:31 +10:00
Liam Fitzgerald
4df4ef56d6 grid: update mocks, state handling for vats 2021-08-25 17:38:19 +10:00
Liam Fitzgerald
f7e0ddf937 @urbit/api: update docket, hood bindings 2021-08-25 17:36:38 +10:00
Liam Fitzgerald
aecaa3395d Merge remote-tracking branch 'origin/hm/grid-system-update-flow' into lf/grid-kiln 2021-08-25 10:52:20 +10:00
Hunter Miller
8f8a09f4dc system-notification: layout and dialogs 2021-08-24 18:40:23 -05:00
Liam Fitzgerald
81ef91b24a grid: system notifications wip 2021-08-25 09:17:12 +10:00
Hunter Miller
b4bd2c3bea notifications: adding initial structure 2021-08-24 18:02:07 -05:00
Hunter Miller
aaaee41e95 Merge branch 'hm/grid-recent-lists' into hm/grid-system-update-flow 2021-08-24 16:57:29 -05:00
Hunter Miller
0ebfc72ea2 styles: more exact dialog pos to remove jump 2021-08-24 14:59:19 -05:00
Ted Blackman
3233e1e134 Merge branch 'ted/dist-temp' into ted/dist 2021-08-24 19:00:29 +03:00
Ted Blackman
7bc19d04a4 hood: fix migration from master 2021-08-24 18:56:01 +03:00
Liam Fitzgerald
f85500b39d kiln: add lag scry 2021-08-24 14:09:12 +10:00
Liam Fitzgerald
17293ba758 treaty: fix updates after initial 2021-08-24 13:53:01 +10:00
Liam Fitzgerald
c6ee0944db dojo: improve autocomplete between desks 2021-08-24 13:23:44 +10:00
Hunter Miller
e2de66c37c
Merge pull request #5173 from urbit/hm/grid-help-and-support
grid: Help and Support section
2021-08-23 15:10:30 -05:00
Hunter Miller
7f6313d7f8 help: removing tlon support copy for now 2021-08-23 15:08:23 -05:00
Hunter Miller
1c421963d1 dialogs: updates to design and mobile tweaks 2021-08-23 14:18:07 -05:00
Liam Fitzgerald
952d5c0c38 grid: update entrypoints for new api 2021-08-23 14:58:29 +10:00
Liam Fitzgerald
220e6fca10 nav: update leap to match api 2021-08-23 14:56:02 +10:00
Liam Fitzgerald
8786ca8c00 grid: update common components for new datastructures 2021-08-23 14:53:38 +10:00
Liam Fitzgerald
e737060a7c grid: refactor state handling to match api 2021-08-23 14:51:58 +10:00
Liam Fitzgerald
bd903153bd @urbit/api: update docket, hood bindings 2021-08-23 14:37:36 +10:00
Liam Fitzgerald
c4bf395f5f docket: fix dockets not updating 2021-08-23 14:10:22 +10:00
Liam Fitzgerald
6567ec5e64 docket/treaty: cleanup marks, generators 2021-08-23 14:09:03 +10:00
Liam Fitzgerald
52fb35227d docket: react to suspension & revival 2021-08-23 13:32:22 +10:00
Liam Fitzgerald
39f6eca798 kiln: add revive+suspend marks 2021-08-23 13:31:51 +10:00
Liam Fitzgerald
2d43877b15 Merge remote-tracking branch 'origin/ted/dist' into lf/kiln-json 2021-08-23 11:56:51 +10:00
Liam Fitzgerald
86dc350cda grid: rename backend to garden 2021-08-23 11:51:50 +10:00
Liam Fitzgerald
4956d1159a treaty: add agent for docket discovery 2021-08-23 11:48:38 +10:00
Liam Fitzgerald
13d171ab55 docket: remove discovery & advertisement 2021-08-23 11:47:08 +10:00
Liam Fitzgerald
91276dd1c1 docket: revise $docket datastructures 2021-08-23 11:45:32 +10:00
Liam Fitzgerald
6a6897e009 kiln: update marks 2021-08-23 11:44:24 +10:00
Liam Fitzgerald
bd4c4317f5 @urbit/api: add docket bindings 2021-08-23 08:04:06 +10:00
Liam Fitzgerald
da4ee2189e @urbit/api: add kiln bindings 2021-08-23 08:04:06 +10:00
Liam Fitzgerald
2d0d09d891
Merge pull request #5162 from urbit/hm/landscape-grid
grid: initial UI
2021-08-23 08:02:58 +10:00
Hunter Miller
016a2cc354 system-prefs: implementing preferences menu 2021-08-20 17:44:20 -05:00
Ted Blackman
d02652d799 kiln: update %base in +bump 2021-08-20 12:45:33 +03:00
Ted Blackman
f9e1812a14 sys,gen/kiln: kelvin checking seems to work 2021-08-20 10:41:16 +03:00
Hunter Miller
df784e2ba1 providers: removing unnecessary stringify 2021-08-19 20:36:05 -05:00
Ted Blackman
46dc260528 actual suspend and revive generators 2021-08-20 01:58:03 +03:00
Ted Blackman
4dfc09d1a4 kiln: |suspend,|revive 2021-08-20 01:57:31 +03:00
Hunter Miller
01709794c8 help: adding content 2021-08-19 16:53:45 -05:00
Hunter Miller
760f6e61e1 Merge branch 'hm/grid-search-improvement' into hm/grid-recent-lists 2021-08-19 16:08:01 -05:00
Ted Blackman
95045abce4 kiln: bunt if no /desk/bill 2021-08-20 00:02:43 +03:00
Hunter Miller
c128a43f58 Merge branch 'hm/grid-search-improvement' of github.com:urbit/urbit into hm/grid-search-improvement 2021-08-19 15:52:46 -05:00
Hunter Miller
eec41ab2f0 merge with base 2021-08-19 15:51:52 -05:00
Hunter Miller
ad5643e4f0 state: converting back to pure zustand 2021-08-18 22:08:05 -05:00
Gavin Atkinson
2079496ec7 notifications button font size, fix leap portal layout jump 2021-08-18 17:54:02 -07:00
Hunter Miller
753a059458 leap: added recent lists to search home 2021-08-18 18:36:55 -05:00
Ted Blackman
e8055dba24 vere: fix -A 2021-08-19 00:36:16 +03:00
Ted Blackman
ea1d30a506 kiln: fix kelvin checking 2021-08-18 20:32:54 +03:00
Ted Blackman
6408baaa93 various: fix merge problems 2021-08-18 01:16:48 +03:00
Ted Blackman
4ea0c56849 dill: don't sync %kids on galaxies 2021-08-18 00:57:38 +03:00
Hunter Miller
32dda74acf leap: fixing nav and mobile issues 2021-08-17 14:40:34 -05:00
Hunter Miller
8c799f9c38 leap: adding real combobox behavior 2021-08-16 19:10:34 -05:00
Hunter Miller
e5f839b52c leap: autocomplete and bksp improvements 2021-08-16 16:04:56 -05:00
Hunter Miller
40a0fa7698 leap: componentizing and improving direct navigation 2021-08-16 13:17:55 -05:00
Hunter Miller
edde5e3ec4 leap: portalled menu for less dupe 2021-08-16 11:01:07 -05:00
Hunter Miller
d89cfc7291 search: fixing bksp issues and adding further capabilities 2021-08-16 10:28:54 -05:00
Hunter Miller
f80cf2668a grid: init combination from liam + hunter 2021-08-13 18:11:16 -05:00
Ted Blackman
70bba97180 hark-graph-hook: fix merge artifact 2021-08-12 17:08:20 +03:00
Liam Fitzgerald
a8dfca8246 Merge remote-tracking branch 'origin/ted/dist' into lf/dist-v2 2021-08-12 11:42:39 +10:00
Ted Blackman
616ab66f26 merge master; loosen :hood's updates 2021-08-11 19:23:36 +03:00
Liam Fitzgerald
b0b3b93d83 grid: update glob, add glob update thread 2021-08-11 15:36:28 +10:00
Liam Fitzgerald
5d1eda5efd kiln: fix subscription paths, add marks 2021-08-11 14:42:51 +10:00
Liam Fitzgerald
b51877764a landscape: update manifests 2021-08-11 14:40:42 +10:00
Liam Fitzgerald
df47069a2f various: fixup missing 2021-08-11 14:40:25 +10:00
Liam Fitzgerald
1b60ee96bb grid: remove workarounds for multiple desks 2021-08-11 14:27:45 +10:00
Liam Fitzgerald
6b59188642 base-dev: update missing libs 2021-08-11 14:15:40 +10:00
Liam Fitzgerald
8d65964526 grid: add grid desk 2021-08-11 13:50:44 +10:00
Liam Fitzgerald
41ae07f321 base-dev: add docket mark 2021-08-11 13:49:59 +10:00
Ted Blackman
f958b7874f various: fixes, pill might actually work now 2021-08-10 16:13:27 +03:00
Ted Blackman
b8af4835cf dill: sync to %kids on galaxies 2021-08-09 02:31:53 +03:00
Ted Blackman
6e3e1558c2 /sur/hood: fix null error 2021-08-09 02:31:25 +03:00
Ted Blackman
4e2fd0dcd0 kiln: notify clients on desk upgrade and failure 2021-08-03 00:52:46 +03:00
Ted Blackman
4acc6a4cc9 |install: =local arg, docs 2021-08-03 00:52:13 +03:00
Ted Blackman
06d71def48 /sur/hood: report aeon, abortive fix for +read-kelvin-local 2021-08-03 00:51:48 +03:00
Ted Blackman
12f8734976 |bump generator to retry a kernel update 2021-08-03 00:24:37 +03:00
Ted Blackman
68f2d448b4 +vats generator (partial +trouble replacement) 2021-08-03 00:23:43 +03:00
ixv
3fc5db758b Merge branch 'la/quiet-leave' 2021-07-29 12:19:43 -07:00
ixv
f5bb8db68f Merge branch 'philip/dill-fix' 2021-07-29 12:18:25 -07:00
Philip Monk
eb383baba9
dill: no-op on strange fact
Otherwise, if you accidentally give on the system duct, you crash the
event, as in #5138
2021-07-29 14:56:26 -04:00
ryjm
54935ece34 dm-hook: reload agents on dm-hook state change
This fixes the %notify bug that prevented dms from coming through.
2021-07-29 14:43:02 -04:00
Logan Allen
79e95e7989 group-leave: make it safer 2021-07-29 14:23:21 +00:00
Logan Allen
265db42a0a pull-hook: leave quietly, do not crash if we have already left 2021-07-29 14:18:48 +00:00
janeway
d76cf9ae8b
glob: update to 0v7.v4dng.o33qi.kc497.5jc02.ke5es 2021-07-29 11:51:48 +10:00
Liam Fitzgerald
cdb2166273
Merge remote-tracking branch 'origin/lf/fix-threads' 2021-07-29 11:37:52 +10:00
Liam Fitzgerald
ac5db5376a
Merge remote-tracking branch 'origin/la/old-subset-behavior' 2021-07-29 11:37:38 +10:00
ixv
d951a28913 notify: conditional rewatch in on-load 2021-07-28 18:20:55 -07:00
ixv
df4a34c79a notify: drop card 2021-07-28 18:16:13 -07:00
ixv
0226bc0a7f agentio: fix bug with fact-all 2021-07-28 17:05:48 -07:00
Liam Fitzgerald
97a52827d3
@urbit/api: fix empty getDeepOlderThan 2021-07-29 09:18:54 +10:00
ixv
83aaaa398a hood: start notify 2021-07-28 12:26:33 -07:00
ixv
25e61ba000 metadata-store: expose metadata to web scries 2021-07-28 12:19:11 -07:00
ixv
e0358d2103 notify: style cleanup 2021-07-28 12:19:11 -07:00
ixv
867e7721cc notify: initial app, mar, and sur 2021-07-28 12:19:11 -07:00
Logan Allen
5114a975fe graph lib: make interface work the same as old one did 2021-07-28 13:14:44 -05:00
Ted Blackman
5c513b9d1e landscape: miscellaneous fixes 2021-07-24 12:11:15 +03:00
Ted Blackman
a27697a45d dill: revert change to ota setup 2021-07-23 14:14:23 +03:00
Ted Blackman
6bf7d3316e dill: |install %base from sponsor on boot 2021-07-23 14:08:30 +03:00
Ted Blackman
2507404f97 hood,desk.bill: fix boot issues 2021-07-23 14:07:58 +03:00
Ted Blackman
d9c9740b8d clay: print desk in +read-a 2021-07-23 14:03:36 +03:00
Ted Blackman
944c172f67 herm: move from %landscape to %base 2021-07-23 14:02:24 +03:00
janeway
ceed4b78d0
glob: update to 0v2.ifoe4.fbv35.aigir.66su4.fbspu 2021-07-23 13:53:54 +10:00
Liam Fitzgerald
3907b96112
CalmPref: respect inverted form state 2021-07-23 13:39:59 +10:00
janeway
2f9044ab99
glob: update to 0v2.ifoe4.fbv35.aigir.66su4.fbspu 2021-07-23 11:46:06 +10:00
Liam Fitzgerald
d3a1f490e8
meta: update npm version
- @urbit/api@1.4.0
 - @urbit/eslint-config@1.0.3
 - @urbit/http-api@1.3.1
2021-07-23 11:37:50 +10:00
Liam Fitzgerald
de5118fa5f
graph-store: fix newest scry 2021-07-23 11:11:21 +10:00
Matilde Park
8f27e2ae53 Merge branch 'release/next-userspace' into release/2021-7-22 2021-07-22 12:54:40 -04:00
matildepark
2a3136a01c
Merge pull request #5115 from urbit/lf/omnibus
interface: form handling, optimism sweep
2021-07-22 12:33:16 -04:00
Liam Fitzgerald
1e58dcda58
notifications: refactor pokes 2021-07-22 14:40:06 +10:00
matildepark
84e453daef
Merge pull request #5125 from urbit/hm/chat-autofocus
ChatEditor: fix ref reference
2021-07-22 00:35:17 -04:00
Hunter Miller
f40848eb1f ChatEditor: fix ref reference
Fixes urbit/landscape#1059
2021-07-21 12:57:29 -05:00
Philip Monk
d15d832ef4
Merge remote-tracking branch 'origin/master' into release/next-sys 2021-07-21 13:49:07 -04:00
Ted Blackman
6675c3775a |nuke generator 2021-07-21 12:00:11 +03:00
Ted Blackman
50b50adade landscape: version works again, fix gcp 2021-07-21 11:59:33 +03:00
Ted Blackman
442fa7617b spider: hack to make landscape http threads work 2021-07-21 11:56:03 +03:00
Ted Blackman
891a295366 gall: fix /clear-huck handling 2021-07-21 11:55:21 +03:00
janeway
8ceb3d10e6
glob: update to 0v2.ifoe4.fbv35.aigir.66su4.fbspu 2021-07-21 17:14:12 +10:00
Liam Fitzgerald
4dfc136bf2
meta: version npm packages 2021-07-21 16:56:26 +10:00
Liam Fitzgerald
8c1160c516
@urbit/api: update md ver 2021-07-21 12:26:33 +10:00
Liam Fitzgerald
7b5f747273
metadata-update: fix JSON 2021-07-21 12:26:10 +10:00
Liam Fitzgerald
fad3b240c2
graph-store: fix scries 2021-07-21 12:25:23 +10:00
matildepark
3cdf3a0762
Merge pull request #5121 from urbit/lf/channel-refactor
@urbit/http-api: ensure acks are sent if timers are throttled
2021-07-20 22:14:51 -04:00
Matilde Park
5f341acc47 Merge branch 'release/next-userspace' into release/2021-7-22 2021-07-20 20:35:18 -04:00
Ted Blackman
bd3e452a42 landscape,interface: use new %kiln base-hash scry 2021-07-20 21:55:39 +03:00
Philip Monk
5996b3aa1e
Merge remote-tracking branch 'origin/master' into release/next-sys 2021-07-20 13:57:50 -04:00
Philip Monk
1d06b77a46
jael, dawn: support multikeyfile
taken from bdaad4cf84
2021-07-20 13:28:33 -04:00
Philip Monk
564c1216e1
Merge remote-tracking branch 'origin/lf/replace-channel' into release/next-sys 2021-07-20 13:09:41 -04:00
Ted Blackman
2125d0e45d landscape: don't run %pool-group-hook by default 2021-07-20 20:09:23 +03:00
Philip Monk
5240b66347
Merge branch 'pr' into release/next-sys 2021-07-20 13:07:57 -04:00
Ted Blackman
bff16ada72 landscape: add eth/ threads 2021-07-20 18:00:29 +03:00
Ted Blackman
143bb80035 kiln: +report-vats, fix local kelvin check 2021-07-20 18:00:07 +03:00
Ted Blackman
88c15bcca2 gall: make %jolt idempotent, remove dead +mo-reboot 2021-07-20 17:59:20 +03:00
Ted Blackman
32fdc516ac desk.bill: don't forget %hood! 2021-07-20 17:58:24 +03:00
matildepark
54f50e9146
Merge pull request #5119 from urbit/lf/fix-import
lens: remove contact importing
2021-07-20 10:16:13 -04:00
Liam Fitzgerald
9b0ac80f12
@urbit/http-api: fix ordering, tests 2021-07-20 15:25:08 +10:00
Liam Fitzgerald
99015ec7bd
ColorInput: fix native colorpicker 2021-07-20 14:45:56 +10:00
Liam Fitzgerald
86c3d156dd
@urbit/http-api: ensure acks are sent if timers are throttled
Strips the debounce mechanic, instead preferring to send acks when 20 or
more events have not been acked
2021-07-20 14:29:51 +10:00
Liam Fitzgerald
342f038e23
graph-store: patch importing 2021-07-20 14:22:09 +10:00
Liam Fitzgerald
6edf6b5af4
lens: remove contact importing 2021-07-20 14:04:46 +10:00
matildepark
01594fe756
Merge pull request #5116 from urbit/lf/fix-group-dms
interface: prevent crash in reducers on new group DMs
2021-07-19 11:54:53 -04:00