1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Handle re-created forge repos gracefully (#6370)

Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
6543
2026-04-23 10:02:09 +02:00
committed by GitHub
parent 46b73078e9
commit ae19a87b71
7 changed files with 147 additions and 25 deletions
+16
View File
@@ -5270,6 +5270,14 @@ const docTemplate = `{
"full_name": {
"type": "string"
},
"has_forge_name_conflict": {
"description": "HasForgeNameConflict is true if forge returned a repo with same name but different forge remote id",
"type": "boolean"
},
"has_no_forge_repo": {
"description": "HasNoForgeRepo is true if repo only exist in the woodpecker store and not at the forge anymore",
"type": "boolean"
},
"id": {
"type": "integer"
},
@@ -5381,6 +5389,14 @@ const docTemplate = `{
"full_name": {
"type": "string"
},
"has_forge_name_conflict": {
"description": "HasForgeNameConflict is true if forge returned a repo with same name but different forge remote id",
"type": "boolean"
},
"has_no_forge_repo": {
"description": "HasNoForgeRepo is true if repo only exist in the woodpecker store and not at the forge anymore",
"type": "boolean"
},
"id": {
"type": "integer"
},