Upgrade dependencies. Prepare 1.5.0 release

Entire-Checkpoint: 37abb99fe6a7
This commit is contained in:
2026-03-06 12:12:41 +01:00
parent b19dcdb21c
commit bdf65b16a9
11 changed files with 203 additions and 279 deletions

View File

@@ -1,6 +1,6 @@
basePath: /api/
definitions:
api.ApiMetricData:
api.APIMetricData:
properties:
avg:
type: number
@@ -21,7 +21,7 @@ definitions:
to:
type: integer
type: object
api.ApiQuery:
api.APIQuery:
properties:
aggreg:
type: boolean
@@ -46,7 +46,7 @@ definitions:
type: string
type: array
type: object
api.ApiQueryRequest:
api.APIQueryRequest:
properties:
cluster:
type: string
@@ -58,7 +58,7 @@ definitions:
type: integer
queries:
items:
$ref: '#/definitions/api.ApiQuery'
$ref: '#/definitions/api.APIQuery'
type: array
to:
type: integer
@@ -69,16 +69,16 @@ definitions:
with-stats:
type: boolean
type: object
api.ApiQueryResponse:
api.APIQueryResponse:
properties:
queries:
items:
$ref: '#/definitions/api.ApiQuery'
$ref: '#/definitions/api.APIQuery'
type: array
results:
items:
items:
$ref: '#/definitions/api.ApiMetricData'
$ref: '#/definitions/api.APIMetricData'
type: array
type: array
type: object
@@ -222,14 +222,14 @@ paths:
name: request
required: true
schema:
$ref: '#/definitions/api.ApiQueryRequest'
$ref: '#/definitions/api.APIQueryRequest'
produces:
- application/json
responses:
"200":
description: API query response object
schema:
$ref: '#/definitions/api.ApiQueryResponse'
$ref: '#/definitions/api.APIQueryResponse'
"400":
description: Bad Request
schema: