Compare commits

..

2 Commits

Author SHA1 Message Date
Gilles De Mey 0830bbb2e8
type fixes
CodeQL checks / Detect whether code changed (push) Has been cancelled Details
CodeQL checks / Analyze (actions) (push) Has been cancelled Details
CodeQL checks / Analyze (go) (push) Has been cancelled Details
CodeQL checks / Analyze (javascript) (push) Has been cancelled Details
2025-10-07 18:19:43 +02:00
Gilles De Mey 495d5fcb2b
remove rules from rtkq client generation 2025-10-07 18:15:20 +02:00
2 changed files with 3 additions and 5 deletions

View File

@ -1,3 +1,4 @@
import { VERSION } from '../../api/notifications/v0alpha1/const';
import { LabelMatcherFactory, RouteFactory } from '../../api/notifications/v0alpha1/mocks/fakes/Routes';
import { RoutingTree } from '../../api/notifications/v0alpha1/notifications.api.gen';
import { Label } from '../../matchers/types';
@ -15,6 +16,7 @@ describe('matchInstancesToRouteTrees', () => {
const trees: RoutingTree[] = [
{
kind: 'RoutingTree',
apiVersion: VERSION,
metadata: { name: treeName },
spec: {
defaults: {
@ -49,6 +51,7 @@ describe('matchInstancesToRouteTrees', () => {
const trees: RoutingTree[] = [
{
kind: 'RoutingTree',
apiVersion: VERSION,
metadata: { name: treeName },
spec: {
defaults: {

View File

@ -95,11 +95,6 @@ const config: ConfigFile = {
schemaFile: '../data/openapi/shorturl.grafana.app-v1alpha1.json',
tag: true,
},
'../public/app/api/clients/rules/v0alpha1/endpoints.gen.ts': {
apiFile: '../public/app/api/clients/rules/v0alpha1/baseAPI.ts',
schemaFile: '../data/openapi/rules.alerting.grafana.app-v0alpha1.json',
tag: true,
},
'../public/app/api/clients/preferences/v1alpha1/endpoints.gen.ts': {
apiFile: '../public/app/api/clients/preferences/v1alpha1/baseAPI.ts',
schemaFile: '../data/openapi/preferences.grafana.app-v1alpha1.json',