| Commit message (Expand) | Author | Age | Files | Lines |
* | garage_db: refactor transactions and add on_commit mechanism | Alex Auvolat | 2023-09-21 | 1 | -6/+2 |
* | 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 | 1 | -10/+10 |
* | lifecycle config: store date as given, try to debug | Alex Auvolat | 2023-08-30 | 1 | -1/+8 |
* | lifecycle worker: add logging | Alex Auvolat | 2023-08-30 | 1 | -0/+8 |
* | 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 | 1 | -5/+97 |
* | lifecycle: skeleton for lifecycle worker | Alex Auvolat | 2023-08-30 | 2 | -0/+254 |
* | 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 | 1 | -1/+1 |
* | 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 | 4 | -31/+429 |
* | cleanup | Alex Auvolat | 2023-01-03 | 1 | -3/+0 |
* | Refactor how things are migrated | Alex Auvolat | 2023-01-03 | 3 | -219/+231 |
* | Refactor background runner and get rid of job worker | Alex Auvolat | 2022-12-14 | 2 | -4/+0 |
* | Proper queueing for delayed inserts, now backed to disk | Alex Auvolat | 2022-12-14 | 2 | -47/+40 |
* | Fix clippy lint that says we should implement Eq | Alex Auvolat | 2022-09-13 | 3 | -5/+5 |
* | Include code from v0.5.1 directly to remove dependencies | Alex Auvolat | 2022-09-06 | 2 | -2/+2 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 1 | -1/+60 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 3 | -13/+33 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 4 | -0/+621 |