-
Notifications
You must be signed in to change notification settings - Fork 111
Move sidecar fs init out of che API init #1202
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Thomas Mäder <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #1202 +/- ##
==========================================
- Coverage 32.78% 32.42% -0.37%
==========================================
Files 290 294 +4
Lines 9885 9967 +82
Branches 1457 1466 +9
==========================================
- Hits 3241 3232 -9
- Misses 6641 6732 +91
Partials 3 3
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 failed ❗ See Details
Test product:
Eclipse Che QE channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che-qe |
Signed-off-by: Thomas Mäder [email protected]
What does this PR do?
Moves the initialization of the sidecar files system and resource loader out of the API setup function. These classes only are used when the Che API is running inside a sidecar, so there is no reason to run them in the front end. This allows to remove some stuff from the webpack config, since it's no longer referenced from the Che API proper.
Screenshot/screencast of this PR
What issues does this PR fix or reference?
eclipse-che/che#20331
How to test this PR?
Since we have no front-end plugins using Che, we can't really test that case, but we should make sure the Che-related views ("My Workspace") are still working.
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=stable