Update repository activity after pushes
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/pushes.ex -
modified
lib/openagents/repositories.ex -
modified
lib/openagents_web/live/repository_index_live.ex -
modified
test/openagents/forge/git_http_test.exs -
modified
test/openagents_web/live/repository_live_test.exs
Diff
5 files changed, +86 -2
lib/openagents/forge/pushes.ex modified +23 -1
@@ -20,7 +20,7 @@ defmodule OpenAgents.Forge.Pushes do
| 20 | 20 |
|
| 21 | 21 |
|
| 22 | 22 |
|
| 23 |
|
|
| 23 |
|
|
| 24 | 24 |
|
| 25 | 25 |
|
| 26 | 26 |
|
@@ -58,6 +58,7 @@ defmodule OpenAgents.Forge.Pushes do
| 58 | 58 |
|
| 59 | 59 |
|
| 60 | 60 |
|
| 61 |
|
|
| 61 | 62 |
|
| 62 | 63 |
|
| 63 | 64 |
|
@@ -98,6 +99,27 @@ defmodule OpenAgents.Forge.Pushes do
| 98 | 99 |
|
| 99 | 100 |
|
| 100 | 101 |
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 101 | 123 |
|
| 102 | 124 |
|
| 103 | 125 |
|
lib/openagents/repositories.ex modified +19
@@ -500,6 +500,25 @@ defmodule OpenAgents.Repositories do
| 500 | 500 |
|
| 501 | 501 |
|
| 502 | 502 |
|
| 503 |
|
|
| 504 |
|
|
| 505 |
|
|
| 506 |
|
|
| 507 |
|
|
| 508 |
|
|
| 509 |
|
|
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 503 | 522 |
|
| 504 | 523 |
|
| 505 | 524 |
|
lib/openagents_web/live/repository_index_live.ex modified +4 -1
@@ -240,7 +240,10 @@ defmodule OpenAgentsWeb.RepositoryIndexLive do
| 240 | 240 |
|
| 241 | 241 |
|
| 242 | 242 |
|
| 243 |
|
|
| 243 |
|
|
| 244 |
|
|
| 245 |
|
|
| 246 |
|
|
| 244 | 247 |
|
| 245 | 248 |
|
| 246 | 249 |
|
test/openagents/forge/git_http_test.exs modified +16
@@ -108,6 +108,16 @@ defmodule OpenAgents.Forge.GitHTTPTest do
| 108 | 108 |
|
| 109 | 109 |
|
| 110 | 110 |
|
| 111 |
|
|
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 111 | 121 |
|
| 112 | 122 |
|
| 113 | 123 |
|
@@ -132,6 +142,12 @@ defmodule OpenAgents.Forge.GitHTTPTest do
| 132 | 142 |
|
| 133 | 143 |
|
| 134 | 144 |
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 150 |
|
|
| 135 | 151 |
|
| 136 | 152 |
|
| 137 | 153 |
|
test/openagents_web/live/repository_live_test.exs modified +24
@@ -53,6 +53,30 @@ defmodule OpenAgentsWeb.RepositoryLiveTest do
| 53 | 53 |
|
| 54 | 54 |
|
| 55 | 55 |
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 56 | 80 |
|
| 57 | 81 |
|
| 58 | 82 |
|