MSSQL: Migrate to React (#51765)

* Fix: sql plugins feature

* SQLDS: Use builtin annotation editor

Plus strict rule fixes

* MSSQL: Migrate query editor to React

* Make code editor work

* Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic

* MSSQL: Fix ts issues

* Fix SQLDatasource refID

* Remove comment

* Revert "Make SQLOptions and SQLQuery in SQLDatasource and in Editor generic"

This reverts commit 1d15b4061a0a08a0a6fdbdac6cbf8336f0b4df0c.

* Fix ts issues without generic

* TS
This commit is contained in:
Zoltán Bedi
2022-07-15 19:51:28 +02:00
committed by GitHub
parent 7b40322bbe
commit 35d98104ad
18 changed files with 476 additions and 597 deletions

View File

@ -1,5 +1,5 @@
import { DataQuery, DataSourceJsonData } from '@grafana/data';
import { SQLConnectionLimits } from 'app/features/plugins/sql/components/configuration/types';
import { SQLConnectionLimits } from 'app/features/plugins/sql/types';
export enum PostgresTLSModes {
disable = 'disable',