-
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: the warning when trying to start an empty workspace #768
Conversation
Signed-off-by: Oleksii Orel <oorel@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-768 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-768 |
Codecov Report
@@ Coverage Diff @@
## main #768 +/- ##
==========================================
+ Coverage 77.81% 77.83% +0.01%
==========================================
Files 319 320 +1
Lines 31561 31570 +9
Branches 1904 1903 -1
==========================================
+ Hits 24559 24571 +12
+ Misses 6949 6946 -3
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@olexii4: 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. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-768 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, 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 |
Build 3.7 :: dashboard_3.x/232: Console, Changes, Git Data |
Build 3.7 :: sync-to-downstream_3.x/2955: Console, Changes, Git Data |
Build 3.7 :: push-latest-container-to-quay_3.x/2086: Console, Changes, Git Data |
Build 3.7 :: get-sources-rhpkg-container-build_3.x/2765: dashboard : 3.x :: Build 51888293 : quay.io/devspaces/dashboard-rhel8:3.7-3 |
Build 3.7 :: update-digests_3.x/2718: Console, Changes, Git Data |
Build 3.7 :: dashboard_3.x/232: Upstream sync done; /DS_CI/sync-to-downstream_3.x/2955 triggered |
Build 3.7 :: operator-bundle_3.x/1100: Console, Changes, Git Data |
Build 3.7 :: sync-to-downstream_3.x/2957: Console, Changes, Git Data |
Build 3.7 :: push-latest-container-to-quay_3.x/2087: Console, Changes, Git Data |
Build 3.7 :: copyIIBsToQuay/1212: Console, Changes, Git Data |
Build 3.7 :: sync-to-downstream_3.x/2957: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/2767 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.7 :: operator-bundle_3.x/1100: Upstream sync done; /DS_CI/sync-to-downstream_3.x/2957 triggered |
Build 3.7 :: dsc_3.x/772: Console, Changes, Git Data |
Build 3.7 :: dsc_3.x/772: 3.7.0 CI |
…#768) * fix: warning when tries to start an empty workspace Signed-off-by: Oleksii Orel <oorel@redhat.com>
What does this PR do?
Fixed the warning when trying to start an empty workspace.
What issues does this PR fix or reference?
fixes eclipse-che/che#22057