Use one freshness barrier for code blobs
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 471 · 2026-08-27T06:17:15.988172Z
- built
- 1 modules in 26.5 s
- deployed
- live · 1 module on 3 nodes · push→live 678.7 s
Changed files
-
modified
lib/openagents/forge/browse.ex -
modified
test/openagents_web/live/code_live_test.exs -
added
test/support/forge_wal_probe.ex
Diff
3 files changed, +91 -24
lib/openagents/forge/browse.ex modified +32 -24
@@ -273,39 +273,47 @@ defmodule OpenAgents.Forge.Browse do
| 273 | 273 |
|
| 274 | 274 |
|
| 275 | 275 |
|
| 276 |
|
|
| 276 |
|
|
| 277 | 277 |
|
| 278 | 278 |
|
| 279 | 279 |
|
| 280 |
|
|
| 280 |
|
|
| 281 |
|
|
| 281 | 282 |
|
| 282 |
|
|
| 283 |
|
|
| 284 |
|
|
| 285 |
|
|
| 286 |
|
|
| 283 |
|
|
| 284 |
|
|
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 288 |
|
|
| 289 |
|
|
| 290 |
|
|
| 287 | 291 |
|
| 288 | 292 |
|
| 289 | 293 |
|
| 290 | 294 |
|
| 291 | 295 |
|
| 292 |
|
|
| 293 |
|
|
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 297 |
|
|
| 298 |
|
|
| 299 |
|
|
| 300 |
|
|
| 301 |
|
|
| 302 |
|
|
| 303 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 |
|
|
| 308 |
|
|
| 296 |
|
|
| 297 |
|
|
| 298 |
|
|
| 299 |
|
|
| 300 |
|
|
| 301 |
|
|
| 302 |
|
|
| 303 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 |
|
|
| 308 |
|
|
| 309 |
|
|
| 310 |
|
|
| 311 |
|
|
| 312 |
|
|
| 313 |
|
|
| 314 |
|
|
| 315 |
|
|
| 316 |
|
|
| 309 | 317 |
|
| 310 | 318 |
|
| 311 | 319 |
|
test/openagents_web/live/code_live_test.exs modified +22
@@ -11,6 +11,7 @@ defmodule OpenAgentsWeb.CodeLiveTest do
| 11 | 11 |
|
| 12 | 12 |
|
| 13 | 13 |
|
| 14 |
|
|
| 14 | 15 |
|
| 15 | 16 |
|
| 16 | 17 |
|
@@ -585,6 +586,27 @@ defmodule OpenAgentsWeb.CodeLiveTest do
| 585 | 586 |
|
| 586 | 587 |
|
| 587 | 588 |
|
| 589 |
|
|
| 590 |
|
|
| 591 |
|
|
| 592 |
|
|
| 593 |
|
|
| 594 |
|
|
| 595 |
|
|
| 596 |
|
|
| 597 |
|
|
| 598 |
|
|
| 599 |
|
|
| 600 |
|
|
| 601 |
|
|
| 602 |
|
|
| 603 |
|
|
| 604 |
|
|
| 605 |
|
|
| 606 |
|
|
| 607 |
|
|
| 608 |
|
|
| 609 |
|
|
| 588 | 610 |
|
| 589 | 611 |
|
| 590 | 612 |
|
test/support/forge_wal_probe.ex added +37
@@ -0,0 +1,37 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|