-
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
Align the git services skip-oauth flag with oauth-1 providers #1020
Conversation
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1020 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-1020", name: che-dashboard}]}}]" |
@vinokurig Could you update snapshots? |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1020 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-1020", name: che-dashboard}]}}]" |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1020 +/- ##
==========================================
+ Coverage 87.91% 87.99% +0.07%
==========================================
Files 382 383 +1
Lines 39261 39321 +60
Branches 2593 2610 +17
==========================================
+ Hits 34517 34599 +82
+ Misses 4719 4697 -22
Partials 25 25 ☔ View full report in Codecov by Sentry. |
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
Verified on Eclipse Che with |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, artaleks9, 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 |
New changes are detected. LGTM label has been removed. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1020 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-1020", name: che-dashboard}]}}]" |
6b7c2eb
to
55f5626
Compare
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1020 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-1020", name: che-dashboard}]}}]" |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1020 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-1020", name: che-dashboard}]}}]" |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1020 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-1020", name: che-dashboard}]}}]" |
Build 3.12 :: dashboard_3.x/429: Console, Changes, Git Data |
Build 3.12 :: sync-to-downstream_3.x/5737: Console, Changes, Git Data |
Build 3.12 :: push-latest-container-to-quay_3.x/4004: Console, Changes, Git Data |
Build 3.12 :: get-sources-rhpkg-container-build_3.x/5609: dashboard : 3.x :: Build 57753656 : quay.io/devspaces/dashboard-rhel8:3.12-10 |
Build 3.12 :: dashboard_3.x/429: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5737 triggered |
Build 3.12 :: update-digests_3.x/5317: Console, Changes, Git Data |
Build 3.12 :: update-digests_3.x/5317: No new images detected: nothing to do! |
Build 3.12 :: dashboard_3.x/430: Console, Changes, Git Data |
Build 3.12 :: sync-to-downstream_3.x/5759: Console, Changes, Git Data |
Build 3.12 :: push-latest-container-to-quay_3.x/4021: Console, Changes, Git Data |
Build 3.12 :: get-sources-rhpkg-container-build_3.x/5631: dashboard : 3.x :: Build 57777040 : quay.io/devspaces/dashboard-rhel8:3.12-11 |
Build 3.12 :: dashboard_3.x/430: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5759 triggered |
Build 3.12 :: update-digests_3.x/5345: Console, Changes, Git Data |
Build 3.12 :: update-digests_3.x/5345: No new images detected: nothing to do! |
What does this PR do?
Use includes filter to handle the bitbucket-server oauth 2 provider. The bitbucket server oauth2 provider name is 'bitbucket', but the corresponding 'skip oauth' item is 'bitbucket-server'.
What issues does this PR fix or reference?
eclipse-che/che#22723
Is it tested? How?
quay.io/eclipse/che-server:pr-624
User Preferences
->Git Services
tab, see: the authorisation flag is set toskip authorisation
warning.three dot
icon of the Bitbucket item and clear theskip authorisation
flag.skip authorisation
flag is set toauthorised
icon.Release Notes
Docs PR