Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to version 1.0.1v1.0.1rel-v1.0.1 | Alex Auvolat | 2024-09-22 | 1 | -1/+1 |
| | |||||
* | [next-0.10] bump version number to 1.0v1.0.0-rc1 | Alex Auvolat | 2024-03-28 | 1 | -1/+1 |
| | |||||
* | [rm-sled] Remove the Sled database engine | Alex Auvolat | 2024-03-08 | 1 | -1/+0 |
| | |||||
* | Merge branch 'main' into next-0.10 | Alex Auvolat | 2024-02-22 | 1 | -4/+4 |
|\ | |||||
| * | Minor typos and grammar | hartraft | 2024-02-20 | 1 | -4/+4 |
| | | |||||
* | | admin: more info in admin GetClusterStatus | Alex Auvolat | 2023-11-28 | 1 | -65/+74 |
|/ | |||||
* | Merge branch 'main' into nextv0.9.0-beta1 | Alex Auvolat | 2023-08-29 | 1 | -2/+2 |
|\ | |||||
| * | doc/drafts: fix typo | Florian Klink | 2023-07-14 | 1 | -2/+2 |
| | | |||||
* | | admin docs: reformatting, key admin: add check | Alex Auvolat | 2023-06-14 | 1 | -39/+44 |
| | | |||||
* | | admin: uniformize layout api and improve code | Alex Auvolat | 2023-06-14 | 1 | -0/+14 |
| | | |||||
* | | admin and cli: hide secret keys unless asked | Alex Auvolat | 2023-06-14 | 1 | -0/+3 |
| | | |||||
* | | admin api: move all endpoints to v1/ by default (v0/ still supported) | Alex Auvolat | 2023-06-14 | 1 | -22/+22 |
| | | |||||
* | | admin api: fix doc in drafts | Alex Auvolat | 2023-06-14 | 1 | -8/+8 |
| | | |||||
* | | admin api: switch GetClusterHealth to camelcase (fix #381 again) | Alex Auvolat | 2023-06-14 | 1 | -20/+20 |
| | | |||||
* | | admin api: change cluster status/layout to use lists and not maps (fix #377) | Alex Auvolat | 2023-06-14 | 1 | -39/+80 |
| | | |||||
* | | fix mpu counter (add missing workers) and report info at appropriate places | Alex Auvolat | 2023-06-09 | 1 | -1/+4 |
|/ | |||||
* | Always return 200 OK on /v0/health, reinstate admin api doc as draft and ↵ | Alex Auvolat | 2022-12-11 | 1 | -0/+686 |
| | | | | complete it | ||||
* | Add documentation for new Admin API and a few infos on K2V | Alex Auvolat | 2022-05-24 | 1 | -603/+0 |
| | |||||
* | First version of admin API (#298) | Alex | 2022-05-24 | 1 | -0/+603 |
**Spec:** - [x] Start writing - [x] Specify all layout endpoints - [x] Specify all endpoints for operations on keys - [x] Specify all endpoints for operations on key/bucket permissions - [x] Specify all endpoints for operations on buckets - [x] Specify all endpoints for operations on bucket aliases View rendered spec at <https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/admin-api/doc/drafts/admin-api.md> **Code:** - [x] Refactor code for admin api to use common api code that was created for K2V **General endpoints:** - [x] Metrics - [x] GetClusterStatus - [x] ConnectClusterNodes - [x] GetClusterLayout - [x] UpdateClusterLayout - [x] ApplyClusterLayout - [x] RevertClusterLayout **Key-related endpoints:** - [x] ListKeys - [x] CreateKey - [x] ImportKey - [x] GetKeyInfo - [x] UpdateKey - [x] DeleteKey **Bucket-related endpoints:** - [x] ListBuckets - [x] CreateBucket - [x] GetBucketInfo - [x] DeleteBucket - [x] PutBucketWebsite - [x] DeleteBucketWebsite **Operations on key/bucket permissions:** - [x] BucketAllowKey - [x] BucketDenyKey **Operations on bucket aliases:** - [x] GlobalAliasBucket - [x] GlobalUnaliasBucket - [x] LocalAliasBucket - [x] LocalUnaliasBucket **And also:** - [x] Separate error type for the admin API (this PR includes a quite big refactoring of error handling) - [x] Add management of website access - [ ] Check that nothing is missing wrt what can be done using the CLI - [ ] Improve formatting of the spec - [x] Make sure everyone is cool with the API design Fix #231 Fix #295 Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/298 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me> |