-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add ability to open cluster web console from Dashboard #378
Conversation
Skipping CI for Draft Pull Request. |
Codecov Report
@@ Coverage Diff @@
## main #378 +/- ##
==========================================
+ Coverage 48.99% 49.10% +0.10%
==========================================
Files 194 201 +7
Lines 6643 6765 +122
Branches 1065 1089 +24
==========================================
+ Hits 3255 3322 +67
- Misses 3078 3126 +48
- Partials 310 317 +7
Continue to review full report at Codecov.
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Tested with eclipse-che/che-operator#1132 and it seems to work. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
packages/dashboard-backend/src/devworkspace-client/services/cluster-info.ts
Show resolved
Hide resolved
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
@olexii4 Could you add some details for the pictures you posted? |
@olexii4 I got it, the second picture shows the REST method returns an object with empty fields, and the first picture shows how Dashboard renders that. Thanks, I'm fixing that. Update: the offline discussion reveals that I got it a bit wrong, there are two separate questions and only one with swagger (request schema) should be fixed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, olexii4, sleshchenko 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 |
fb7a8ef
to
7e2091f
Compare
New changes are detected. LGTM label has been removed. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
/test v7-dashboard-happy-path |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-378 |
@akurinnoy: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What does this PR do?
This PR adds an application launcher into the page masthead. As for now, app launcher contains one item that allows users to open the cluster Web UI page.
What issues does this PR fix or reference?
resolves eclipse-che/che#20106
Is it tested? How?
Release Notes
Docs PR