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