[go: up one dir, main page]

Skip to content
Release Lorry version: v2.4.0

Thank you @Tikooh and @coldtom for helping with this release!

Two main changes to this release are:
- Local downstream

It is now possible to set a location on disk for lorry to mirror to. You
can configure it by setting
```
[downstream]
kind = "local"
base-dir = "./mirrors"
```
in your configuration.

- Database refactor

This change also contains some tweaks to the lorry database schema to
make it more lean and reliable

5f1aecd Update package version to 2.4.0
b597021 Normalize the lorries <=> jobs relation in the database
5ce6008 Disable broken referer header reqwest
6987e01 Add E2e for local downstream
5bf650e Test try_local_mirror and parse case
29915e0 Prevent raw file mirrors from local downstream
9c49b1c Support local downstream in main and load_confgit
2adf782 Update UrlBuilder and Scheduler tests
094dcb6 Add File builder to UrlBuilder
aaf1106 Refactor UrlBuilder with builder and Tokenbuilder
df87228 Implement downstream
c859a7b Add Local downstream into config with verification
4890820 Add Local Downstream to lorry example and docs
c4710de Update scripts to use env
15e1a99 Add tracing debug logs for command execute
d68b3ce Add a validator check for long paths
2e8f89e Add test for default branch on workspace
5aa4f1b Set the default branch of a workspace
72928f2 Change SmtpSecruity to SmtpSecurity
0ffc572 Default configuration enum values