-
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 data resolver API #1052
Fix data resolver API #1052
Conversation
Signed-off-by: Oleksii Orel <[email protected]>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1052 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-1052", name: che-dashboard}]}}]" |
packages/dashboard-backend/src/routes/api/helpers/getCertificateAuthority.ts
Outdated
Show resolved
Hide resolved
/retest |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1052 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-1052", name: che-dashboard}]}}]" |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
==========================================
- Coverage 88.43% 88.41% -0.03%
==========================================
Files 390 390
Lines 40058 40083 +25
Branches 2697 2704 +7
==========================================
+ Hits 35427 35440 +13
- Misses 4605 4617 +12
Partials 26 26 ☔ View full report in Codecov by Sentry. |
/retest |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, olexii4 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.12 :: dashboard_3.12/5: Console, Changes, Git Data |
Build 3.13 :: dashboard_3.x/458: Console, Changes, Git Data |
Build 3.12 :: sync-to-downstream_3.12/108: Console, Changes, Git Data |
Build 3.13 :: sync-to-downstream_3.x/6244: Console, Changes, Git Data |
Build 3.13 :: push-latest-container-to-quay_3.x/4369: Console, Changes, Git Data |
Build 3.12 :: push-latest-container-to-quay_3.12/25: Console, Changes, Git Data |
Build 3.13 :: get-sources-rhpkg-container-build_3.x/6172: dashboard : 3.x :: Build 58951940 : quay.io/devspaces/dashboard-rhel8:3.13-7 |
Build 3.13 :: dashboard_3.x/458: Upstream sync done; /DS_CI/sync-to-downstream_3.x/6244 triggered |
Build 3.12 :: get-sources-rhpkg-container-build_3.12/105: dashboard : 3.12 :: Build 58951943 : quay.io/devspaces/dashboard-rhel8:3.12-33 |
Build 3.12 :: dashboard_3.12/5: Upstream sync done; /DS_CI/sync-to-downstream_3.12/108 triggered |
Build 3.13 :: update-digests_3.x/5874: Console, Changes, Git Data |
Build 3.12 :: update-digests_3.12/100: Console, Changes, Git Data |
Build 3.13 :: operator-bundle_3.x/2668: Console, Changes, Git Data |
Build 3.12 :: operator-bundle_3.12/70: Console, Changes, Git Data |
Build 3.12 :: sync-to-downstream_3.12/109: Console, Changes, Git Data |
Build 3.13 :: sync-to-downstream_3.x/6245: Console, Changes, Git Data |
Build 3.12 :: push-latest-container-to-quay_3.12/26: Console, Changes, Git Data |
Build 3.13 :: push-latest-container-to-quay_3.x/4370: Console, Changes, Git Data |
Build 3.12 :: sync-to-downstream_3.12/109: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.12/106 triggered; /job/DS_CI/job/dsc_3.12 triggered; |
Build 3.12 :: operator-bundle_3.12/70: Upstream sync done; /DS_CI/sync-to-downstream_3.12/109 triggered |
Build 3.12 :: copyIIBsToQuay/2493: Console, Changes, Git Data |
Build 3.13 :: sync-to-downstream_3.x/6245: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/6173 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.13 :: operator-bundle_3.x/2668: Upstream sync done; /DS_CI/sync-to-downstream_3.x/6245 triggered |
Build 3.12 :: dsc_3.12/6: Console, Changes, Git Data |
Build 3.12 :: update-digests_3.12/100: Detected new images: rebuild operator-bundle |
Build 3.13 :: copyIIBsToQuay/2494: Console, Changes, Git Data |
Build 3.13 :: update-digests_3.x/5874: Detected new images: rebuild operator-bundle |
Build 3.13 :: dsc_3.x/1820: Console, Changes, Git Data |
Build 3.12 :: dsc_3.12/6: 3.12.0-CI |
What does this PR do?
Fix the error for data resolver API 'POST ${baseApiPath}/data/resolver'.
What issues does this PR fix or reference?
eclipse-che/che#22814
Is it tested? How?
Deploy Eclipse-Che with the image from this PR.
Open Swagger in the new tab.
{CHE-server}/dashboard/api/swagger
Request data resolver with the next payload:
The status code should be
200
.The status code should be
404
.