aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-226-383/+426
|\
| * [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucketAlex Auvolat2024-02-226-383/+426
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-154-7/+6
|\|
| * [import-netapp] import Netapp code into Garage codebaseAlex Auvolat2024-02-154-7/+6
| |
* | Merge branch 'main' into next-0.10Alex Auvolat2024-02-133-29/+29
|\|
| * [dep-upgrade-202402] remove useless mutAlex Auvolat2024-02-082-9/+9
| |
| * [dep-upgrade-202402] refactor dependencies: move all as workspace depsAlex Auvolat2024-02-051-20/+20
| |
| * Bump version to 0.9.1v0.9.1rel-v0.9.1Alex Auvolat2024-01-161-1/+1
| |
* | bump crate versions to 0.10.0v0.10.0-beta1Alex Auvolat2024-01-111-1/+1
| |
* | layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-152-3/+3
| |
* | rpc: fix write set quorumsAlex Auvolat2023-11-151-1/+1
| |
* | table: take into account multiple write sets in insertsAlex Auvolat2023-11-141-9/+6
| |
* | layout: prepare for write setsAlex Auvolat2023-11-141-4/+6
| |
* | layout: refactoring of all_nodesAlex Auvolat2023-11-141-2/+6
| |
* | layout: some refactoring of nongateway nodesAlex Auvolat2023-11-141-2/+2
| |
* | layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-8/+3
| |
* | wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-091-7/+13
| |
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-082-6/+9
| |
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-1/+1
| |
* | remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-082-6/+6
|/
* bump version to v0.9.0v0.9.0nextAlex Auvolat2023-10-101-1/+1
|
* actually update rmp-serde to 1.1.2 for both garage and netapp dependency ↵v0.9.0-beta4Alex Auvolat2023-09-271-1/+1
| | | | (fix #629)
* garage_db: refactor transactions and add on_commit mechanismAlex Auvolat2023-09-212-8/+4
|
* Merge branch 'main' into nextAlex Auvolat2023-09-111-2/+6
|\
| * config: make block_size and sled_cache_capacity expressable as stringsAlex Auvolat2023-09-112-13/+4
| |
| * make lmdb's map_size configurable (fix #628)Alex Auvolat2023-09-112-1/+14
| |
* | Merge branch 'main' into nextAlex Auvolat2023-09-111-1/+1
|\|
| * update version to 0.8.4v0.8.4hold-netapp-0.5.2Alex Auvolat2023-09-051-1/+1
| |
* | block manager: refactoringAlex Auvolat2023-09-061-1/+1
| |
* | block manager: skeleton for multi-hdd supportAlex Auvolat2023-09-061-2/+16
| |
* | lifecycle: fix SkipBucket bugAlex Auvolat2023-09-061-4/+5
| |
* | lifecycle worker: correct small clippy lintsAlex Auvolat2023-09-041-3/+3
| |
* | lifecycle worker: don't get stuck on non-existent bucketAlex Auvolat2023-08-311-5/+16
| |
* | lifecycle worker: fix potential inifinite loopAlex Auvolat2023-08-311-1/+4
| |
* | lifecycle worker: add log message when startingAlex Auvolat2023-08-311-16/+16
| |
* | lifecycle worker: use queue_insert and process objects in batchesAlex Auvolat2023-08-311-36/+45
| |
* | lifecycle worker: mitigate potential bugs + refactoringAlex Auvolat2023-08-311-20/+31
| |
* | lifecycle worker: take into account disabled rulesAlex Auvolat2023-08-301-1/+5
| |
* | lifecycle worker: avoid building chrono's serde featureAlex Auvolat2023-08-302-11/+11
| |
* | bucket_table: bucketparams::new doesn't need to be pubAlex Auvolat2023-08-301-1/+1
| |
* | lifecycle config: add missing line in merge() and remove tracingAlex Auvolat2023-08-301-0/+1
| |
* | lifecycle config: store date as given, try to debugAlex Auvolat2023-08-302-2/+23
| |
* | lifecycle worker: add loggingAlex Auvolat2023-08-301-0/+8
| |
* | lifecycle worker: launch with the rest of GarageAlex Auvolat2023-08-301-5/+21
| |
* | lifecycle worker: skip entire bucket when no lifecycle config is setAlex Auvolat2023-08-301-6/+22
| |
* | lifecycle worker: implement main functionalityAlex Auvolat2023-08-302-7/+99
| |
* | lifecycle: skeleton for lifecycle workerAlex Auvolat2023-08-302-0/+254
| |
* | use a NaiveDate in data model, it serializes to string (iso 8601 format)Alex Auvolat2023-08-302-1/+2
| |
* | lifecycle: implement validation into garage's internal data structureAlex Auvolat2023-08-291-1/+1
| |
* | bucket_table: data model for lifecycle configurationAlex Auvolat2023-08-292-0/+41
| |