fang
08ad367cd8
eyre: when a %request causes a crud, serve 500
...
Previously, if an incoming request caused a crash, we would just drop it
on the floor. We should at least have the decency to serve the client a
quick 500 and let them get on with their day.
We make sure not to touch state here. The connection is guaranteed-fresh
because of the task's semantics, and we're handling it in-line in one go.
Notably we only give a simple "crud!" for the body, instead of the full
error trace. We don't know whether the request is authenticated or not
(and who knows if checking was the cause of the crash!), and the crud
might leak sensitive details about the ship it occurred on. For the
owner, the trace still gets printed into the terminal.
2023-05-04 17:42:36 +02:00
Ted Blackman
24467176f6
Merge pull request #6550 from urbit/jb/clay-quiet
...
clay: remove %take-foreign slog
2023-05-04 11:38:55 -04:00
Ted Blackman
de58756736
Merge pull request #6548 from urbit/philip/pending
...
clay: on update, remove all previous pending updates
2023-05-04 11:38:22 -04:00
Ted Blackman
100333cd5a
Merge pull request #6549 from urbit/jb/eyre-safe
...
eyre: handle agent errors safely
2023-05-03 19:16:10 -04:00
Joe Bryan
48ec5b2693
clay: remove %take-foreign slog
2023-05-03 18:48:30 -04:00
Joe Bryan
c42f1d2663
eyre: corrects connection lifecycle comment
2023-05-03 18:40:22 -04:00
Joe Bryan
c349d154b6
eyre: optimizes responses, removes redundant connection state updates
2023-05-03 18:39:19 -04:00
Joe Bryan
007a32c47a
eyre: remove redundant connection retrieval
2023-05-03 18:25:48 -04:00
Joe Bryan
7fb2f613d4
eyre: no-op on agent-error when missing connection state
2023-05-03 18:25:10 -04:00
Philip Monk
9d7b196024
clay: on update, remove all previous pending updates
...
Fixes #6537 , see discussion there for alternatives.
2023-05-03 13:03:53 -07:00
Joe Bryan
7f2257e581
clay: virtualize parsing to workaround runaway memoization
2023-05-02 17:16:22 -04:00
morelazers
78c1d6e647
feat: noun to mime
2023-05-02 21:28:15 +02:00
Ted Blackman
51e85291c1
Merge pull request #6542 from urbit/wicrum/wan-mop
...
lull,ames: use `mop` instead of `pha` in `.wan.keens`
2023-05-02 11:55:38 -04:00
~wicrum-wicrun
451a84d467
jael: fake ships always have rift=0
2023-05-02 17:36:22 +02:00
Ted Blackman
09fb89bd5b
Merge pull request #6509 from urbit/jon/doccords-lustar-tistar
...
turn off doccord parsing for +*, =*
2023-05-02 11:23:15 -04:00
~wicrum-wicrun
c1e14bdbf5
ames: use +pry:mop
and +del:mop
instead of virtualizing
2023-05-02 17:07:14 +02:00
~wicrum-wicrun
c03c3dc13b
ames: migration uses +tap:deq
instead of +dip-left:deq
2023-05-02 17:01:53 +02:00
Ted Blackman
1c69528565
Merge pull request #6538 from bacwyls/bwyl/read-s-subs-413-patch
...
clay: fix read-s subs for 413
2023-05-02 10:42:29 -04:00
Joe Bryan
1c26d431f5
hoon: threads doccords flags through +vang, compatibly
2023-05-02 10:34:33 -04:00
Joe Bryan
4a92c7d7d4
Revert "hoon: add doc parsing flag to +vang"
...
This reverts commit 94ba944188
.
2023-05-02 10:31:42 -04:00
~wicrum-wicrun
ecaf70bc00
ames,lull,zuse: move +pha
and +deq
into ames to not pollute kelvin code
2023-05-02 16:26:59 +02:00
~wicrum-wicrun
ded0b75914
ames,lull: .wan.keen
uses fragment as mop key
2023-05-02 16:25:51 +02:00
~wicrum-wicrun
d7a2c53df8
lull,ames: use mop
instead of pha
in .wan.keens
2023-05-02 15:17:25 +02:00
bacwyls
4a1aae5c48
clay: fix read-s subs for 413
...
=case was added as an argument to read-s to support %cs subs
it was accidentally removed as an argument during a merge,
breaking %cs subs by causing it to always crash in a
comparison between case and [%da now], because case resolved
to the mold rather than a value. this commit restores
intended functionality.
2023-05-01 18:32:49 -05:00
Joe Bryan
9c59c970e3
vats: fixes +vat
2023-05-01 16:30:21 -04:00
Hunter Miller
5f67d79411
landscape: use correct args and syntax
2023-05-01 14:26:38 -05:00
Ted Blackman
70bef7aee3
Merge pull request #6533 from urbit/hm/landscape-413
...
landscape: compat w/ 413
2023-05-01 15:08:19 -04:00
Ted Blackman
b632316fba
Merge pull request #6532 from urbit/jb/vats-perf
...
vats: force multiline rendering, improve performance
2023-05-01 11:38:30 -04:00
Jonathan Paprocki
e718423135
hoon: remove swap +vang for (doc |) in +loll
2023-05-01 11:37:27 -04:00
Ted Blackman
c3d461d6de
Merge pull request #6515 from urbit/i/6504/fine-next-steps
...
fine: next steps
2023-05-01 11:32:52 -04:00
Hunter Miller
565869f86d
landscape: compat w/ 413
2023-05-01 09:59:19 -05:00
Joe Bryan
444242b5fc
vats: sort force on/off lists
2023-04-29 10:33:54 -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
Joe Bryan
05a7c755c6
base: pin the %kelvin mark in sur/hood for +vats
2023-04-29 10:01:06 -04:00
John Franklin
dd02444876
+vats: sort %base and %kids (sometimes)
2023-04-29 04:04:30 -05:00
~wicrum-wicrun
b804ab3a23
gall: hold on to .ken.yoke
through uninstalls
2023-04-28 19:19:42 +02:00
Ted Blackman
fa14915993
Merge pull request #6506 from jfranklin9000/develop
...
lib/server: de-indent ++ico-response
2023-04-28 11:52:20 -04:00
Ted Blackman
1119257fb3
Merge branch 'develop' into report-vat
2023-04-28 11:16:07 -04:00
Ted Blackman
8208280084
Merge pull request #6524 from urbit/philip/clay-cache
...
clay: Make commits fast again
2023-04-28 10:51:05 -04:00
John Franklin
249eb50d42
hood: +report-vat: handle desks with null base hash (=verb |)
2023-04-27 20:10:53 -05:00
Philip Monk
013f294cde
clay: correctly save cache after goad
...
The refactor from aeon to tako is from May 2022, but unmerged until
March 2023. In the meantime, I added another usage of aeon-flow in July
2022, which was converted to aeon-flow in March 2023, but the argument
itself was unchanged. This meant we didn't save the cache after +goad.
2023-04-27 17:09:33 -07:00
John Franklin
a017c02c4f
hood: +report-vat: handle desks with multiple base hashes (=verb |)
2023-04-27 18:23:34 -05:00
Hunter Miller
701115c7fb
Merge pull request #6521 from urbit/hm/optimized-mime-to-json
...
json: used optimized arm for mime -> json
2023-04-27 18:04:20 -05:00
Hunter Miller
93f8b3b0c9
json: no need to reference from html, already exposed
...
Co-authored-by: Joe Bryan <joemfb@gmail.com>
2023-04-27 17:39:40 -05:00
Pyry Kovanen
f9cf4b154b
hood: revert my nonsense that's part of PR #6520
2023-04-28 00:53:03 +03:00
Hunter Miller
06c78c85d0
json: used optimized arm
2023-04-27 16:08:03 -05:00
~wicrum-wicrun
5819ee3ddd
Revert "gall,lull: add outstanding %keen
s to the $bowl
"
...
This reverts commit 11f53d680a
.
2023-04-27 19:22:41 +02:00
~wicrum-wicrun
11f53d680a
gall,lull: add outstanding %keen
s to the $bowl
2023-04-27 19:20:54 +02:00
~wicrum-wicrun
f3d7863527
gall: %yawn
on uninstall
2023-04-27 19:20:54 +02:00
Pyry Kovanen
f89baab416
hood: actually revert 84e0e18462
2023-04-27 16:39:37 +03:00
Pyry Kovanen
9c124ceeaa
hood: revert 84e0e18462
2023-04-27 16:35:24 +03:00
Pyry Kovanen
84e0e18462
hood: do no subtract-underflow on null base hash
2023-04-27 16:29:29 +03:00
yosoyubik
7f7c1cb6aa
spider: fix extraneous debugging code
2023-04-27 13:59:35 +02:00
yosoyubik
cfc1a58559
spider: fix tracking remote-scry requests
...
Prevously we were tracking remote scry requests using a map, assuming
that every thread would do just one remote scry request. This is not
right. A thread that did multiple +keen:strandio was treated as
if just the last call existed, overwritten previous entries in the map.
Now we track remote scries using a jug that accounts for multiple %keen
tasks per thread.
The logic for sending %yawns to %ames has been updated for the following
scenarios:
- +thread-fail will always send a %yawn task
- +thread-done doesn't send %yawn tasks
- unless a running thread is stopped
- if %spider is reloaded:
- %yawn tasks will be sent for any running or starting thread
/lib/strandio also removes +take-tune from +keen, decoupling
sending %tasks and receiving %signs. This allows for clients
to request multiple paths at future cases, without blocking.
2023-04-27 13:55:06 +02:00
yosoyubik
b98b71e368
Merge branch 'i/6504/spider' into i/6504/fine-next-steps
2023-04-27 06:50:59 +02:00
Jonathan Paprocki
45431dbc89
hoon: remove +lien
...
its not actually being used anywhere, i just wrote it to balance out
having a "hoon without docs" arm. but i guess this just adds needless bloat
2023-04-26 22:03:04 -04:00
Joe Bryan
bbe14ce747
arvo: fix %gall meta-namespace reads (missed in merge)
2023-04-26 20:28:32 -04:00
~wicrum-wicrun
6715f5eb37
gall: track outstanding %keen
s and send %yawn
on nuke
2023-04-27 00:36:54 +02:00
Hunter Miller
06af50a9b9
eyre: fixing errant whitespace
2023-04-26 17:00:46 +03:00
Hunter Miller
215a35640c
eyre: if logged in and accessing login page, redirect
2023-04-26 17:00:46 +03:00
yosoyubik
cbbd6d2c58
strandio,-keen: use (fixed) take-tune
2023-04-26 09:50:23 +02:00
Jonathan Paprocki
f6c780a7e7
hoon: second hoon for =* has docs
...
the issue with compiling not working is with doccords on the deferred
expression, not everything that follows (which would turn off doccords
for anything past =*)
2023-04-26 01:13:24 -04:00
Jonathan Paprocki
971db7effe
doccords: parsing off for =*, +*
...
see #6307
this turns doccord parsing off for =* and +*, which was not intended to
be allowed for the first release, but it ended up not compiling if
postfix doccords were put on either of these.
the right way to fix this is to actually implement doccord parsing for
=* and +*, but at least turning them off seems to fix the compile error here.
2023-04-25 15:42:08 -04:00
Jonathan Paprocki
94ba944188
hoon: add doc parsing flag to +vang
...
+vang is for setting +vast params, but was missing the parameter for
doc. this adds it and changes the callsites to vang around %base to
reflect this
2023-04-25 14:59:15 -04:00
~wicrum-wicrun
9b636eb188
Merge pull request #6399 from urbit/next/kelvin/413
...
413k
2023-04-25 17:46:31 +02:00
Ted Blackman
625b63614e
Merge pull request #6406 from urbit/i/5788/remote-scry
...
Add Remote Scry Protocol
2023-04-25 11:06:04 -04:00
Joe Bryan
517df2aebd
ames: fix fine error printf
2023-04-25 10:14:42 -04:00
Joe Bryan
fa3ad0117f
arvo: decrements kelvin
2023-04-25 09:29:32 -04:00
John Franklin
f0bdcec227
lib/server: de-indent ++ico-response
2023-04-25 04:01:27 -05:00
yosoyubik
c79ef21893
clay: remove scrying sigpam
2023-04-25 05:31:03 +02:00
~wicrum-wicrun
990c52247c
Merge pull request #6502 from tadad/i/6501/sss-live-give
...
i/6501 `+live` logic in `+give`
2023-04-25 00:38:22 +02:00
Joe Bryan
80a9dc91e2
test: fixes gall nonce scry
2023-04-24 16:39:15 -04:00
Joe Bryan
5dfc8e3c5d
arvo: restructures |mass, switches to %x //whey
2023-04-24 16:21:41 -04:00
~wicrum-wicrun
05304146a7
gall,eyre,dojo,azimuth,dbug: gall claims the [%$ *]
namespace
2023-04-24 21:53:52 +02:00
Joe Bryan
65b997096d
lull: corrects $hunk comment
2023-04-24 13:20:06 -04:00
Joe Bryan
628525a549
lull: removes +welt
2023-04-24 13:14:34 -04:00
~wicrum-wicrun
2bca6fd3e1
ted/keen: use $spar
2023-04-24 19:10:05 +02:00
~wicrum-wicrun
d0e8ceced9
lib/strandio: use $spar
2023-04-24 19:10:05 +02:00
~wicrum-wicrun
673803fe0b
ames: use $spar
2023-04-24 19:10:05 +02:00
~wicrum-wicrun
c525fea1b0
lull: add $spar
for [=ship =path]
in ames
2023-04-24 19:10:05 +02:00
~wicrum-wicrun
dafa1cc030
lull,ames: reference +mop
in $packet-pump-size
2023-04-24 19:10:05 +02:00
~wicrum-wicrun
db0afd056e
lull,zuse: move +deq
to zuse
2023-04-24 19:10:05 +02:00
Joe Bryan
ba3a5b22e8
lull: removes case:clay (duplicated from arvo)
2023-04-24 13:08:25 -04:00
Joe Bryan
393457fcc6
clay: remove more dead %warp-index code
...
building on c2f7f75492
2023-04-24 13:07:41 -04:00
Joe Bryan
c1f80e2865
clay: remove stack traces, blank lines
2023-04-24 13:07:40 -04:00
yosoyubik
66a7b7b1c2
ames: make fi-send take a blob
2023-04-24 18:54:36 +02:00
yosoyubik
d43e684bae
ames: rename @uxmeow as $yowl
2023-04-24 18:54:36 +02:00
Joe Bryan
8f43d9674d
ames: removes stale comments, dead code
2023-04-24 12:53:29 -04:00
Joe Bryan
cf8a887b80
arvo: rebinds and uses $omen
2023-04-24 12:52:33 -04:00
Joe Bryan
2ece07f096
ames: %fine requests are always for public data
2023-04-24 12:36:53 -04:00
yosoyubik
5d575212bf
ames: fix -keen thread
2023-04-24 18:28:44 +02:00
pkova
5868c29c3b
eyre: combine unreleased loads for ~2023.4.19 and ~2023.4.11
2023-04-24 18:54:22 +03:00
yosoyubik
714d0b13f1
ames: remove sigpam
2023-04-24 17:00:41 +02:00
dachus
f0a9f40cbe
+live removed, logic moved into give
2023-04-24 11:49:17 -03:00
~wicrum-wicrun
641326ad36
ames,lull: remove .siz
from $meow
2023-04-24 16:23:09 +02:00
pkova
3792ba5cc7
Merge branch 'next/kelvin/413' of https://github.com/urbit/urbit into pkova/fix-eyre-clog
2023-04-24 13:43:36 +03:00
pkova
a1fd3a6792
lull, eyre: actually send events on clogged channel reconnect
2023-04-24 13:38:14 +03:00
yosoyubik
bf0a4a3327
ames: fix upgrade from state 4&5
2023-04-24 11:44:24 +02:00