X Tutup
Skip to content

[pretty print] pretty print and healthcheck#1732

Merged
vdemeester merged 2 commits intodocker:masterfrom
sjeandeaux:fix/issue-117
Mar 19, 2019
Merged

[pretty print] pretty print and healthcheck#1732
vdemeester merged 2 commits intodocker:masterfrom
sjeandeaux:fix/issue-117

Conversation

@sjeandeaux
Copy link
Contributor

fixes #117

Print healthcheck information in pretty mode.

Signed-off-by: Stephane Jeandeaux stephane.jeandeaux@gmail.com

- What I did
The pretty print prints the healthcheck information.

- How I did it
The pretty template is modified.

- How to verify it
The unit test is modified to test if healthcheck is there.

- Description for the changelog

fixes docker#117

Print healthcheck information in pretty mode.

Signed-off-by: Stephane Jeandeaux <stephane.jeandeaux@gmail.com>
@codecov-io
Copy link

Codecov Report

Merging #1732 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1732      +/-   ##
==========================================
+ Coverage   56.14%   56.14%   +<.01%     
==========================================
  Files         306      306              
  Lines       21033    21035       +2     
==========================================
+ Hits        11809    11811       +2     
  Misses       8369     8369              
  Partials      855      855

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.

one small nit, but otherwise looks good

ping @vdemeester ptal

Signed-off-by: Stephane Jeandeaux <stephane.jeandeaux@gmail.com>
Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @sjeandeaux 👍

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🐯

@vdemeester vdemeester merged commit fc9ef70 into docker:master Mar 19, 2019
@GordonTheTurtle GordonTheTurtle added this to the 19.03.0 milestone Mar 19, 2019
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.

--health-start-period value isn't shown when pretty inspecting service

6 participants

X Tutup