| Commit message (Expand) | Author | Age | Files | Lines |
* | [next-0.10] admin api: fix logic in get cluster status | Alex Auvolat | 2024-03-27 | 1 | -12/+16 |
* | [next-0.10] remove impl Deref for LayoutHelper | Alex Auvolat | 2024-03-27 | 1 | -5/+5 |
* | [net-fixes] fix issues with local peer address (fix #761) | Alex Auvolat | 2024-03-21 | 1 | -1/+1 |
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 1 | -14/+17 |
|\ |
|
| * | [dep-upgrade-202402] migration to http/hyper 1.0 for k2v api | Alex Auvolat | 2024-02-05 | 1 | -4/+4 |
| * | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 1 | -12/+13 |
* | | fix some clippy lints | Alex Auvolat | 2023-12-11 | 1 | -1/+1 |
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -19/+103 |
* | | layout: add helper for cached/external values to centralize recomputation | Alex Auvolat | 2023-11-15 | 1 | -1/+0 |
* | | layout admin: add missing calls to update_hash | Alex Auvolat | 2023-11-09 | 1 | -0/+1 |
* | | layout: refactor to use a RwLock on LayoutHistory | Alex Auvolat | 2023-11-09 | 1 | -3/+3 |
* | | wip: split out layout management from System into separate LayoutManager | Alex Auvolat | 2023-11-09 | 1 | -3/+15 |
* | | layout: use separate CRDT for staged layout changes | Alex Auvolat | 2023-11-09 | 1 | -12/+11 |
* | | cluster layout: adapt all uses of ClusterLayout to LayoutHistory | Alex Auvolat | 2023-11-08 | 1 | -4/+5 |
* | | avoid using layout_watch in System directly | Alex Auvolat | 2023-11-08 | 1 | -5/+5 |
|/ |
|
* | admin docs: reformatting, key admin: add check | Alex Auvolat | 2023-06-14 | 1 | -9/+9 |
* | admin: uniformize layout api and improve code | Alex Auvolat | 2023-06-14 | 1 | -41/+56 |
* | admin api: switch GetClusterHealth to camelcase (fix #381 again) | Alex Auvolat | 2023-06-14 | 1 | -0/+28 |
* | admin api: change cluster status/layout to use lists and not maps (fix #377) | Alex Auvolat | 2023-06-14 | 1 | -33/+92 |
* | admin API: add missing camelCase conversions (fix #381) | Alex Auvolat | 2023-06-13 | 1 | -0/+3 |
* | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 1 | -0/+2 |
|\ |
|
| * | admin/cluster.rs: Added rust_version. | Jonathan Davies | 2023-03-10 | 1 | -0/+2 |
* | | 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 | 1 | -3/+3 |
| |\ |
|
| * | | 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 | 1 | -0/+17 |
| |/
|/| |
|
* | | Use status code 204 No Content for empty responses | Tobias Krischer | 2022-10-17 | 1 | -3/+3 |
|/ |
|
* | Move version back into utilimprove-deps | Alex Auvolat | 2022-09-07 | 1 | -2/+2 |
* | 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 |
* | 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 | 1 | -14/+5 |
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -0/+198 |