-
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
feat: manage default uri plugins for DevWorkspaces #426
Conversation
Can one of the admins verify this patch? |
Codecov Report
@@ Coverage Diff @@
## main #426 +/- ##
==========================================
+ Coverage 49.66% 49.78% +0.12%
==========================================
Files 211 213 +2
Lines 7211 7273 +62
Branches 1194 1204 +10
==========================================
+ Hits 3581 3621 +40
- Misses 3288 3305 +17
- Partials 342 347 +5
Continue to review full report at Codecov.
|
cd82a31
to
6283699
Compare
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
[dashboard-ci-test] |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
packages/dashboard-frontend/src/store/Workspaces/devWorkspaces/index.ts
Outdated
Show resolved
Hide resolved
3a37017
to
0ffc7d1
Compare
const NAME = process.env.CHE_CRD_OBJECT_NAME; | ||
const NAMESPACE = process.env.CHE_NAMESPACE; | ||
const NAME = process.env.CHECLUSTER_CR_NAME; | ||
const NAMESPACE = process.env.CHECLUSTER_CR_NAMESPACE; |
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.
Renamed to match env variable names from the che-operator: https://github.com/dkwon17/che-operator/blob/051d7bd9d30d1b48a9752b095426c39f2b19aee1/pkg/deploy/dashboard/deployment_dashboard.go#L59-L64
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
...tend/src/services/workspace-client/devworkspace/__tests__/devWorkspaceClient.onStart.spec.ts
Show resolved
Hide resolved
packages/dashboard-frontend/src/store/Workspaces/devWorkspaces/index.ts
Outdated
Show resolved
Hide resolved
e4c2c1a
to
0d7688d
Compare
/retest |
Thank you for the reviews everyone, I made a new commit that sets the default plugins in the redux store, and adds tests |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
/retest |
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
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, amisevsk, dkwon17, ibuziuk, 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 |
[dashboard-ci-test] |
✅ E2E dashboard tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
/test v8-dashboard-happy-path |
@dkwon17: 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. |
I rechecked the image from this PR locally the problem with the Happy Path test did not reproduce. We can merge this PR |
New changes are detected. LGTM label has been removed. |
Signed-off-by: David Kwon <[email protected]>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-426 |
Signed-off-by: David Kwon [email protected]
What does this PR do?
This PR is the same PR as #425, except, its source branch is in the
eclipse-che/che-dashboard
repository rather thandkwon17/che-dashboard
.What issues does this PR fix or reference?
eclipse-che/che#20090