-
Notifications
You must be signed in to change notification settings - Fork 111
fix(ssh-plugin): Disable the plug-in on DevWorkspace as there is no REST API (including ssh) #1135
Conversation
…EST API (including ssh) Change-Id: I9fe4d0bf637c6fdba805fb1374dd67fbe807e083 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Codecov Report
@@ Coverage Diff @@
## master #1135 +/- ##
==========================================
+ Coverage 29.45% 32.40% +2.94%
==========================================
Files 277 285 +8
Lines 9336 9685 +349
Branches 1380 1462 +82
==========================================
+ Hits 2750 3138 +388
+ Misses 6487 6449 -38
+ Partials 99 98 -1
Continue to review full report at Codecov.
|
❌ E2E Happy path tests failed ❗ See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
[crw-ci-test] |
❌ E2E Happy path tests failed ❗ See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
[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 |
What does this PR do?
There is no ssh service yet with DevWorkspace. Disable it when running with devWorkspace instead of showing error messages about not finding SSH service
Screenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#19188
How to test this PR?
Start with DevWorkspace mode and check ssh-plugin is disabled (no warning notification about failure on ssh keys)
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: I9fe4d0bf637c6fdba805fb1374dd67fbe807e083
Signed-off-by: Florent Benoit fbenoit@redhat.com