aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: apply clippy recommendations.Jonathan Davies2023-05-093-5/+5
* 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
* Fix router keyword handling (fix #442)router-keywords-fixAlex Auvolat2022-12-121-6/+9
* 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-053-48/+33
* Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-052-85/+55
* Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-052-0/+98
* Fix typo in admin API on BucketInfoQuentin Dufour2022-11-111-2/+2
* Use status code 204 No Content for empty responsesTobias Krischer2022-10-172-6/+6
* Initialize metrics exporter earlier (fix #389)fix-metricsAlex Auvolat2022-09-201-2/+5
* Move version back into utilimprove-depsAlex Auvolat2022-09-071-2/+2
* Make all HTTP services optionnalAlex Auvolat2022-09-071-9/+10
* 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
* Allow building without Prometheus exporter (/metrics endpoint)Jakub Jirutka2022-09-061-22/+33
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-153-41/+70
* 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-254-37/+14
* First version of admin API (#298)Alex2022-05-247-0/+1462