| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-15 | 4 | -7/+6 |
|\ |
|
| * | [import-netapp] import Netapp code into Garage codebase | Alex Auvolat | 2024-02-15 | 4 | -7/+6 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 3 | -29/+29 |
|\| |
|
| * | [dep-upgrade-202402] remove useless mut | Alex Auvolat | 2024-02-08 | 2 | -9/+9 |
| * | [dep-upgrade-202402] refactor dependencies: move all as workspace deps | Alex Auvolat | 2024-02-05 | 1 | -20/+20 |
| * | Bump version to 0.9.1v0.9.1rel-v0.9.1 | Alex Auvolat | 2024-01-16 | 1 | -1/+1 |
* | | bump crate versions to 0.10.0v0.10.0-beta1 | Alex Auvolat | 2024-01-11 | 1 | -1/+1 |
* | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 2 | -3/+3 |
* | | rpc: fix write set quorums | Alex Auvolat | 2023-11-15 | 1 | -1/+1 |
* | | table: take into account multiple write sets in inserts | Alex Auvolat | 2023-11-14 | 1 | -9/+6 |
* | | layout: prepare for write sets | Alex Auvolat | 2023-11-14 | 1 | -4/+6 |
* | | layout: refactoring of all_nodes | Alex Auvolat | 2023-11-14 | 1 | -2/+6 |
* | | layout: some refactoring of nongateway nodes | Alex Auvolat | 2023-11-14 | 1 | -2/+2 |
* | | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -8/+3 |
* | | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -7/+13 |
* | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 2 | -6/+9 |
* | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -1/+1 |
* | | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 2 | -6/+6 |
|/ |
|
* | 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 |