| Commit message (Expand) | Author | Age | Files | Lines |
* | [networking-fixes] add option to bind outgoing RPC sockets (fix #638) | Alex Auvolat | 2024-02-19 | 1 | -0/+3 |
* | [fix-secrets-695] config: replace String by PathBuf for *_filefix-secrets-695 | Alex Auvolat | 2024-02-12 | 1 | -3/+3 |
* | Merge tag 'v0.8.5' into sync-08-09 | Alex Auvolat | 2024-01-16 | 1 | -143/+12 |
|\ |
|
| * | config: refactor secret sourcing | Alex Auvolat | 2024-01-15 | 1 | -213/+7 |
| * | Add allow_world_readable_secrets option to config file | Félix Baylac Jacqué | 2023-10-26 | 1 | -5/+77 |
| * | util: move reading secret file into seperate helper | networkException | 2023-10-19 | 1 | -16/+19 |
* | | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 1 | -4/+5 |
|\| |
|
| * | config: allow using paths for unix domain sockets in various places | networkException | 2023-09-29 | 1 | -4/+5 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-09-11 | 1 | -6/+59 |
|\| |
|
| * | config: make block_size and sled_cache_capacity expressable as strings | Alex Auvolat | 2023-09-11 | 1 | -8/+57 |
| * | make lmdb's map_size configurable (fix #628) | Alex Auvolat | 2023-09-11 | 1 | -0/+4 |
* | | block manager: skeleton for multi-hdd support | Alex Auvolat | 2023-09-06 | 1 | -1/+21 |
* | | 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 |