-
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
fix: preload data service #948
Conversation
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-948 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-948 |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-948 |
packages/dashboard-frontend/src/store/Plugins/devWorkspacePlugins/index.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Oleksii Orel <[email protected]>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-948 |
Codecov Report
@@ Coverage Diff @@
## main #948 +/- ##
==========================================
+ Coverage 82.82% 84.70% +1.87%
==========================================
Files 361 363 +2
Lines 37462 37501 +39
Branches 2389 2444 +55
==========================================
+ Hits 31029 31766 +737
+ Misses 6406 5707 -699
- Partials 27 28 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, 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 |
Build 3.11 :: dashboard_3.x/375: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5077: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/4923: dashboard : 3.x :: Failed in : quay.io/devspaces/dashboard-rhel8:3.11-3 |
What does this PR do?
This PR fixed the preload data service and added a test for all bootstrap requests.
What issues does this PR fix or reference?
fixes eclipse-che/che#22479