-
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
[cherry-pick] fix: git services page (#1265) #1295
Conversation
* fix: git services page * fixup! fix: git services page
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1295 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-1295", name: che-dashboard}]}}]" |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: olexii4, vinokurig 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 |
Build 3.18 :: dashboard_3.18/9: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/346: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/34: Console, Changes, Git Data |
Build 3.18 :: get-sources-rhpkg-container-build_3.18/354: dashboard : 3.18 :: Build 66406707 : quay.io/devspaces/dashboard-rhel9:3.18-7 |
Build 3.18 :: update-digests_3.18/326: Console, Changes, Git Data |
Build 3.18 :: dashboard_3.18/9: Upstream sync done; /DS_CI/sync-to-downstream_3.18/346 triggered |
Build 3.18 :: operator-bundle_3.18/295: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/347: Console, Changes, Git Data |
Build 3.18 :: push-latest-container-to-quay_3.18/35: Console, Changes, Git Data |
Build 3.18 :: copyIIBsToQuay/2896: Console, Changes, Git Data |
Build 3.18 :: sync-to-downstream_3.18/347: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.18/355 triggered; /job/DS_CI/job/dsc_3.18 triggered; |
Build 3.18 :: operator-bundle_3.18/295: Upstream sync done; /DS_CI/sync-to-downstream_3.18/347 triggered |
Build 3.18 :: dsc_3.18/8: Console, Changes, Git Data |
Build 3.18 :: update-digests_3.18/326: Detected new images: rebuild operator-bundle |
Build 3.18 :: dsc_3.18/8: 3.18.0-CI |
What does this PR do?
This PR fixes the Git Services page with the list of the available Git providers.
cherry-pick of #1265 to the 7.95.x branch
Screenshot/screencast of this PR
What issues does this PR fix or reference?
It needs forhttps://issues.redhat.com/browse/CRW-7928
Is it tested? How?
See
Steps to reproduce
at eclipse-che/che#23262