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

Generic fetcher: Add lockfile #681

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 14, 2024

  1. generic fetcher: Add models for lockfile

    Adds pydantic models that will be used to represent and validate
    the lockfile for the generic fetcher.
    
    Signed-off-by: Jan Koscielniak <[email protected]>
    kosciCZ committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    769a709 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. generic fetcher: Load lockfile

    This commit adds functionality to load custom lockfile for the generic
    fetcher.
    
    Signed-off-by: Jan Koscielniak <[email protected]>
    kosciCZ committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8ac96de View commit details
    Browse the repository at this point in the history