mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
72241dbf5f
* add custom plugins * update bundles * provision app plugins and their dashboards * add one more script that run e2e tests using e2e test server * add e2e tests * regenerate jsonnet dashboards * ignore custom plugins and playwright report * use minified * cleanup tests * update codeowners * add leading slash * document new script * document custom-plugins * cleanup * twist modules * add readme
20 lines
363 B
YAML
20 lines
363 B
YAML
apiVersion: 1
|
|
|
|
apps:
|
|
- type: myorg-extensions-app
|
|
org_id: 1
|
|
org_name: Main Org.
|
|
disabled: false
|
|
- type: myorg-a-app
|
|
org_id: 1
|
|
org_name: Main Org.
|
|
disabled: false
|
|
- type: myorg-b-app
|
|
org_id: 1
|
|
org_name: Main Org.
|
|
disabled: false
|
|
- type: myorg-extensionpoint-app
|
|
org_id: 1
|
|
org_name: Main Org.
|
|
disabled: false
|