Commit Graph

31442 Commits

Author SHA1 Message Date
ryjm
a5512fe9bc add bad desk name to all traces 2023-02-08 07:38:44 -05:00
Jake Miller
972588e573
add bad desk name to stack trace
Co-authored-by: fang <github@fang.io>
2023-02-08 07:11:50 -05:00
ryjm
62b6e8c8f8 clay: desk name sanity check
Ensures no desk with an illegal name can be created by sanity checking
in `%fuse`, `%park`, and `%merge`.
2023-02-07 21:24:33 -05:00
Ted Blackman
463a94101a
Merge pull request #6136 from bacwyls/bwyl/clay-subs
clay: add scry for subscribers of a desk
2023-02-03 12:52:45 -06:00
Ted Blackman
09a0da4c84 clay: refuse %cs subs scry unless at now 2023-02-03 12:33:27 -06:00
bacwyls
4c2e5460bd
clay: revise /subs %cs scry again
return an empty set instead of crashing if desk doesn't exist
2023-02-03 11:46:54 -06:00
bacwyls
3c7ff0c1f2
Merge branch 'develop' into bwyl/clay-subs 2023-02-03 09:47:04 -06:00
Josh Lehman
f348c443fd
Merge pull request #6258 from urbit/i/6257/un-hungry-webterm
webterm: safer printf rendering
2023-02-03 07:38:58 -08:00
Josh Lehman
c4b6ba42e6
Merge pull request #6274 from urbit/maintainers-add-release-checklist
MAINTAINERS.md: add release checklist
2023-02-03 07:32:33 -08:00
Josh Lehman
77ad7c6fe7
Merge branch 'develop' into maintainers-add-release-checklist 2023-02-03 07:32:13 -08:00
Josh Lehman
aec89503ce
Update MAINTAINERS.md 2023-02-03 07:31:46 -08:00
Josh Lehman
98069d56f1
Update MAINTAINERS.md 2023-02-03 07:31:40 -08:00
Ted Blackman
ff89252f3d
Merge pull request #6281 from uqbar-dao/i/6280/clay-flow-scry
clay: add flow scry
2023-02-03 09:29:22 -06:00
tadad
142f6a4b4e
Merge branch 'develop' into da/flow-scry 2023-02-03 08:38:25 -06:00
Joe Bryan
e47e454682
Merge pull request #5967 from DaneBettis/dane.bettis/meme-hint-next
Dane.bettis/meme hint next
2023-02-02 18:41:28 -05:00
bacwyls
f75e52b9ff clay: revise scry for subscribers to a desk
Address PR6136 comments to improve the interface to this scry.
Now it looks like .^((set ship) %cs /=landscape=/subs)
  instead of .^((set ship) %cs %/subs/landscape)
2023-02-02 17:20:21 -06:00
DaneBettis
cb1ce57475 added %meme tests to hints.hoon 2023-02-02 15:15:53 +00:00
Sigilante
5d486a9843
Merge pull request #6276 from urbit/ja/issue-templates
meta: fix landscape reporting link
2023-02-02 07:59:10 -06:00
james acklin
e7c650fb41
meta: fix landscape reporting link
fixes tloncorp/landscape-apps#1799
2023-02-02 08:43:38 -05:00
tadad
ae6187dd06
Merge branch 'develop' into da/flow-scry 2023-02-01 15:35:15 -06:00
Philip Monk
fa451613ec
Merge pull request #6246 from urbit/i/6245/is-ok
ames: put "is ok"/"not responding" behind |ames-verb
2023-02-01 14:07:38 -07:00
Ted Blackman
9bdb2b5b42
MAINTAINERS.md: add release checklist 2023-02-01 15:29:38 -05:00
Josh Lehman
7bbd5e5c28
Merge pull request #6271 from urbit/i/6270/add-blank-issue-template
Update issue templates
2023-02-01 11:17:38 -08:00
Ted Blackman
6a2c935541
Update issue templates
For creating an issue just to make a PR, and some other use cases, it's convenient to be able to create a blank issue.
2023-02-01 11:22:31 -05:00
Ted Blackman
86e8dd8ea9
Merge pull request #6261 from urbit/i/6260/fix-show-vat-gen
show-vat: fix +show-vat to work with wafts
2023-02-01 09:35:25 -06:00
Ted Blackman
f5a6e7ed8c Merge branch 'master' into develop 2023-01-31 13:33:07 -06:00
Ted Blackman
0626780d7e
Merge pull request #6220 from urbit/next/415
next: zuse 415/hoon 139 (doccords edition)
2023-01-31 13:32:30 -06:00
Tinnus Napbus
abd6674ae0 show-vat: fix +show-vat to work with wafts 2023-01-30 14:46:39 +13:00
fang
f6ee174d64
webterm: simpler printf rendering
As it turns out, the exact behavior of the 'S' CSI command is not "move
contents up into scrollback", but rather "delete the top line(s), move other
contents up". This behavior leads webterm to eat into outputs whenever it
renders slogs.

