-
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
Ignore default components when a devfile references a parent #773
Conversation
Signed-off-by: Oleksii Orel <oorel@redhat.com>
Codecov Report
@@ Coverage Diff @@
## main #773 +/- ##
=======================================
Coverage 77.82% 77.82%
=======================================
Files 319 319
Lines 31571 31573 +2
Branches 1906 1907 +1
=======================================
+ Hits 24570 24572 +2
Misses 6947 6947
Partials 54 54
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. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-773 |
[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/236: Console, Changes, Git Data |
Build 3.7 :: sync-to-downstream_3.x/3000: Console, Changes, Git Data |
Build 3.7 :: push-latest-container-to-quay_3.x/2132: Console, Changes, Git Data |
Build 3.7 :: get-sources-rhpkg-container-build_3.x/2811: dashboard : 3.x :: Build 51935090 : quay.io/devspaces/dashboard-rhel8:3.7-7 |
Build 3.7 :: dashboard_3.x/236: Upstream sync done; /DS_CI/sync-to-downstream_3.x/3000 triggered |
Build 3.7 :: update-digests_3.x/2767: Console, Changes, Git Data |
Build 3.7 :: update-digests_3.x/2767: No new images detected: nothing to do! |
Build 3.7 :: dashboard_3.x/237: Console, Changes, Git Data |
Build 3.7 :: sync-to-downstream_3.x/3048: Console, Changes, Git Data |
Build 3.7 :: push-latest-container-to-quay_3.x/2180: Console, Changes, Git Data |
Build 3.7 :: get-sources-rhpkg-container-build_3.x/2874: dashboard : 3.x :: Build 52034954 : quay.io/devspaces/dashboard-rhel8:3.7-8 |
Build 3.7 :: dashboard_3.x/237: Upstream sync done; /DS_CI/sync-to-downstream_3.x/3048 triggered |
Build 3.7 :: update-digests_3.x/2824: Console, Changes, Git Data |
Build 3.7 :: update-digests_3.x/2824: No new images detected: nothing to do! |
What does this PR do?
Ignore default components when a devfile references a parent.
What issues does this PR fix or reference?
fixes eclipse-che/che#22103