| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -3/+22 |
|\ |
|
| * | set default for [consul-services] api | Roberto Hidalgo | 2023-05-22 | 1 | -0/+1 |
| * | simplify code according to feedback | Roberto Hidalgo | 2023-05-22 | 1 | -10/+5 |
| * | rename mode to consul_http_api | Roberto Hidalgo | 2023-05-22 | 1 | -8/+8 |
| * | follow feedback, fold into existing feature | Roberto Hidalgo | 2023-05-22 | 1 | -20/+19 |
| * | allow additional ServiceMeta, docs | Roberto Hidalgo | 2023-05-22 | 1 | -0/+3 |
| * | register consul services against local agent instead of catalog api | Roberto Hidalgo | 2023-05-22 | 1 | -2/+23 |
| * | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 1 | -1/+1 |
* | | Make fsync an option for meta and data | Alex Auvolat | 2023-06-09 | 1 | -0/+7 |
* | | Mark sled as deprecated, make lmdb default, and improve sqlite and lmdb defaults | Alex Auvolat | 2023-05-17 | 1 | -1/+1 |
|/ |
|
* | fixes for pr 499config-files-env | Alex Auvolat | 2023-02-06 | 1 | -4/+4 |
* | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 1 | -46/+70 |
* | Add tests for `rpc_secret_file` | Felix Scheinost | 2023-01-07 | 1 | -0/+120 |
* | Error on both `rpc_secret` and `rpc_secret_file` | Felix Scheinost | 2023-01-07 | 1 | -1/+7 |
* | Implement `rpc_secret_file` | Felix Scheinost | 2023-01-04 | 1 | -2/+24 |
* | Fix issue with 'http(s)://' prefixconsul-tls | Alex Auvolat | 2022-10-18 | 1 | -2/+2 |
* | Add TLS support for Consul discovery + refactoring | Alex Auvolat | 2022-10-18 | 1 | -10/+35 |
* | RPC performance changes | Alex Auvolat | 2022-09-19 | 1 | -0/+5 |
* | Allow for hostnames in bootstrap_peers and rpc_public_addr (fix #353)resolve-peer-names | Alex Auvolat | 2022-09-14 | 1 | -25/+3 |
* | Merge branch 'main' into improve-deps | Alex Auvolat | 2022-09-07 | 1 | -7/+0 |
|\ |
|
| * | Ability to dynamically set resync tranquility | Alex Auvolat | 2022-09-02 | 1 | -7/+0 |
* | | Make all HTTP services optionnal | Alex Auvolat | 2022-09-07 | 1 | -4/+2 |
|/ |
|
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -1/+10 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -0/+4 |
* | First implementation of K2V (#293) | Alex | 2022-05-10 | 1 | -2/+14 |
* | Make background tranquility a configurable parameter | Alex Auvolat | 2022-03-23 | 1 | -0/+7 |
* | Make admin server optional | Alex Auvolat | 2022-03-14 | 1 | -2/+3 |
* | Refactoring: rename config files, make modifications less invasive | Alex Auvolat | 2022-03-14 | 1 | -3/+3 |
* | Add tracing integration with opentelemetry | Alex Auvolat | 2022-03-14 | 1 | -0/+2 |
* | Update dependencies and add admin module with metrics | mricher | 2022-03-14 | 1 | -0/+10 |
* | add support for kubernetes service discovery | Max Audron | 2022-03-12 | 1 | -0/+7 |
* | Make use of website config, return error document on error | Alex Auvolat | 2022-01-13 | 1 | -2/+0 |
* | Add compression using zstd (#173) | trinity-1686a | 2021-12-15 | 1 | -0/+61 |
* | add support for vhost-style s3 bucket | Trinity Pointard | 2021-11-16 | 1 | -0/+3 |
* | allow missing bootstrap_peers in garage.toml | Trinity Pointard | 2021-11-05 | 1 | -1/+1 |
* | Improve CLI, adapt tests, update documentation | Alex Auvolat | 2021-10-25 | 1 | -11/+5 |
* | Improvements to CLI and various fixes for netapp version | Alex Auvolat | 2021-10-22 | 1 | -18/+8 |
* | First port of Garage to Netapp | Alex Auvolat | 2021-10-22 | 1 | -33/+30 |
* | Many improvements on ring/replication and its configuration: | Alex Auvolat | 2021-05-28 | 1 | -28/+18 |
* | Tune Sled configuration | Alex Auvolat | 2021-05-03 | 1 | -0/+14 |
* | run cargo fmt on util and make missing doc warning | Trinity Pointard | 2021-04-27 | 1 | -21/+21 |
* | document util crate | Trinity Pointard | 2021-04-27 | 1 | -0/+27 |
* | resolve domain to multiple addresses | Trinity Pointard | 2021-03-18 | 1 | -10/+17 |
* | remove domain resolution for *_bind_addr | Trinity Pointard | 2021-03-18 | 1 | -16/+0 |
* | simplify addresse deserialialiser and limit allocations | Trinity Pointard | 2021-03-18 | 1 | -23/+7 |
* | add support for using domain name in configuration | Trinity Pointard | 2021-03-18 | 1 | -1/+52 |
* | Remove epidemic propagation for fully replicated stuff: write directly to all... | Alex Auvolat | 2021-03-05 | 1 | -5/+5 |
* | Build path correctly | Quentin | 2020-11-11 | 1 | -0/+1 |
* | Extract bucket | Quentin | 2020-11-10 | 1 | -1/+2 |
* | Skeleton to the new web API | Quentin | 2020-11-02 | 1 | -1/+1 |