Xterm(.js), when given a newline character at the bottom of a scroll region,
does produce the desired behavior of bumping the top line away into scrollback,
instead of obliterating it.

This implementation now diverges from vere's, which is unfortunate, but the
alternative is making webterm track the contents of the bottom-most line of
the default session, which seems rather ridiculous by comparison.

Fixes #6257.
2023-01-28 00:34:03 +01:00
tadad
a5e0356fd6
Merge branch 'develop' into da/flow-scry 2023-01-26 17:10:11 -06:00
Philip Monk
735eedcf6e
Merge pull request #6249 from urbit/i/6244/kids
kiln: Keep %kids desk in sync after kelvin update
2023-01-26 16:07:23 -07:00
Philip Monk
821ed641ea
Merge pull request #6243 from urbit/i/6231/autoprop
autoprop: automated pill (& other boot prop) building
2023-01-26 16:07:01 -07:00
dachus
9e9fdeb2c6 flow scry added, moved to lull 2023-01-26 17:04:08 -06:00
Philip Monk
d328c7ad8c kiln: update comment 2023-01-26 14:55:15 -07:00
Philip Monk
b125b48983 Merge remote-tracking branch 'origin/next/415' into develop 2023-01-26 10:24:34 -07:00
fang
d40237feec
Merge pull request #6238 from urbit/i/6234/acme-handle-301-redirect
acme: handle https redirect in self-check
2023-01-25 12:59:45 +01:00
Tinnus Napbus
9255faf113 acme: comment clarification re: ports 2023-01-25 21:34:32 +13:00
Josh Lehman
27c62ac854
Merge pull request #6250 from urbit/i/6247/revert-once
Revert "Merge pull request #6199 from urbit/philip/install-once"
2023-01-24 16:05:44 -08:00
Josh Lehman
6cd9fa56ae Revert "Merge pull request #6199 from urbit/philip/install-once"
This reverts commit 427e219b5b, reversing
changes made to 86cf63986b.
2023-01-24 16:00:35 -08:00
Philip Monk
bd4e093ada kiln: keep %kids desk in sync after kelvin update
This is the fourth option described in #6244.

Fixes #6244
2023-01-24 15:49:43 -07:00
Philip Monk
8609599035 ames: put "is ok"/"not responding" behind |ames-verb
Fixes #6245
2023-01-24 13:07:19 -07:00
fang
28d1e35774
autoprop: write props into runtime version folder
For vere, we try to put it into a folder whose name is just the vere
version number. For other runtimes, we cat the whole version string
together.
2023-01-24 19:13:32 +01:00
fang
34fd6c854a
autoprop: auto-republish props for new runtime
Checks to see if we've changed the runtime version. If we have, publish
all the props at that new runtime version.
2023-01-24 19:12:14 +01:00
fang
23f2b9cb4d
autoprop: include missing dependencies 2023-01-23 21:28:27 +01:00
fang
9308ad9960
autoprop: update for new sole protocol 2023-01-23 21:27:55 +01:00
fang
c61a9f8bd7
clay: update %prep task for pages instead of blobs 2023-01-23 21:10:28 +01:00
fang
5a90d9bdd9
autoprop: include desk name in install prop meta 2023-01-23 20:45:33 +01:00
fang
8cfc9b5dfc
prop: rename prop tiers for style 2023-01-23 20:44:30 +01:00
fang
4272013244
autoprop: remove unused files from pkg/autoprop 2023-01-23 20:43:30 +01:00
fang
ba01f456a4
autoprop: include tasks in wake failure print 2023-01-23 20:43:21 +01:00