|
c04dd8788a
|
admin: more info in admin GetClusterStatus
|
2023-11-28 14:25:04 +01:00 |
|
|
393c4d4515
|
layout: add helper for cached/external values to centralize recomputation
|
2023-11-15 14:20:50 +01:00 |
|
|
bad7cc812e
|
layout admin: add missing calls to update_hash
|
2023-11-09 15:42:10 +01:00 |
|
|
bfb1845fdc
|
layout: refactor to use a RwLock on LayoutHistory
|
2023-11-09 14:12:05 +01:00 |
|
|
8a2b1dd422
|
wip: split out layout management from System into separate LayoutManager
|
2023-11-09 12:55:36 +01:00 |
|
|
523d2ecb95
|
layout: use separate CRDT for staged layout changes
|
2023-11-09 11:19:43 +01:00 |
|
|
8dccee3ccf
|
cluster layout: adapt all uses of ClusterLayout to LayoutHistory
|
2023-11-08 19:28:36 +01:00 |
|
|
4a9c94514f
|
avoid using layout_watch in System directly
|
2023-11-08 16:41:00 +01:00 |
|
|
12d1dbfc6b
|
remove Ring and use ClusterLayout everywhere
|
2023-11-08 15:41:24 +01:00 |
|
|
0c431b0c03
|
admin api: increased compatibility for v0/ endpoints
|
2023-10-05 16:56:13 +02:00 |
|
|
1c13135f25
|
admin api: remove broken GET /v0/key router rule
|
2023-10-05 16:27:29 +02:00 |
|
|
2e656b541b
|
Merge branch 'main' into next
|
2023-10-03 18:40:37 +02:00 |
|
|
7907a09acc
|
api: allow custom unix bind mode and use 0o220 for admin server
|
2023-10-03 17:31:40 +02:00 |
|
|
8ec6a53b35
|
everywhere: support unix sockets when binding in various places
this patch implements binding to paths as a unix socket for generic
server and web server.
|
2023-09-29 18:57:44 +02:00 |
|
|
2e90e1c124
|
Merge branch 'main' into next
|
2023-08-29 11:32:42 +02:00 |
|
|
9b4ce4a8ad
|
admin api: refactor caddy check api code
|
2023-08-28 12:17:10 +02:00 |
|
|
24e533f262
|
support {s3,web}.root_domains in /check endpoint
|
2023-08-08 11:05:42 +02:00 |
|
|
8ef42c9609
|
admin docs: reformatting, key admin: add check
|
2023-06-14 17:19:25 +02:00 |
|
|
a83a092c03
|
admin: uniformize layout api and improve code
|
2023-06-14 17:12:37 +02:00 |
|
|
7895f99d3a
|
admin and cli: hide secret keys unless asked
|
2023-06-14 16:56:15 +02:00 |
|
|
4a82f6380e
|
admin api: move all endpoints to v1/ by default (v0/ still supported)
|
2023-06-14 14:15:51 +02:00 |
|
|
28cc9f178a
|
admin api: make name optionnal for CreateKey
|
2023-06-14 13:56:37 +02:00 |
|
|
35c108b85d
|
admin api: switch GetClusterHealth to camelcase (fix #381 again)
|
2023-06-14 13:53:19 +02:00 |
|
|
52376d47ca
|
admin api: change cluster status/layout to use lists and not maps (fix #377)
|
2023-06-14 13:45:27 +02:00 |
|
|
90b2d43eb4
|
Merge branch 'main' into next
|
2023-06-13 17:14:11 +02:00 |
|
|
bf19a44fd9
|
admin API: add missing camelCase conversions (fix #381)
|
2023-06-13 16:15:50 +02:00 |
|
|
412ab77b08
|
comments and clippy lint fixes
|
2023-06-09 16:23:37 +02:00 |
|
|
511e07ecd4
|
fix mpu counter (add missing workers) and report info at appropriate places
|
2023-06-09 16:23:37 +02:00 |
|
Jonathan Davies
|
c783194e8b
|
*: apply clippy recommendations.
|
2023-05-09 20:49:34 +01:00 |
|
|
fa78d806e3
|
Merge branch 'main' into next
|
2023-04-25 12:34:26 +02:00 |
|
Jonathan Davies
|
9ea154ae9c
|
admin/cluster.rs: Added rust_version.
|
2023-03-10 14:46:54 +00:00 |
|
Jonathan Davies
|
9c354f0a8f
|
Improved bucket authorization response strings.
|
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 |
|
|
8e93d69974
|
More clippy fixes
|
2023-01-26 17:26:32 +01:00 |
|
Jonathan Davies
|
100b01e859
|
Implemented website hosting authorization endpoint.
Fixes: #468
|
2023-01-13 09:38:58 +00:00 |
|
|
570e5e5bbb
|
Merge branch 'main' into next
|
2023-01-04 11:34:43 +01:00 |
|
|
a0abf41762
|
Fix router keyword handling (fix #442)
|
2022-12-12 12:05:37 +01:00 |
|
|
2c2e65ad8b
|
Merge commit 'ec12d6c' into next
|
2022-12-11 18:41:15 +01: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 |
|
|
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 |
|
|
dc50fa3b34
|
Fix typo in admin API on BucketInfo
|
2022-11-11 16:56:56 +01:00 |
|
|
217abdca18
|
Fix HTTP return code
|
2022-11-08 15:38:53 +01:00 |
|
|
d75b37b018
|
Return more info when layout's .check() fails, fix compilation, fix test
|
2022-11-08 14:58:39 +01:00 |
|
|
ea5afc2511
|
Style improvements
|
2022-11-07 20:11:30 +01:00 |
|
|
28d7a49f63
|
Merge branch 'main' into optimal-layout
|
2022-11-07 12:20:59 +01:00 |
|
|
7865003323
|
Use status code 204 No Content for empty responses
|
2022-10-17 10:55:26 +02:00 |
|
|
4abab246f1
|
cargo fmt
|
2022-10-10 17:21:13 +02:00 |
|