Commit Graph

16017 Commits

Author SHA1 Message Date
pkova
92a856fadc gall: remove more unused migration stuff for %clog reform 2024-04-19 18:39:52 +03:00
pkova
904bf286c1 ames: refactor bone parsing 2024-04-19 17:15:31 +03:00
pkova
f1fde3e460 ames, gall: refactor clog handling to not migrate %fact 2024-04-19 16:45:47 +03:00
pkova
736ca0a1da lull, ames, gall: unstaged changes for clog fixing 2024-04-19 15:03:27 +03:00
pkova
7f7ba6131e ames: refactor bone processing 2024-04-19 14:46:05 +03:00
pkova
d171f32827 ames, gall: handle clogs on a per-subscription basis 2024-04-19 14:28:17 +03:00
pkova
c238c5afd0 ames, gall: more sane clog handling 2024-04-18 00:22:43 +03:00
midden-fabler
56cd9d197e base: %test arg -> test or [desk test] 2024-04-12 22:36:36 -04:00
Pyry Kovanen
099c997a1e
Merge branch 'develop' into mf/test-agent-desks 2024-04-12 14:59:40 +03:00
Pyry Kovanen
95ed1d33e5
Merge branch 'develop' into pkova/dead-flow-fix 2024-04-12 13:06:08 +03:00
Pyry Kovanen
76aa92438f
Merge pull request #6959 from urbit/m/verb-plus
verb+: detailed logging affordances
2024-04-10 17:49:53 +03:00
fang
7c2187f14d gen: prevent re-creating existing moons in |moon
Apparently the operation triggered by this generator may cause the rift
for the specified moon to be inaccurate if |moon-breach was run
previously.

Here, detect if the moon has been created before, and recommend the
other generators if that is the case.
2024-04-10 10:18:12 +02:00
yosoyubik
abcb73fe02 gall: don't ack %leave for non-running agents 2024-04-10 10:18:12 +02:00
yosoyubik
dec3853d3f ames: on flub, check if pending-vane-ack queue is not empty 2024-04-10 10:18:12 +02:00
fang
03401b46aa spider: speak raw jam bytes, not uw-encoded
This brings it in line with the serialization found in /mar/noun.

The `@uw`-encoding was carried over from Eyre, who uses it for channels.
In that context, outgoing jam bytes must be encoded, because newline
characters (`0a` bytes) would break up the SSE data field. Because
they're essentially part of the same protocol, Eyre mirrors this for
incoming nouns. Even though PUT requests can carry arbitrary bytes just
fine, the symmetry and protocol-wide consistency seems important.

Here, we are dealing strictly with plain HTTP requests, and strictly
with requests that have indicated support for the
`application/x-urb-jam` mime type to boot. We should have no qualms
about raw jam bytes. They're more compact/efficient, too.
2024-04-10 10:18:12 +02:00
fang
ffe1cf21b4 spider: support speaking raw (uw-encoded) nouns
in the thread-calling http interface.

Specifying a content-type header of application/x-urb-jam will make the
request body be interpreted as a uw-encoded jammed noun, rather than
json.

Specifying an accept header of application/x-urb-jam will make the
thread result in the response body be rendered as a uw-encoded jammed
noun, rather than json.

For the latter, the output mark becomes unused, since we can just
"render" the resulting noun directly, without needing to explicitly
convert it. (This assumes that converting any mark to %noun will always
result in the same noun, which isn't guaranteed in theory, but is always
the case in practice.)

