Amadeo Bellotti
b360fed0a5
Applied @ryjm 's indent patch
2023-02-08 10:03:42 -05:00
Ted Blackman
5137db7096
Merge pull request #6237 from urbit/i/6236/clay-cult-inspection
...
clay: allow scrying out of pending requests
2023-02-08 08:58:31 -06:00
Josh Lehman
88e853cf69
Merge branch 'develop' into i/6236/clay-cult-inspection
2023-02-08 06:42:32 -08:00
Josh Lehman
1481a198ee
Merge pull request #6294 from urbit/m/webterm-v1.1.1
...
webterm: v1.1.1
2023-02-08 06:28:01 -08:00
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
Pyry Kovanen
070143f0b3
Merge pull request #6301 from urbit/master
...
Merge pull request #6298 from urbit/release/urbit-os-v2.132
2023-02-07 21:57:04 +02:00
fang
82db9c14fa
Merge pull request #6259 from urbit/m/know-plus-plus
...
dojo: match hoon.hoon %know %hint printing style
2023-02-07 20:24:44 +01:00
Ted Blackman
cc7c6dba24
Merge pull request #6298 from urbit/release/urbit-os-v2.132
...
Release: urbit-os-v2.132
2023-02-07 13:17:35 -06:00
Josh Lehman
9f92f60a63
Update MAINTAINERS.md
2023-02-07 10:59:14 -08:00
Josh Lehman
1ecc010bac
Update MAINTAINERS.md
2023-02-07 10:42:29 -08:00
Josh Lehman
e44a661076
Update MAINTAINERS.md
2023-02-07 10:35:43 -08:00
Josh Lehman
032ee85b4f
Update MAINTAINERS.md
2023-02-07 10:27:11 -08:00
Josh Lehman
8b2f555d6e
Update MAINTAINERS.md
2023-02-07 10:25:30 -08:00
Josh Lehman
575296fcac
Update MAINTAINERS.md
...
add post-release deployment instructions
2023-02-07 10:24:10 -08:00
Josh Lehman
563442679d
Update MAINTAINERS.md
...
fix typo
2023-02-07 09:26:03 -08:00
Josh Lehman
37135d4ae6
add instruction on release branch convention
2023-02-07 09:25:00 -08:00
fang
c5aece980e
Merge pull request #6116 from urbit/fix-host-scry
...
eyre: fix %host scry so it says secure even if no domains configured
2023-02-07 16:28:47 +01:00
fang
92066f3a33
Merge branch 'develop' into m/http-auth-tokens
2023-02-06 19:44:01 +01:00
fang
e0a37c4034
webterm: v1.1.1
...
For release with a new glob that includes #6258 .
2023-02-06 19:19:00 +01:00
yosoyubik
46c27d33cd
ames: fix check for stale resubscriptions
2023-02-06 16:48:32 +01:00
yosoyubik
fbb95b0d9f
ames: check if we have a flow for a nax ack bone
2023-02-06 16:39:00 +01:00
yosoyubik
1522e4ab96
ames: don't scry dudes for every peer
2023-02-06 16:39:00 +01:00
yosoyubik
108e0cd023
ames: fix syntax error
2023-02-06 16:39:00 +01:00
yosoyubik
5f9d6b23d1
ames: improve logging in dry mode for on-kroc
2023-02-06 16:39:00 +01:00
yosoyubik
a024b68b26
ames: sort by number of re-trying flows per app
2023-02-06 16:38:59 +01:00
yosoyubik
c68a92f8b4
ames: add +state-flows
...
Some of this functionality already exists in ames (see +on-kroc) so this
generator will probably be removed once there's been enough testing
done for removing stale flows on the live network .
2023-02-06 16:38:59 +01:00
yosoyubik
24140d5f12
ames: clarify forward/backward bones
2023-02-06 16:38:59 +01:00
yosoyubik
ee76b97f49
ames: fix |close-flow generator
2023-02-06 16:38:59 +01:00
yosoyubik
e32c18b677
ames: style fixes and comments
2023-02-06 16:38:59 +01:00
yosoyubik
1d8214530a
ames: fix |close-flows generator
2023-02-06 16:38:50 +01:00
yosoyubik
1e04e9498e
ames: clean all stale %watches in on-kroc
...
This removes the logic from cleaning up stale subscriptions in %gall,
leaving +ap-rake as it was, and moves it to the +on-kroc arm in %ames.
Failed subscriptions from nacking a %watch plea that were
not properly corked (fixed in https://github.com/urbit/urbit/pull/6102 )
are a subset of the more general "stale re-subscription" issue, so
we take care of all stale flows at the same time, by focusing on the
current subscription—leaving all others to be corked automatically—and
checking if it received a nack, to subsequently cork it.
2023-02-06 16:38:04 +01:00
yosoyubik
ad712caccf
ames, gall: move |close-flows logic to vanes
...
This modifies the %rake task in %gall, to select what kind of
subscriptions we try to close:
=mode %o: kill old pre-nonce subscriptions
=mode %z: kill old pre-nonce subscriptions, including sub-nonce = 0
=mode %r: kills all stale resubscription flows
It also adds a dry-run option to both tasks (%kroc in ames, %rake in gall)
2023-02-06 16:36:32 +01:00
yosoyubik
872db0efcc
ames, +close-flows: combine stale flows
...
This combines two types of flows that can be closed:
- nacking %watch pleas
- resubscriptions that were not properly corked
2023-02-06 16:36:31 +01:00
yosoyubik
81f01c456b
ames: clean up unused logic in |close-flows
2023-02-06 16:36:31 +01:00
yosoyubik
7d4959db2e
ames: don't send %kroc cards in |close-flows
2023-02-06 16:36:30 +01:00
yosoyubik
2ebab4938b
ames: address feedback in |close-flows
2023-02-06 16:36:29 +01:00
yosoyubik
2c791daf09
ames: in |close-flows fix bug matching subs wire
2023-02-06 16:36:29 +01:00
yosoyubik
7c26716bab
ames: remove stale comment
2023-02-06 16:36:29 +01:00
yosoyubik
8c17e5c32d
ames: in |close-flows inspect wires in the duct
...
we now don't assume where the wire is in the duct, and just
pattern match until we find a subscription wire
2023-02-06 16:36:28 +01:00
yosoyubik
05582d12c2
ames: refactor +on-krock
2023-02-06 16:36:28 +01:00
yosoyubik
3a7bd3a67f
ames: add tool for removing failed %watch flows
2023-02-06 16:36:27 +01:00
Ted Blackman
2bae8127bf
Merge branch 'develop' into i/6236/clay-cult-inspection
2023-02-03 15:31:08 -06: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
Josh Lehman
3ec1172c5b
Merge branch 'develop' into fix-host-scry
2023-02-03 07:50:27 -08: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