Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ClusterHealthReport endpoint to the API | Quentin Dufour | 2023-11-28 | 1 | -4/+56 |
| | |||||
* | disable int64 finally for now | Quentin Dufour | 2023-11-23 | 1 | -1/+1 |
| | |||||
* | set layout version as required | Quentin Dufour | 2023-11-23 | 1 | -0/+2 |
| | |||||
* | capacity is int64 | Quentin Dufour | 2023-11-23 | 1 | -2/+4 |
| | |||||
* | fix query parameters for keys | Quentin Dufour | 2023-11-23 | 1 | -5/+5 |
| | |||||
* | convert showsecretkey from bool to enum | Quentin Dufour | 2023-11-22 | 1 | -3/+6 |
| | |||||
* | Change how query parameters are handled | Quentin Dufour | 2023-11-22 | 1 | -84/+41 |
| | |||||
* | handle key changes | Quentin Dufour | 2023-11-22 | 1 | -3/+14 |
| | |||||
* | Port GetKeyInfo by adding showSecretKey query param | Quentin Dufour | 2023-11-22 | 1 | -1/+18 |
| | |||||
* | Port layout endpoints | Quentin Dufour | 2023-11-22 | 1 | -6/+41 |
| | |||||
* | port GetLayout and AddLayout | Quentin Dufour | 2023-11-22 | 1 | -11/+54 |
| | |||||
* | Upgrade GetNodes | Quentin Dufour | 2023-11-22 | 1 | -24/+47 |
| | |||||
* | skeleton for api v1 | Quentin Dufour | 2023-11-22 | 2 | -0/+1242 |
| | |||||
* | doc/api: fix typo | Florian Klink | 2023-07-14 | 1 | -1/+1 |
| | |||||
* | Change some integer types to int64 | Mike Coleman | 2023-01-16 | 1 | -0/+6 |
| | | | | Modified integer types representing byte or object count to int64 to prevent overflow. | ||||
* | Add missing parameter | Quentin Dufour | 2022-11-12 | 1 | -0/+8 |
| | |||||
* | openapi validate fix | Quentin Dufour | 2022-11-12 | 1 | -2/+21 |
| | |||||
* | Finalize the specification of the admin API | Quentin Dufour | 2022-11-12 | 1 | -3/+197 |
| | |||||
* | Bucket CRUD is defined | Quentin Dufour | 2022-11-11 | 1 | -2/+130 |
| | |||||
* | Bucket skeleton | Quentin Dufour | 2022-11-11 | 1 | -0/+267 |
| | |||||
* | Make capacity nullable to allow gateway config | Quentin Dufour | 2022-11-11 | 1 | -0/+2 |
| | |||||
* | Error is nullable on AddNode | Quentin Dufour | 2022-11-11 | 1 | -0/+1 |
| | |||||
* | Set required fields in the spec | Quentin Dufour | 2022-11-11 | 1 | -1/+16 |
| | |||||
* | Fix case of garage version | Quentin Dufour | 2022-11-11 | 1 | -1/+1 |
| | |||||
* | Add operationId to entrypoints | Quentin Dufour | 2022-11-11 | 1 | -3/+16 |
| | |||||
* | Declare Authorization scheme in OpenAPI | Quentin Dufour | 2022-11-11 | 1 | -4/+9 |
| | |||||
* | Partial OpenAPI spec for admin API with a viewer | Quentin Dufour | 2022-11-11 | 17 | -0/+2466 |