| 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-03-04 | 1 | -17/+41 |
|\ |
|
| * | [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token ... | Alex Auvolat | 2024-02-29 | 1 | -17/+41 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-22 | 2 | -40/+29 |
|\| |
|
| * | [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucket | Alex Auvolat | 2024-02-22 | 2 | -40/+29 |
* | | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-13 | 5 | -83/+85 |
|\| |
|
| * | [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402 | Alex Auvolat | 2024-02-08 | 1 | -3/+3 |
| * | [dep-upgrade-202402] rename BytesBody into ErrorBody for clarity | Alex Auvolat | 2024-02-07 | 1 | -3/+3 |
| * | [dep-upgrade-202402] migration to http/hyper 1.0 for k2v api | Alex Auvolat | 2024-02-05 | 4 | -22/+10 |
| * | [dep-upgrade-202402] wip: port to http/hyper crates v1 | Alex Auvolat | 2024-02-05 | 5 | -60/+72 |
* | | Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10 | Alex | 2024-01-11 | 3 | -45/+141 |
|\ \
| |/
|/| |
|
| * | 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 | 2 | -13/+12 |
| * | 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 | 2 | -7/+7 |
| * | remove Ring and use ClusterLayout everywhere | Alex Auvolat | 2023-11-08 | 1 | -2/+2 |
* | | Health info message now advertises API v1 | Quentin Dufour | 2023-11-22 | 1 | -1/+1 |
|/ |
|
* | admin api: increased compatibility for v0/ endpointsv0.9.0-rc2 | Alex Auvolat | 2023-10-05 | 5 | -163/+388 |
* | admin api: remove broken GET /v0/key router rule | Alex Auvolat | 2023-10-05 | 1 | -1/+1 |
* | Merge branch 'main' into nextv0.9.0-rc1 | Alex Auvolat | 2023-10-03 | 1 | -3/+3 |
|\ |
|
| * | api: allow custom unix bind mode and use 0o220 for admin server | networkException | 2023-10-03 | 1 | -1/+1 |
| * | everywhere: support unix sockets when binding in various places | networkException | 2023-09-29 | 1 | -2/+2 |
* | | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 2 | -21/+55 |
|\| |
|
| * | admin api: refactor caddy check api code | Alex Auvolat | 2023-08-28 | 1 | -17/+22 |
| * | support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tls | Quentin Dufour | 2023-08-08 | 2 | -12/+41 |
* | | admin docs: reformatting, key admin: add check | Alex Auvolat | 2023-06-14 | 2 | -10/+11 |
* | | admin: uniformize layout api and improve code | Alex Auvolat | 2023-06-14 | 2 | -42/+57 |
* | | admin and cli: hide secret keys unless asked | Alex Auvolat | 2023-06-14 | 3 | -18/+39 |
* | | admin api: move all endpoints to v1/ by default (v0/ still supported) | Alex Auvolat | 2023-06-14 | 1 | -22/+22 |
* | | admin api: make name optionnal for CreateKey | Alex Auvolat | 2023-06-14 | 1 | -2/+2 |
* | | admin api: switch GetClusterHealth to camelcase (fix #381 again) | Alex Auvolat | 2023-06-14 | 2 | -1/+29 |
* | | admin api: change cluster status/layout to use lists and not maps (fix #377) | Alex Auvolat | 2023-06-14 | 2 | -36/+95 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-06-13 | 1 | -1/+1 |
|\| |
|
| * | *: apply clippy recommendations. | Jonathan Davies | 2023-05-09 | 3 | -5/+5 |
* | | admin API: add missing camelCase conversions (fix #381) | Alex Auvolat | 2023-06-13 | 2 | -0/+7 |
* | | comments and clippy lint fixes | Alex Auvolat | 2023-06-09 | 2 | -4/+4 |
* | | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 1 | -6/+18 |
* | | Merge branch 'main' into next | Alex Auvolat | 2023-04-25 | 4 | -2/+63 |
|\| |
|
| * | admin/cluster.rs: Added rust_version. | Jonathan Davies | 2023-03-10 | 1 | -0/+2 |
| * | Improved bucket authorization response strings. | Jonathan Davies | 2023-01-29 | 1 | -6/+10 |
| * | api_server.rs: Adapted to use query string per Caddy upstream change. | Jonathan Davies | 2023-01-29 | 1 | -15/+19 |
| * | More clippy fixes | Alex Auvolat | 2023-01-26 | 2 | -3/+3 |
| * | Implemented website hosting authorization endpoint. | Jonathan Davies | 2023-01-13 | 2 | -0/+51 |