Daryl Richter
8ef86629ec
clarify +vats usage in +vat deprecation msg
2023-05-16 14:40:08 -04:00
Ted Blackman
0760248300
Merge pull request #6555 from urbit/story-fix
...
Fix story (commit message system).
2023-05-16 11:30:57 -04:00
yosoyubik
6135349d85
gen: don't crash if alien
2023-05-12 10:27:30 +02:00
yosoyubik
f224d5be60
gen: add +ames-keys generator
2023-05-12 09:20:43 +02:00
Sigilante
0762b90daa
Update story-remove.hoon
2023-05-04 16:25:39 -05:00
Sigilante
03da1cb4f9
Update story-write.hoon
2023-05-04 16:22:44 -05:00
Sigilante
6389776fc1
Update story-init.hoon
2023-05-04 16:17:50 -05:00
Joe Bryan
9c59c970e3
vats: fixes +vat
2023-05-01 16:30:21 -04:00
Joe Bryan
b7bf1e68ca
vats: sort alphabetically within constraints (%base first, %kids last)
2023-04-29 10:13:50 -04:00
Joe Bryan
92a1f50a49
vats: refactor generator
2023-04-29 10:05:56 -04:00
Joe Bryan
d732e5a91a
vats: hack to always render multi-line tanks
2023-04-29 10:03:15 -04:00
John Franklin
dd02444876
+vats: sort %base and %kids (sometimes)
2023-04-29 04:04:30 -05:00
~wicrum-wicrun
9b636eb188
Merge pull request #6399 from urbit/next/kelvin/413
...
413k
2023-04-25 17:46:31 +02:00
~wicrum-wicrun
05304146a7
gall,eyre,dojo,azimuth,dbug: gall claims the [%$ *]
namespace
2023-04-24 21:53:52 +02:00
Ted Blackman
84cd948f30
Merge branch 'next/kelvin/413' into i/5788/remote-scry
2023-04-22 14:33:20 -04:00
silnem2
dbc40b3959
gen: rewrite |suspend to use %kiln-suspend-many mark
2023-04-21 09:02:39 -06:00
silnem2
9b8ea6bc8c
gen: rewrite +vat and add deprecation notice
2023-04-20 03:37:48 -06:00
Joe Bryan
c864f95598
ames: drop %pine
2023-04-18 10:25:45 -04:00
silnem2
f2880ecc91
gen: rewrite +vats and add optional list of desks
2023-04-13 09:15:03 -06:00
silnem2
36fb1303d3
gen: update |suspend to take a list of desks
2023-04-13 08:39:28 -06:00
silnem2
9cc1bec92d
gen: remove +vat
2023-04-13 08:38:29 -06:00
Alex Shelkovnykov
ac1a0ffdee
Change JSON parser arms to match |base16:html
2023-04-11 14:59:15 -06:00
yosoyubik
538b0e920e
Merge branch 'develop' into i/5788/remote-scry
2023-04-07 19:24:08 +02:00
yosoyubik
cf10ab4cc1
ames: fix +stale-flows
2023-04-06 14:17:02 +02:00
~wicrum-wicrun
645f5e473a
gall: only %x
, %t
and %z
reserve [%$ *]
, for backwards compatibility
2023-04-05 20:51:04 +02:00
~wicrum-wicrun
93c1497431
gall: claim the [%$ *]
namespace and relinquish the rest
2023-04-05 14:59:59 +02:00
Ted Blackman
90970469d0
Merge pull request #6427 from playfulpachyderm/i/6426/expand-new-desk
...
arvo: add more files to |new-desk generator
2023-04-03 12:09:26 -04:00
yosoyubik
d406344081
lull, ames: add %wham to cancel all scry requests
...
(we might want to add permissioning to restrict who can send %whams)
2023-04-01 09:20:49 +02:00
yosoyubik
55dffb59e7
ames: add all=? flag to fine %yawn task
...
if all=& in |yawn, it will delete all listeners ducts,
without notifying them about it, which seems bad,
so we migh adress that separatedly.
Also, it might be cleaner to have a separate task instead of
a flag, to have two paths for "remove me" and "remove all",
this way there won't be an option for a listener to remove all
others, and that will have to be handled explicitly.
2023-03-31 15:45:51 +02:00
Alessio
38ace43ca0
arvo: change |new-desk to be minimal by default
2023-03-29 14:20:23 -03:00
yosoyubik
8cc9433f57
ames: use sys.kelvin as default in |keen
2023-03-28 13:43:15 +02:00
James D. Amberger
821f99a351
hood: options for +vats generator
...
This commit refactors `sur/hood.hoon` and changes the signature of the
`+vats` generator thus:
```hoon
|= $: [now=@da eny=@uvJ bec=beak]
$@(~ [?(%suspended %running %blocking %nonexistent) ~])
$: verb=?
show-suspended=?
show-running=?
show-blocking=?
show-nonexistent=?
==
==
```
Called with a single positional argument, `+vats` will show only those
desks fitting the description given, while keyword parameters allow
finer-grained control over which desks are described. The `verb`
parameter determines whether the full load of desk information be shown,
or a subset thereof.
Resolves #6297 .
2023-03-27 23:09:41 -04:00
Alessio
00b7ace08d
arvo: add more files to |new-desk generator
2023-03-27 23:58:19 -03:00
yosoyubik
dd0f35c8ad
Merge branch 'm/contdist-and-behn' into i/5788/remote-scry
2023-03-21 18:01:17 +01:00
Josh Lehman
5506236311
Merge branch 'develop' into pill-lists
2023-03-20 08:24:31 -07:00
yosoyubik
003613d1d5
Merge branch 'develop' into yu/ames-snub-whitelist
2023-03-17 14:05:38 +01:00
Josh Lehman
dbe6f7fd20
Merge branch 'develop' into i/6264/ames-snub-whitelist
2023-03-16 08:30:57 -07:00
yosoyubik
02f01cf14c
Merge branch 'develop' into i/6103/ames-refactor
2023-03-16 09:27:22 +01:00
silnem2
d3e788148c
Merge branch 'urbit:develop' into pill-lists
2023-03-15 12:10:51 -06:00
silnem2
877a00baf8
lib/gen: update pill lib/gens not to use whitelist
2023-03-15 11:43:10 -06:00
dachus
0286ca7b5b
dome:clay => domo, moved to lull, full scry enabled
2023-03-15 08:35:59 -04:00
yosoyubik
2724523a26
Merge branch 'develop' into i/6103/ames-refactor
2023-03-12 09:46:44 +01:00
Josh Lehman
3177067d96
Merge branch 'develop' into i/6264/ames-snub-whitelist
2023-03-03 09:54:35 -08:00
Josh Lehman
8ddc15a001
Revert "hood: recursive |tomb
"
2023-03-03 08:52:17 -08:00
Marcus
3b91a3f0be
ames: snubbed scry and whitelist
2023-03-02 18:21:36 -03:00
Ted Blackman
ccc35277a1
Merge pull request #6056 from urbit/jm/tomb-recurse
...
hood: recursive `|tomb`
2023-03-01 17:29:13 -05:00
Ted Blackman
c4d3d446fb
|tomb: indentation
2023-03-01 16:05:29 -06:00
ryjm
f218327986
tomb: remove |rm prompt
...
if you're trying to tombstone at the head of the desk, you probably
don't know what you're doing. so we abort.
we keep the option to `|rm` any matching hashes in other desks since
this is something the tombstoner might not know exists in advance and is
actively blocking them from completing the desired tombstone operation.
2023-02-27 12:25:29 -05:00
yosoyubik
5e64bdd833
ames: add |ames-cong
2023-02-23 13:45:59 +01:00
fang
1cc647938d
drum: make |knob work again
...
This should no longer go into dill, but instead be controlled by drum
directly, since that's where system output gets rendered now (in the
common/default case).
2023-02-21 17:29:16 +01:00