Alex lx
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 21:54:34 +00:00
072e9badf2 [dep-upgrade-202402] modernize Nix infrastructure
e891a4daf0 [dep-upgrade-202402] update Cargo.nix with new optimization profiles
Compare 2 commits »
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 19:17:04 +00:00
9d5602ffb0 [dep-upgrade-202402] update Cargo.nix with new optimization profiles
03b71add8b [dep-upgrade-202402] modernize Nix infrastructure
Compare 2 commits »
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 19:01:32 +00:00
d585854c60 [dep-upgrade-202402] update Cargo.nix with new optimization profiles
92b730af2b [dep-upgrade-202402] modernize Nix infrastructure
76e992e7c8 [dep-upgrade-202402] update rustc to 1.73
Compare 3 commits »
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 18:46:17 +00:00
03fac80f2c [dep-upgrade-202402] update Cargo.nix with new optimization profiles
802f65cb76 [dep-upgrade-202402] modernize Nix infrastructure
2f44751115 [dep-upgrade-202402] update rustc to 1.73
Compare 3 commits »
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 18:41:40 +00:00
fb2c8b91e3 [dep-upgrade-202402] update Cargo.nix with new optimization profiles
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 18:38:34 +00:00
12eb621053 [dep-upgrade-202402] modernize Nix infrastructure
lx created pull request Deuxfleurs/garage#705 2024-02-07 18:24:36 +00:00
WIP: update toolchain
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 18:23:41 +00:00
de24bc90d4 [dep-upgrade-202402] modernize Nix infrastructure
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 16:38:02 +00:00
fa6daf24b2 [dep-upgrade-202402] update rustc to 1.73
59930977e0 Merge pull request 'Cargo.toml: Enable full LTO in release builds and thin in dev builds.' (#704) from jpds/garage:release-build-lto into main
620664ee9c Cargo.toml: Enable full LTO in release builds and thin in dev builds.
Compare 3 commits »
lx pushed to main at Deuxfleurs/garage 2024-02-07 16:37:05 +00:00
59930977e0 Merge pull request 'Cargo.toml: Enable full LTO in release builds and thin in dev builds.' (#704) from jpds/garage:release-build-lto into main
620664ee9c Cargo.toml: Enable full LTO in release builds and thin in dev builds.
Compare 2 commits »
lx merged pull request Deuxfleurs/garage#704 2024-02-07 16:37:03 +00:00
Cargo.toml: Enable full LTO in release builds and thin in dev builds.
lx commented on pull request Deuxfleurs/garage#704 2024-02-07 16:35:36 +00:00
Cargo.toml: Enable full LTO in release builds and thin in dev builds.

Thanks, LGTM. I think for the moment this will not be taken into account in the Nix build process that builds release binaries, we'll have to look into that.

lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 16:34:19 +00:00
2bee9f5f61 [dep-upgrade-202402] update rustc to 1.73
lx commented on issue Deuxfleurs/garage#700 2024-02-07 16:24:51 +00:00
rclone gives Authorization header malformed, unexpected scope:

To workarround this , you have to specify your region and signature_v2 = true

I think the correct fix is not to add signature_v2 = true but to set the correct value for the region

lx closed issue Deuxfleurs/garage#700 2024-02-07 16:24:51 +00:00
rclone gives Authorization header malformed, unexpected scope:
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 16:14:32 +00:00
e00a944736 [dep-upgrade-202402] update toml dependency
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 15:14:48 +00:00
05628aab1a [dep-upgrade-202402] update kubernetes dependencies
5d941e0100 Merge pull request 'Dependency upgrades: http, hyper, aws-sdk, smaller deps' (#703) from dep-upgrade-202402 into main
Compare 2 commits »
lx pushed to main at Deuxfleurs/garage 2024-02-07 14:59:42 +00:00
5d941e0100 Merge pull request 'Dependency upgrades: http, hyper, aws-sdk, smaller deps' (#703) from dep-upgrade-202402 into main
e011941964 [dep-upgrade-202402] refactor use of BodyStream
53746b59e5 [dep-upgrade-202402] slightly more explicit error management
a31d1bd496 [dep-upgrade-202402] fix obsolete DateTime::from_utc calls
e524e7a30d [dep-upgrade-202402] rename BytesBody into ErrorBody for clarity
Compare 15 commits »
lx merged pull request Deuxfleurs/garage#703 2024-02-07 14:59:41 +00:00
Dependency upgrades: http, hyper, aws-sdk, smaller deps
lx pushed to dep-upgrade-202402 at Deuxfleurs/garage 2024-02-07 14:33:00 +00:00
e011941964 [dep-upgrade-202402] refactor use of BodyStream