DashboardSchemaV2: add missing allowCustomValue property in variables (#105416)

* add missing allowCustomValue property to variables in schema V2

* fix K8s Codegen Check

* updade snapshots for backend tests
This commit is contained in:
Sergej-Vlasov
2025-05-20 11:50:46 +01:00
committed by GitHub
parent a7922912fe
commit 03f1bb950b
14 changed files with 180 additions and 82 deletions
@@ -1141,9 +1141,14 @@
"filters",
"defaultKeys",
"hide",
"skipUrlSync"
"skipUrlSync",
"allowCustomValue"
],
"properties": {
"allowCustomValue": {
"type": "boolean",
"default": false
},
"baseFilters": {
"type": "array",
"items": {
@@ -1705,12 +1710,17 @@
"multi",
"includeAll",
"hide",
"skipUrlSync"
"skipUrlSync",
"allowCustomValue"
],
"properties": {
"allValue": {
"type": "string"
},
"allowCustomValue": {
"type": "boolean",
"default": false
},
"current": {
"default": {},
"allOf": [
@@ -1954,12 +1964,17 @@
"multi",
"includeAll",
"hide",
"skipUrlSync"
"skipUrlSync",
"allowCustomValue"
],
"properties": {
"allValue": {
"type": "string"
},
"allowCustomValue": {
"type": "boolean",
"default": false
},
"current": {
"default": {},
"allOf": [
@@ -3022,12 +3037,17 @@
"sort",
"options",
"multi",
"includeAll"
"includeAll",
"allowCustomValue"
],
"properties": {
"allValue": {
"type": "string"
},
"allowCustomValue": {
"type": "boolean",
"default": false
},
"current": {
"default": {},
"allOf": [