Skip to content

Commit 8229165

Browse files
authored
feat: [CDS-37432]: repo creds (argoproj#22)
* feat: [CDS-37807]: Updating List call to return complete object (argoproj#15) * feat: [CDS-37486]: remove check for project in create repo flow (argoproj#16) * fix: [CDS-38108]: Supporting connection status for repo creds (argoproj#21) * harness gen
1 parent c5b523c commit 8229165

File tree

6 files changed

+292
-107
lines changed

6 files changed

+292
-107
lines changed

assets/swagger.json

+26
Original file line numberDiff line numberDiff line change
@@ -2492,6 +2492,16 @@
24922492
"schema": {
24932493
"$ref": "#/definitions/v1alpha1RepoCreds"
24942494
}
2495+
},
2496+
{
2497+
"type": "array",
2498+
"items": {
2499+
"type": "string"
2500+
},
2501+
"collectionFormat": "multi",
2502+
"description": "The set of field mask paths.",
2503+
"name": "updateMask.paths",
2504+
"in": "query"
24952505
}
24962506
],
24972507
"responses": {
@@ -2982,6 +2992,22 @@
29822992
"description": "Reference between project and repository that allow you automatically to be added as item inside SourceRepos project entity.",
29832993
"name": "project",
29842994
"in": "query"
2995+
},
2996+
{
2997+
"type": "string",
2998+
"description": "Connection type of the repository.",
2999+
"name": "connectionType",
3000+
"in": "query"
3001+
},
3002+
{
3003+
"type": "array",
3004+
"items": {
3005+
"type": "string"
3006+
},
3007+
"collectionFormat": "multi",
3008+
"description": "The set of field mask paths.",
3009+
"name": "updateMask.paths",
3010+
"in": "query"
29853011
}
29863012
],
29873013
"responses": {

hack/generate-proto.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ clean_swagger() {
123123
}
124124

125125
echo "If additional types are added, the number of expected collisions may need to be increased"
126-
EXPECTED_COLLISION_COUNT=65
126+
EXPECTED_COLLISION_COUNT=66
127127
collect_swagger server ${EXPECTED_COLLISION_COUNT}
128128
clean_swagger server
129129
clean_swagger reposerver

0 commit comments

Comments
 (0)