Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: w4/gitlab-cargo-shim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7efc67d3b09bbf7a66c15e2ade08dd603583ff58
Choose a base ref
..
head repository: w4/gitlab-cargo-shim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1fe8332156d870866644071a2971e294299178b2
Choose a head ref
Showing with 250 additions and 113 deletions.
  1. +1 −0 CHANGELOG.md
  2. +80 −62 Cargo.lock
  3. +5 −5 Cargo.toml
  4. +9 −0 config.toml
  5. +37 −5 src/config.rs
  6. +77 −40 src/providers/gitlab.rs
  7. +40 −0 src/providers/gitlab/checksums.rs
  8. +1 −1 src/providers/mod.rs
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
- Add info logs for release & metadata fetch latency.
- When fetching all releases handle 429 by backing off.
- Improve fetch error logging.
- Add file checksum fetch caching controlled by `cache-releases-older-than` config.

# v0.1.4

142 changes: 80 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading