-
Notifications
You must be signed in to change notification settings - Fork 555
feat: wf pod restart #3892
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
feat: wf pod restart #3892
Changes from 18 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
f94fda6
retriggering ci-workflow with deleted workflow git triggers
gireesh-naidu 555b2e4
re-triggering cd stages with current configurations
gireesh-naidu 21924e0
sql script added
gireesh-naidu 02d7a8b
added retrigger cancel checks
gireesh-naidu 792905b
Merge branch 'main' into wf-pod-restart
gireesh-naidu cd07ac0
retry workflow method added in workflowstatus check cron
gireesh-naidu ec14e31
fixed bug around ci running in external cluster
gireesh-naidu e31498f
merge main
gireesh-naidu c1e9d76
get the status from wf itself
gireesh-naidu cb0d3c5
sending referenceWorkflowId in build history
gireesh-naidu c4844d9
code refactoring regarding duplicate GitCommit struct definition
gireesh-naidu 449308b
code refactoring around error logging
gireesh-naidu 6750c91
review comments incorporation
gireesh-naidu e63adeb
wire
gireesh-naidu 71d6b0d
script number update
gireesh-naidu eb8137b
fix
gireesh-naidu 19c0239
json key change
gireesh-naidu a062619
sending reference cd workflow runner id in deployment history api
gireesh-naidu d23278e
phase fix
gireesh-naidu d452455
merge main
gireesh-naidu 6956b0e
script number update
gireesh-naidu 948a416
fix
gireesh-naidu efa74dc
added missing reference workflow_runner_id
gireesh-naidu 2a09fa9
query fix
gireesh-naidu 10e67f2
debug logs added
gireesh-naidu 2545a4f
fix
gireesh-naidu 0be4246
log added
gireesh-naidu 8f3ac09
refactor
gireesh-naidu 27758f2
select iid instead of *
gireesh-naidu 91744c3
Merge branch 'main' into wf-pod-restart
gireesh-naidu a56ae60
Merge branch 'main' into wf-pod-restart
gireesh-naidu 13a0c69
refactoring code review changes
gireesh-naidu 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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use
idinstead of*here