fix(gitlab,api): optimize commit status updates and improve error handling#1187
Open
rackam77 wants to merge 1 commit intoargoproj-labs:mainfrom
Open
fix(gitlab,api): optimize commit status updates and improve error handling#1187rackam77 wants to merge 1 commit intoargoproj-labs:mainfrom
rackam77 wants to merge 1 commit intoargoproj-labs:mainfrom
Conversation
57d54a7 to
168b40f
Compare
Bundle ReportBundle size has no change ✅ |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1187 +/- ##
==========================================
- Coverage 54.03% 53.58% -0.46%
==========================================
Files 55 55
Lines 6344 6349 +5
==========================================
- Hits 3428 3402 -26
- Misses 2546 2566 +20
- Partials 370 381 +11 ☔ View full report in Codecov by Sentry. |
168b40f to
9aacf90
Compare
- Skip redundant GitLab API calls when status is already correctly set - Handle :enqueue state transition errors gracefully
9aacf90 to
e88502b
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Optimizes GitLab commit status updates by: