Skip to content

Commit

Permalink
feat: [CDS-37432]: repo creds (argoproj#22)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
GabeAboy committed Jun 13, 2022
1 parent c5b523c commit 8229165
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 107 deletions.
26 changes: 26 additions & 0 deletions assets/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2492,6 +2492,16 @@
"schema": {
"$ref": "#/definitions/v1alpha1RepoCreds"
}
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"description": "The set of field mask paths.",
"name": "updateMask.paths",
"in": "query"
}
],
"responses": {
Expand Down Expand Up @@ -2982,6 +2992,22 @@
"description": "Reference between project and repository that allow you automatically to be added as item inside SourceRepos project entity.",
"name": "project",
"in": "query"
},
{
"type": "string",
"description": "Connection type of the repository.",
"name": "connectionType",
"in": "query"
},
{
"type": "array",
"items": {
"type": "string"
},
"collectionFormat": "multi",
"description": "The set of field mask paths.",
"name": "updateMask.paths",
"in": "query"
}
],
"responses": {
Expand Down
2 changes: 1 addition & 1 deletion hack/generate-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ clean_swagger() {
}

echo "If additional types are added, the number of expected collisions may need to be increased"
EXPECTED_COLLISION_COUNT=65
EXPECTED_COLLISION_COUNT=66
collect_swagger server ${EXPECTED_COLLISION_COUNT}
clean_swagger server
clean_swagger reposerver
Expand Down

0 comments on commit 8229165

Please sign in to comment.