aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin/api.rs
Commit message (Collapse)AuthorAgeFilesLines
* cli_v2: implement Get{Node,Cluster}StatisticsAlex Auvolat2025-02-051-0/+23
|
* cli_v2: implement CreateMetadataSnapshotAlex Auvolat2025-02-051-0/+17
|
* cli_v2: implement RetryBlockResync and PurgeBlocksAlex Auvolat2025-02-031-0/+36
|
* cli_v2: implement ListBlockErrors and GetBlockInfoAlex Auvolat2025-02-031-0/+71
|
* cli_v2: add local_api_request with crazy type boundAlex Auvolat2025-02-031-16/+0
|
* cli_v2: implement ListWorkers and GetWorkerInfoAlex Auvolat2025-02-031-1/+92
|
* admin api: base infrastructure for local endpointsAlex Auvolat2025-02-031-1/+40
| | | | | | | | | | | | admin api: rename EndpointHandler into RequestHandler to avoid confusion with RPC wip: infrastructure for local api calls admin api: fix things admin api: first local endpoint to work with new scheme admin api: implement SetWorkerVariable
* cli_v2: migrate cleanupincompleteuploads to Admin APIAlex Auvolat2025-02-031-0/+14
| | | | admin api: add CleanupIncompleteUploads spec
* Merge branch 'main' into next-v2Alex Auvolat2025-02-011-4/+5
|
* admin api: convert most bucket operationsAlex Auvolat2025-01-301-0/+1
|
* wip: proxy admin api requests through admin rpc, prepare new cliAlex Auvolat2025-01-301-67/+68
|
* admin api: small fixesAlex Auvolat2025-01-291-4/+18
|
* admin api: clearer syntax for AddBucketAlias and RemoveBucketAliasAlex Auvolat2025-01-291-4/+18
|
* admin api: merge calls to manage global/local aliasesAlex Auvolat2025-01-291-34/+10
|
* admin api: rename allow/deny api calls in api v2Alex Auvolat2025-01-291-8/+8
|
* admin api: rename bucket aliasing operationsAlex Auvolat2025-01-291-16/+16
|
* admin api: make all requests and responses (de)serializableAlex Auvolat2025-01-291-55/+71
|
* admin api: update semantics of some endpoints, and update docAlex Auvolat2025-01-291-4/+8
|
* admin api: refactor using macroAlex Auvolat2025-01-291-136/+38
|
* admin api: new router_v2 with unified path syntaxAlex Auvolat2025-01-291-11/+20
|
* admin api: make all handlers impls of a single traitAlex Auvolat2025-01-291-15/+159
|
* admin api: create structs for all requests/responess in src/api/admin/api.rsAlex Auvolat2025-01-291-0/+486