Mirror canonical repository storage
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
lib/openagents/forge/mirror_watch.ex -
modified
lib/openagents/forge/pushes.ex -
modified
test/openagents/forge/mirror_watch_test.exs
Diff
3 files changed, +82 -3
lib/openagents/forge/mirror_watch.ex modified +1 -1
@@ -141,7 +141,7 @@ defmodule OpenAgents.Forge.MirrorWatch do
| 141 | 141 |
|
| 142 | 142 |
|
| 143 | 143 |
|
| 144 |
|
|
| 144 |
|
|
| 145 | 145 |
|
| 146 | 146 |
|
| 147 | 147 |
|
lib/openagents/forge/pushes.ex modified +40 -2
@@ -23,6 +23,7 @@ defmodule OpenAgents.Forge.Pushes do
| 23 | 23 |
|
| 24 | 24 |
|
| 25 | 25 |
|
| 26 |
|
|
| 26 | 27 |
|
| 27 | 28 |
|
| 28 | 29 |
|
@@ -235,7 +236,7 @@ defmodule OpenAgents.Forge.Pushes do
| 235 | 236 |
|
| 236 | 237 |
|
| 237 | 238 |
|
| 238 |
|
|
| 239 |
|
|
| 239 | 240 |
|
| 240 | 241 |
|
| 241 | 242 |
|
@@ -251,11 +252,48 @@ defmodule OpenAgents.Forge.Pushes do
| 251 | 252 |
|
| 252 | 253 |
|
| 253 | 254 |
|
| 254 |
|
|
| 255 |
|
|
| 255 | 256 |
|
| 256 | 257 |
|
| 257 | 258 |
|
| 258 | 259 |
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 275 |
|
|
| 276 |
|
|
| 277 |
|
|
| 278 |
|
|
| 279 |
|
|
| 280 |
|
|
| 281 |
|
|
| 282 |
|
|
| 283 |
|
|
| 284 |
|
|
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 288 |
|
|
| 289 |
|
|
| 290 |
|
|
| 291 |
|
|
| 292 |
|
|
| 293 |
|
|
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 259 | 297 |
|
| 260 | 298 |
|
| 261 | 299 |
|
test/openagents/forge/mirror_watch_test.exs modified +41
@@ -10,6 +10,7 @@ defmodule OpenAgents.Forge.MirrorWatchTest do
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 13 | 14 |
|
| 14 | 15 |
|
| 15 | 16 |
|
@@ -102,6 +103,46 @@ defmodule OpenAgents.Forge.MirrorWatchTest do
| 102 | 103 |
|
| 103 | 104 |
|
| 104 | 105 |
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 105 | 146 |
|
| 106 | 147 |
|
| 107 | 148 |
|