grafana/public/app/features/plugins/sql
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
..
components SQL Datasources: Reinstate SQL data source behavior around database selection when default configured databases already exist (#65659) 2023-06-06 10:28:52 -06:00
datasource Chore: Move getSearchFilterScopedVar to @grafana/data (#71839) 2023-07-19 13:56:14 +02:00
utils MySQL: Quote identifiers that include special characters (#61135) 2023-01-31 18:16:28 +01:00
constants.ts SQL Datasources: Update behavior of default connection limits (#66687) 2023-04-28 13:23:08 +07:00
defaults.ts InfluxDB: SQL Query Editor (#72168) 2023-08-02 19:04:16 +02:00
expressions.ts PostgreSQL: Migrate to React (#52831) 2022-11-02 11:30:35 +07:00
index.ts ref experimental query editor (#53061) 2022-08-02 11:44:06 -04:00
ResponseParser.test.ts SQL Datasources: Prevent Call Stack Overflows with Large Numbers of Values for Variable (#64937) 2023-03-22 14:50:54 +01:00
ResponseParser.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
types.ts SQL Datasources: Update Max Connection and Max Idle Connection Defaults to 100 and add auto mode (#65834) 2023-04-17 11:44:05 +03:00