Skip to content

Commit

Permalink
fix(generator): some fields made it into the schema, enabling now (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic authored May 31, 2024
1 parent 7d72871 commit 333600a
Show file tree
Hide file tree
Showing 52 changed files with 1,917 additions and 4 deletions.
38 changes: 38 additions & 0 deletions docs/API/panel/alertList/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,18 @@ grafonnet.panel.alertList
* [`fn withGridPos(h="null", w="null", x="null", y="null")`](#fn-paneloptionswithgridpos)
* [`fn withLinks(value)`](#fn-paneloptionswithlinks)
* [`fn withLinksMixin(value)`](#fn-paneloptionswithlinksmixin)
* [`fn withMaxPerRow(value)`](#fn-paneloptionswithmaxperrow)
* [`fn withRepeat(value)`](#fn-paneloptionswithrepeat)
* [`fn withRepeatDirection(value="h")`](#fn-paneloptionswithrepeatdirection)
* [`fn withTitle(value)`](#fn-paneloptionswithtitle)
* [`fn withTransparent(value=true)`](#fn-paneloptionswithtransparent)
* [`obj queryOptions`](#obj-queryoptions)
* [`fn withDatasource(type, uid)`](#fn-queryoptionswithdatasource)
* [`fn withDatasourceMixin(value)`](#fn-queryoptionswithdatasourcemixin)
* [`fn withHideTimeOverride(value=true)`](#fn-queryoptionswithhidetimeoverride)
* [`fn withInterval(value)`](#fn-queryoptionswithinterval)
* [`fn withMaxDataPoints(value)`](#fn-queryoptionswithmaxdatapoints)
* [`fn withQueryCachingTTL(value)`](#fn-queryoptionswithquerycachingttl)
* [`fn withTargets(value)`](#fn-queryoptionswithtargets)
* [`fn withTargetsMixin(value)`](#fn-queryoptionswithtargetsmixin)
* [`fn withTimeFrom(value)`](#fn-queryoptionswithtimefrom)
Expand Down Expand Up @@ -727,6 +730,18 @@ PARAMETERS:
* **value** (`array`)

Panel links.
#### fn panelOptions.withMaxPerRow

```jsonnet
panelOptions.withMaxPerRow(value)
```

PARAMETERS:

* **value** (`number`)

Option for repeated panels that controls max items per row
Only relevant for horizontally repeated panels
#### fn panelOptions.withRepeat

```jsonnet
Expand Down Expand Up @@ -804,6 +819,18 @@ PARAMETERS:
* **value** (`object`)

Ref to a DataSource instance
#### fn queryOptions.withHideTimeOverride

```jsonnet
queryOptions.withHideTimeOverride(value=true)
```

PARAMETERS:

* **value** (`boolean`)
- default value: `true`

Controls if the timeFrom or timeShift overrides are shown in the panel header
#### fn queryOptions.withInterval

```jsonnet
Expand All @@ -829,6 +856,17 @@ PARAMETERS:
* **value** (`number`)

The maximum number of data points that the panel queries are retrieving.
#### fn queryOptions.withQueryCachingTTL

```jsonnet
queryOptions.withQueryCachingTTL(value)
```

PARAMETERS:

* **value** (`number`)

Overrides the data source configured time-to-live for a query cache item in milliseconds
#### fn queryOptions.withTargets

```jsonnet
Expand Down
38 changes: 38 additions & 0 deletions docs/API/panel/annotationsList/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@ grafonnet.panel.annotationsList
* [`fn withGridPos(h="null", w="null", x="null", y="null")`](#fn-paneloptionswithgridpos)
* [`fn withLinks(value)`](#fn-paneloptionswithlinks)
* [`fn withLinksMixin(value)`](#fn-paneloptionswithlinksmixin)
* [`fn withMaxPerRow(value)`](#fn-paneloptionswithmaxperrow)
* [`fn withRepeat(value)`](#fn-paneloptionswithrepeat)
* [`fn withRepeatDirection(value="h")`](#fn-paneloptionswithrepeatdirection)
* [`fn withTitle(value)`](#fn-paneloptionswithtitle)
* [`fn withTransparent(value=true)`](#fn-paneloptionswithtransparent)
* [`obj queryOptions`](#obj-queryoptions)
* [`fn withDatasource(type, uid)`](#fn-queryoptionswithdatasource)
* [`fn withDatasourceMixin(value)`](#fn-queryoptionswithdatasourcemixin)
* [`fn withHideTimeOverride(value=true)`](#fn-queryoptionswithhidetimeoverride)
* [`fn withInterval(value)`](#fn-queryoptionswithinterval)
* [`fn withMaxDataPoints(value)`](#fn-queryoptionswithmaxdatapoints)
* [`fn withQueryCachingTTL(value)`](#fn-queryoptionswithquerycachingttl)
* [`fn withTargets(value)`](#fn-queryoptionswithtargets)
* [`fn withTargetsMixin(value)`](#fn-queryoptionswithtargetsmixin)
* [`fn withTimeFrom(value)`](#fn-queryoptionswithtimefrom)
Expand Down Expand Up @@ -300,6 +303,18 @@ PARAMETERS:
* **value** (`array`)

Panel links.
#### fn panelOptions.withMaxPerRow

```jsonnet
panelOptions.withMaxPerRow(value)
```

PARAMETERS:

* **value** (`number`)

Option for repeated panels that controls max items per row
Only relevant for horizontally repeated panels
#### fn panelOptions.withRepeat

```jsonnet
Expand Down Expand Up @@ -377,6 +392,18 @@ PARAMETERS:
* **value** (`object`)

Ref to a DataSource instance
#### fn queryOptions.withHideTimeOverride

```jsonnet
queryOptions.withHideTimeOverride(value=true)
```

PARAMETERS:

* **value** (`boolean`)
- default value: `true`

Controls if the timeFrom or timeShift overrides are shown in the panel header
#### fn queryOptions.withInterval

```jsonnet
Expand All @@ -402,6 +429,17 @@ PARAMETERS:
* **value** (`number`)

The maximum number of data points that the panel queries are retrieving.
#### fn queryOptions.withQueryCachingTTL

```jsonnet
queryOptions.withQueryCachingTTL(value)
```

PARAMETERS:

* **value** (`number`)

Overrides the data source configured time-to-live for a query cache item in milliseconds
#### fn queryOptions.withTargets

```jsonnet
Expand Down
38 changes: 38 additions & 0 deletions docs/API/panel/barChart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@ grafonnet.panel.barChart
* [`fn withGridPos(h="null", w="null", x="null", y="null")`](#fn-paneloptionswithgridpos)
* [`fn withLinks(value)`](#fn-paneloptionswithlinks)
* [`fn withLinksMixin(value)`](#fn-paneloptionswithlinksmixin)
* [`fn withMaxPerRow(value)`](#fn-paneloptionswithmaxperrow)
* [`fn withRepeat(value)`](#fn-paneloptionswithrepeat)
* [`fn withRepeatDirection(value="h")`](#fn-paneloptionswithrepeatdirection)
* [`fn withTitle(value)`](#fn-paneloptionswithtitle)
* [`fn withTransparent(value=true)`](#fn-paneloptionswithtransparent)
* [`obj queryOptions`](#obj-queryoptions)
* [`fn withDatasource(type, uid)`](#fn-queryoptionswithdatasource)
* [`fn withDatasourceMixin(value)`](#fn-queryoptionswithdatasourcemixin)
* [`fn withHideTimeOverride(value=true)`](#fn-queryoptionswithhidetimeoverride)
* [`fn withInterval(value)`](#fn-queryoptionswithinterval)
* [`fn withMaxDataPoints(value)`](#fn-queryoptionswithmaxdatapoints)
* [`fn withQueryCachingTTL(value)`](#fn-queryoptionswithquerycachingttl)
* [`fn withTargets(value)`](#fn-queryoptionswithtargets)
* [`fn withTargetsMixin(value)`](#fn-queryoptionswithtargetsmixin)
* [`fn withTimeFrom(value)`](#fn-queryoptionswithtimefrom)
Expand Down Expand Up @@ -938,6 +941,18 @@ PARAMETERS:
* **value** (`array`)

Panel links.
#### fn panelOptions.withMaxPerRow

```jsonnet
panelOptions.withMaxPerRow(value)
```

PARAMETERS:

* **value** (`number`)

Option for repeated panels that controls max items per row
Only relevant for horizontally repeated panels
#### fn panelOptions.withRepeat

```jsonnet
Expand Down Expand Up @@ -1015,6 +1030,18 @@ PARAMETERS:
* **value** (`object`)

Ref to a DataSource instance
#### fn queryOptions.withHideTimeOverride

```jsonnet
queryOptions.withHideTimeOverride(value=true)
```

PARAMETERS:

* **value** (`boolean`)
- default value: `true`

Controls if the timeFrom or timeShift overrides are shown in the panel header
#### fn queryOptions.withInterval

```jsonnet
Expand All @@ -1040,6 +1067,17 @@ PARAMETERS:
* **value** (`number`)

The maximum number of data points that the panel queries are retrieving.
#### fn queryOptions.withQueryCachingTTL

```jsonnet
queryOptions.withQueryCachingTTL(value)
```

PARAMETERS:

* **value** (`number`)

Overrides the data source configured time-to-live for a query cache item in milliseconds
#### fn queryOptions.withTargets

```jsonnet
Expand Down
38 changes: 38 additions & 0 deletions docs/API/panel/barGauge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,18 @@ grafonnet.panel.barGauge
* [`fn withGridPos(h="null", w="null", x="null", y="null")`](#fn-paneloptionswithgridpos)
* [`fn withLinks(value)`](#fn-paneloptionswithlinks)
* [`fn withLinksMixin(value)`](#fn-paneloptionswithlinksmixin)
* [`fn withMaxPerRow(value)`](#fn-paneloptionswithmaxperrow)
* [`fn withRepeat(value)`](#fn-paneloptionswithrepeat)
* [`fn withRepeatDirection(value="h")`](#fn-paneloptionswithrepeatdirection)
* [`fn withTitle(value)`](#fn-paneloptionswithtitle)
* [`fn withTransparent(value=true)`](#fn-paneloptionswithtransparent)
* [`obj queryOptions`](#obj-queryoptions)
* [`fn withDatasource(type, uid)`](#fn-queryoptionswithdatasource)
* [`fn withDatasourceMixin(value)`](#fn-queryoptionswithdatasourcemixin)
* [`fn withHideTimeOverride(value=true)`](#fn-queryoptionswithhidetimeoverride)
* [`fn withInterval(value)`](#fn-queryoptionswithinterval)
* [`fn withMaxDataPoints(value)`](#fn-queryoptionswithmaxdatapoints)
* [`fn withQueryCachingTTL(value)`](#fn-queryoptionswithquerycachingttl)
* [`fn withTargets(value)`](#fn-queryoptionswithtargets)
* [`fn withTargetsMixin(value)`](#fn-queryoptionswithtargetsmixin)
* [`fn withTimeFrom(value)`](#fn-queryoptionswithtimefrom)
Expand Down Expand Up @@ -418,6 +421,18 @@ PARAMETERS:
* **value** (`array`)

Panel links.
#### fn panelOptions.withMaxPerRow

```jsonnet
panelOptions.withMaxPerRow(value)
```

PARAMETERS:

* **value** (`number`)

Option for repeated panels that controls max items per row
Only relevant for horizontally repeated panels
#### fn panelOptions.withRepeat

```jsonnet
Expand Down Expand Up @@ -495,6 +510,18 @@ PARAMETERS:
* **value** (`object`)

Ref to a DataSource instance
#### fn queryOptions.withHideTimeOverride

```jsonnet
queryOptions.withHideTimeOverride(value=true)
```

PARAMETERS:

* **value** (`boolean`)
- default value: `true`

Controls if the timeFrom or timeShift overrides are shown in the panel header
#### fn queryOptions.withInterval

```jsonnet
Expand All @@ -520,6 +547,17 @@ PARAMETERS:
* **value** (`number`)

The maximum number of data points that the panel queries are retrieving.
#### fn queryOptions.withQueryCachingTTL

```jsonnet
queryOptions.withQueryCachingTTL(value)
```

PARAMETERS:

* **value** (`number`)

Overrides the data source configured time-to-live for a query cache item in milliseconds
#### fn queryOptions.withTargets

```jsonnet
Expand Down
38 changes: 38 additions & 0 deletions docs/API/panel/candlestick/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,18 @@ grafonnet.panel.candlestick
* [`fn withGridPos(h="null", w="null", x="null", y="null")`](#fn-paneloptionswithgridpos)
* [`fn withLinks(value)`](#fn-paneloptionswithlinks)
* [`fn withLinksMixin(value)`](#fn-paneloptionswithlinksmixin)
* [`fn withMaxPerRow(value)`](#fn-paneloptionswithmaxperrow)
* [`fn withRepeat(value)`](#fn-paneloptionswithrepeat)
* [`fn withRepeatDirection(value="h")`](#fn-paneloptionswithrepeatdirection)
* [`fn withTitle(value)`](#fn-paneloptionswithtitle)
* [`fn withTransparent(value=true)`](#fn-paneloptionswithtransparent)
* [`obj queryOptions`](#obj-queryoptions)
* [`fn withDatasource(type, uid)`](#fn-queryoptionswithdatasource)
* [`fn withDatasourceMixin(value)`](#fn-queryoptionswithdatasourcemixin)
* [`fn withHideTimeOverride(value=true)`](#fn-queryoptionswithhidetimeoverride)
* [`fn withInterval(value)`](#fn-queryoptionswithinterval)
* [`fn withMaxDataPoints(value)`](#fn-queryoptionswithmaxdatapoints)
* [`fn withQueryCachingTTL(value)`](#fn-queryoptionswithquerycachingttl)
* [`fn withTargets(value)`](#fn-queryoptionswithtargets)
* [`fn withTargetsMixin(value)`](#fn-queryoptionswithtargetsmixin)
* [`fn withTimeFrom(value)`](#fn-queryoptionswithtimefrom)
Expand Down Expand Up @@ -1267,6 +1270,18 @@ PARAMETERS:
* **value** (`array`)

Panel links.
#### fn panelOptions.withMaxPerRow

```jsonnet
panelOptions.withMaxPerRow(value)
```

PARAMETERS:

* **value** (`number`)

Option for repeated panels that controls max items per row
Only relevant for horizontally repeated panels
#### fn panelOptions.withRepeat

```jsonnet
Expand Down Expand Up @@ -1344,6 +1359,18 @@ PARAMETERS:
* **value** (`object`)

Ref to a DataSource instance
#### fn queryOptions.withHideTimeOverride

```jsonnet
queryOptions.withHideTimeOverride(value=true)
```

PARAMETERS:

* **value** (`boolean`)
- default value: `true`

Controls if the timeFrom or timeShift overrides are shown in the panel header
#### fn queryOptions.withInterval

```jsonnet
Expand All @@ -1369,6 +1396,17 @@ PARAMETERS:
* **value** (`number`)

The maximum number of data points that the panel queries are retrieving.
#### fn queryOptions.withQueryCachingTTL

```jsonnet
queryOptions.withQueryCachingTTL(value)
```

PARAMETERS:

* **value** (`number`)

Overrides the data source configured time-to-live for a query cache item in milliseconds
#### fn queryOptions.withTargets

```jsonnet
Expand Down
Loading

0 comments on commit 333600a

Please sign in to comment.