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 a faster package scan with --package-only #3689

Merged
merged 8 commits into from
Mar 19, 2024

Commits on Mar 5, 2024

  1. Initial implementation of --package-only

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 5, 2024
    2 Configuration menu
    Copy the full SHA
    44b2734 View commit details
    Browse the repository at this point in the history
  2. Update PackageData creation from package metadata

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5a92ee9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Support --package-only for all package types

    Reference: #3464
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    754966a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add can_assemble property to PackageData

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    86e4e90 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge branch 'develop' into purls-only-v2

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3b53f43 View commit details
    Browse the repository at this point in the history
  2. Add tests for --package-only CLI option

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cd54687 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG, docs and CLI option tests

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    15b4f7d View commit details
    Browse the repository at this point in the history
  4. Update Help text for CLI options

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    578d289 View commit details
    Browse the repository at this point in the history