-
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: upgrade axios #1178
fix: upgrade axios #1178
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: olexii4, svor 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 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1178 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1178", name: che-dashboard}]}}]" |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1178 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1178", name: che-dashboard}]}}]" |
Signed-off-by: Oleksii Orel <[email protected]>
New changes are detected. LGTM label has been removed. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1178 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1178", name: che-dashboard}]}}]" |
Build 3.16 :: dashboard_3.16/17: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.16/100: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.16/61: Console, Changes, Git Data |
Build 3.16 :: get-sources-rhpkg-container-build_3.16/97: dashboard : 3.16 :: Build 63704212 : quay.io/devspaces/dashboard-rhel8:3.16-25 |
Build 3.16 :: dashboard_3.16/17: Upstream sync done; /DS_CI/sync-to-downstream_3.16/100 triggered |
Build 3.16 :: update-digests_3.16/155: Console, Changes, Git Data |
Build 3.16 :: operator-bundle_3.16/44: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.16/103: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.16/62: Console, Changes, Git Data |
Build 3.16 :: copyIIBsToQuay/2769: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.16/103: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.16/100 triggered; /job/DS_CI/job/dsc_3.16 triggered; |
Build 3.16 :: operator-bundle_3.16/44: Upstream sync done; /DS_CI/sync-to-downstream_3.16/103 triggered |
Build 3.16 :: update-digests_3.16/155: Detected new images: rebuild operator-bundle |
Build 3.16 :: dsc_3.16/23: Console, Changes, Git Data |
Build 3.16 :: dsc_3.16/23: 3.16.0-CI |
Build 3.16 :: dashboard_3.16/18: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.16/106: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.16/65: Console, Changes, Git Data |
Build 3.16 :: get-sources-rhpkg-container-build_3.16/103: dashboard : 3.16 :: Build 63814875 : quay.io/devspaces/dashboard-rhel8:3.16-26 |
Build 3.16 :: dashboard_3.16/18: Upstream sync done; /DS_CI/sync-to-downstream_3.16/106 triggered |
Build 3.16 :: update-digests_3.16/170: Console, Changes, Git Data |
Build 3.16 :: operator-bundle_3.16/46: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.16/107: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.16/66: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.16/107: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.16/104 triggered; /job/DS_CI/job/dsc_3.16 triggered; |
Build 3.16 :: operator-bundle_3.16/46: Upstream sync done; /DS_CI/sync-to-downstream_3.16/107 triggered |
Build 3.16 :: update-digests_3.16/170: Detected new images: rebuild operator-bundle |
Build 3.16 :: dsc_3.16/25: Console, Changes, Git Data |
Build 3.16 :: copyIIBsToQuay/2773: Console, Changes, Git Data |
Build 3.16 :: dsc_3.16/25: 3.16.0-CI |
What does this PR do?
This PR upgrades the next libs:
Screenshot/screencast of this PR
What issues does this PR fix or reference?
fixes eclipse-che/che#23152