aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/cluster.rs
Commit message (Expand)AuthorAgeFilesLines
* 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