Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: irondash/cargokit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cypherstack/cargokit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 15, 2024

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

Commits on Oct 5, 2024

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

Commits on Jul 7, 2025

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

Commits on Jul 12, 2025

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

Commits on Aug 11, 2025

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

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    3cf9cff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb54ae8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    053103f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    c2721c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bc0a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37c36a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    473c2b3 View commit details
    Browse the repository at this point in the history
  5. docs: document precompiled binary option

    not enabled by default
    sneurlax committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    0212159 View commit details
    Browse the repository at this point in the history
  6. chore: update pubspec

    The old pubspec was causing tests to fail for me, so I updated it.
    sneurlax committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    d0ddeef View commit details
    Browse the repository at this point in the history
  7. fix: correct inverted conditional for local precompiled binaries

    The conditional logic for useLocalPrecompiledBinaries was backwards, causing local precompiled binaries to be used when the flag was false and remote binaries to be used when it was true.
    sneurlax committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    4749a05 View commit details
    Browse the repository at this point in the history
  8. feat: add cache_local_builds configuration option

    Add infrastructure for local build caching feature. This commit adds the configuration option parsing only with no behavioral changes yet.
    sneurlax committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    4ecd06d View commit details
    Browse the repository at this point in the history
  9. feat: implement local build caching

    Add automatic caching of Rust build artifacts to speed up rebuild times when neither source code nor target have changed.
    sneurlax committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    1b0b701 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cf496b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5194a7 View commit details
    Browse the repository at this point in the history
Loading