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

Add "--fields" option for glance info #13

Closed
wants to merge 12 commits into from

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    c85d956 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Move info implemention to global function.

    Prep for more extensive modifications.
    adesmet-ssec committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    8641261 View commit details
    Browse the repository at this point in the history
  2. Generalize field output.

    No new functionlity yet, but plumbing in place.
    adesmet-ssec committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    a3736ba View commit details
    Browse the repository at this point in the history
  3. Can list arbitrary variable attribute values.

    Can now say "--fields long_name,units" and get exactly such
    adesmet-ssec committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    1204121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da778d1 View commit details
    Browse the repository at this point in the history
  5. make filename,variable default output for info

    (What it did already)
    adesmet-ssec committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    b83eae1 View commit details
    Browse the repository at this point in the history
  6. --fields works with original info output now

    It will force the first field to be "filename"; if it isn't, it will be prepended.
    adesmet-ssec committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    ddd28c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    846843e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Configuration menu
    Copy the full SHA
    f8676c0 View commit details
    Browse the repository at this point in the history
  2. Rename info_impl to info_library_call

    matches naming convention used elsewhere in file.
    adesmet-ssec committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    45e8540 View commit details
    Browse the repository at this point in the history
  3. Added help info on --fields

    "glance help info" now includes information on using the --fields option.
    
    "glance --help" not includes a summary of the various things you can put into --fields.
    adesmet-ssec committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    94fb390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659e4d6 View commit details
    Browse the repository at this point in the history