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

Migrate Package managers #93

Merged
merged 14 commits into from
Dec 15, 2023
Merged

Migrate Package managers #93

merged 14 commits into from
Dec 15, 2023

Commits on Sep 12, 2023

  1. Add support for package_managers

    - Fetch all versions for a given PURL
    
    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4127bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Support conan in package_managers

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5551da9 View commit details
    Browse the repository at this point in the history
  2. Support golang in package_managers

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    838cb28 View commit details
    Browse the repository at this point in the history
  3. Support github in package_managers

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6e94210 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    b8c2331 View commit details
    Browse the repository at this point in the history
  2. Add tests for package_managers

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8e3b3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07495b View commit details
    Browse the repository at this point in the history
  4. Add python-dateutil in requirements

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1df4e02 View commit details
    Browse the repository at this point in the history
  5. Address reviews

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6faf263 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Rename package_managers to package_versions

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    81454ca View commit details
    Browse the repository at this point in the history
  2. Use GraphQL API for GitHub repo

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    17a1d4c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Add script to regenerate mock data

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    54a0607 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Add test for GitHub GQL API

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    128d8bc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Address reviews

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d7db78b View commit details
    Browse the repository at this point in the history