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: support multiple archives with "priority" field #160

Merged
merged 13 commits into from
Oct 18, 2024

Commits on Oct 3, 2024

  1. feat: support multiple archives with "priority" field (#12)

    This commit adds support for fetching packages from multiple archives.
    It introduces a new field `archives.<archive-name>.priority` which
    takes in a signed integer and specifies the priority of a certain
    archive. A package is fetched from the archive with highest priority.
    
    It also deprecates the concept of default archive in chisel.yaml.
    However, the field can still be present and it will be parsed but
    IGNORED.
    
    DEPRECATED: "archives.<archive>.default" field in chisel.yaml.
    ---------
    
    Co-authored-by: Alberto Carretero <[email protected]>
    rebornplusplus and letFunny authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    64d1e74 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    82587f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    39c3023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19c876 View commit details
    Browse the repository at this point in the history
  3. pkgToArchive -> pkgArchive

    letFunny committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bb18527 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    a8cdd86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d0867 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. remove unnecessary bool flag

    letFunny committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7d1e3f0 View commit details
    Browse the repository at this point in the history
  2. make tests deterministic

    letFunny committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1183226 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb5f58b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Trigger CI

    letFunny committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4962b27 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    418ea0d View commit details
    Browse the repository at this point in the history
  2. fix: priority cannot be 0

    letFunny committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c52173a View commit details
    Browse the repository at this point in the history