Jonathan Davies
|
9e0567dce4
|
Cargo.lock: Bump for tokio 1.25.0.
continuous-integration/drone/pr Build is failing
|
2023-01-30 00:14:03 +00:00 |
|
Baptiste Jonglez
|
e85a200189
|
Fix duplicated content-type in error document
continuous-integration/drone/pr Build is passing
Fixes #492
|
2023-01-29 22:51:23 +01:00 |
|
Jonathan Davies
|
9c354f0a8f
|
Improved bucket authorization response strings.
continuous-integration/drone/pr Build is passing
|
2023-01-29 20:34:41 +00:00 |
|
Jonathan Davies
|
004bb5b4f1
|
api_server.rs: Adapted to use query string per Caddy upstream change.
|
2023-01-29 20:34:37 +00:00 |
|
Jonathan Davies
|
0c618f8a89
|
reverse-proxy.md: Corrected web server ports in Caddy example.
|
2023-01-27 17:52:51 +00:00 |
|
|
df30f3df4b
|
Merge pull request 'helm chart improvements' (#425) from patrickjahns/garage:helm-improvements into main
continuous-integration/drone/push Build is failing
Reviewed-on: #425
|
2023-01-27 10:51:04 +00:00 |
|
|
50bce43f25
|
refactor(helm): use stable as image tag for init container
continuous-integration/drone/pr Build is passing
|
2023-01-27 00:08:33 +01:00 |
|
|
ac6751f509
|
doc(helm): removed extra line
|
2023-01-27 00:08:33 +01:00 |
|
|
b999bb36af
|
feat(helm): ability to monitor garage via prometheus
|
2023-01-27 00:08:33 +01:00 |
|
|
d20e8c9256
|
feat(helm): allow to override the init container image
|
2023-01-27 00:08:32 +01:00 |
|
|
fd03b184b3
|
fix(helm): file permission issues when running as non-root user
Specify the user group for the garage (and init) process and ensure
that the persistent storage is mounted with the correct file system
group
|
2023-01-27 00:08:32 +01:00 |
|
|
da6f7b0dda
|
feat(helm): ensure that config changes trigger a pod rollout
|
2023-01-27 00:08:32 +01:00 |
|
|
e17970773a
|
refactor(helm): removed metadataDir and dataDir config variable
The variables were only templated into the configuration file and
did not change the pod mountpaths, so the variables were not necessary
|
2023-01-27 00:08:32 +01:00 |
|
|
88b66c69a5
|
feat(helm): allow to override the default configuration file
Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
|
2023-01-27 00:08:31 +01:00 |
|
|
f2c256cac4
|
Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 into main
continuous-integration/drone/push Build is passing
Reviewed-on: #488
|
2023-01-26 21:10:21 +00:00 |
|
|
a08e01f17a
|
Merge pull request 'Enable daemonset deployment using the helm chart' (#409) from kaiyou/garage:feat-k8s-daemonset into main
continuous-integration/drone/push Build is passing
Reviewed-on: #409
|
2023-01-26 21:07:58 +00:00 |
|
|
d6af95d205
|
fix cli display bug
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2023-01-26 17:50:50 +01:00 |
|
|
c56794655e
|
Fix fmt
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-26 17:27:03 +01:00 |
|
|
8e93d69974
|
More clippy fixes
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
|
2023-01-26 17:26:32 +01:00 |
|
|
246f7468cd
|
Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 into main
continuous-integration/drone/push Build is passing
Reviewed-on: #471
|
2023-01-26 16:19:04 +00:00 |
|
|
3113f6b5f2
|
more fixes
|
2023-01-26 17:14:17 +01:00 |
|
|
1dff62564f
|
fix clippy
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-26 17:05:31 +01:00 |
|
|
590a0a8450
|
Merge branch 'main' into k2v-watch-range-2
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
|
2023-01-26 16:46:40 +01:00 |
|
|
611792ddcf
|
Merge pull request 'Report available disk space in garage stats ' (#487) from report-disk-usage into main
continuous-integration/drone/push Build is passing
Reviewed-on: #487
|
2023-01-26 15:40:41 +00:00 |
|
|
94d559ae00
|
Merge branch 'main' into report-disk-usage
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
|
2023-01-26 16:20:41 +01:00 |
|
|
5fb383fe4c
|
Merge pull request 'cargo: Bump dependencies to latest version' (#484) from jpds/garage:cargo-bumps into main
continuous-integration/drone/push Build is passing
Reviewed-on: #484
|
2023-01-26 15:17:09 +00:00 |
|
|
654999e254
|
Update Cargo.nix
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
|
2023-01-26 15:50:54 +01:00 |
|
|
0da054194b
|
Update Cargo.nix
continuous-integration/drone/pr Build is passing
|
2023-01-26 14:47:15 +00:00 |
|
|
c7d0ad0aa0
|
Add local disk usage to exported prometheus metrics
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2023-01-26 15:30:36 +01:00 |
|
|
efb6b6e868
|
Disk space report
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Report available disk space on nodes and calculate cluster-wide available space in `garage stats` (fix #479)
|
2023-01-26 15:04:32 +01:00 |
|
|
f251b4721f
|
Apply nixfmt to all .nix files; fix devshell and add it to cache
continuous-integration/drone/push Build is passing
|
2023-01-26 12:25:48 +01:00 |
|
Jonathan Davies
|
3dc655095f
|
db/Cargo.toml: Updated rusqlite from 0.27 to 0.28.
continuous-integration/drone/pr Build is failing
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
20c1cdf662
|
Cargo.toml: Loosen tracing dependency to just 0.1.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
f952e37ba7
|
{model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
fbafa76284
|
{db,util}/Cargo.toml: Updated mktemp from 0.4 to 0.5.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
63e22e71f2
|
api/Cargo.toml: Updated idna from 0.2 to 0.3.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
f6eaf3661c
|
garage/Cargo.toml: Updated timeage from 0.3 to 0.4.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
d3b2a68988
|
{garage,util}/Cargo.toml: Updated toml from 0.5 to 0.6.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
b4a1a6a32f
|
util/time.rs: Updated deprecated associated function to timestamp_opt().
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
bcac889f9a
|
Cargo.toml: Updated clap from 3.1.18 to 4.1.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
9e08a05e69
|
k2v-client/Cargo.toml: Loosen dependencies.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
69497be5c6
|
Cargo.lock: Ran cargo update.
|
2023-01-26 11:13:11 +00:00 |
|
Jonathan Davies
|
36944f1839
|
Cargo.toml: Updated base64 from 0.13 to 0.21.
|
2023-01-26 11:13:07 +00:00 |
|
Jonathan Davies
|
db56d4658f
|
util/Cargo.toml: Updated rmp-serde from 0.15 to 1.1.
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
|
2023-01-26 11:03:43 +00:00 |
|
|
1311742fe0
|
Merge pull request 'cookbook/real-world.md: Added note about mesh network options.' (#485) from jpds/garage:mesh-networks-note into main
continuous-integration/drone/push Build is passing
Reviewed-on: #485
|
2023-01-26 10:31:43 +00:00 |
|
Jonathan Davies
|
f2492107d7
|
cookbook/real-world.md: Added note about mesh network options.
continuous-integration/drone/pr Build was killed
|
2023-01-25 12:00:01 +00:00 |
|
Jonathan Davies
|
93c3f8fc8c
|
api/Cargo.toml: Updated url from 2.1 to 2.3.
|
2023-01-23 19:16:58 +00:00 |
|
Jonathan Davies
|
1c435fce09
|
api/Cargo.toml: Updated httpdate from 0.3 to 1.0.
|
2023-01-23 19:16:54 +00:00 |
|
Jonathan Davies
|
dead123892
|
api/Cargo.toml: Updated pin-project to 1.0.12.
|
2023-01-23 18:39:35 +00:00 |
|
Jonathan Davies
|
5c3075fe01
|
Cargo.toml: Updated zstd from 0.9 to 0.12.
|
2023-01-23 18:08:14 +00:00 |
|