Liam Fitzgerald
b0ac1bcaf4
interface: fix ref typings
2021-05-05 11:06:57 +10:00
matildepark
5b9800dd13
Merge pull request #4791 from urbit/lf/spring
...
notifications: slide to dismiss
2021-05-04 21:00:28 -04:00
Liam Fitzgerald
b00a9fed86
Merge remote-tracking branch 'origin/release/next-js' into lf/spring
2021-05-05 10:48:29 +10:00
matildepark
d803ac062a
Merge pull request #4810 from urbit/tbcs/http-api-update
...
npm: Updated http-api and api packages
2021-05-04 20:31:39 -04:00
Tyler Brown Cifu Shuster
c0c2f31bd7
Updated metadata config definition
2021-05-04 17:06:22 -07:00
matildepark
1b7247c99a
Merge pull request #4831 from urbit/mp/landscape/more-types
...
interface, npm/api: type checking, round 2
2021-05-04 19:54:31 -04:00
Matilde Park
0c76dc672f
GraphContentWide: type guard with conditionals
2021-05-04 19:50:13 -04:00
Matilde Park
36c5f1644b
landscape/util: cast getModuleIcon
2021-05-04 19:36:47 -04:00
Matilde Park
a276d42078
interface: type corrections, part 3
2021-05-04 18:34:48 -04:00
Matilde Park
97288c349b
Merge branch 'release/next-js' into mp/landscape/more-types
2021-05-04 16:19:50 -04:00
L
cf742789bb
Merge pull request #4846 from urbit/la/hark-perf
2021-05-04 10:03:07 -05:00
Liam Fitzgerald
395ef6ef01
hooks: add diplomacy flag
2021-05-04 11:06:59 +10:00
Liam Fitzgerald
29ada0eba1
pull-hook: slog tank on versioned nack
...
Should hopefully provide more debugging info for ghost subscriptions
2021-05-04 11:02:24 +10:00
Liam Fitzgerald
dcf858ccf9
push-hook: hold subscription open after validating access
...
When we receive a watch-nack on a versioned subscription, we attempt to
resubscribe on an unversioned path. However, if we receive an unversioned
subscription request for which we are not compatible, we hold the
subscription open and never send any facts on unversioned subscriptions.
As the check for unversioned compatiblility occurs before retrieving the
initial-watch, subscriptions which are supposed to nack never do. Fixed
by moving the conditional.
Fixes urbit/landscape#795
2021-05-04 10:56:49 +10:00
Liam Fitzgerald
c73e2b95b5
versioning: convert gates return a cage
2021-05-04 10:55:06 +10:00
matildepark
3a47d9b587
Merge pull request #4849 from urbit/mp/small-yellow-button
...
interface: bump to indigo-react 1.2.22
2021-05-03 19:54:17 -04:00
Logan Allen
b590faec9d
hark-graph-hook: cast the interior of the vase for speed
2021-05-03 18:51:37 -05:00
Matilde Park
24aa7377a8
interface: bump to indigo-react 1.2.22
2021-05-03 19:51:06 -04:00
Logan Allen
027011deb3
hark-graph-hook: remove unnecessary scries where possible for perf
2021-04-30 19:55:27 -05:00
janeway-bot
b45d03fdcc
Merge d0be435624
into release/next-js
2021-04-30 21:08:44 +04:00
janeway
d0be435624
glob: update to 0v2.9br5i.hl1e5.cda79.75gdi.jj5hc
2021-04-30 12:49:53 -04:00
Matilde Park
7dc5d4dfb5
Merge branch 'la/graph-fix' ( #4842 )
...
* origin/la/graph-fix:
graph-store: +on-load to %5 properly
Signed-off-by: Matilde Park <matilde.park@gmail.com>
2021-04-30 12:39:44 -04:00
Logan Allen
6e360a9746
graph-store: +on-load to %5 properly
2021-04-30 11:36:54 -05:00
janeway-bot
3f2209b6ab
Merge 4f873320f1
into release/next-js
2021-04-30 20:19:13 +04:00
janeway
4f873320f1
glob: update to 0vrjber.rqjl4.19elk.2fmnt.6t82g
2021-04-30 12:16:28 -04:00
Matilde Park
991502ada7
Merge branch 'lf/init-upd-log' ( #4840 )
...
* origin/lf/init-upd-log: (257 commits)
graph: bunt time to ensure deduplication
graph-store: initialise update logs
glob: update to 0v7.dmf2h.884m6.b2p1b.l1and.uv1lv
VirtualScroller: fix pendings and scroll after jump
hark: fix notification archival
interface: include iPad in UA check
graph-store: fix %add/remove-tag generators
chat: refocus and reset state on submit, allow enter linebreaks on mobile
glob: update to 0v3.m4922.94fro.soub7.2cod3.0rfhh
hooks: address L review
VirtualScroller: do not crash if ref is unset
interface: graph-reducer, put empty string when hash is null
ChatPane: invert showOurContact conditional
ChatResource: refactor to use ChatPane
ChatPane: add component
ShareProfile: refactor to remove dead props
ChatWindow: remove association prop
ChatInput: lift callbacks, refactor
ChatMessage: refactor to remove association prop
withStorage: fix typings
...
Signed-off-by: Matilde Park <matilde.park@gmail.com>
2021-04-30 11:53:04 -04:00
Liam Fitzgerald
004145b407
graph: bunt time to ensure deduplication
...
The varying timestamp in the %add-graph fact from graph-push-hook was
preventing deduplication of the jammed noun in ames. Prevents
unnecessary bail: memes upon sending many %add-graph facts
2021-04-30 23:58:50 +10:00
Liam Fitzgerald
681641fe4c
graph-store: initialise update logs
2021-04-30 23:58:42 +10:00
janeway-bot
635a7e2809
Merge 85f2dd26ce
into release/next-js
2021-04-30 09:28:45 +04:00
Liam Fitzgerald
85f2dd26ce
glob: update to 0v7.dmf2h.884m6.b2p1b.l1and.uv1lv
2021-04-30 15:25:01 +10:00
Liam Fitzgerald
773c590055
Merge remote-tracking branch 'origin/release/next-js'
2021-04-30 15:12:33 +10:00
Liam Fitzgerald
56b9a7545c
Merge remote-tracking branch 'origin/master' into la/ref-trans-graph
2021-04-30 14:36:26 +10:00
Liam Fitzgerald
45f09b4d46
Merge pull request #4837 from urbit/lf/virt-more-fixes
2021-04-30 13:04:45 +10:00
Liam Fitzgerald
4c0e9dfe82
VirtualScroller: fix pendings and scroll after jump
2021-04-30 12:15:04 +10:00
Liam Fitzgerald
93c6d157af
hark: fix notification archival
2021-04-30 12:14:31 +10:00
Liam Fitzgerald
7ea0361b98
interface: include iPad in UA check
2021-04-30 12:13:50 +10:00
Liam Fitzgerald
3616673cae
Merge pull request #4836 from urbit/james/chat-input-fixes
...
chat: input behavior quirks
2021-04-30 10:42:39 +10:00
Logan Allen
0dae5e1725
graph-store: fix %add/remove-tag generators
2021-04-29 12:24:30 -05:00
James Acklin
f39c642801
chat: refocus and reset state on submit, allow enter linebreaks on mobile
2021-04-29 11:10:53 -04:00
janeway-bot
11e89cf388
Merge 4b6f390a97
into release/next-js
2021-04-29 10:03:50 +04:00
Liam Fitzgerald
4b6f390a97
glob: update to 0v3.m4922.94fro.soub7.2cod3.0rfhh
2021-04-29 15:58:06 +10:00
Liam Fitzgerald
d18630d4e8
Merge remote-tracking branch 'origin/release/next-js'
2021-04-29 15:41:11 +10:00
Liam Fitzgerald
4d6315562c
Merge branch 'lf/hook-cond-negotiate'
2021-04-29 15:41:00 +10:00
Liam Fitzgerald
6bf6aa3273
Merge pull request #4832 from urbit/lf/fix-virt-crash
...
VirtualScroller: do not crash if ref is unset
2021-04-29 15:40:14 +10:00
Liam Fitzgerald
1ab144b265
hooks: address L review
2021-04-29 15:29:27 +10:00
Liam Fitzgerald
dbf8c2afb9
VirtualScroller: do not crash if ref is unset
2021-04-29 14:33:26 +10:00
Liam Fitzgerald
42be76b5c2
publish: temporarily disable tokenizing publish
2021-04-29 14:22:25 +10:00
Liam Fitzgerald
1735c1d6a5
interface: update package.json
2021-04-29 14:20:06 +10:00
Liam Fitzgerald
80a5612fda
interface: use new GraphContent
2021-04-29 14:19:30 +10:00
Liam Fitzgerald
3cda34d0fa
GraphContent: rename and cleanup
2021-04-29 14:12:51 +10:00