grafana/public/app/features/datasources
Levente Balogh 35c2c95fdc
Plugins: remove deprecated code (components) (#41686)
* refactor(plugins): use routes specific to the new plugins/admin

* refactor(plugins): remove unused pages (PluginList, PluginItem)

* refactor(plugins): remove PluginPage

* refactor(plugins): remove UpdatePluginModal

* refactor(plugins): move AppConfigWrapper under plugins/admin

* refactor(plugins): move PluginDashboards under plugins/admin

* refactor(plugins): rename the "specs" folder to "tests"

* refactor(plugins): move test files to /tests folder

* refactor(plugins): move AppRootPage into a /components folder

* refactor(plugins): move PluginsErrorsInfo into a /plugins folder

* refactor(plugins): move PluginSettingsCache into a /components folder

* refactor(plugins): move PluginStateInfo into a /plugins folder

* refactor(plugins): move AppRootPage.test.tsx next to the tested component

* refactor(plugins): remove old snapshot tests

* fix(plugins): fix tests

* refactor(plugins/admin): move & rename PluginSettingsCache

* fix(plugins): fix a few rebase issues

* Plugins: remove deprecated code (state handling) (#41739)

* refactor(plugins): use the plugins/admin reducer only

* refactor(plugins): remove tests for the deprecated plugins reducer

* refactor(plugins): remove tests for the deprecated plugins selectors

* refactor(plugins/state): add a short comment note to selectors

* feat(plugins/state): add a selector for selecting errors

* feat(plugins/state): add a hook for getting plugin errors

* refactor(plugins): udpate the PluginsErrorsInfo component to use the new state selectors

* refactor(plugins/state): remove the old (deprecated) selectors

* refactor(plugins/state): use the new actions under /admin

* refactor(plugins/state): remove old (deprecated) reducers and actions

* refactor(plugins): update component definition

* fix(plugins): remove unnecessary {children} prop for PluginsErrorsInfo

* Plugins: show / hide install controls based on the `pluginAdminEnabled` flag (#41749)

* docs(plugins): update documentation for the `plugin_admin_enabled` flag

* refactor(InstallControls): move the main component to a named module

* feat(plugins): use the `pluginAdminEnable` flag to hide / show install controls in the UI

* test(plugins): add tests for enabling/disabling install controls
2021-11-19 13:42:26 +01:00
..
__mocks__ DataSource: show the uid in edit url, not the local id (#33818) 2021-05-08 18:13:26 +02:00
__snapshots__ AccessControl: add one-dimensional permissions to datasources (#38070) 2021-09-01 15:18:17 +02:00
settings Plugins: remove deprecated code (components) (#41686) 2021-11-19 13:42:26 +01:00
state Plugins: remove deprecated code (components) (#41686) 2021-11-19 13:42:26 +01:00
utils UI text edits (#32524) 2021-03-31 16:07:37 -07:00
DashboardsTable.test.tsx tests 2018-10-17 16:14:45 +02:00
DashboardsTable.tsx Buttons: replace usage of .btn classnames (#33226) 2021-04-23 10:06:42 +02:00
DataSourceDashboards.test.tsx DataSource: show the uid in edit url, not the local id (#33818) 2021-05-08 18:13:26 +02:00
DataSourceDashboards.tsx Plugins: remove deprecated code (components) (#41686) 2021-11-19 13:42:26 +01:00
DataSourceList.test.tsx Migrates old Card sass file to GlobalStyles (#33183) 2021-04-21 16:39:56 +02:00
DataSourcesList.tsx DataSource: show the uid in edit url, not the local id (#33818) 2021-05-08 18:13:26 +02:00
DataSourcesListPage.test.tsx AccessControl: add one-dimensional permissions to datasources (#38070) 2021-09-01 15:18:17 +02:00
DataSourcesListPage.tsx AccessControl: "Add data source" button needs create and write rights to be enabled (#38934) 2021-09-08 09:47:55 +02:00
mocks.ts DataSource: show the uid in edit url, not the local id (#33818) 2021-05-08 18:13:26 +02:00
NewDataSourcePage.tsx Plugins: remove deprecated code (components) (#41686) 2021-11-19 13:42:26 +01:00