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

Strip project prefix from docker-compose up output #11190

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

ndeloof
Copy link
Contributor

@ndeloof ndeloof commented Nov 15, 2023

What I did
fix getContainerNameWithoutProject to correctly remove project name prefix from container name

Related issue
fixes #11188

(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 November 15, 2023 13:43
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (254a94b) 56.84% compared to head (0ca1e54) 56.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11190      +/-   ##
==========================================
- Coverage   56.84%   56.78%   -0.06%     
==========================================
  Files         133      133              
  Lines       11427    11430       +3     
==========================================
- Hits         6496     6491       -5     
- Misses       4297     4302       +5     
- Partials      634      637       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@ndeloof ndeloof merged commit 9c4efbd into docker:main Nov 15, 2023
@ndeloof ndeloof deleted the project_prefix branch November 15, 2023 20:39
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.

Strip project prefix from docker-compose up output in non-compatibility mode
2 participants