2183518edc
Spawn all background workers in a separate step
2022-12-14 12:28:07 +01:00
83c8467e23
Proper queueing for delayed inserts, now backed to disk
2022-12-14 11:58:06 +01:00
f8e528c15d
Small refactor of tables internals
2022-12-14 10:48:49 +01:00
d1279e04f3
Fix error messages
2022-12-13 16:18:01 +01:00
041b60ed1d
Add block.rc_size, table.size and table.merkle_tree_size metrics
2022-12-13 15:54:03 +01:00
f8d5409894
cli: more info displayed on error in garage stats
2022-12-13 15:46:04 +01:00
d6040e32a6
cli: prettier table in garage stats
2022-12-13 15:43:22 +01:00
d7f90cabb0
Implement block retry-now
and block purge
2022-12-13 15:02:42 +01:00
687660b27f
Implement block list-errors
and block info
2022-12-13 14:23:45 +01:00
9d82196945
cli: new worker info command
2022-12-13 12:24:30 +01:00
a51e8d94c6
cli: rename resync-n-workers into resync-worker-count
2022-12-13 11:44:11 +01:00
de9d6cddf7
Prettier worker list table; remove useless CLI log messages
2022-12-12 17:17:05 +01:00
f7c65e830e
Merge pull request 'Properly enforce allow_create_bucket' ( #447 ) from fix-allow-create-bucket into main
...
Reviewed-on: Deuxfleurs/garage#447
2022-12-12 14:55:12 +00:00
0e61e3b6fb
Fix bucket creation tests to take permissions into account
2022-12-12 15:47:55 +01:00
a0abf41762
Fix router keyword handling ( fix #442 )
2022-12-12 12:05:37 +01:00
2ac75018a1
Properly enforce allow_create_bucket
2022-12-12 12:03:54 +01:00
980572a887
Merge pull request 'helm: ingress improvements' ( #422 ) from patrickjahns:helm-refactor-ingress into main
...
As discussed in the chat yesterday, I want to propose to disable the ingress per default.
The motivation behind this change is, that per default the ingress is "misconfigured"
meaning it can not work with the default values and requires a user of the chart to
add additional configuration. When installing the chart per default, I would not
expect to already expose garage publicly without my explicit configuration to do so
Commenting the ingressClass resource also allows for relying only on
annotations - otherwise the ingressClass would be always set to nginx
or require a user to override it with ingressClass: null
A small change on top, I've added the ability to specify user defined labels per ingress
2022-12-12 00:53:57 +01:00
7a0014b6f7
chore(helm): bump chart number
2022-12-11 23:11:56 +00:00
edb0b9c1ee
feat(helm): allow to add custom labels to created ingress resources
2022-12-11 23:11:56 +00:00
f58a813a36
refactor(helm): disable the ingress per default
...
The default values forces people to create an ingress resources,
where per default an ingress is not necessary to start garage.
If someone wants to utilize an ingress, he would need to define
the values for the ingress either way, so enabling the ingress
explicitly makes more sense, then requiring it to be disabled per default
2022-12-11 23:11:56 +00:00
defd7d9e63
Merge pull request 'Implement /health admin API endpoint to check node health' ( #440 ) from admin-health-api into main
...
Reviewed-on: Deuxfleurs/garage#440
2022-12-11 17:25:28 +00:00
533afcf4e1
simplify
2022-12-11 18:17:08 +01:00
5ea5fd2130
Always return 200 OK on /v0/health, reinstate admin api doc as draft and complete it
2022-12-11 18:11:28 +01:00
35f8e8e2fb
Merge pull request 'Fix typo in documentation' ( #441 ) from felix.scheinost/garage:documentation-typo into main
...
Reviewed-on: Deuxfleurs/garage#441
2022-12-07 20:42:24 +00:00
d5a2502b09
Fix typo in documentation
2022-12-07 12:43:49 +00:00
d7868c48a4
Separate /health (simple text answer) and /v0/health (full json answer, authenticated)
2022-12-05 15:38:32 +01:00
280d1be7b1
Refactor health check and add ability to return it in json
2022-12-05 15:28:57 +01:00
2065f011ca
Implement /health admin API endpoint to check node health
2022-12-05 14:59:15 +01:00
243b7c9a1c
Merge pull request 'Fix spelling mistake in docs' ( #438 ) from tompearson/garage:fix-typo into main
...
Reviewed-on: Deuxfleurs/garage#438
2022-12-05 12:27:14 +00:00
a3afc761b6
Update 'doc/book/design/goals.md'
2022-12-04 16:27:46 +00:00
19bdd1c799
Merge pull request 'Fix logs appearing twice' ( #435 ) from fix-logs into main
...
Reviewed-on: Deuxfleurs/garage#435
2022-11-29 21:30:39 +00:00
448dcc5cf4
Merge pull request 'Make repository into a Nix flake' ( #424 ) from nix-remove-system into main
...
Reviewed-on: Deuxfleurs/garage#424
2022-11-29 21:26:41 +00:00
26121bb619
Fix logs appearing twice
2022-11-29 22:23:27 +01:00
280330ac72
Merge pull request 'Add talk to the Capitole du Libre 2022' ( #434 ) from CdL_talk into main
...
Reviewed-on: Deuxfleurs/garage#434
2022-11-27 13:38:13 +00:00
4d7b4d9d20
Add talk to the Capitole du Libre 2022
2022-11-27 11:36:01 +01:00
fc450ec13a
Merge pull request 'Fix #432 : documentation issue' ( #433 ) from fix-432 into main
...
Reviewed-on: Deuxfleurs/garage#433
2022-11-24 14:36:53 +00:00
379b2049f5
Fix #432 : documentation issue
2022-11-24 15:33:33 +01:00
293139a94a
Merge pull request 'Tentative fix #414 ' ( #429 ) from try-fix-414 into main
...
Reviewed-on: Deuxfleurs/garage#429
2022-11-21 21:45:17 +00:00
54e800ef8d
Tentative fix for issue #414
2022-11-21 17:13:41 +01:00
1e40c93fd0
Merge pull request 'Changes for v0.8.0' ( #428 ) from v0.8.0-tmp into main
...
Reviewed-on: Deuxfleurs/garage#428
2022-11-21 13:55:50 +00:00
0cfb56d33e
update cargo.nix
2022-11-21 14:47:18 +01:00
c1fb65194c
Add sled default in garage_model also
2022-11-21 14:25:54 +01:00
67941000ee
put sled as default feature in garage_db
2022-11-21 14:08:21 +01:00
60c26fbc62
Inject last modified date as git_version; flake cache uploading
2022-11-16 23:47:10 +01:00
e76dba9561
Make repository into a Nix flake
2022-11-16 23:25:34 +01:00
7fafd14a25
Merge pull request 'Documentation updates' ( #423 ) from doc-0.8 into main
...
Reviewed-on: Deuxfleurs/garage#423
2022-11-16 20:50:45 +00:00
555a54ec40
doc precisions and fixes
2022-11-16 13:40:49 +01:00
fc8f795bba
Rename subsections and add docker compose file
2022-11-16 13:33:33 +01:00
a7af0c8af9
Add best practices and doc of monitoring ( fix #419 )
2022-11-16 13:27:24 +01:00
bcc9772470
Merge pull request 'OpenAPI spec for admin API' ( #379 ) from ecosystem/openapi into main
...
Reviewed-on: Deuxfleurs/garage#379
2022-11-16 10:51:04 +00:00