Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | garage_replication_factor, block_compression_level). | ||||
* | 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 'helm chart improvements' (#425) from ↵ | maximilien | 2023-01-27 | 5 | -34/+141 |
|\ | | | | | | | | | | | patrickjahns/garage:helm-improvements into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/425 | ||||
| * | 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 |
| | | | | | | | | | | | | Specify the user group for the garage (and init) process and ensure that the persistent storage is mounted with the correct file system group | ||||
| * | 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 |
| | | | | | | | | | | The variables were only templated into the configuration file and did not change the pod mountpaths, so the variables were not necessary | ||||
| * | feat(helm): allow to override the default configuration file | Patrick Jahns | 2023-01-27 | 2 | -25/+30 |
|/ | | | | Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de> | ||||
* | Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 ↵ | Alex | 2023-01-26 | 19 | -37/+40 |
|\ | | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/488 | ||||
| * | 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 |
|\ \ | | | | | | | | | | | | | | | | from kaiyou/garage:feat-k8s-daemonset into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/409 | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | DaemonSet is a k8s resource that schedules one instance per node, which is useful for some garage deployment use cases, including managing garage nodes using k8s node labels | ||||
* | | | Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 ↵ | Alex | 2023-01-26 | 23 | -198/+1125 |
|\ \ \ | | |/ | |/| | | | | | | | | | | into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/471 | ||||
| * | | 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) ↵ | Alex | 2023-01-26 | 20 | -569/+848 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | from report-disk-usage into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/487 | ||||
| * \ \ | Merge branch 'main' into report-disk-usage | Alex Auvolat | 2023-01-26 | 23 | -2534/+2734 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request 'cargo: Bump dependencies to latest version' (#484) from ↵ | Alex | 2023-01-26 | 23 | -2531/+2730 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | jpds/garage:cargo-bumps into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/484 | ||||
| * | | | | Update Cargo.nix | Alex Auvolat | 2023-01-26 | 1 | -1683/+1805 |
| | | | | | |||||
| * | | | | db/Cargo.toml: Updated rusqlite from 0.27 to 0.28. | Jonathan Davies | 2023-01-26 | 2 | -18/+11 |
| | | | | | |||||
| * | | | | Cargo.toml: Loosen tracing dependency to just 0.1. | Jonathan Davies | 2023-01-26 | 9 | -9/+9 |
| | | | | | |||||
| * | | | | {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10. | Jonathan Davies | 2023-01-26 | 5 | -22/+10 |
| | | | | | |||||
| * | | | | {db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5. | Jonathan Davies | 2023-01-26 | 3 | -6/+6 |
| | | | | | |||||
| * | | | | api/Cargo.toml: Updated idna from 0.2 to 0.3. | Jonathan Davies | 2023-01-26 | 2 | -20/+3 |
| | | | | | |||||
| * | | | | garage/Cargo.toml: Updated timeage from 0.3 to 0.4. | Jonathan Davies | 2023-01-26 | 2 | -196/+36 |
| | | | | | |||||
| * | | | | {garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6. | Jonathan Davies | 2023-01-26 | 3 | -4/+47 |
| | | | | | |||||
| * | | | | util/time.rs: Updated deprecated associated function to timestamp_opt(). | Jonathan Davies | 2023-01-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Cargo.toml: Updated clap from 3.1.18 to 4.1. | Jonathan Davies | 2023-01-26 | 3 | -20/+75 |
| | | | | | |||||
| * | | | | k2v-client/Cargo.toml: Loosen dependencies. | Jonathan Davies | 2023-01-26 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Cargo.lock: Ran cargo update. | Jonathan Davies | 2023-01-26 | 1 | -483/+612 |
| | | | | | |||||
| * | | | | Cargo.toml: Updated base64 from 0.13 to 0.21. | Jonathan Davies | 2023-01-26 | 13 | -94/+128 |
| | | | | | |||||
| * | | | | api/Cargo.toml: Updated url from 2.1 to 2.3. | Jonathan Davies | 2023-01-23 | 2 | -4/+3 |
| | | | | | |||||
| * | | | | api/Cargo.toml: Updated httpdate from 0.3 to 1.0. | Jonathan Davies | 2023-01-23 | 2 | -9/+3 |
| | | | | | |||||
| * | | | | api/Cargo.toml: Updated pin-project to 1.0.12. | Jonathan Davies | 2023-01-23 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Cargo.toml: Updated zstd from 0.9 to 0.12. | Jonathan Davies | 2023-01-23 | 3 | -15/+34 |
| | | | | | |||||
| | * | | | Add local disk usage to exported prometheus metricsreport-disk-usage | Alex Auvolat | 2023-01-26 | 3 | -12/+75 |
| | | | | |