[fix] up should not silently ignore missing depends_on service#10602
Merged
[fix] up should not silently ignore missing depends_on service#10602
up should not silently ignore missing depends_on service#10602Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## v2 #10602 +/- ##
==========================================
- Coverage 59.43% 59.34% -0.10%
==========================================
Files 107 107
Lines 9437 9395 -42
==========================================
- Hits 5609 5575 -34
+ Misses 3249 3244 -5
+ Partials 579 576 -3
☔ View full report in Codecov by Sentry. |
Contributor
|
You need to update some tests: |
Contributor
Author
|
this is not just about fixing a test, |
Contributor
|
Arff 😬 |
56413ac to
247d2fd
Compare
Contributor
Author
|
waiting for compose-spec/compose-go#409 so we can merge |
milas
approved these changes
May 26, 2023
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
This change appears to have caused #10751, which is breaking my CI workflows. I'm working around it by downgrading to v2.18.1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I did
docker compose upused to silently ignore any dependency service that is missing in the project model as disabled service. This fix detect this and report a diagnostic message to the userRelated issue
fixes #9575
require compose-spec/compose-go#409
(not mandatory) A picture of a cute animal, if possible in relation to what you did