| Commit message (Expand) | Author | Age | Files | Lines |
* | bump version to v0.9.0v0.9.0next | Alex Auvolat | 2023-10-10 | 1 | -1/+1 |
* | actually update rmp-serde to 1.1.2 for both garage and netapp dependency (fix...v0.9.0-beta4 | Alex Auvolat | 2023-09-27 | 1 | -1/+1 |
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 2 | -8/+4 |
* | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -2/+6 |
|\ |
|
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 2 | -13/+4 |
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 2 | -1/+14 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -1/+1 |
|\| |
|
| * | update version to 0.8.4v0.8.4hold-netapp-0.5.2 | Alex Auvolat | 2023-09-05 | 1 | -1/+1 |
* | | block manager: refactoring | Alex Auvolat | 2023-09-06 | 1 | -1/+1 |
* | | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -2/+16 |
* | | lifecycle: fix SkipBucket bug | Alex Auvolat | 2023-09-06 | 1 | -4/+5 |
* | | lifecycle worker: correct small clippy lints | Alex Auvolat | 2023-09-04 | 1 | -3/+3 |
* | | lifecycle worker: don't get stuck on non-existent bucket | Alex Auvolat | 2023-08-31 | 1 | -5/+16 |
* | | lifecycle worker: fix potential inifinite loop | Alex Auvolat | 2023-08-31 | 1 | -1/+4 |
* | | lifecycle worker: add log message when starting | Alex Auvolat | 2023-08-31 | 1 | -16/+16 |
* | | lifecycle worker: use queue_insert and process objects in batches | Alex Auvolat | 2023-08-31 | 1 | -36/+45 |
* | | lifecycle worker: mitigate potential bugs + refactoring | Alex Auvolat | 2023-08-31 | 1 | -20/+31 |
* | | lifecycle worker: take into account disabled rules | Alex Auvolat | 2023-08-30 | 1 | -1/+5 |
* | | lifecycle worker: avoid building chrono's serde feature | Alex Auvolat | 2023-08-30 | 2 | -11/+11 |
* | | bucket_table: bucketparams::new doesn't need to be pub | Alex Auvolat | 2023-08-30 | 1 | -1/+1 |
* | | lifecycle config: add missing line in merge() and remove tracing | Alex Auvolat | 2023-08-30 | 1 | -0/+1 |
* | | lifecycle config: store date as given, try to debug | Alex Auvolat | 2023-08-30 | 2 | -2/+23 |
* | | lifecycle worker: add logging | Alex Auvolat | 2023-08-30 | 1 | -0/+8 |
* | | lifecycle worker: launch with the rest of Garage | Alex Auvolat | 2023-08-30 | 1 | -5/+21 |
* | | lifecycle worker: skip entire bucket when no lifecycle config is set | Alex Auvolat | 2023-08-30 | 1 | -6/+22 |
* | | lifecycle worker: implement main functionality | Alex Auvolat | 2023-08-30 | 2 | -7/+99 |
* | | lifecycle: skeleton for lifecycle worker | Alex Auvolat | 2023-08-30 | 2 | -0/+254 |
* | | use a NaiveDate in data model, it serializes to string (iso 8601 format) | Alex Auvolat | 2023-08-30 | 2 | -1/+2 |
* | | lifecycle: implement validation into garage's internal data structure | Alex Auvolat | 2023-08-29 | 1 | -1/+1 |
* | | bucket_table: data model for lifecycle configuration | Alex Auvolat | 2023-08-29 | 2 | -0/+41 |
* | | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -1/+1 |
|\| |
|
| * | bump version to 0.8.3v0.8.3-rc1 | Alex Auvolat | 2023-08-28 | 1 | -1/+1 |
* | | admin docs: reformatting, key admin: add check | Alex Auvolat | 2023-06-14 | 1 | -3/+11 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -1/+1 |
|\| |
|
| * | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -1/+1 |
* | | multipart uploads: save timestamp | Alex Auvolat | 2023-06-13 | 2 | -3/+17 |
* | | properly delete multipart uploads after completionnlnet-task1 | Alex Auvolat | 2023-06-09 | 1 | -20/+34 |
* | | comments and clippy lint fixes | Alex Auvolat | 2023-06-09 | 2 | -9/+9 |
* | | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 3 | -2/+6 |
* | | Adapt S3 API code to use new multipart upload models | Alex Auvolat | 2023-06-09 | 2 | -0/+26 |
* | | New multipart upload table layout | Alex Auvolat | 2023-06-09 | 6 | -33/+455 |
* | | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -1/+14 |
* | | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults | Alex Auvolat | 2023-05-17 | 2 | -2/+6 |
|/ |
|
* | Declare garage crates using workspace.dependencies | Jakub Jirutka | 2023-05-09 | 1 | -5/+5 |
* | obsolete clippy lintsv0.8.2prepare-v082 | Alex Auvolat | 2023-03-13 | 2 | -2/+0 |
* | Prepare for v0.8.2 | Alex Auvolat | 2023-03-13 | 1 | -6/+6 |
* | Clearer error message when LMDB has oom error (fix #517) | Alex Auvolat | 2023-03-06 | 1 | -3/+10 |
* | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 1 | -9/+14 |
* | Fix fmt | Alex Auvolat | 2023-01-26 | 2 | -2/+2 |
* | More clippy fixes | Alex Auvolat | 2023-01-26 | 5 | -9/+11 |