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

move watch from alpha to main command #11021

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

glours
Copy link
Contributor

@glours glours commented Sep 19, 2023

What I did
Move watch command away from the alpha cmd umbrella

Related issue
N/A

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

@@ -31,7 +31,6 @@ func alphaCommand(p *ProjectOptions, dockerCli command.Cli, backend api.Service)
},
}
cmd.AddCommand(
watchCommand(p, dockerCli, backend),
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we (temporary) keep this alpha command with a warning for user to adopt the official one ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes sure 👍

@glours glours force-pushed the move-watch-to-main-cmd branch 3 times, most recently from 00fc23e to cce8434 Compare September 20, 2023 15:49
@glours glours force-pushed the move-watch-to-main-cmd branch from cce8434 to 24977a1 Compare September 20, 2023 15:54
@glours glours marked this pull request as ready for review September 20, 2023 15:54
@glours glours force-pushed the move-watch-to-main-cmd branch from 24977a1 to 6be5f30 Compare September 20, 2023 16:55
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage: 33.33% and project coverage change: +0.04% 🎉

Comparison is base (421a6b0) 57.38% compared to head (6be5f30) 57.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11021      +/-   ##
==========================================
+ Coverage   57.38%   57.43%   +0.04%     
==========================================
  Files         129      129              
  Lines       11227    11229       +2     
==========================================
+ Hits         6443     6449       +6     
+ Misses       4151     4147       -4     
  Partials      633      633              
Files Changed Coverage Δ
cmd/compose/watch.go 20.31% <20.00%> (-0.33%) ⬇️
cmd/compose/compose.go 68.01% <100.00%> (+0.08%) ⬆️

... and 5 files with indirect coverage changes

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

@glours glours merged commit 52a641b into docker:main Sep 21, 2023
25 checks passed
matt9ucci added a commit to matt9ucci/DockerCompletion that referenced this pull request Apr 8, 2024
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.

3 participants