-
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
chore: Get rid of pluginRegistryURL #1158
Conversation
Signed-off-by: Anatolii Bazko <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1158 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-1158", name: che-dashboard}]}}]" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1158 +/- ##
==========================================
- Coverage 89.47% 89.16% -0.32%
==========================================
Files 417 417
Lines 42747 42711 -36
Branches 2878 2860 -18
==========================================
- Hits 38250 38083 -167
- Misses 4467 4596 +129
- Partials 30 32 +2 ☔ View full report in Codecov by Sentry. |
Build 3.16 :: dashboard_3.x/519: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.x/7369: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.x/4846: Console, Changes, Git Data |
Build 3.16 :: get-sources-rhpkg-container-build_3.x/7354: dashboard : 3.x :: Build 63174838 : quay.io/devspaces/dashboard-rhel8:3.16-16 |
Build 3.16 :: dashboard_3.x/519: Upstream sync done; /DS_CI/sync-to-downstream_3.x/7369 triggered |
Build 3.16 :: update-digests_3.x/7251: Console, Changes, Git Data |
Build 3.16 :: update-digests_3.x/7251: No new images detected: nothing to do! |
What does this PR do?
Stop reading the list of devfiles from the internal devfile registry.
What issues does this PR fix or reference?
eclipse-che/che#23026
Is it tested? How?
N/A
Release Notes
Stop reading the list of devfiles from the internal devfile registry.
Docs PR