-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Information of Linked CI Pipelines on Parent CI Pipeline (#4786)
* Refactor ArgoUserService.go by adding a TODO * wip * updated API spec * Update repo and service * Add logging of errors * modified API spec * added total count in query * updated service and rest handler layer * Update router and resthandler * set default req params at rest handler * moved generics to global util * Update resthandler * added tracing for new queries * fixed undefined ctx * Update handler's rbac * update error logs * Update cipipeline repo * added: comments for changes * Change handler * fixed typo and imports * fixed adapter and constants * updated test file errors and mock files * updated API specs * fixed API specs end points * fixed: query errors * fixed: linked cd condition * fixed: typo * fixed: search * fixed nil check for runner query * fixed: append in adapter * fix searchkey to lowercase * Fix duplicated env names * fix pass env array as empty * Fix error logs * fix error * fixed import --------- Co-authored-by: komalreddy3 <[email protected]>
- Loading branch information
1 parent
392b156
commit c7d2add
Showing
42 changed files
with
1,423 additions
and
498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
185 changes: 142 additions & 43 deletions
185
api/restHandler/app/pipeline/configure/BuildPipelineRestHandler.go
Large diffs are not rendered by default.
Oops, something went wrong.
68 changes: 34 additions & 34 deletions
68
api/restHandler/app/pipeline/configure/DeploymentPipelineRestHandler.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.