-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix: Retry request when token is missed #942
Conversation
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.
LGTM
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-942 |
Signed-off-by: Anatolii Bazko <[email protected]>
Signed-off-by: Anatolii Bazko <[email protected]>
Signed-off-by: Anatolii Bazko <[email protected]>
Signed-off-by: Anatolii Bazko <[email protected]>
Signed-off-by: Anatolii Bazko <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, olexii4, tolusha The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-942 |
/retest |
Codecov Report
@@ Coverage Diff @@
## main #942 +/- ##
==========================================
+ Coverage 82.30% 82.32% +0.02%
==========================================
Files 364 365 +1
Lines 38046 38154 +108
Branches 2450 2456 +6
==========================================
+ Hits 31314 31412 +98
- Misses 6706 6716 +10
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Build 3.10 :: dashboard_3.x/360: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4912: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3469: Console, Changes, Git Data |
Build 3.10 :: get-sources-rhpkg-container-build_3.x/4734: dashboard : 3.x :: Build 56053497 : quay.io/devspaces/dashboard-rhel8:3.10-34 |
Build 3.10 :: update-digests_3.x/4562: Console, Changes, Git Data |
Build 3.10 :: dashboard_3.x/360: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4912 triggered |
Build 3.10 :: operator-bundle_3.x/2139: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4913: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3470: Console, Changes, Git Data |
Build 3.10 :: copyIIBsToQuay/1988: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4913: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/4735 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.10 :: operator-bundle_3.x/2139: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4913 triggered |
Build 3.10 :: dsc_3.x/1458: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.x/4562: Detected new images: rebuild operator-bundle |
Build 3.10 :: dsc_3.x/1458: 3.10.0-CI |
What does this PR do?
Retry request when token is missed
What issues does this PR fix or reference?
eclipse-che/che#22353
Is it tested? How?
N/A
Release Notes
N/A
Docs PR