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

cli/command/container: ForwardAllSignals: rewrite to use ContainerAPIClient #4638

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

thaJeztah
Copy link
Member

This function only needed the ContainerAPIClient, and not the whole CLI. This patch refactors it to use the shallower interface.

- A picture of a cute animal (not mandatory but encouraged)

@thaJeztah thaJeztah added status/2-code-review kind/refactor PR's that refactor, or clean-up code labels Nov 6, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2023

Codecov Report

Merging #4638 (cb416ba) into master (9cb175f) will not change coverage.
The diff coverage is 44.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4638   +/-   ##
=======================================
  Coverage   59.74%   59.74%           
=======================================
  Files         288      288           
  Lines       24849    24849           
=======================================
  Hits        14846    14846           
  Misses       9117     9117           
  Partials      886      886           

@thaJeztah thaJeztah force-pushed the ForwardAllSignals_no_cli branch 2 times, most recently from ce59280 to 7497075 Compare November 6, 2023 12:00
…Client

This function only needed the ContainerAPIClient, and not the whole CLI. This
patch refactors it to use the shallower interface.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah thaJeztah force-pushed the ForwardAllSignals_no_cli branch from 7497075 to 3cd77c9 Compare November 8, 2023 14:15
@thaJeztah thaJeztah added this to the 25.0.0 milestone Nov 8, 2023
@thaJeztah
Copy link
Member Author

@laurazard @rumpl ptal

Copy link
Member

@laurazard laurazard left a comment

Choose a reason for hiding this comment

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

LGTM

@thaJeztah thaJeztah merged commit 1862725 into docker:master Nov 13, 2023
76 checks passed
@thaJeztah thaJeztah deleted the ForwardAllSignals_no_cli branch November 13, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor PR's that refactor, or clean-up code status/2-code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants