Preserve GitHub visibility during imports
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
docs/openagents-cli/command-reference.md -
modified
docs/openagents-cli/import-github.md -
modified
docs/repository-creation-and-openagents-cli-spec.md -
modified
lib/openagents_web/controllers/repository_import_controller.ex -
modified
lib/openagents_web/live/repository_import_live.ex -
modified
priv/docs/cli-command-reference.md -
modified
priv/docs/import-github.md -
modified
test/openagents_web/controllers/repository_import_controller_test.exs -
modified
test/openagents_web/live/repository_live_test.exs
Diff
9 files changed, +77 -21
docs/openagents-cli/command-reference.md modified +4 -3
@@ -81,11 +81,12 @@ openagents repo import [flags] <github-owner/repository>
| 81 | 81 |
|
| 82 | 82 |
|
| 83 | 83 |
|
| 84 |
|
|
| 85 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 | 86 |
|
| 87 | 87 |
|
| 88 |
|
|
| 88 |
|
|
| 89 |
|
|
| 89 | 90 |
|
| 90 | 91 |
|
| 91 | 92 |
|
docs/openagents-cli/import-github.md modified +3
@@ -41,6 +41,9 @@ Import a repository into its matching namespace:
| 41 | 41 |
|
| 42 | 42 |
|
| 43 | 43 |
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 44 | 47 |
|
| 45 | 48 |
|
| 46 | 49 |
|
docs/repository-creation-and-openagents-cli-spec.md modified +2 -2
@@ -876,8 +876,8 @@ Import rules:
| 876 | 876 |
|
| 877 | 877 |
|
| 878 | 878 |
|
| 879 |
|
|
| 880 |
|
|
| 879 |
|
|
| 880 |
|
|
| 881 | 881 |
|
| 882 | 882 |
|
| 883 | 883 |
|
lib/openagents_web/controllers/repository_import_controller.ex modified +1 -1
@@ -96,7 +96,7 @@ defmodule OpenAgentsWeb.RepositoryImportController do
| 96 | 96 |
|
| 97 | 97 |
|
| 98 | 98 |
|
| 99 |
|
|
| 99 |
|
|
| 100 | 100 |
|
| 101 | 101 |
|
| 102 | 102 |
|
lib/openagents_web/live/repository_import_live.ex modified +12 -2
@@ -24,7 +24,17 @@ defmodule OpenAgentsWeb.RepositoryImportLive do
| 24 | 24 |
|
| 25 | 25 |
|
| 26 | 26 |
|
| 27 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 28 | 38 |
|
| 29 | 39 |
|
| 30 | 40 |
|
priv/docs/cli-command-reference.md modified +4 -3
@@ -80,11 +80,12 @@ openagents repo import [flags] <github-owner/repository>
| 80 | 80 |
|
| 81 | 81 |
|
| 82 | 82 |
|
| 83 |
|
|
| 84 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 | 85 |
|
| 86 | 86 |
|
| 87 |
|
|
| 87 |
|
|
| 88 |
|
|
| 88 | 89 |
|
| 89 | 90 |
|
| 90 | 91 |
|
priv/docs/import-github.md modified +3
@@ -42,6 +42,9 @@ Import a repository into its matching namespace:
| 42 | 42 |
|
| 43 | 43 |
|
| 44 | 44 |
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 45 | 48 |
|
| 46 | 49 |
|
| 47 | 50 |
|
test/openagents_web/controllers/repository_import_controller_test.exs modified +26 -5
@@ -72,6 +72,24 @@ defmodule OpenAgentsWeb.RepositoryImportControllerTest do
| 72 | 72 |
|
| 73 | 73 |
|
| 74 | 74 |
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 92 |
|
|
| 75 | 93 |
|
| 76 | 94 |
|
| 77 | 95 |
|
@@ -106,7 +124,7 @@ defmodule OpenAgentsWeb.RepositoryImportControllerTest do
| 106 | 124 |
|
| 107 | 125 |
|
| 108 | 126 |
|
| 109 |
|
|
| 127 |
|
|
| 110 | 128 |
|
| 111 | 129 |
|
| 112 | 130 |
|
@@ -115,7 +133,7 @@ defmodule OpenAgentsWeb.RepositoryImportControllerTest do
| 115 | 133 |
|
| 116 | 134 |
|
| 117 | 135 |
|
| 118 |
|
|
| 136 |
|
|
| 119 | 137 |
|
| 120 | 138 |
|
| 121 | 139 |
|
@@ -141,9 +159,12 @@ defmodule OpenAgentsWeb.RepositoryImportControllerTest do
| 141 | 159 |
|
| 142 | 160 |
|
| 143 | 161 |
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 167 |
|
|
| 147 | 168 |
|
| 148 | 169 |
|
| 149 | 170 |
|
test/openagents_web/live/repository_live_test.exs modified +22 -5
@@ -257,6 +257,23 @@ defmodule OpenAgentsWeb.RepositoryLiveTest do
| 257 | 257 |
|
| 258 | 258 |
|
| 259 | 259 |
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 275 |
|
|
| 276 |
|
|
| 260 | 277 |
|
| 261 | 278 |
|
| 262 | 279 |
|
@@ -298,13 +315,13 @@ defmodule OpenAgentsWeb.RepositoryLiveTest do
| 298 | 315 |
|
| 299 | 316 |
|
| 300 | 317 |
|
| 301 |
|
|
| 318 |
|
|
| 302 | 319 |
|
| 303 | 320 |
|
| 304 | 321 |
|
| 305 | 322 |
|
| 306 | 323 |
|
| 307 |
|
|
| 324 |
|
|
| 308 | 325 |
|
| 309 | 326 |
|
| 310 | 327 |
|
@@ -324,16 +341,16 @@ defmodule OpenAgentsWeb.RepositoryLiveTest do
| 324 | 341 |
|
| 325 | 342 |
|
| 326 | 343 |
|
| 327 |
|
|
| 344 |
|
|
| 328 | 345 |
|
| 329 | 346 |
|
| 330 | 347 |
|
| 331 | 348 |
|
| 332 | 349 |
|
| 333 |
|
|
| 350 |
|
|
| 334 | 351 |
|
| 335 | 352 |
|
| 336 |
|
|
| 353 |
|
|
| 337 | 354 |
|
| 338 | 355 |
|
| 339 | 356 |
|