aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* Refactor background runner and get rid of job workerAlex Auvolat2022-12-144-26/+18
* Spawn all background workers in a separate stepAlex Auvolat2022-12-142-0/+25
* Proper queueing for delayed inserts, now backed to diskAlex Auvolat2022-12-143-179/+52
* Small refactor of tables internalsAlex Auvolat2022-12-142-11/+2
* Prettier worker list table; remove useless CLI log messagesAlex Auvolat2022-12-121-6/+5
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-051-7/+2
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-051-0/+4
* Add sled default in garage_model alsoAlex Auvolat2022-11-211-1/+2
* Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-041-1/+68
* Ability to have custom timeouts in request strategy (not used)configurable-timeoutsAlex Auvolat2022-09-202-5/+5
* RPC performance changesAlex Auvolat2022-09-191-19/+17
* Add checks on replication_factor of layouts we use (fix #363, fix #364)various-fixes-for-0.8Alex Auvolat2022-09-131-1/+1
* Fix clippy lint that says we should implement EqAlex Auvolat2022-09-1311-19/+19
* Ensure data dir is created immediately when Garage starts (fix #349)Alex Auvolat2022-09-131-2/+7
* Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-131-2/+1
* Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-0813-12/+389
|\
| * Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-0813-12/+389
| |\
| | * Move version back into utilimprove-depsAlex Auvolat2022-09-073-31/+0
| | * Inject GIT_VERSION even laterAlex Auvolat2022-09-071-6/+11
| | * Merge branch 'main' into improve-depsAlex Auvolat2022-09-071-1/+0
| | |\
| | * | Report build features in garage --helpAlex Auvolat2022-09-072-0/+17
| | * | Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-073-0/+9
| | * | cargo fmtAlex Auvolat2022-09-062-2/+0
| | * | Include code from v0.5.1 directly to remove dependenciesAlex Auvolat2022-09-0612-5/+355
| | * | Make all DB engines optional build featuresAlex Auvolat2022-09-062-2/+31
| | * | Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-5/+5
* | | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-061-1/+0
|\| | |
| * | | Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-051-1/+0
| |\ \ \ | | | |/ | | |/|
| | * | Ability to dynamically set resync tranquilityAlex Auvolat2022-09-021-1/+0
| | |/
* | | update netapp to 0.5Alex Auvolat2022-07-291-1/+1
* | | First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-3/+2
|/ /
* / Performance improvements:Alex Auvolat2022-07-291-5/+10
|/
* Background task manager (#332)Alex2022-07-081-68/+101
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-158-129/+392
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-088-55/+94
* First version of admin API (#298)Alex2022-05-245-73/+196
* First implementation of K2V (#293)Alex2022-05-1015-32/+1219
* Update to netapp 0.4.2 (a tiny fix)Alex Auvolat2022-04-071-1/+1
* ClippyAlex Auvolat2022-03-232-5/+5
* Make background tranquility a configurable parameterAlex Auvolat2022-03-231-6/+9
* Move DataBlock out of manager.rsAlex Auvolat2022-03-231-3/+0
* Move block manager to separate moduleAlex Auvolat2022-03-236-1221/+7
* Update netapp to v0.4.1update-netappAlex Auvolat2022-03-151-1/+1
* Fix some new clippy lintsfix-resyncAlex Auvolat2022-03-142-6/+3
* Add comment for fsyncAlex Auvolat2022-03-141-0/+5
* Fix resync queue to not drop itemsAlex Auvolat2022-03-141-16/+21
* Spawn a single resync workerAlex Auvolat2022-03-141-11/+7
* Add appropriate fsync() calls in write_blockAlex Auvolat2022-03-141-2/+13
* Implement exponential backoff for resync retriesfeature/opentelemetrybug/resync-exponential-backoffAlex Auvolat2022-03-142-5/+98
* Add wrapper over sled tree to count items (used for big queues)Alex Auvolat2022-03-142-2/+6