aboutsummaryrefslogtreecommitdiff
path: root/src/util/config.rs
Commit message (Expand)AuthorAgeFilesLines
* Add tests for `rpc_secret_file`Felix Scheinost2023-01-071-0/+120
* Error on both `rpc_secret` and `rpc_secret_file`Felix Scheinost2023-01-071-1/+7
* Implement `rpc_secret_file`Felix Scheinost2023-01-041-2/+24
* Fix issue with 'http(s)://' prefixconsul-tlsAlex Auvolat2022-10-181-2/+2
* Add TLS support for Consul discovery + refactoringAlex Auvolat2022-10-181-10/+35
* RPC performance changesAlex Auvolat2022-09-191-0/+5
* Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-namesAlex Auvolat2022-09-141-25/+3
* Merge branch 'main' into improve-depsAlex Auvolat2022-09-071-7/+0
|\
| * Ability to dynamically set resync tranquilityAlex Auvolat2022-09-021-7/+0
* | Make all HTTP services optionnalAlex Auvolat2022-09-071-4/+2
|/
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-1/+10
* First version of admin API (#298)Alex2022-05-241-0/+4
* First implementation of K2V (#293)Alex2022-05-101-2/+14
* Make background tranquility a configurable parameterAlex Auvolat2022-03-231-0/+7
* Make admin server optionalAlex Auvolat2022-03-141-2/+3
* Refactoring: rename config files, make modifications less invasiveAlex Auvolat2022-03-141-3/+3
* Add tracing integration with opentelemetryAlex Auvolat2022-03-141-0/+2
* Update dependencies and add admin module with metricsmricher2022-03-141-0/+10
* add support for kubernetes service discoveryMax Audron2022-03-121-0/+7
* Make use of website config, return error document on errorAlex Auvolat2022-01-131-2/+0
* Add compression using zstd (#173)trinity-1686a2021-12-151-0/+61
* add support for vhost-style s3 bucketTrinity Pointard2021-11-161-0/+3
* allow missing bootstrap_peers in garage.tomlTrinity Pointard2021-11-051-1/+1
* Improve CLI, adapt tests, update documentationAlex Auvolat2021-10-251-11/+5
* Improvements to CLI and various fixes for netapp versionAlex Auvolat2021-10-221-18/+8
* First port of Garage to NetappAlex Auvolat2021-10-221-33/+30
* Many improvements on ring/replication and its configuration:Alex Auvolat2021-05-281-28/+18
* Tune Sled configurationAlex Auvolat2021-05-031-0/+14
* run cargo fmt on util and make missing doc warningTrinity Pointard2021-04-271-21/+21
* document util crateTrinity Pointard2021-04-271-0/+27
* resolve domain to multiple addressesTrinity Pointard2021-03-181-10/+17
* remove domain resolution for *_bind_addrTrinity Pointard2021-03-181-16/+0
* simplify addresse deserialialiser and limit allocationsTrinity Pointard2021-03-181-23/+7
* add support for using domain name in configurationTrinity Pointard2021-03-181-1/+52
* Remove epidemic propagation for fully replicated stuff: write directly to all...Alex Auvolat2021-03-051-5/+5
* Build path correctlyQuentin2020-11-111-0/+1
* Extract bucketQuentin2020-11-101-1/+2
* Skeleton to the new web APIQuentin2020-11-021-1/+1
* Add "web" configuration entryQuentin2020-10-311-0/+7
* Add automatic peer discovery from ConsulAlex Auvolat2020-06-301-0/+2
* Rename epidemic_factor to epidemic_fanout (that's what it is); complete conf ...Alex Auvolat2020-06-301-3/+3
* Starting to be S3 compatibleAlex Auvolat2020-04-241-1/+8
* Split code for modular compilationAlex Auvolat2020-04-241-0/+66