| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'main' into next | Alex Auvolat | 2023-01-04 | 1 | -6/+9 |
|\ |
|
| * | Fix router keyword handling (fix #442)router-keywords-fix | Alex Auvolat | 2022-12-12 | 1 | -6/+9 |
* | | Merge commit 'ec12d6c' into next | Alex Auvolat | 2022-12-11 | 1 | -6/+8 |
|\ \
| |/
|/| |
|
| * | Fix HTTP return code | Alex Auvolat | 2022-11-08 | 1 | -1/+1 |
| * | Return more info when layout's .check() fails, fix compilation, fix test | Alex Auvolat | 2022-11-08 | 1 | -5/+2 |
| * | Style improvements | Alex Auvolat | 2022-11-07 | 1 | -3/+3 |
| * | Merge branch 'main' into optimal-layout | Alex Auvolat | 2022-11-07 | 2 | -6/+6 |
| |\ |
|
| * | | cargo fmt | Mendes | 2022-10-10 | 1 | -4/+4 |
| * | | modifications in several files to : | Mendes | 2022-10-05 | 1 | -1/+6 |
* | | | simplifyadmin-health-api | Alex Auvolat | 2022-12-11 | 1 | -8/+1 |
* | | | Always return 200 OK on /v0/health, reinstate admin api doc as draft and comp... | Alex Auvolat | 2022-12-11 | 1 | -6/+1 |
* | | | Separate /health (simple text answer) and /v0/health (full json answer, authe... | Alex Auvolat | 2022-12-05 | 3 | -48/+33 |
* | | | Refactor health check and add ability to return it in json | Alex Auvolat | 2022-12-05 | 2 | -85/+55 |
* | | | Implement /health admin API endpoint to check node health | Alex Auvolat | 2022-12-05 | 2 | -0/+98 |
* | | | Fix typo in admin API on BucketInfo | Quentin Dufour | 2022-11-11 | 1 | -2/+2 |
| |/
|/| |
|
* | | Use status code 204 No Content for empty responses | Tobias Krischer | 2022-10-17 | 2 | -6/+6 |
|/ |
|
* | Initialize metrics exporter earlier (fix #389)fix-metrics | Alex Auvolat | 2022-09-20 | 1 | -2/+5 |
* | Move version back into utilimprove-deps | Alex Auvolat | 2022-09-07 | 1 | -2/+2 |
* | Make all HTTP services optionnal | Alex Auvolat | 2022-09-07 | 1 | -9/+10 |
* | Report build features in garage --help | Alex Auvolat | 2022-09-07 | 1 | -0/+2 |
* | Move GIT_VERSION injection later in build chain to reduce build times | Alex Auvolat | 2022-09-07 | 1 | -1/+1 |
* | Allow building without Prometheus exporter (/metrics endpoint) | Jakub Jirutka | 2022-09-06 | 1 | -22/+33 |
* | improve internal item counter mechanisms and implement bucket quotas (#326) | Alex | 2022-06-15 | 3 | -41/+70 |
* | Abstract database behind generic interface and implement alternative drivers ... | Alex | 2022-06-08 | 1 | -0/+2 |
* | Fix Content-Type headers for {admin,k2v} errors and admin responsesfix/admin-api-content-type | Alex Auvolat | 2022-05-25 | 4 | -37/+14 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 7 | -0/+1462 |