grafana/pkg/tsdb/influxdb
Torkel Ödegaard 987bffe482
TestData: Support for csv files & csv content (#34674)
* initial implementation of csv support for test data source

* CSV file & content scenarios working

* Removing categorical data

* fixing handler names

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update pkg/tsdb/testdatasource/csv_data.go

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>

* Fixed lint issues

* updated so it uses the same parsing

* more CSV tests

* lint fixes

* more lint

* lint

* support time field

* migrate manual entry to csv

* more test output

* more test output

* missing file

Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-05-26 10:42:42 +02:00
..
flux TestData: Support for csv files & csv content (#34674) 2021-05-26 10:42:42 +02:00
influxdb_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
influxdb.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00
model_parser_test.go Chore: Rewrite influxdb query parser test to standard library (#29940) 2020-12-21 07:51:46 +01:00
model_parser.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
models.go Alerting: InfluxDB: InfluxQL: convert backend-code to use dataframes (#32950) 2021-04-22 08:43:17 +02:00
query_part_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
query_part.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
query_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
query.go SSE/InfluxDB: Change InfluxQL to work with server side expressions (#31691) 2021-03-18 08:02:37 -04:00
response_parser_test.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00
response_parser.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00