This prepares spider for use in a nouns-based version of js-http-api.
2024-04-10 10:18:12 +02:00
yosoyubik
3a3475e6a3 Revert "ames: log with trace when ignoring messages"
This reverts commit 198fa38f6e.
2024-04-10 10:09:14 +02:00
fang
641133751a
debug: remove superfluous tsconfig file
Not sure why this one was added in.
2024-04-08 19:47:24 +02:00
fang
9a9b944475
debug: update blobs 2024-04-08 16:35:08 +02:00
fang
60e6c63b2a
debug: move verb to be above subscription lists
It doesn't contain anything by default, so is easier to scroll
past/doesn't need to be collapsed to get to the verb buttons.
2024-04-08 16:34:29 +02:00
fang
718a3fa00f
debug: improve log event details styling a bit 2024-04-08 16:29:00 +02:00
fang
5e6f2efa6e
verb: include sap.bowl in $event-plus 2024-04-08 16:22:33 +02:00
fang
3ecae833ab
debug: poor man's pretty @da fractional seconds
Lossy, but if the original ms timestamp came out of an urbit, it was
already lossy anyway.
2024-04-08 15:56:50 +02:00
fang
69e357b161
debug: allow live-loading verb+ logs into viewer
New verb watching button added next to the existing one. Instead of
rendering logs to text in the apps view, adds events into the logs view.
2024-04-08 15:55:32 +02:00
fang
f4e1bd4249
log-viewer: move into debug dashboard 2024-04-08 15:54:10 +02:00
fang
db8365940f
verb: add mark w/ json conversion for event-plus 2024-04-08 15:49:25 +02:00
fang
614fcdf537
debug: build using vite, remove gulp
Forget flavor-of-the-month, gulp expired _years_ ago.
2024-04-05 21:03:18 +02:00
fang
362e67092c
log-viewer: make sure to ingest files in order 2024-04-04 19:55:54 +02:00
pkova
4066329d59 ames: do not wake flows when switching to dead flow consolidation 2024-04-04 19:08:27 +03:00
fang
00d6748561
log-viewer: display event effects in detail
Also prefixes marks with %, mugs with 0x, always.
2024-04-01 22:15:27 +02:00
fang
f370a46c80
log-viewer: actually render event details
And lets you click events to make their details sticky.

Also improves date rendering in some places.
2024-04-01 21:15:11 +02:00
fang
a19daa88ed
log-viewer: mvp
Needs usability improvements for event details, range selection, among
other things.
2024-04-01 15:11:35 +02:00
fang
c010629c8b
verb-logger: support flushing across all agents 2024-04-01 14:44:05 +02:00
pkova
7773f67342 ames: fix bug in dead flow consolidation toggle 2024-03-30 20:11:36 +02:00
midden-fabler
9f90611937 base: %test - add desk to argument 2024-03-30 12:08:44 -04:00
fang
e221b89599
verb-logger: write more often, to unique filenames
Using the timestamp of the first event, instead of the start of the time
block.

Also narrow the time block down from a day to an hour, for faster log
writes. Further experimentation needed here.
2024-03-28 22:09:31 +01:00
fang
bf863b5ac7
verb: tweak $event-plus type
Include the mug for poke data, mark for facts, separate out the on-agent
sign explicitly.
2024-03-28 21:48:48 +01:00
yosoyubik
551507cd36 gall: keep %leave in the queue 2024-03-27 06:27:23 +01:00
yosoyubik
216ce199b6 gall: check if a %leave got %nacked before resending 2024-03-26 10:38:20 +01:00
yosoyubik
198fa38f6e ames: log with trace when ignoring messages 2024-03-26 07:37:51 +01:00
fang
17ed42f24f
verb-logger: log & save verb-plus events to disk
A utility agent that can be told to watch agents. Doing so will make it
subscribe to that agent's "verb plus" events. Verb-logger buffers those,
and flushes them to unix disk in a json format periodically.

Tools for viewing these logs still in development...
2024-03-25 19:49:00 +01:00
fang
2ff03c8a90
verb: deeper event verbosity at /verb/events-plus
Adds a new endpoint to the verb wrapper library that gives more detail
about events happening to agents. This includes sequence numbers,
timestamps, source ship, mug hashes for incoming data, and a summary of
the resulting effects.
2024-03-25 19:39:46 +01:00
Pyry Kovanen
6e9233c1ee
Merge pull request #6951 from urbit/master
Merge master to develop after 411k release
2024-03-25 16:39:03 +02:00
Pyry Kovanen
d54afc1cf2
eyre: scry with root gang in http generators 2024-03-25 15:19:23 +02:00
Tinnus Napbus
5f45cda7d4 vats: fix desk order 2024-03-23 22:27:05 +13:00
Pyry Kovanen
bcb716f4cd
Merge pull request #6934 from urbit/jb/rein-no-bill
clay: respect %rein for desks without a bill
2024-03-22 17:38:16 +02:00
Pyry Kovanen
2ee5b25398
Merge pull request #6935 from urbit/mf/cpr
gen: |cp add recursive copy
2024-03-22 17:36:37 +02:00
Pyry Kovanen
7b8ef9a32a
Merge pull request #6939 from urbit/tinnus-fix-vats
vats: fix vats and make faster
2024-03-22 17:29:02 +02:00
Pyry Kovanen
227fba2b34
Merge pull request #6945 from urbit/next/kelvin/411
Merge next/kelvin/411 to develop
2024-03-22 14:48:45 +02:00
pkova
05a71c690a ames: fix chain mop order 2024-03-21 17:49:41 +02:00