Alex
|
8b4d0adc75
|
Merge pull request 'generic_server.rs: Added support for logging X-Forwarded-For header.' (#500) from jpds/garage:generic_server-log-x-forwarded-for into main
Reviewed-on: #500
|
2 days ago |
Alex
|
c2a9f00a58
|
Merge pull request 'upgrading.md: Added small note about garage_build_info.' (#501) from jpds/garage:doc-upgrade-buildinfo-metric into main
Reviewed-on: #501
|
2 days ago |
Alex
|
d14678e0ac
|
Merge pull request 'Secrets can be passed directly in config, as file, or as env' (#499) from config-files-env into main
Reviewed-on: #499
|
2 days ago |
Jonathan Davies
|
179fda9fb6
|
upgrading.md: Added small note about garage_build_info.
|
2 days ago |
Alex
|
80e2326998
|
fixes for pr 499
|
2 days ago |
Jonathan Davies
|
94d70bec69
|
generic_server.rs: Added support for logging X-Forwarded-For header.
Fixes: #460
|
4 days ago |
Alex
|
656b8d42de
|
secrets can be passed directly in config, as file, or as env
|
5 days ago |
Alex
|
fba8224cf0
|
Merge pull request 'error.rs: Corrected error message to say unexpected scope.' (#497) from jpds/garage:authorization-header-unexpected-scope into main
Reviewed-on: #497
|
5 days ago |
Jonathan Davies
|
1b6ec74748
|
error.rs: Corrected error messages to say unexpected scope.
|
6 days ago |
Alex
|
30f1636a00
|
Merge pull request 'Documentation updates' (#496) from doc-mention-talks into main
Reviewed-on: #496
|
1 week ago |
Alex
|
8013a5cd58
|
Change talk links more
|
1 week ago |
Alex
|
2ba9463a8a
|
Raw links to presentations
|
1 week ago |
Alex
|
7f715ba94f
|
zero-downtime migration procedure
|
1 week ago |
Alex
|
44f8b1d71a
|
Reorder reference manual section, move metrics list to there
|
1 week ago |
Alex
|
56384677fa
|
Add links to presentations
|
1 week ago |
Alex
|
4cff37397f
|
Merge pull request 'Small doc corrections' (#489) from jpds/garage:doc-corrections into main
Reviewed-on: #489
|
1 week ago |
Jonathan Davies
|
5f412abd4e
|
cookbook/reverse-proxy.md: Added on-demand TLS section.
|
1 week ago |
Jonathan Davies
|
c753a9dfb6
|
cookbook/monitoring.md: Added new metrics (garage_build_info,
garage_replication_factor, block_compression_level).
|
1 week ago |
Jonathan Davies
|
ae9c7a2900
|
cookbook/_index.md: Added link to monitoring documentation.
|
1 week ago |
Jonathan Davies
|
7ab27f84b8
|
configuration.md: Corrected OpenTelemetry.
|
1 week ago |
Jonathan Davies
|
55c369137d
|
gateways.md: -z is a required flag for layout assign.
|
1 week ago |
Alex
|
a1005c26b6
|
Merge pull request 'Cargo.lock: Bump for tokio 1.25.0.' (#494) from jpds/garage:cargo-update-tokio-1.25.0 into main
Reviewed-on: #494
|
1 week ago |
Alex
|
f9573b6912
|
Merge pull request 'Fix duplicated content-type in error document' (#493) from baptiste/garage:fix_error_document_content_type into main
Reviewed-on: #493
|
1 week ago |
Alex
|
4d3a5f29e0
|
Merge pull request 'api_server.rs: Adapted to use query string per Caddy upstream change' (#491) from jpds/garage:fix-caddy-ask-domain-query-string into main
Reviewed-on: #491
|
1 week ago |
Alex
|
e2173d00a9
|
Update cargo.nix
|
1 week ago |
Jonathan Davies
|
9e0567dce4
|
Cargo.lock: Bump for tokio 1.25.0.
|
1 week ago |
Baptiste Jonglez
|
e85a200189
|
Fix duplicated content-type in error document
Fixes #492
|
1 week ago |
Jonathan Davies
|
9c354f0a8f
|
Improved bucket authorization response strings.
|
1 week ago |
Jonathan Davies
|
004bb5b4f1
|
api_server.rs: Adapted to use query string per Caddy upstream change.
|
1 week ago |
Jonathan Davies
|
0c618f8a89
|
reverse-proxy.md: Corrected web server ports in Caddy example.
|
2 weeks ago |
maximilien
|
df30f3df4b
|
Merge pull request 'helm chart improvements' (#425) from patrickjahns/garage:helm-improvements into main
Reviewed-on: #425
|
2 weeks ago |
Patrick Jahns
|
50bce43f25
|
refactor(helm): use stable as image tag for init container
|
2 weeks ago |
Patrick Jahns
|
ac6751f509
|
doc(helm): removed extra line
|
2 weeks ago |
Patrick Jahns
|
b999bb36af
|
feat(helm): ability to monitor garage via prometheus
|
2 weeks ago |
Patrick Jahns
|
d20e8c9256
|
feat(helm): allow to override the init container image
|
2 weeks ago |
Patrick Jahns
|
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
|
2 weeks ago |
Patrick Jahns
|
da6f7b0dda
|
feat(helm): ensure that config changes trigger a pod rollout
|
2 weeks ago |
Patrick Jahns
|
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
|
2 weeks ago |
Patrick Jahns
|
88b66c69a5
|
feat(helm): allow to override the default configuration file
Signed-off-by: Patrick Jahns <kontakt@patrickjahns.de>
|
2 weeks ago |
Alex
|
f2c256cac4
|
Merge pull request 'Many clippy lints fixed' (#488) from k2v-watch-range-2 into main
Reviewed-on: #488
|
2 weeks ago |
Alex
|
a08e01f17a
|
Merge pull request 'Enable daemonset deployment using the helm chart' (#409) from kaiyou/garage:feat-k8s-daemonset into main
Reviewed-on: #409
|
2 weeks ago |
Alex
|
d6af95d205
|
fix cli display bug
|
2 weeks ago |
Alex
|
c56794655e
|
Fix fmt
|
2 weeks ago |
Alex
|
8e93d69974
|
More clippy fixes
|
2 weeks ago |
Alex
|
246f7468cd
|
Merge pull request 'K2V PollRange, version 2' (#471) from k2v-watch-range-2 into main
Reviewed-on: #471
|
2 weeks ago |
Alex
|
3113f6b5f2
|
more fixes
|
2 weeks ago |
Alex
|
1dff62564f
|
fix clippy
|
2 weeks ago |
Alex
|
590a0a8450
|
Merge branch 'main' into k2v-watch-range-2
|
2 weeks ago |
Alex
|
611792ddcf
|
Merge pull request 'Report available disk space in `garage stats`' (#487) from report-disk-usage into main
Reviewed-on: #487
|
2 weeks ago |
Alex
|
94d559ae00
|
Merge branch 'main' into report-disk-usage
|
2 weeks ago |