Patrick O'Sullivan
ff65c17376
groups: remove fixed height from s3 error portal
2022-03-31 10:50:10 -05:00
Hunter Miller
6dc763a7d1
s3client: adding missing promise call to trigger
2022-03-31 09:42:10 -05:00
Patrick O'Sullivan
7f41869895
Merge pull request #5656 from urbit/lf/hark-add-note-ui
...
hark: add %add-note JSON decoder
2022-03-30 15:44:07 -05:00
Hunter Miller
64275ef6f2
Merge pull request #5665 from urbit/hm/fix-missing-channel-state
...
groups: improve key load time and general load performance
2022-03-30 15:29:51 -05:00
Hunter Miller
b1aab5bc36
Merge branch 'next/groups' into hm/fix-missing-channel-state
2022-03-30 15:29:32 -05:00
Patrick O'Sullivan
9db2024676
groups: handle s3 upload failures in chat
2022-03-30 15:04:01 -05:00
Patrick O'Sullivan
836cdb2478
groups: handle s3 upload failures in collections
2022-03-30 14:12:13 -05:00
fang
30be6ef9c8
aqua: stub out azimuth snapshot in pills
...
It would interfere with aqua's simulation of azimuth.
2022-03-30 17:38:09 +02:00
fang
3d639f325e
aqua: cache real ships as well
...
And inject their latest keys as soon as we pull them from cache. This
way, we avoid having to do the whole boot sequence again just for a
modified dawn event.
2022-03-30 16:38:48 +02:00
fang
2f3527921a
aqua: increase azimuth refresh rate for real ships
...
This reduces the time it takes to run tests that wait on azimuth events.
For example, -ph-breach-hi runs ~30% faster.
2022-03-30 13:59:10 +02:00
fang
dad82436be
aqua: support injecting arbitrary tasks
2022-03-30 12:51:46 +02:00
fang
c55975e8de
azimuth: allow configuring of the refresh rate
...
Pulls a constant out of the code, into state, and adds a poke for
changing it.
2022-03-30 12:19:57 +02:00
Patrick O'Sullivan
618474dbae
Merge pull request #5660 from urbit/po/new-browser-api-toggles
...
grid: new browser api toggles/settings
2022-03-29 18:28:34 -05:00
Patrick O'Sullivan
f0192cb66c
Merge pull request #5677 from urbit/po/fix-notification-order
...
groups: fix notification order
2022-03-29 09:19:13 -05:00
Patrick O'Sullivan
2b784caffc
groups: remove TODO about harkbody def, fix in separate PR
2022-03-29 09:18:57 -05:00
Patrick O'Sullivan
e37467d4a4
Merge pull request #5679 from urbit/po/fix-notification-order-grid
...
grid: Fix notification order in inbox
2022-03-29 09:13:33 -05:00
Liam Fitzgerald
75a2c2b979
interface: static height for embedded images
2022-03-28 14:44:02 -06:00
Liam Fitzgerald
be722a246b
dm-hook: fix missing notification on DM invite
...
Fixes urbit/landscape#1117
2022-03-28 14:33:18 -06:00
Patrick O'Sullivan
a63e54cdfe
grid: Fix notification order in inbox
2022-03-28 15:07:02 -05:00
Liam Fitzgerald
41d42da34c
interface: fix group feed unread count
...
Fixes urbit/landscape#1258
2022-03-28 13:54:37 -06:00
Liam Fitzgerald
d4658089a9
hark-graph-hook: revive unread counts for group feed
...
Fixes urbit/landscape#1258
2022-03-28 13:53:22 -06:00
Patrick O'Sullivan
952a05a901
groups: fix notification order
2022-03-28 14:52:28 -05:00
Liam Fitzgerald
e31c194a20
interface: fix group chat join overflow
...
fixes urbit/landscape#1105
2022-03-28 12:49:43 -06:00
Liam Fitzgerald
a7906641a7
interface: cap maxHeight of ShipSearch
...
Fixes urbit/landscape#1393
2022-03-28 12:30:19 -06:00
Liam Fitzgerald
7a6cb8ae6d
interface: do not show recently joined if already left
...
Fixes urbit/landscape#1407
2022-03-28 12:19:19 -06:00
Liam Fitzgerald
88a47ce883
hark-store: fix ship parsing
2022-03-28 10:13:52 -06:00
Hunter Miller
a38d5db9e3
Merge pull request #5666 from urbit/po/respect-protocol-handler-settings-in-groups
...
Groups: respect garden's browser settings in groups.
2022-03-28 10:07:16 -05:00
drbeefsupreme
5ff408057b
squash! spider: mv %thread-done %thread-fail to base-dev
2022-03-28 10:48:43 -04:00
drbeefsupreme
19db24acdd
spider: mv %thread-done %thread-fail to base-dev
2022-03-28 10:42:05 -04:00
Patrick O'Sullivan
de493a6482
groups:Remove useEffect for setting prot. handler from Content
2022-03-28 09:24:51 -05:00
Patrick O'Sullivan
c896349246
groups:Remove button for registering prot. handler in settings
2022-03-28 09:23:44 -05:00
Joe Bryan
9a1b3eaf15
Merge pull request #5664 from urbit/jb/type-leak
...
hoon: plug type leak in compiler bootstrap
2022-03-28 09:08:59 -04:00
Philip Monk
4278d4c8b3
Merge pull request #5673 from urbit/philip/fix-uno
...
hoon: fix +uno:by when map is null
2022-03-25 18:23:32 -07:00
Philip Monk
3a72a6e997
Merge remote-tracking branch 'origin/master' into next/arvo
2022-03-25 18:09:31 -07:00
Philip Monk
50fb239d2f
hoon: fix +uno:by when map is null
...
This crashed at runtime when `a` is null because it tried to instantiate
`meg`, and that means bunting its argument, and that calls `node`, where
the assert failed.
Wet gates use the bunt of their formal argument, so we use that.
2022-03-25 18:08:13 -07:00
drbeefsupreme
5d9d4af0c0
squash! squash! squash! naive: l2 csv more informative printfs & comments
2022-03-25 18:10:29 -04:00
drbeefsupreme
656a86479f
spider: fix child threads
...
addresses #5442 by adding %thread-done and %thread-fail marks. also
fixes await-thread:strandio and removes some blank lines from
app/spider.hoon
%thread-done loses the type of the result, so you'll need to use ;; to
get it back. the real way to fix this is to have threads produce cages
instead of vases
2022-03-25 18:01:48 -04:00
drbeefsupreme
534849ba92
squash! squash! naive: l2 csv more informative printfs & comments
2022-03-25 17:42:43 -04:00
drbeefsupreme
48d3b3f4d2
squash! naive: l2 csv more informative printfs & comments
2022-03-25 17:25:24 -04:00
drbeefsupreme
2de2b8cbd0
naive: l2 csv more informative printfs & comments
2022-03-25 17:17:45 -04:00
drbeefsupreme
1941c91215
naive: l2 csv factor out %eth-get-tx-receipts
...
adds a new thread for retrieving transaction receipts, and modifies
naive-csv
to call it as a child thread
2022-03-25 17:04:45 -04:00
Patrick O'Sullivan
bb4c4841ae
grid: check for settings load before checking browser settings
2022-03-25 15:40:37 -05:00
Patrick O'Sullivan
8c31150571
grid: set default settings after sending notification
2022-03-25 15:23:28 -05:00
drbeefsupreme
efca5bfedc
naive: l2 csv factor out %eth-get-timestamps
...
requires child threads to be working
2022-03-25 16:17:40 -04:00
Liam Fitzgerald
0cdd048903
graph-store: subscribers always keep minimal logs
...
Transposes the change in 1a2a9ee899
so
that subscribers always keep the minimum possible logs.
2022-03-25 13:35:44 -06:00
Patrick O'Sullivan
ef77aaf802
groups: Use garden's prot. hand. prefs to determine app link
2022-03-25 14:30:26 -05:00
Patrick O'Sullivan
1399ef9fa5
groups: Add useGardenSettings store to groups
2022-03-25 14:28:07 -05:00
Patrick O'Sullivan
df280daee3
groups: Set browserId in local state on mount of app
2022-03-25 14:27:30 -05:00
Patrick O'Sullivan
0a5cd0041d
groups: Add browserId to local state
2022-03-25 14:26:18 -05:00
Patrick O'Sullivan
66451c9089
groups: Add fingerprintjs
2022-03-25 14:25:07 -05:00