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 audit result view #205

Merged
merged 7 commits into from
Jul 9, 2019
Merged

Commits on Jul 3, 2019

  1. Move get_mapping_from_secret_type_to_class_name to its own file for f…

    …uture use
    Victor Zhou committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f6f994c View commit details
    Browse the repository at this point in the history
  2. Add skeleton for audit results view

    Victor Zhou committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    d6ebaa5 View commit details
    Browse the repository at this point in the history
  3. Hook up audit display-results command in args parser

    Victor Zhou committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    7ea0a22 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Show the plaintext in the audit results view

    Victor Zhou committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3266d71 View commit details
    Browse the repository at this point in the history
  2. Add helpers to get git repo SHA and remotes

    Victor Zhou committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    1a24e2a View commit details
    Browse the repository at this point in the history
  3. Add git repo info to audit results

    Victor Zhou committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    733a600 View commit details
    Browse the repository at this point in the history
  4. Cleanup audit --display-results code and tests

    * Rename a variable to be clearer per review comment
    * Change test fixure signature
    * Remove unneeded `if` from test
    Victor Zhou committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    69a109e View commit details
    Browse the repository at this point in the history