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

refactor command package to remove globals and add dependency injection #965

Merged
merged 17 commits into from Apr 26, 2022

Commits on Apr 15, 2022

  1. wip

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    1eaa471 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. remove global configuration for local command construction

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d584cde View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. reinsert parser logic

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a9f96fe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into command-package-refactor

    * main:
      Preserve syft IDs on SBOM decode (#963)
      Update GitHub format package_url and correlator (#961)
    spiffcs committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    c78c1bf View commit details
    Browse the repository at this point in the history
  3. update static analysis

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    da37845 View commit details
    Browse the repository at this point in the history
  4. update unit tests

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    acd1d29 View commit details
    Browse the repository at this point in the history
  5. update snapshot command and add package options RC

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    b68b6f9 View commit details
    Browse the repository at this point in the history
  6. update make validate-cyclonedx-schema

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    bcef904 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. restore attest, poweruser command

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    dbc17ed View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. update CLI failures

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    d08f9f0 View commit details
    Browse the repository at this point in the history
  2. refactor commands; config printed before validation

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    7957beb View commit details
    Browse the repository at this point in the history
  3. static analysis

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    d76841c View commit details
    Browse the repository at this point in the history
  4. pr review comments

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    dd28f1e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. static analysis fix

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    8b3c2ac View commit details
    Browse the repository at this point in the history
  2. add completion command back to pattern

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    e0b9b1a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. typo updates

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    09c3957 View commit details
    Browse the repository at this point in the history
  2. remove invalid test

    Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
    spiffcs committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8567543 View commit details
    Browse the repository at this point in the history