grafana/public/app/features/plugins
Kyle Cunningham 92d92187d9
SQL Datasources: Update Max Connection and Max Idle Connection Defaults to 100 and add auto mode (#65834)
* Update connection configuration for SQL datasources

* Working auto state for connection numbers

* Add migration

* Use defaults from constants file

* Remove dead code

* Add tests and restructure useMigrateDatabaseField

* Update function names

* Update docs

* Make sure we don't continually issue updates

* Update docs

* Use onOptionsChnage in ConnectionLimits

* Update docs

* Clean up docs

* Update migration

* Fix default values in docs

* Fix spacing issue

* Fix test

* Update default values for SQL connections

* Include consts

* Allow override for default SQL datasource connection parameters

* Fix linter errors

* Remove extra @ts-ignore

* Centralize logic for default values

* Remove debugging

* Remove unecessary function

* Update configuration docs

* minor suggested change

* Fix comment misspelling

* Remove unecessary default setting code

* Update docs to indicate that code was included for backport version

* Remove dead code

---------

Co-authored-by: lwandz13 <larissa.wandzura@grafana.com>
2023-04-17 11:44:05 +03:00
..
admin Admin/Plugins: Change alert about Connections to subtitle (#65913) 2023-04-05 10:23:25 +02:00
components Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
extensions PluginExtensions: Fixed issue in typings for the onClick link callback (#65978) 2023-04-05 07:55:44 +02:00
sql 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
systemjsPlugins Plugins: Fix plugins CDN not working when plugins are not in domain's root path (#63202) 2023-02-24 14:28:13 +01:00
tests Expressions: Fix expression load with legacy UID -100 (#65950) 2023-04-12 16:33:31 +02:00
all.ts Angular: More isolation and removing of unused components (#41630) 2021-11-15 15:12:45 +01:00
built_in_plugins.ts TrendPanel: Add new trend panel (Alpha) (#65740) 2023-04-04 20:52:20 -07:00
datasource_srv.ts Expressions: Fix expression load with legacy UID -100 (#65950) 2023-04-12 16:33:31 +02:00
importPanelPlugin.ts PanelRenderer: Improves PanelRenderer performance (#51092) 2022-06-20 14:41:39 +02:00
plugin_loader.ts Plugins: Allow loading panel plugins from a CDN (#59096) 2023-01-27 15:08:17 +01:00
pluginPreloader.ts UI extensions: Refactor the registry and remove the "command" type (#65327) 2023-04-03 10:42:15 +02:00
pluginSettings.test.ts Alerting: Declare incident from a firing alert (#61178) 2023-01-11 11:52:20 +00:00
pluginSettings.ts Alerting: Declare incident from a firing alert (#61178) 2023-01-11 11:52:20 +00:00
routes.tsx Plugins: Case-sensitive routes for standalone pages (#62779) 2023-02-03 09:01:34 +01:00
utils.test.ts Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00
utils.ts Chore: Clean up old navigation (#66287) 2023-04-14 09:43:11 +01:00