grafana/public/app/features/variables
sam boyer 44956aea66
Incremental improvements to dashboard schema (#48977)
* Change default of style to dark

* Separate cursor into standalone def

* Docs on timepicker and templating fields

Also add what appear to be timepicker-related fields

* Separate out AnnotationQuery definition

* Add memberNames for DashboardCursorSync

* Add sketch of VariableModel for templating field

Also changes label field from frontend from null to optional.

* Use constraints to enforce non-empty panel type

Negation (!="")  was breaking openapi exporter

* Add types and fields for links

* Remove panelVersion fields

These weren't right anyway, and they revealed a bug in the CUE openapi
generator

* Remove null label value from test

* Narrow type and set bounds on month field

* Adapt Go dashboard schema to lineage changes
2022-05-17 12:11:09 +01:00
..
adhoc
constant
custom
datasource
editor
inspect
interval
pickers
query
shared
state
system
textbox Incremental improvements to dashboard schema (#48977) 2022-05-17 12:11:09 +01:00
adapters.ts
constants.ts
getAllVariableValuesForUrl.test.ts
getAllVariableValuesForUrl.ts
guard.test.ts
guard.ts
types.ts Incremental improvements to dashboard schema (#48977) 2022-05-17 12:11:09 +01:00
utils.test.ts
utils.ts