| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request 'Secrets can be passed directly in config, as file, or as ... | Alex | 2023-02-06 | 6 | -82/+157 |
|\ |
|
| * | fixes for pr 499config-files-env | Alex Auvolat | 2023-02-06 | 3 | -10/+11 |
| * | secrets can be passed directly in config, as file, or as env | Alex Auvolat | 2023-02-03 | 6 | -82/+156 |
* | | Merge pull request 'error.rs: Corrected error message to say unexpected scope... | Alex | 2023-02-03 | 3 | -3/+3 |
|\ \
| |/
|/| |
|
| * | error.rs: Corrected error messages to say unexpected scope. | Jonathan Davies | 2023-02-02 | 3 | -3/+3 |
|/ |
|
* | Merge pull request 'Documentation updates' (#496) from doc-mention-talks into... | Alex | 2023-01-30 | 10 | -309/+377 |
|\ |
|
| * | Change talk links more | Alex Auvolat | 2023-01-30 | 1 | -4/+6 |
| * | Raw links to presentations | Alex Auvolat | 2023-01-30 | 1 | -2/+2 |
| * | zero-downtime migration procedure | Alex Auvolat | 2023-01-30 | 3 | -25/+79 |
| * | Reorder reference manual section, move metrics list to there | Alex Auvolat | 2023-01-30 | 5 | -278/+289 |
| * | Add links to presentationsdoc-mention-talks | Alex Auvolat | 2023-01-30 | 2 | -4/+5 |
|/ |
|
* | Merge pull request 'Small doc corrections' (#489) from jpds/garage:doc-correc... | Alex | 2023-01-30 | 5 | -4/+83 |
|\ |
|
| * | cookbook/reverse-proxy.md: Added on-demand TLS section. | Jonathan Davies | 2023-01-30 | 1 | -0/+50 |
| * | cookbook/monitoring.md: Added new metrics (garage_build_info, | Jonathan Davies | 2023-01-30 | 1 | -0/+25 |
| * | cookbook/_index.md: Added link to monitoring documentation. | Jonathan Davies | 2023-01-30 | 1 | -0/+4 |
| * | configuration.md: Corrected OpenTelemetry. | Jonathan Davies | 2023-01-30 | 1 | -2/+2 |
| * | gateways.md: -z is a required flag for layout assign. | Jonathan Davies | 2023-01-30 | 1 | -1/+1 |
| * | reverse-proxy.md: Corrected web server ports in Caddy example. | Jonathan Davies | 2023-01-27 | 1 | -1/+1 |
* | | Merge pull request 'Cargo.lock: Bump for tokio 1.25.0.' (#494) from jpds/gara... | Alex | 2023-01-30 | 2 | -123/+123 |
|\ \ |
|
| * | | Update cargo.nix | Alex Auvolat | 2023-01-30 | 1 | -96/+96 |
| * | | Cargo.lock: Bump for tokio 1.25.0. | Jonathan Davies | 2023-01-30 | 1 | -27/+27 |
| |/ |
|
* | | Merge pull request 'Fix duplicated content-type in error document' (#493) fro... | Alex | 2023-01-30 | 1 | -1/+0 |
|\ \ |
|
| * | | Fix duplicated content-type in error document | Baptiste Jonglez | 2023-01-29 | 1 | -1/+0 |
| |/ |
|
* | | Merge pull request 'api_server.rs: Adapted to use query string per Caddy upst... | Alex | 2023-01-30 | 2 | -38/+83 |
|\ \
| |/
|/| |
|
| * | Improved bucket authorization response strings. | Jonathan Davies | 2023-01-29 | 2 | -9/+13 |
| * | api_server.rs: Adapted to use query string per Caddy upstream change. | Jonathan Davies | 2023-01-29 | 2 | -29/+70 |
|/ |
|
* | Merge pull request 'helm chart improvements' (#425) from patrickjahns/garage:... | maximilien | 2023-01-27 | 5 | -34/+141 |
|\ |
|
| * | refactor(helm): use stable as image tag for init container | Patrick Jahns | 2023-01-27 | 1 | -1/+1 |
| * | doc(helm): removed extra line | Patrick Jahns | 2023-01-27 | 1 | -1/+0 |
| * | feat(helm): ability to monitor garage via prometheus | Patrick Jahns | 2023-01-27 | 4 | -0/+94 |
| * | feat(helm): allow to override the init container image | Patrick Jahns | 2023-01-27 | 2 | -1/+7 |
| * | fix(helm): file permission issues when running as non-root user | Patrick Jahns | 2023-01-27 | 2 | -5/+8 |
| * | feat(helm): ensure that config changes trigger a pod rollout | Patrick Jahns | 2023-01-27 | 1 | -1/+3 |
| * | refactor(helm): removed metadataDir and dataDir config variable | Patrick Jahns | 2023-01-27 | 1 | -4/+2 |
| * | feat(helm): allow to override the default configuration file | Patrick Jahns | 2023-01-27 | 2 | -25/+30 |
|/ |
|
* | Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 in... | Alex | 2023-01-26 | 19 | -37/+40 |
|\ |
|
| * | fix cli display bugk2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 1 | -1/+1 |
| * | Fix fmt | Alex Auvolat | 2023-01-26 | 2 | -2/+2 |
| * | More clippy fixes | Alex Auvolat | 2023-01-26 | 14 | -27/+29 |
| * | more fixes | Alex Auvolat | 2023-01-26 | 4 | -9/+10 |
* | | Merge pull request 'Enable daemonset deployment using the helm chart' (#409) ... | Alex | 2023-01-26 | 4 | -7/+35 |
|\ \ |
|
| * | | Bump the helm chart version | kaiyou | 2022-12-25 | 1 | -1/+1 |
| * | | Fix documentation based on new deployment values | kaiyou | 2022-12-25 | 1 | -1/+2 |
| * | | Set hostPath type for volumes | kaiyou | 2022-12-25 | 1 | -0/+2 |
| * | | Fix volume handling and persistence flag | kaiyou | 2022-12-25 | 1 | -2/+2 |
| * | | Enable daemonset deployment using the helm chart | kaiyou | 2022-12-25 | 2 | -5/+30 |
* | | | Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 i... | Alex | 2023-01-26 | 23 | -198/+1125 |
|\ \ \
| | |/
| |/| |
|
| * | | fix clippy | Alex Auvolat | 2023-01-26 | 1 | -1/+3 |
| * | | Merge branch 'main' into k2v-watch-range-2 | Alex Auvolat | 2023-01-26 | 119 | -3109/+23616 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge pull request 'Report available disk space in `garage stats`' (#487) fro... | Alex | 2023-01-26 | 20 | -569/+848 |
|\ \ \ |
|