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 #556: connection list table #575

Merged
merged 2 commits into from
Apr 8, 2020
Merged

Conversation

KSchopmeyer
Copy link
Contributor

  1. Create new connection list table with only 3 columns. and flag in connection list to select the full table

  2. Remove the hide-empty-rows from the current table output which is the --full table.

Add tests and modify doc

@KSchopmeyer KSchopmeyer added this to the 0.6.0 milestone Apr 4, 2020
@KSchopmeyer KSchopmeyer self-assigned this Apr 4, 2020
@andy-maier andy-maier changed the title Ks/#556 connection list table Fixes #556: connection list table Apr 4, 2020
@KSchopmeyer KSchopmeyer force-pushed the ks/#556-connection-list-table branch from d097656 to 99e8831 Compare April 4, 2020 16:01
Modify connection list table to have a brief table form
that shows only name, server, and mock_server columns and
an option --full for a display of all of the fields (except
password and ca-certs which were never displayed).

Remove the option that hides empty columns of the table so
that all columns in the defined list show even if there is no
data in the column.

Added tests for the new table format.

Modified the docs/pywbemcli/commands.rst to show this option
and show the tables with and without the option.
@KSchopmeyer KSchopmeyer force-pushed the ks/#556-connection-list-table branch from 99e8831 to 2bd3add Compare April 5, 2020 17:26
@coveralls
Copy link

coveralls commented Apr 5, 2020

Coverage Status

Coverage increased (+0.02%) to 90.053% when pulling 3c44f24 on ks/#556-connection-list-table into 57db2ad on master.

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.

1. Changed text of --full help.

2 Changed text in commands.rst about not displaying all fields.
@andy-maier andy-maier merged commit 16193be into master Apr 8, 2020
@andy-maier andy-maier deleted the ks/#556-connection-list-table branch April 8, 2020 01:08
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