-
Notifications
You must be signed in to change notification settings - Fork 554
feat:validation for pipeline Type #4670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 29 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
e6eb341
Bug(linked ci) : validation added
adi6859 7f42b03
Bug(linked ci) : sql script added
adi6859 d3a2bef
Bug(linked ci) : condition check
adi6859 ad7e9eb
Bug(linked ci) : error handling added
adi6859 8c325e6
Bug(linked ci) : sql file name updated
adi6859 661742b
Bug(linked ci) : validation added
adi6859 fc93d7e
Bug(linked ci) : message changed
adi6859 7a24161
Merge branch 'main' into bug-linked-ci
adi6859 6c2ca8f
story (version up) : sql file updated
adi6859 84266dd
story (version up) : comment added in sql file
adi6859 e3de8fe
Bug(linked ci) : validation changed
adi6859 525401f
Bug(linked ci) : validation changed
adi6859 65792a6
Bug(same image scan detail) : Normal job flag added
adi6859 2572fd3
Merge branch 'main' into bug-linked-ci
adi6859 e0d9a37
main merge
adi6859 ad7b996
Bug(linked ci) : normal job check removed
adi6859 542a92a
Bug(linked ci) : assets updated
adi6859 332686f
Bug(linked ci) : normal job added
adi6859 bee7710
Bug(linked ci) : comment removed
adi6859 39e2eb4
Merge branch 'main' into bug-linked-ci
adi6859 109e004
Merge branch 'main' into bug-linked-ci
adi6859 3764708
Bug(linked ci) : sql file no. updated
adi6859 829e88a
Merge branch 'main' into bug-linked-ci
adi6859 86e0a3b
code commented
adi6859 b4c9962
bug(linked ci): sql file updated
adi6859 90548f5
bug(linked ci): validation added
adi6859 6bea8b9
all comments removed related to bug
adi6859 8b58dea
comment added
adi6859 48c35e1
logger updated
adi6859 e748dff
Merge branch 'main' into bug-linked-ci
adi6859 7109f73
code review comment resolved
adi6859 f1abd41
error message updated
adi6859 655dfc1
Merge branch 'main' into bug-linked-ci
adi6859 4515cf0
Merge branch 'main' into bug-linked-ci
adi6859 6826685
main merge
adi6859 aa33cdd
sql file name changed
adi6859 3fad085
Merge branch 'main' into bug-linked-ci
adi6859 3ed7b66
sql file no. updated
adi6859 0f76bf3
Merge branch 'main' into bug-linked-ci
adi6859 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ---- Not Required |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| UPDATE "public"."ci_pipeline" SET ci_pipeline_type='LINKED' WHERE ci_pipeline_type='CI_EXTERNAL'; | ||
|
|
||
| UPDATE "public"."ci_pipeline" | ||
| SET ci_pipeline_type = 'CI_BUILD' | ||
| FROM app | ||
| WHERE ci_pipeline.app_id = app.id AND ci_pipeline.ci_pipeline_type IS NULL AND app.app_type = 0; | ||
|
|
||
| UPDATE "public"."ci_pipeline" | ||
| SET ci_pipeline_type = 'CI_BUILD' | ||
| FROM app | ||
| WHERE ci_pipeline.app_id = app.id AND ci_pipeline.ci_pipeline_type IS NULL AND app.app_type = 2; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.