Joe Bryan
a111c93804
Merge pull request #3899 from urbit/jb/bail-sane
...
u3: refactors fatal exception handling in u3m_bail()
2020-11-05 23:55:25 -08:00
Liam Fitzgerald
0830c861fb
interface: reset touched in FormikOnBlur
2020-11-06 14:21:38 +10:00
Liam Fitzgerald
dbda698a65
hark: display chat mentions
2020-11-06 14:20:47 +10:00
Liam Fitzgerald
fa3fe2b17d
hark-store, hark-chat-hook: support mentions in chat
2020-11-06 14:19:58 +10:00
Joe Bryan
464351abc2
u3: fixes incorrect double ref-counting in |ff jets
2020-11-05 19:29:02 -08:00
Matilde Park
00860ca465
glob: update to 0v3.29n7b.04srk.3pcv0.1ld5v.vl1io
2020-11-05 22:13:06 -05:00
Liam Fitzgerald
68d3d5287a
landscape: add flexShrink=0 to flex containers
2020-11-06 13:01:11 +10:00
Joe Bryan
7b42ae75fc
u3: removes unused Exit
variable
2020-11-05 18:09:55 -08:00
Joe Bryan
46b19538b1
u3: removes obsolete bail:need assertion
2020-11-05 18:09:37 -08:00
Liam Fitzgerald
27b5f70b80
pull-hook: fix rewatch wire
2020-11-06 12:08:08 +10:00
Joe Bryan
3915047d73
u3: refactors fatal exception handling in u3m_bail()
2020-11-05 18:07:20 -08:00
Liam Fitzgerald
4fc8560a13
pull-hook: fix rewatching subscriptions
2020-11-06 12:05:51 +10:00
Liam Fitzgerald
10c956fc87
pull-hook: fix base-state-0 type
2020-11-06 12:03:14 +10:00
Matilde Park
f8e41dc949
glob: update to 0v5.8huh4.vt7qh.kd39s.hdqmd.vb91t
2020-11-05 20:56:52 -05:00
matildepark
8e178ac030
Merge pull request #3898 from urbit/lf/pull-hook-fix
...
pull-hook: rewatch missing subscriptions
2020-11-05 20:49:55 -05:00
Liam Fitzgerald
d902aa9629
pull-hook: rewatch missing subscriptions
2020-11-06 11:44:09 +10:00
matildepark
f949307e61
Merge pull request #3884 from urbit/ga/qa-fixes
...
Ga/qa fixes
2020-11-05 20:31:58 -05:00
matildepark
ed3c88f0dc
Merge pull request #3897 from tylershuster/chat-line-height
...
chat: unify line-height
2020-11-05 20:28:54 -05:00
Gavin Atkinson
c70b94a90b
updates indigo-react to restore sigil in button
2020-11-05 17:23:36 -08:00
Tyler Brown Cifu Shuster
cfec6dcca4
chat: unify line-height
...
fixes https://github.com/urbit/landscape/issues/140
2020-11-05 17:14:47 -08:00
matildepark
e29e1bb1bb
Merge pull request #3871 from urbit/lf/graph-pull-cleanup
...
graph-pull-hook: only archive if we have graph
2020-11-05 20:04:07 -05:00
Matilde Park
adce7e05d0
glob: update to 0v4.qe6t9.dnecd.ajaa9.jftp5.vtk3s
2020-11-05 19:57:58 -05:00
matildepark
1ffea0be06
Merge pull request #3891 from urbit/lf/groupify-graph
...
landscape: restore groupify functionality
2020-11-05 19:50:39 -05:00
Liam Fitzgerald
181401c153
landscape: fix groupify redirect
2020-11-06 10:45:26 +10:00
matildepark
2e099f1b02
Merge pull request #3815 from tylershuster/moon-bg
...
clock: add background to moon
2020-11-05 19:19:43 -05:00
Matilde Park
f2d38ffb1a
landscape: amend groupify copy
2020-11-05 19:09:26 -05:00
matildepark
13a1f055b0
Merge pull request #3870 from urbit/lf/fix-push-remove
...
lib-push-hook: fix behaviour of %remove
2020-11-05 18:47:24 -05:00
matildepark
c66485c162
Merge pull request #3895 from urbit/lf/hook-kick-fix
...
lib-hooks: fix %kick bug
2020-11-05 18:45:42 -05:00
Liam Fitzgerald
13555c603c
push-hook: rekick watches that had been kicked on migrate
2020-11-06 09:18:17 +10:00
Liam Fitzgerald
03b797102c
ph: add lib-hooks test
2020-11-06 08:53:55 +10:00
Liam Fitzgerald
58e9024ab6
graph-pull-hook: fix scry helper
2020-11-06 08:53:36 +10:00
Liam Fitzgerald
521fa0ddbd
lib-hooks: give on all relevant paths
2020-11-06 08:52:47 +10:00
fang
aa15c8c492
Merge pull request #3885 from urbit/m/unstyled-pom
...
dill: if styled prompt has no style, emit as plain
2020-11-05 21:58:28 +01:00
Joe Bryan
86b59c67c2
Merge branch 'bh/ci-effects' into release/next-vere
...
* bh/ci-effects:
build: remove {sha256,md5} output for push-storage-object effects
build: add log message when destination object already exists
build: force google-cloud-sdk to use python3
build: adding support for hercules ci effects
2020-11-05 12:05:10 -08:00
Brendan Hay
767a6f85a4
build: remove {sha256,md5} output for push-storage-object effects
2020-11-05 11:39:05 -08:00
Brendan Hay
e9cf0a3518
build: add log message when destination object already exists
2020-11-05 11:39:04 -08:00
Brendan Hay
244a9b6a06
build: force google-cloud-sdk to use python3
...
This prevents an error where the python2 version of the SDK tries to
use the monotonic library which is unable to detect the host operating
system inside the sandbox - exploding in typical python fashion.
By using python3 it obviates the need for the monotonic dependency by
using the builtin time.monotonic call.
2020-11-05 11:39:01 -08:00
Brendan Hay
b1790b1b3a
build: adding support for hercules ci effects
2020-11-05 11:38:58 -08:00
Joe Bryan
d196a249cb
Merge branch 'bh/release/next-vere' into release/next-vere
...
* bh/release/next-vere:
build: remove push-to-storage for ivory, brass, and solid pills
pill: rebuild solid pill with %lens included in lite boot apps
arvo: run %lens when lite boot (-l) is specified
build: expose configurable arguments when booting/testing fake ships
build: ensure urbit tests are run with the -g argument
vere: ensure debug symbols aren't stripped by default (by nix)
2020-11-05 11:35:19 -08:00
Brendan Hay
8073de5cc9
build: remove push-to-storage for ivory, brass, and solid pills
2020-11-05 11:29:27 -08:00
Brendan Hay
88e9d0eaec
pill: rebuild solid pill with %lens included in lite boot apps
2020-11-05 11:29:18 -08:00
fang
7a40b1137e
herm: send prompt & cursor on-connect
2020-11-05 20:13:36 +01:00
fang
485a15c913
dill: add scry endpoints for current line & cursor
...
This will let connecting clients get the rendering-relevant parts of the
current state of the session on demand.
2020-11-05 20:13:03 +01:00
fang
185b553c99
herm: userspace dill proxy
...
Listens to the default dill session and passes its %blits on to
subscribers. Passes any %belt pokes it gets into dill.
Updates webdojo to make use of it, which is the primary motivation for
herm's existence.
2020-11-05 19:39:08 +01:00
Brendan Hay
ff3d7c1574
arvo: run %lens when lite boot (-l) is specified
2020-11-05 10:25:31 +01:00
Brendan Hay
3a0b975f4d
build: expose configurable arguments when booting/testing fake ships
...
This also sets -l (lite boot) by default for boot-fake-ship to speed
up the initial pier creation used by pills/tests, and uses
urbit.meta.arguments by default for tests - seems a little less likely
to footgun.
2020-11-05 10:25:31 +01:00
Brendan Hay
644acd5002
build: ensure urbit tests are run with the -g argument
2020-11-05 10:25:31 +01:00
Brendan Hay
dd782e062e
vere: ensure debug symbols aren't stripped by default (by nix)
2020-11-05 10:25:30 +01:00
Liam Fitzgerald
62409ca94d
glob: update to 0v6.9vk2h.hr87m.nn63p.8kmo5.k4ljt
2020-11-05 17:36:58 +10:00
Liam Fitzgerald
75f347aea5
interface: add missing lodash imports
2020-11-05 17:30:32 +10:00