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/formatter: fix unbracketed IPv6 addrs #5468

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

akerouanton
Copy link
Member

- What I did

Follow-up:

Commit 964155c tried to enclose all IPv6 addresses within brackets but missed some cases. This commit fixes that, and adds a few test cases.

- How I did it

- How to verify it

New unit tests.

- Description for the changelog

- Fix an issue preventing some IPv6 addresses shown by `docker ps` to be properly bracketed

Commit 964155c tried to enclose all IPv6 addresses within brackets but
missed some cases. This commit fixes that, and adds a few test cases.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.74%. Comparing base (d47c36d) to head (3e27146).
Report is 89 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5468      +/-   ##
==========================================
- Coverage   60.93%   59.74%   -1.20%     
==========================================
  Files         304      345      +41     
  Lines       21348    23431    +2083     
==========================================
+ Hits        13009    13999     +990     
- Misses       7409     8458    +1049     
- Partials      930      974      +44     

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

Copy link
Member

@thaJeztah thaJeztah 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 9d478be into docker:master Sep 23, 2024
101 checks passed
@thaJeztah thaJeztah added this to the 28.0.0 milestone Sep 23, 2024
@akerouanton akerouanton deleted the fix-ps-ipv6 branch September 23, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants