ixv
0b678949e1
interface: fix publish url preprocessing
2021-12-01 15:48:41 -08:00
Hunter Miller
41b17ce7be
Merge pull request #5463 from urbit/hm/color-changer-fix
...
groups: fixing color input
2021-11-30 21:17:56 -06:00
Hunter Miller
98496c1bfd
bg-color: changing to always store ux, optimizing displayform and colorinput
2021-11-30 16:59:16 -06:00
Hunter Miller
39b4749b65
api: handling 000000 hexToUX
2021-11-30 16:56:49 -06:00
Liam Fitzgerald
eb4cce0da7
invite-hook: use equality instead of team:title
...
Fixes a bug that prevented moons from being invited
2021-11-30 16:19:24 -05:00
Liam Fitzgerald
c6a68ced13
notify: prevent memory leak, cleanup notifications when dismissed
2021-11-30 13:41:51 -05:00
Liam Fitzgerald
4c47bc3ba0
notify: rework subscription wires and rewatch
2021-11-30 13:05:59 -05:00
Liam Fitzgerald
1f0465c1d6
notify: update for new hark-store
2021-11-30 11:31:46 -05:00
Liam Fitzgerald
accba6a3ea
landscape: add %hark-note mark
2021-11-30 11:25:48 -05:00
Liam Fitzgerald
5f52ec9ad6
garden: move /+ hark-store into -dev
2021-11-30 11:25:30 -05:00
fang
04f16e047b
webterm: backport
...
Doesn't quite compile, untested.
2021-11-25 13:00:52 +01:00
Hunter Miller
0673fe9e3d
npm-api: fixing hexToUx converter
2021-11-24 19:54:47 -06:00
Hunter Miller
6a6d2200b6
color-input: fixing performance and text input
2021-11-24 19:05:01 -06:00
Liam Fitzgerald
b30e2d26a0
landscape: reorg join fields
2021-11-24 15:18:56 -05:00
Liam Fitzgerald
8f368d3d5d
landscape: move /nack path into lib
2021-11-24 15:12:22 -05:00
Liam Fitzgerald
1e180f420a
interface: address hunter review
2021-11-24 13:18:40 -05:00
Philip Monk
06e5c59635
vere: bump version to 1.8
2021-11-19 18:41:32 -08:00
Philip Monk
1c26ef6fe9
urbit-king: bump zuse to 419
2021-11-19 18:33:58 -08:00
Philip Monk
1966209335
Merge remote-tracking branch 'origin/master' into next/vere
2021-11-19 18:32:27 -08:00
Yaseen
8819d61ff6
symlink arvo/lib/azimuth.hoon to base-dev/lib/azimuth.hoon
2021-11-19 12:33:12 -05:00
Yaseen
1a7708ba45
base-dev: remove sys.kelvin
2021-11-19 12:15:07 -05:00
Liam Fitzgerald
f615ddf920
interface: exorcise old code
2021-11-19 10:48:06 -05:00
Joe Bryan
2571ed3f0b
u3: backup checkpoint on save (if no backup exists)
2021-11-18 14:54:15 -05:00
Liam Fitzgerald
070176af22
interface: add stories for joining flow
2021-11-17 16:36:11 -05:00
Liam Fitzgerald
c91784d3bf
interface: dismiss join on view
2021-11-17 16:34:35 -05:00
Liam Fitzgerald
fd64a627c3
interface: route new joining flow
2021-11-17 16:33:57 -05:00
Liam Fitzgerald
16e9381176
interface: add new joining flow
2021-11-17 16:29:33 -05:00
Liam Fitzgerald
098128ffa1
interface: remove joining in statusbar
2021-11-17 16:28:55 -05:00
Liam Fitzgerald
07ebc242a6
interface: update GroupLink for new joining flow
2021-11-17 16:28:30 -05:00
Liam Fitzgerald
0c2bbd23e6
interface: update omnibox to preview group join
2021-11-17 16:27:19 -05:00
Liam Fitzgerald
67083ecf70
interface: update group view api in state
2021-11-17 16:26:29 -05:00
Liam Fitzgerald
156371d481
@urbit/api: resync group-view types
2021-11-17 16:25:24 -05:00
Liam Fitzgerald
7e54e026cd
interface: create base components for joining
2021-11-17 16:24:15 -05:00
Liam Fitzgerald
84767c7f4d
group-view: make OTAable
2021-11-17 16:14:56 -05:00
Liam Fitzgerald
d8b7473bdf
group-view: share contact, autojoin graphs
2021-11-17 16:09:41 -05:00
Liam Fitzgerald
03e094d075
group-view: add reqeuest rollback, request aborting
2021-11-17 16:08:53 -05:00
Liam Fitzgerald
1d5566cc18
group-view: add breach handling
2021-11-17 16:08:00 -05:00
Liam Fitzgerald
835c0baf2b
group-view: refactor types for additional functionality
2021-11-17 16:03:30 -05:00
Liam Fitzgerald
ec480ab7d1
contacts: federate contacts through group chats
2021-11-17 15:59:42 -05:00
Liam Fitzgerald
9de0caf319
metadata: allow previews for group chats
2021-11-17 15:56:48 -05:00
Philip Monk
ff63ffd1aa
azimuth: stop processing state in %watch
...
Also reprocess state in +on-load for ships which currently have
unprocessed state.
2021-11-17 10:22:27 -08:00
Philip Monk
45a8d12c35
Merge remote-tracking branch 'origin/philip/hotfix' into philip/hotfix
2021-11-17 10:00:49 -08:00
yosoyubik
9430c666d2
azimuth: update state on-watch
2021-11-17 12:40:06 +01:00
Philip Monk
a58db10b94
azimuth: don't crash if timer failed
2021-11-16 21:09:10 -08:00
Philip Monk
4b328a4fa7
azimuth: make +run-logs tail-recursive
...
Also kick the call to +mule out of the loop. By uncommenting the
diagnostics in u3m_fall, I measured that running through the 290k events
the azimuth snapshot required this much memory:
Head recursive, +mule in: 1.1GB
Head recursive, +mule out: 780MB
Tail recursive, +mule in: 700MB
Tail recursive, +mule out: 70MB
So this commit chooses the last one. The most delicate part is making
sure the effects are the right order; this uses the usual idiom.
Kicking +mule out of the loop is okay because lib/naive should never
fail, and if it does then azimuth shouldn't advance until an out-of-band
solution is decided.
Addresses #5431
2021-11-16 20:03:20 -08:00
Philip Monk
78fe24f7e1
tmp: remove jamfiles
2021-11-16 15:53:55 -08:00
Philip Monk
fae27385ff
eth-watcher: remove printfs
2021-11-16 14:47:17 -08:00
Philip Monk
a2a89d3532
Merge remote-tracking branch 'origin/next/arvo' into philip/roller
2021-11-16 13:58:57 -08:00
Philip Monk
4656372b09
Merge pull request #5426 from ynx0/claybel
...
clay: support labels
2021-11-15 08:49:31 -08:00
Yaseen
c080eb8336
fix comment styling
2021-11-15 09:07:24 -05:00
Yaseen
ae7cf81c29
clay: keep info in stacktrace when labeling fails
...
Co-authored-by: Philip Monk <phil@pcmonk.me>
2021-11-15 05:32:59 -05:00
yosoyubik
0d592f67d1
Merge remote-tracking branch 'origin/philip/roller' into naive/roller
2021-11-15 05:48:57 +01:00
yosoyubik
a8ccf5c32e
roller-rpc: fix typo
2021-11-15 05:44:52 +01:00
Yaseen
70a85ccdb0
remove unnecessary comments
2021-11-14 20:41:30 -05:00
Yaseen
17751e7890
clay: enforce referential transparency on labels
2021-11-14 16:49:17 -05:00
Philip Monk
95a8504763
Merge pull request #5423 from urbit/release/next-sys
...
various: release/next-sys -> next/arvo
2021-11-12 20:11:17 -08:00
Philip Monk
541607c6dc
Merge pull request #5422 from ynx0/remove-base-bill
...
Remove outdated `desk.bill` from base-dev
2021-11-12 20:10:21 -08:00
Philip Monk
f20cb399f8
Merge remote-tracking branch 'origin/master' into next/arvo
2021-11-12 20:08:06 -08:00
Liam Fitzgerald
3f8809a601
grid: update docket
2021-11-12 22:34:38 -05:00
Liam Fitzgerald
e92ad33988
grid: fix redirect logic
2021-11-12 22:20:47 -05:00
Philip Monk
c0200336c9
Merge remote-tracking branch 'origin/lf/fix-hardcoding' into philip/hotfix
2021-11-12 16:43:40 -08:00
Liam Fitzgerald
48f56835a4
grid: address hunter review
2021-11-12 19:24:03 -05:00
fang
b9b1fbfb1a
Merge pull request #5310 from urbit/m/acme-base
...
acme: load custom cert from base desk, not home
2021-11-13 00:44:14 +01:00
Liam Fitzgerald
8bc89caf7a
grid: copy update
2021-11-12 18:23:11 -05:00
Liam Fitzgerald
41bb5ec2b3
grid: show disabled screen during upgrade
2021-11-12 18:19:44 -05:00
Liam Fitzgerald
0a2076d0b2
grid: add disabled props to components
2021-11-12 18:19:02 -05:00
Philip Monk
23980d1f64
kiln: throw away pending commits on good commits
...
When we receive a commit that we can apply from the source, we throw
away any skipped pending commits. This lets us receive updates at the
current kelvin even if we heard pending commits for later kelvins.
2021-11-12 14:38:17 -08:00
Philip Monk
901bcdf7b8
kiln: don't allow bump-many for non-current kelvin
2021-11-12 14:37:54 -08:00
rabsef-bicrym
07de32cf01
Present -G more intelligibly and draw direct comparison to -k
...
Changing -G to mirror language of -k, adding note to see the other from either (make users aware there are both), add note re: argument to -k.
2021-11-12 12:41:04 -08:00
Yaseen
25ce97cade
clay: add support for labeling commits
...
- add helper arm `label:de`
- update relevant code to take in arbitrary aeons
2021-11-12 15:35:06 -05:00
Yaseen
0a2bd43d1d
base-dev: remove outdated desk.bill
2021-11-12 15:23:28 -05:00
Philip Monk
84453c13d5
Merge remote-tracking branch 'origin/lf/fix-hardcoding' into philip/hotfix
2021-11-12 12:13:35 -08:00
Philip Monk
6665bc0986
kiln: fix |bump to not require except
2021-11-12 12:06:45 -08:00
Liam Fitzgerald
30bd84502e
grid: remove unnecessary except entries
2021-11-12 15:04:29 -05:00
Liam Fitzgerald
7ae099b829
grid: fix query for blocked desks
2021-11-12 14:57:55 -05:00
Liam Fitzgerald
d5383c8fc6
grid: fix detection of base desk being blocked
2021-11-12 14:44:27 -05:00
Liam Fitzgerald
5dc60da825
kiln: fix %kiln-bump mark
2021-11-12 14:38:34 -05:00
fang
9d2936a6e7
Merge branch 'next/arvo' into m/cite-redux
2021-11-12 13:21:42 +01:00
fang
d379a38486
zuse: explicitly +cut in +cite:title, add tests
2021-11-12 13:11:40 +01:00
rabsef-bicrym
81b05c66d7
Add -G to Available Argument List
...
-G is the way I primarily boot my ships and yet that flag has not been in the usage notes for some time (ever?). Adding it should assist new pilots in getting running and avoid questions of "I booted my ship but it took an hour and now I'm a comet" which sometimes (used to, at least) come w/ new pilots attempting to `-K kEy-S741nG`.
2021-11-11 15:31:03 -08:00
Philip Monk
7b96cf7a82
kiln: don't revive apps at wrong kelvin
2021-11-10 22:17:05 -08:00
yosoyubik
bfcf7631d4
roller: remove network generator
2021-11-11 06:59:13 +01:00
yosoyubik
cb1567a4ac
dice: remove extra p
2021-11-11 06:36:27 +01:00
Philip Monk
5f51bb0d4d
Merge remote-tracking branch 'origin/next/arvo' into philip/roller
2021-11-10 20:53:30 -08:00
yosoyubik
155e02c3cb
Merge remote-tracking branch 'origin/next/arvo' into naive/roller
2021-11-11 05:50:44 +01:00
Philip Monk
74ad24acb9
kiln: don't bump on-load
2021-11-10 18:08:27 -08:00
Joe Bryan
3312da5185
WIP smaller log
2021-11-10 16:08:05 -05:00
yosoyubik
ed2d9bb482
Merge remote-tracking branch 'origin/philip/roller' into naive/roller
2021-11-10 18:44:25 +01:00
yosoyubik
da739d6e87
azimuth: add sponsorship scry
2021-11-10 18:39:43 +01:00
yosoyubik
4727b49b89
acme: point acme to /~debug
2021-11-10 18:38:13 +01:00
yosoyubik
e32b0a1956
roller: add sponsorship index
2021-11-10 17:46:22 +01:00
Joe Bryan
e5ebbe89ac
Merge pull request #5413 from urbit/jb/start
...
arvo: fix |start
2021-11-10 07:40:01 -08:00
fang
309cd96f8c
various: bump pkg kelvins ahead of coming update
2021-11-10 14:51:26 +01:00
yosoyubik
856d8ed8fc
azimuth: use last-snap only in %default network
2021-11-10 11:47:22 +01:00
Philip Monk
2131dd8cac
gen: fix broken generator
2021-11-10 01:36:39 -08:00
Philip Monk
d9d7f69f26
test: make lib/vere/dawn not crash
2021-11-10 01:25:08 -08:00
Philip Monk
6a152218b2
test: fix :test
2021-11-10 01:04:17 -08:00
Philip Monk
8c1a4cafa2
gen: fix broken generators
2021-11-10 00:58:24 -08:00
Philip Monk
3290b68d40
Merge remote-tracking branch 'origin/naive/roller' into philip/roller-ci
2021-11-10 00:41:25 -08:00
Philip Monk
04fbb045d2
ci: try
2021-11-10 00:40:56 -08:00