aboutsummaryrefslogtreecommitdiff
path: root/src/model
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-4/+4
* Add metrics to API endpointAlex Auvolat2022-03-141-4/+7
* Refactor how durations are measuredAlex Auvolat2022-03-141-19/+14
* Update to Netapp 0.4 which supports distributed tracingAlex Auvolat2022-03-142-3/+24
* Add tracing integration with opentelemetryAlex Auvolat2022-03-143-5/+7
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-144-4/+146
* Implement {Put,Get,Delete}BucketCors and CORS in generalAlex Auvolat2022-01-242-7/+26
* Add date verification to presigned urls (#196)trinity-1686a2022-01-181-5/+1
* Implement UploadPartCopyAlex Auvolat2022-01-131-0/+14
* Implement ListMultipartUploads (#171)Quentin2022-01-121-3/+11
* Implement CreateBucketAlex Auvolat2022-01-052-4/+13
* Small changes in key model and refactoringnew-bucketsAlex Auvolat2022-01-043-78/+81
* New buckets for 0.6.0: make bucket id a SK and not a HK, CLI updatesAlex Auvolat2022-01-042-10/+24