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

Fixes #594: Simplify output and implement TEXT output group #600

Merged
merged 1 commit into from May 16, 2020

Conversation

KSchopmeyer
Copy link
Contributor

Implements a new output format group (TEXT) and modifies two commands to
use this group (server interop, and server brand). This removes the
table option for these commands.

It also implements the text output format as an optional format for
namespaces so that the namespace list appears as a comma-separated
line of text. In this case the default is table and the optional
choice is text.

NOTE: The pr also updates the changes.rst file to add the section
for version 0.7.0 and moves the few changes we have made into
that new section.

@KSchopmeyer KSchopmeyer added this to the 0.7.0 milestone May 6, 2020
@KSchopmeyer KSchopmeyer self-assigned this May 6, 2020
@coveralls
Copy link

coveralls commented May 6, 2020

Coverage Status

Coverage decreased (-0.04%) to 90.741% when pulling fb7bd8a on ks/#594-add-text-outputfmt into 1362bba on master.

@KSchopmeyer KSchopmeyer changed the title Fixes issue # 594 Simplify output and implement TEXT ooutput group Fixes issue # 594 Simplify output and implement TEXT output group May 6, 2020
@andy-maier andy-maier changed the title Fixes issue # 594 Simplify output and implement TEXT output group Fixes #594: Simplify output and implement TEXT output group May 7, 2020
@andy-maier
Copy link
Contributor

Fails tests.

Copy link
Contributor

@andy-maier andy-maier left a comment

Choose a reason for hiding this comment

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

Two minor comments, otherwise approved.

Implements a new output format group (TEXT) and modifies two commands to
use this group (server interop, and server brand). This removes the
table option for these commands.

It also implements the text output format as an optional format for
namespaces so that the namespace list appears as a comma-separated
line of text.  In this case the default is table and the optional
choice is text.

Modified the definition fo possible output formats to use a
OrderedDict as the basis for defining the list of formats for each
group and the corresponding default keywords.
@andy-maier andy-maier merged commit 99e8be4 into master May 16, 2020
@andy-maier andy-maier deleted the ks/#594-add-text-outputfmt branch May 16, 2020 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants