aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-29/+29
| | * Remove Heed default featuresAlex Auvolat2022-09-051-1/+0
| | * Add feature "system-libs" to enable linking against system librariesJakub Jirutka2022-09-031-0/+1
| * | Update to netapp 0.4.5 - fixed pingAlex Auvolat2022-09-021-24/+12
* | | Update netapp to lastest git version with LAS schedulingAlex Auvolat2022-09-061-18/+6
* | | Less strict timeoutsAlex Auvolat2022-09-011-1/+1
* | | update netapp: straming + fix-pingAlex Auvolat2022-09-011-1/+1
* | | Update to Netapp with OrderTag support and exploit OrderTagsAlex Auvolat2022-09-011-1/+1
* | | netapp recv with unbounded channel removes deadlockAlex Auvolat2022-09-011-1/+1
* | | update netapp git commitAlex Auvolat2022-08-311-1/+1
* | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-311-1/+82
|\| |
| * | Add env filter to tracing subscriberAlex Auvolat2022-08-311-0/+22
| * | Replace logging crate pretty_env_logger by tracing_subscriber::fmtAlex Auvolat2022-08-311-1/+60
* | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-291-1/+1
|\| |
| * | Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-08-291-1/+1
| |\|
| | * Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-111-1/+1
* | | Factor out node request order selection logic & use in managerAlex Auvolat2022-07-291-1/+1
* | | update netappAlex Auvolat2022-07-291-1/+1
* | | Use streaming in block managerAlex Auvolat2022-07-291-1/+17
* | | update netapp to 0.5Alex Auvolat2022-07-291-6/+6
* | | First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-37/+37
|/ /
* | Fix testsAlex Auvolat2022-07-291-21/+1
* | Compute hashes on dedicated threadsAlex Auvolat2022-07-291-17/+78
|/
* Background task manager (#332)Alex2022-07-081-9/+186
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-0/+7
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-27/+230
* K2V client improvements (#307)v0.7.2Alex2022-05-241-0/+1
* First version of admin API (#298)Alex2022-05-241-20/+8
* Add a K2V client library and CLI (#303)trinity-1686a2022-05-181-18/+193
* First implementation of K2V (#293)Alex2022-05-101-0/+17
* Update netapp to 0.4.4, fix #300v0.7.1netapp-0.4.4Alex Auvolat2022-05-091-6/+6
* Update to netapp 0.4.2 (a tiny fix)Alex Auvolat2022-04-071-6/+6
* Add feature flag for Kubernetes discoveryAlex Auvolat2022-03-241-113/+47
* Move block manager to separate moduleAlex Auvolat2022-03-231-0/+25
* add test framework for arbitraty S3 requeststrinity-1686a2022-03-231-26/+30
* Update netapp to v0.4.1update-netappAlex Auvolat2022-03-151-6/+6
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-25/+25
* add missing netapp telemetry featureAlex Auvolat2022-03-141-13/+69
* Add metrics to web endpointAlex Auvolat2022-03-141-0/+1
* Refactor how durations are measuredAlex Auvolat2022-03-141-1/+2
* Remove strum crate dependency; add protobuf nix dependencyAlex Auvolat2022-03-141-21/+0
* Update to Netapp 0.4 which supports distributed tracingAlex Auvolat2022-03-141-7/+30
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-14/+303
* Add many metrics in table/ and rpc/Alex Auvolat2022-03-141-1/+2
* Implement basic metrics in tableMaximilien R2022-03-141-0/+1
* Update dependencies and add admin module with metricsmricher2022-03-141-0/+81
* add support for kubernetes service discoveryMax Audron2022-03-121-208/+872
* Functional tests for website endpointsQuentin Dufour2022-03-071-0/+1
* Support for PostObject (#222)trinity-1686a2022-02-211-1/+43
* tests: Add garage integration tests (base)Jill2022-02-101-10/+644