Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Standardize column spacing in output #774

Merged

Conversation

zappy-shu
Copy link
Contributor

- What I did

Standardizes the column spacing when writing tables to the output to have the same width and padding as with standard docker CLI commands
Includes both Docker App and invocation image outputs

- How I did it

Updated creation of tab writers to all have a min spacing of 20 and padding of 3.

- How to verify it

Run docker app inspect my-app --pretty. The tables below the metadata should have the new spacing.

- Description for the changelog

Outputs printed as tables from Docker App commands now have standard spacing

- A picture of a cute animal (not mandatory)

bird-2019-11-19

Standardizes the column spacing when writing tables to the output to have the same width and padding as with standard docker CLI commands
Includes both Docker App and invocation image outputs

Signed-off-by: Nick Adcock <nick.adcock@docker.com>
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

@codecov
Copy link

codecov bot commented Nov 29, 2019

Codecov Report

Merging #774 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #774   +/-   ##
=======================================
  Coverage   70.44%   70.44%           
=======================================
  Files          67       67           
  Lines        3729     3729           
=======================================
  Hits         2627     2627           
  Misses        758      758           
  Partials      344      344

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e244826...0c20457. Read the comment docs.

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

@silvin-lubecki silvin-lubecki merged commit d119541 into docker:master Dec 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants