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: add command to run repo and commit finder without analysis #827

Merged
merged 17 commits into from
Nov 11, 2024

Commits on Nov 8, 2024

  1. feat: add a new command line option 'find-commit' that performs repo …

    …finding and commit finding for a PURL, or commit finding for a PURL and repo
    
    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    209922b View commit details
    Browse the repository at this point in the history
  2. chore: store repos propery; improve logging

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7f66b5e View commit details
    Browse the repository at this point in the history
  3. chore: minor fix

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9201287 View commit details
    Browse the repository at this point in the history
  4. chore: minor fix

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3aed984 View commit details
    Browse the repository at this point in the history
  5. chore: refactor out in-line import

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0041db2 View commit details
    Browse the repository at this point in the history
  6. chore: add report for output

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    39d28d9 View commit details
    Browse the repository at this point in the history
  7. chore: fix after rebase

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ab03677 View commit details
    Browse the repository at this point in the history
  8. chore: add integration test

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3c455f3 View commit details
    Browse the repository at this point in the history
  9. chore: extract functions to repo utils module

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f811212 View commit details
    Browse the repository at this point in the history
  10. chore: minor fix

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    08dd497 View commit details
    Browse the repository at this point in the history
  11. chore: use ls-remote by default to get tags; provide config option fo…

    …r cloning repos for tags; move report schema to separate file with test case; test both tag methods in integration case
    
    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0561be0 View commit details
    Browse the repository at this point in the history
  12. chore: create json schema file for find source report, and a valdatio…

    …n test for it
    
    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4353ade View commit details
    Browse the repository at this point in the history
  13. chore: show debug output when version not supplied; validate outcomes…

    … of integrat test
    
    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    251cf5c View commit details
    Browse the repository at this point in the history
  14. chore: add integration test docker tag

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5afa281 View commit details
    Browse the repository at this point in the history
  15. chore: check for unwanted cloning in integration test

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d3a5ac2 View commit details
    Browse the repository at this point in the history
  16. chore: minor fix

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4d3de28 View commit details
    Browse the repository at this point in the history
  17. chore: minor fix

    Signed-off-by: Ben Selwyn-Smith <[email protected]>
    benmss committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    cab7bad View commit details
    Browse the repository at this point in the history