Skip to content
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

Apply no-deps before we select and mutate target service #10789

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Jul 10, 2023

What I did
project.ForServices mutates the project and services to remove depends_on relations, so we have to run it first before we select the run target to mutate it (again) otherwise we override project.ForServices tweaks

Related issue
fixes #10751

(not mandatory) A picture of a cute animal, if possible in relation to what you did

@ndeloof ndeloof requested review from a team, nicksieger, StefanScherer, ulyssessouza, glours, milas and laurazard and removed request for a team July 10, 2023 09:52
Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@milas milas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A test case might be nice here to help improve coverage around depends_on 😉

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] service is required by service but is disabled
3 participants