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

feat: remove adhoc mode #19

Merged
merged 4 commits into from
Jan 5, 2023
Merged

feat: remove adhoc mode #19

merged 4 commits into from
Jan 5, 2023

Commits on Jan 5, 2023

  1. feat: remove cli arg for mode

    Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
    bradleyjones committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ac9912b View commit details
    Browse the repository at this point in the history
  2. feat: remove cpu profile & development config

    This is unused so removing to clean up the codebase
    
    Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
    bradleyjones committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ca23d8f View commit details
    Browse the repository at this point in the history
  3. feat: remove different operation modes

    Only support periodic polling so this removes the adhoc mode and
    assiciated types.
    
    Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
    bradleyjones committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    22333dd View commit details
    Browse the repository at this point in the history
  4. fix: ensure debug log passes data to log function

    Previously as this log is reading from a channel the log would read an
    empty string which resulted in an error.
    
    Signed-off-by: Bradley Jones <bradley.jones@anchore.com>
    bradleyjones committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    806467d View commit details
    Browse the repository at this point in the history