grafana/pkg/tsdb/influxdb/fsql
ismail simsek d333c09418
InfluxDB: SQL Query Editor (#72168)
* Add influxdbSqlSupport feature toggle

* Add SQL option to the config page

* Add SQL backend

* Add metadata support in config page

* Implement unified querying

* Fix healthcheck query

* fsql tests

* secure grpc by default

* code cleanup

* Query handing for sql mode

* Implement a placeholder sql editor

* Fix query language dropdown

* drop in SQL editor

* switch to use rawSql, get sql editor working

* fix healthcheck

* WIP

* memoize component to stop unwanted rerender onQuery

* dont reinit datasource on each render of the editor

* remove useless memo

* clean up

* Fix the link

* Alpha state warning

* Remove console.logs

* update model for fsql

* remove unused

---------

Co-authored-by: Galen <galen.kistler@grafana.com>
2023-08-02 19:04:16 +02:00
..
arrow_test.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
arrow.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
client.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
flightsql_test.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
fsql.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
macro_test.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
macro.go InfluxDB: SQL Support (#72167) 2023-08-02 18:27:43 +02:00
query_model.go InfluxDB: SQL Query Editor (#72168) 2023-08-02 19:04:16 +02:00