grafana/pkg/tsdb/influxdb/flux
idafurjes cec12676e7
Chore: Refactor influxdb to use SDK contracts (#36189)
* Use backend SDK for influxdb

* Remove BasicAuth condition, some comments

* Remove not used fields from datasource info

* Register InfluxDBService

* Fix casting and make HTTPClientProvider exported

* Remove unused function

* Remove empty line

* Update pkg/tsdb/influxdb/flux/query_models.go

Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>

* Read interval from TimeRange instead of Interval

* Change pkg name from datasource->models, minor changes

* Use testify instead of convey

* Add new calculator logic and fix pointer semantic for dsInfo

* Initialise parsers, use tsdb interval pkg

Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
2021-07-19 11:32:33 +02:00
..
testdata InfluxDB: Flux: fix backward compatibility for some queries (#36603) 2021-07-09 17:37:14 +02:00
builder.go InfluxDB: Flux: fix backward compatibility for some queries (#36603) 2021-07-09 17:37:14 +02:00
executor_test.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
executor.go InfluxDB: Improve maxDataPoints error-message in Flux-mode, raise limits (#31259) 2021-03-02 18:33:51 +01:00
flux.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
macros_test.go InfluxDB: Upgrade InfluxDB in devenv (#26983) 2020-08-19 09:23:11 +02:00
macros.go InfluxDB: exclude result and table column from Flux table results (#27081) 2020-08-20 10:52:46 -07:00
query_models.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00