grafana/public/app/plugins/datasource/mysql
Sven Klemm b6fafb13f5 always quote template variables for mysql when multi-value is allowed (#9712)
* always quote template variables for mysql when multi-value is allowed

* handle include all option similar to multi value

* declare type

* adjust tests to quoting change

* dont specify type but let it be inferred

* fix test for variable with includeAll
2017-10-31 12:23:50 +01:00
..
img mysql: began work on backend macro engine 2017-04-19 10:10:08 +02:00
partials sql: remove title from annotation help 2017-10-29 20:03:23 +01:00
specs always quote template variables for mysql when multi-value is allowed (#9712) 2017-10-31 12:23:50 +01:00
datasource.ts always quote template variables for mysql when multi-value is allowed (#9712) 2017-10-31 12:23:50 +01:00
module.ts Create annotations (#8197) 2017-10-07 10:31:39 +02:00
plugin.json mysqlds: remove alpha state from plugin.json 2017-08-11 10:25:37 +02:00
query_ctrl.ts tech: removing unused variables from typescript files, and making tslint rules more strict 2017-09-21 16:40:18 +02:00
README.md sql: wip mysql stuff 2017-03-29 20:43:20 +02:00
response_parser.ts Postgres Data Source (#9475) 2017-10-10 15:19:14 +02:00

Grafana Fake Data Datasource - Native Plugin

This is the built in Fake Data Datasource that is used before any datasources are set up in your Grafana installation. It means you can create a graph without any data and still get an idea of what it would look like.