grafana/public/app/features/plugins/sql
Kyle Cunningham bf687fff45
SQL Datasources: Prevent Call Stack Overflows with Large Numbers of Values for Variable (#64937)
* Push values with every map call to avoid hitting the maximum call stack size.

* Add test and refactor to for of

* Use native fill instead of lodash

---------

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2023-03-22 14:50:54 +01:00
..
components Chore: Avoid explicit React.FC<Props> when possible (round 2) (#64749) 2023-03-15 16:56:09 +02:00
datasource SQL Datasources: Use health check for config test (#59867) 2022-12-19 17:17:52 +01:00
utils MySQL: Quote identifiers that include special characters (#61135) 2023-01-31 18:16:28 +01:00
constants.ts SQL: Fix code editor for SQL datasources (#58116) 2022-11-23 10:36:07 +01:00
defaults.ts MS/My/PostgresSQL: Migrate annotation query (#58847) 2022-11-21 19:46:04 +01: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 SQL Datasources: Prevent Call Stack Overflows with Large Numbers of Values for Variable (#64937) 2023-03-22 14:50:54 +01:00
types.ts MySQL: Quote identifiers that include special characters (#61135) 2023-01-31 18:16:28 +01:00