-
Notifications
You must be signed in to change notification settings - Fork 111
feat(ports-plugin): Handle devworkspaces #1129
Conversation
[crw-ci-test --rebuild] |
1 similar comment
[crw-ci-test --rebuild] |
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
a6dae07
to
a5fe9aa
Compare
Codecov Report
@@ Coverage Diff @@
## master #1129 +/- ##
==========================================
+ Coverage 29.45% 32.65% +3.20%
==========================================
Files 277 286 +9
Lines 9336 9725 +389
Branches 1380 1473 +93
==========================================
+ Hits 2750 3176 +426
+ Misses 6487 6451 -36
+ Partials 99 98 -1
Continue to review full report at Codecov.
|
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
a5fe9aa
to
ecf7af3
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Change-Id: I67d3d67dd52d9ec6a0b12b7aeeb65f7bdf34d801 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
ecf7af3
to
268b004
Compare
✅ E2E Happy path tests succeed 🎉 See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
What does this PR do?
Add support for devworkspaces in ports-plugin
For now when starting a devWorkspace we have a failure saying that extension can't read machines field (which is only che-server implementation)
Screenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#19188
How to test this PR?
Start devWorkspace with che-theia and see that ports-plugin display endpoints
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.
Happy Path Channel
HAPPY_PATH_CHANNEL=next
Change-Id: I67d3d67dd52d9ec6a0b12b7aeeb65f7bdf34d801
Signed-off-by: Florent Benoit fbenoit@redhat.com