Skip to content

cli/formatter: fix unbracketed IPv6 addrs - #5468

Merged
thaJeztah merged 1 commit into
docker:masterfrom
akerouanton:fix-ps-ipv6
Sep 23, 2024
Merged

cli/formatter: fix unbracketed IPv6 addrs#5468
thaJeztah merged 1 commit into
docker:masterfrom
akerouanton:fix-ps-ipv6

Conversation

@akerouanton

Copy link
Copy Markdown
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

codecov-commenter commented Sep 23, 2024

Copy link
Copy Markdown

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 

@laurazardlaurazard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@thaJeztahthaJeztah left a comment

Copy link
Copy Markdown
Member

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:masterSep 23, 2024
@thaJeztahthaJeztah 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@akerouanton@codecov-commenter@thaJeztah@laurazard