Alex lx
lx created branch disable-scrub in Deuxfleurs/garage 2024-03-14 15:57:59 +00:00
lx pushed to disable-scrub at Deuxfleurs/garage 2024-03-14 15:57:59 +00:00
ed9fae4440 [disable-scrub] document disable_scrub config option
4ae7611538 [disable-scrub] implement a disable_scrub configuration option
Compare 2 commits »
lx deleted branch doc-updates from Deuxfleurs/garage 2024-03-14 15:43:31 +00:00
lx pushed to main at Deuxfleurs/garage 2024-03-14 15:43:31 +00:00
62b01d8705 Merge pull request 'Doc: be slightly more critical of LMDB' (#773) from doc-updates into main
422d45b659 [doc-updates] from source: fix default feature list
a7dddebedd [doc-updates] doc: be slightly more critical of LMDB
Compare 3 commits »
lx merged pull request Deuxfleurs/garage#773 2024-03-14 15:43:30 +00:00
Doc: be slightly more critical of LMDB
lx pushed to doc-updates at Deuxfleurs/garage 2024-03-14 15:35:27 +00:00
422d45b659 [doc-updates] from source: fix default feature list
lx pushed to doc-updates at Deuxfleurs/garage 2024-03-14 15:31:28 +00:00
a7dddebedd [doc-updates] doc: be slightly more critical of LMDB
lx created pull request Deuxfleurs/garage#773 2024-03-14 15:30:32 +00:00
Doc: be slightly more critical of LMDB
lx created branch doc-updates in Deuxfleurs/garage 2024-03-14 15:30:07 +00:00
lx pushed to doc-updates at Deuxfleurs/garage 2024-03-14 15:30:07 +00:00
25762a6183 [doc-updates] doc: be slightly more critical of LMDB
lx created pull request Deuxfleurs/garagehq.deuxfleurs.fr#17 2024-03-14 14:44:32 +00:00
WIP: blog post on garage community survey results
lx created branch blog-survey in Deuxfleurs/garagehq.deuxfleurs.fr 2024-03-14 14:44:13 +00:00
lx pushed to blog-survey at Deuxfleurs/garagehq.deuxfleurs.fr 2024-03-14 14:44:13 +00:00
2da43a2472 first pass on survey results blog post
lx created pull request Deuxfleurs/garage#771 2024-03-12 10:48:32 +00:00
WIP: Replace unsafe code with ouroboros in db
lx pushed to db-no-unsafe at Deuxfleurs/garage 2024-03-12 10:47:31 +00:00
a46c3d2502 [rm-sled] Replace unsafe code with ouroboros in sqlite adapter
81191d2d92 Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10
2795b53b8b [rm-sled] factorize some code in sqlite backend
2128b5febd Merge pull request 'Remove migration path from Garage v0.5' (#766) from rm-migration into next-0.10
f537f76681 [rm-migration] Remove migration path from Garage v0.5
Compare 5 commits »
lx deleted branch rm-sled from Deuxfleurs/garage 2024-03-12 10:46:00 +00:00
lx pushed to next-0.10 at Deuxfleurs/garage 2024-03-12 10:46:00 +00:00
81191d2d92 Merge pull request 'Remove Sled' (#767) from rm-sled into next-0.10
2795b53b8b [rm-sled] factorize some code in sqlite backend
32aa246300 [rm-sled] Make proper use of pinning in LMDB adapter + comment unsafe
b942949940 [rm-sled] Implement iterators in sqlite & lmdb transactions
66c23890c1 [rm-sled] Implement some missing functionality in garage_db
Compare 7 commits »
lx merged pull request Deuxfleurs/garage#767 2024-03-12 10:45:58 +00:00
Remove Sled
lx commented on issue Deuxfleurs/garage#770 2024-03-12 10:44:22 +00:00
Version 0.93 breaks with x-amx-content-sha256 bad header?

I have a feeling that this is a bug in your S3 client library, as Amazon explicitly says that the x-amz-content-sha256 should be included in the signature calculation. See examples here:…

lx commented on issue Deuxfleurs/garage#770 2024-03-12 10:38:50 +00:00
Version 0.93 breaks with x-amx-content-sha256 bad header?

Thanks, will look into it