aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-135-83/+85
|\
| * [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-3/+3
| * [dep-upgrade-202402] rename BytesBody into ErrorBody for clarityAlex Auvolat2024-02-071-3/+3
| * [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-054-22/+10
| * [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-055-60/+72
* | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10Alex2024-01-113-45/+141
|\ \ | |/ |/|
| * fix some clippy lintsAlex Auvolat2023-12-111-1/+1
| * admin: more info in admin GetClusterStatusAlex Auvolat2023-11-281-19/+103
| * layout: add helper for cached/external values to centralize recomputationAlex Auvolat2023-11-151-1/+0
| * layout admin: add missing calls to update_hashAlex Auvolat2023-11-091-0/+1
| * layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-3/+3
| * wip: split out layout management from System into separate LayoutManagerAlex Auvolat2023-11-091-3/+15
| * layout: use separate CRDT for staged layout changesAlex Auvolat2023-11-092-13/+12
| * cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-4/+5
| * avoid using layout_watch in System directlyAlex Auvolat2023-11-082-7/+7
| * remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-2/+2
* | Health info message now advertises API v1Quentin Dufour2023-11-221-1/+1
|/
* admin api: increased compatibility for v0/ endpointsv0.9.0-rc2Alex Auvolat2023-10-055-163/+388
* admin api: remove broken GET /v0/key router ruleAlex Auvolat2023-10-051-1/+1
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-3/+3
|\
| * api: allow custom unix bind mode and use 0o220 for admin servernetworkException2023-10-031-1/+1
| * everywhere: support unix sockets when binding in various placesnetworkException2023-09-291-2/+2
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-292-21/+55
|\|
| * admin api: refactor caddy check api codeAlex Auvolat2023-08-281-17/+22
| * support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-082-12/+41
* | admin docs: reformatting, key admin: add checkAlex Auvolat2023-06-142-10/+11
* | admin: uniformize layout api and improve codeAlex Auvolat2023-06-142-42/+57
* | admin and cli: hide secret keys unless askedAlex Auvolat2023-06-143-18/+39
* | admin api: move all endpoints to v1/ by default (v0/ still supported)Alex Auvolat2023-06-141-22/+22
* | admin api: make name optionnal for CreateKeyAlex Auvolat2023-06-141-2/+2
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-142-1/+29
* | admin api: change cluster status/layout to use lists and not maps (fix #377)Alex Auvolat2023-06-142-36/+95
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-1/+1
|\|
| * *: apply clippy recommendations.Jonathan Davies2023-05-093-5/+5
* | admin API: add missing camelCase conversions (fix #381)Alex Auvolat2023-06-132-0/+7
* | comments and clippy lint fixesAlex Auvolat2023-06-092-4/+4
* | fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-091-6/+18
* | Merge branch 'main' into nextAlex Auvolat2023-04-254-2/+63
|\|
| * admin/cluster.rs: Added rust_version.Jonathan Davies2023-03-101-0/+2
| * Improved bucket authorization response strings.Jonathan Davies2023-01-291-6/+10
| * api_server.rs: Adapted to use query string per Caddy upstream change.Jonathan Davies2023-01-291-15/+19
| * More clippy fixesAlex Auvolat2023-01-262-3/+3
| * Implemented website hosting authorization endpoint.Jonathan Davies2023-01-132-0/+51
* | Merge branch 'main' into nextAlex Auvolat2023-01-041-6/+9
|\|
| * Fix router keyword handling (fix #442)router-keywords-fixAlex Auvolat2022-12-121-6/+9
* | Merge commit 'ec12d6c' into nextAlex Auvolat2022-12-111-6/+8
|\ \ | |/ |/|
| * Fix HTTP return codeAlex Auvolat2022-11-081-1/+1
| * Return more info when layout's .check() fails, fix compilation, fix testAlex Auvolat2022-11-081-5/+2
| * Style improvementsAlex Auvolat2022-11-071-3/+3
| * Merge branch 'main' into optimal-layoutAlex Auvolat2022-11-072-6/+6
| |\