grafana/public/app/features/datasources/settings
Dominik Prokop c9b11bfc7a ReactMigration: Migrate DataSource HTTP Settings to React (#19452)
* Basic components for HTTP settings migration WIP

* Add secureJsonFields to DataSourceSettings

* Introduce datasource-http-settings-next directive for backward compatibility

* fix lint

* renames

* rename fix

* TagsInput component

* move tags from app to grafana/ui

* implement tagsinput on datasourcesettings

* capitalize

* new file for react directive for testing

* some layout touch ups

* FormField story

* Minor touch ups

* add url validation

* using prevent default to prevent updating datasource when adding tag

* using Stylefactory and fix tslint issue on MouseEvent

* only show tlsauthsettings if tls or ca cert

* fix url input length

* fix for showAccessOptions

* Implemented CertTextArea, removed commented code

* removed commented / not used code

* Rename and add more elements to Certification component

* fixing newSecureJsonData

* spelling

* Fix issue with checkboxes being undefined

* Removed old partials and minor fix

* removed unused props from story
2019-10-18 12:09:53 +02:00
..
__snapshots__ DataSourcePlugin: support custom tabs (#16859) 2019-05-14 07:55:49 +02:00
BasicSettings.test.tsx Added isDefault switch on settings 2018-12-05 11:47:02 +01:00
BasicSettings.tsx refactor(grafana/ui): Replace <input />with Input component from grafana/ui (#16085) 2019-03-25 15:53:05 +01:00
ButtonRow.test.tsx enable testing provsioned datasources 2019-02-12 08:45:21 +01:00
ButtonRow.tsx Tests: Adds end-to-end tests skeleton and basic smoke test scenario (#16901) 2019-05-08 16:50:21 +02:00
DataSourceSettingsPage.test.tsx DataSourceSettings: Fixed issue changing data source name, fixes #18660 (#18826) 2019-09-02 20:45:42 +02:00
DataSourceSettingsPage.tsx Types: Adds type safety to appEvents (#19418) 2019-10-14 09:27:47 +01:00
HttpSettingsCtrl.ts ReactMigration: Migrate DataSource HTTP Settings to React (#19452) 2019-10-18 12:09:53 +02:00
PluginSettings.tsx Add a @grafana/runtime package with backendSrv interface (#16533) 2019-06-03 17:55:59 +02:00
TlsAuthSettingsCtrl.ts extract tls auth settings directive from datasource http settings directive 2019-01-28 19:37:19 +01:00