Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
183 changes: 0 additions & 183 deletions .design-proposals/remove-dead-code-sentry.md

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ reports/
.envrc
e2e-report.json
cover.profile

# AI local configuration
.claude/settings.local.json
11 changes: 1 addition & 10 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -244,15 +244,6 @@
"line_number": 1
}
],
"internal/central/pkg/api/public/api/openapi.yaml": [
{
"type": "Base64 High Entropy String",
"filename": "internal/central/pkg/api/public/api/openapi.yaml",
"hashed_secret": "5b455797b93de5b6a19633ba22127c8a610f5c1b",
"is_verified": false,
"line_number": 1343
}
],
"internal/central/pkg/services/centralservice_moq.go": [
{
"type": "Secret Keyword",
Expand Down Expand Up @@ -382,5 +373,5 @@
}
]
},
"generated_at": "2026-01-26T16:35:51Z"
"generated_at": "2026-03-27T17:26:09Z"
}
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ secrets/touch:
secrets/ocm-service.token \
secrets/rhsso-logs.clientId \
secrets/rhsso-logs.clientSecret \
secrets/rhsso-metrics.clientId \
secrets/rhsso-metrics.clientSecret \
secrets/redhatsso-service.clientId \
secrets/redhatsso-service.clientSecret
.PHONY: secrets/touch
Expand Down
90 changes: 0 additions & 90 deletions internal/central/pkg/api/public/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,27 +723,6 @@ components:
supported_instance_types:
- standard
- eval
MetricsRangeQueryExample:
value:
metric:
__name__: central_server_brokertopicmetrics_bytes_in_total
central_operator_io_cluster: central-service
topic: __consumer_offsets
values:
- timestamp: 1611670230000
value: 84154
- timestamp: 1611670260000
value: 85888
- timestamp: 1611670290000
value: 87622
MetricsInstantQueryExample:
value:
metric:
__name__: central_server_brokertopicmetrics_bytes_in_total
central_operator_io_cluster: central-service
topic: __consumer_offsets
timestamp: 1611670230000
value: 84154
CloudAccountsList:
value:
cloudAccounts:
Expand Down Expand Up @@ -1176,51 +1155,6 @@ components:
required:
- enabled
- supported_instance_types
MetricsRangeQueryList:
allOf:
- $ref: '#/components/schemas/MetricsRangeQueryList_allOf'
RangeQuery:
properties:
metric:
additionalProperties:
type: string
type: object
values:
items:
$ref: '#/components/schemas/values'
type: array
type: object
values:
properties:
timestamp:
format: int64
type: integer
value:
format: double
type: number
required:
- value
type: object
MetricsInstantQueryList:
allOf:
- $ref: '#/components/schemas/MetricsInstantQueryList_allOf'
MetricsFederationResult:
type: string
InstantQuery:
properties:
metric:
additionalProperties:
type: string
type: object
timestamp:
format: int64
type: integer
value:
format: double
type: number
required:
- value
type: object
CloudAccountsList:
example:
cloudAccounts:
Expand Down Expand Up @@ -1339,30 +1273,6 @@ components:
allOf:
- $ref: '#/components/schemas/CloudRegion'
type: array
MetricsRangeQueryList_allOf:
example: '{"kind":"MetricsRangeQueryList","id":"1nbpS70HduPe4l0to8jSg2CLzfu","items":{"$ref":"#/components/examples/MetricsRangeQueryExample"}}'
properties:
kind:
type: string
id:
type: string
items:
items:
allOf:
- $ref: '#/components/schemas/RangeQuery'
type: array
MetricsInstantQueryList_allOf:
example: '{"kind":"MetricsInstantQueryList","id":"1nbpS70HduPe4l0to8jSg2CLzfu","items":{"$ref":"#/components/examples/MetricsInstantQueryExample"}}'
properties:
kind:
type: string
id:
type: string
items:
items:
allOf:
- $ref: '#/components/schemas/InstantQuery'
type: array
securitySchemes:
Bearer:
bearerFormat: JWT
Expand Down
18 changes: 0 additions & 18 deletions internal/central/pkg/api/public/model_instant_query.go

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions internal/central/pkg/api/public/model_metrics_range_query_list.go

This file was deleted.

Loading
Loading