aboutsummaryrefslogtreecommitdiff
path: root/src/garage/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Declare garage crates using workspace.dependenciesJakub Jirutka2023-05-091-8/+8
* Remove unnecessary/unused "timeago" featuresJakub Jirutka2023-05-071-1/+1
* Prepare for v0.8.2Alex Auvolat2023-03-131-9/+9
* Cargo.toml: Loosen tracing dependency to just 0.1.Jonathan Davies2023-01-261-1/+1
* garage/Cargo.toml: Updated timeage from 0.3 to 0.4.Jonathan Davies2023-01-261-1/+1
* {garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.Jonathan Davies2023-01-261-1/+1
* Cargo.toml: Updated base64 from 0.13 to 0.21.Jonathan Davies2023-01-261-1/+1
* Make it explicit when using nonversioned encodingAlex Auvolat2023-01-031-1/+0
* Refactor how things are migratedAlex Auvolat2023-01-031-1/+1
* Bump everything to v0.8.1Alex Auvolat2023-01-021-9/+9
* Fix logs appearing twicefix-logsAlex Auvolat2022-11-291-1/+1
* Show a nice message and a backtrace when Garage panicsAlex Auvolat2022-11-041-0/+1
* Add garage bucket cleanup-incomplete-uploads commandcleanup-uploads-commandAlex Auvolat2022-11-041-0/+1
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-0/+2
* definitively expunge openssl from dependencies everywhereAlex Auvolat2022-10-141-1/+1
* Use netapp 0.5 published from crates.ioAlex Auvolat2022-09-131-2/+1
* Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-09-081-12/+33
|\
| * Merge branch 'main' into lx-perf-improvementsAlex Auvolat2022-09-081-12/+33
| |\
| | * Remove opentelemetry-otlp dep in api/Alex Auvolat2022-09-061-1/+1
| | * Make all DB engines optional build featuresAlex Auvolat2022-09-061-2/+10
| | * Bump versions to 0.8.0 (compatibility is broken already)Alex Auvolat2022-09-061-8/+8
| | * Allow building without Prometheus exporter (/metrics endpoint)Jakub Jirutka2022-09-061-3/+5
| | * Make OTLP exporter optional via feature "telemetry-otlp"Jakub Jirutka2022-09-061-1/+3
| | * Allow linking against system-provided libsqliteJakub Jirutka2022-09-031-0/+8
| | * Add feature "system-libs" to enable linking against system librariesJakub Jirutka2022-09-031-0/+1
* | | Merge branch 'lx-perf-improvements' into netapp-stream-bodyAlex Auvolat2022-08-311-1/+1
|\| |
| * | Add env filter to tracing subscriberAlex Auvolat2022-08-311-1/+1
| * | Replace logging crate pretty_env_logger by tracing_subscriber::fmtAlex Auvolat2022-08-311-1/+1
* | | update netapp to 0.5Alex Auvolat2022-07-291-1/+1
* | | First adaptation to WIP netapp with streaming bodyAlex Auvolat2022-07-291-3/+2
|/ /
* | Fix testsAlex Auvolat2022-07-291-1/+1
* | Compute hashes on dedicated threadsAlex Auvolat2022-07-291-1/+1
|/
* Background task manager (#332)Alex2022-07-081-0/+2
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-0/+1
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-2/+1
* First version of admin API (#298)Alex2022-05-241-2/+5
* First implementation of K2V (#293)Alex2022-05-101-0/+8
* Update to netapp 0.4.2 (a tiny fix)Alex Auvolat2022-04-071-1/+1
* add test framework for arbitraty S3 requeststrinity-1686a2022-03-231-1/+4
* Update netapp to v0.4.1update-netappAlex Auvolat2022-03-151-1/+1
* Bump version to 0.7 because of incompatible NetappAlex Auvolat2022-03-141-8/+8
* Update to Netapp 0.4 which supports distributed tracingAlex Auvolat2022-03-141-2/+3
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-1/+1
* Update dependencies and add admin module with metricsmricher2022-03-141-0/+1
* Functional tests for website endpointsQuentin Dufour2022-03-071-0/+1
* garage(tests): Remove RNG stuffJill2022-02-111-1/+0
* garage(tests): Add random suffix to created buckets.Jill2022-02-101-0/+1
* tests: Fix garage integration testJill2022-02-101-0/+2
* tests: Add garage integration tests (base)Jill2022-02-101-0/+10
* New buckets for 0.6.0: small fixes, including:Alex Auvolat2022-01-041-0/+1