aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/cluster.rs
Commit message (Expand)AuthorAgeFilesLines
* [next-0.10] admin api: fix logic in get cluster statusAlex Auvolat2024-03-271-12/+16
* [next-0.10] remove impl Deref for LayoutHelperAlex Auvolat2024-03-271-5/+5
* [net-fixes] fix issues with local peer address (fix #761)Alex Auvolat2024-03-211-1/+1
* Merge branch 'main' into next-0.10Alex Auvolat2024-02-131-14/+17
|\
| * [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-051-4/+4
| * [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-051-12/+13
* | 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-091-12/+11
* | cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-4/+5
* | avoid using layout_watch in System directlyAlex Auvolat2023-11-081-5/+5
|/
* admin docs: reformatting, key admin: add checkAlex Auvolat2023-06-141-9/+9
* admin: uniformize layout api and improve codeAlex Auvolat2023-06-141-41/+56
* admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-141-0/+28
* admin api: change cluster status/layout to use lists and not maps (fix #377)Alex Auvolat2023-06-141-33/+92
* admin API: add missing camelCase conversions (fix #381)Alex Auvolat2023-06-131-0/+3
* Merge branch 'main' into nextAlex Auvolat2023-04-251-0/+2
|\
| * admin/cluster.rs: Added rust_version.Jonathan Davies2023-03-101-0/+2
* | 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-071-3/+3
| |\
| * | cargo fmtMendes2022-10-101-4/+4
| * | modifications in several files to :Mendes2022-10-051-1/+6
* | | simplifyadmin-health-apiAlex Auvolat2022-12-111-8/+1
* | | Always return 200 OK on /v0/health, reinstate admin api doc as draft and comp...Alex Auvolat2022-12-111-6/+1
* | | Separate /health (simple text answer) and /v0/health (full json answer, authe...Alex Auvolat2022-12-051-0/+17
| |/ |/|
* | Use status code 204 No Content for empty responsesTobias Krischer2022-10-171-3/+3
|/
* Move version back into utilimprove-depsAlex Auvolat2022-09-071-2/+2
* Report build features in garage --helpAlex Auvolat2022-09-071-0/+2
* Move GIT_VERSION injection later in build chain to reduce build timesAlex Auvolat2022-09-071-1/+1
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-0/+2
* Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-typeAlex Auvolat2022-05-251-14/+5
* First version of admin API (#298)Alex2022-05-241-0/+198