grafana/public/app/features/alerting/state
Peter Holmberg 400aafa3b3
Migration: Edit notification channel (#25980)
* implement edit page

* connectWithCleanup

* remove angular related code

* use loadingindicator

* use the correct loading component

* handle secureFields

* fixed implementation of secure fields

* Keep secureFields after rerendering the form

* CollapsableSection and Page refactor

* use checkbox instead of switch

* fix comment

* add cursor to section

* Fixed issues after PR review

* Fix issue with some settings being undefined

* new reducer and start with test

* algorithm to migrate secure fields

* UX: Minor UI Tweaks

* Added field around checkboxes, and missing required field

* fixed test

* tests for util

* minor tweaks and changes

* define as records

* fix typ error

* forward invalid to textarea and inputcontrol

* merge formdata and redux data in test

* fix issue with creating channel

* do not figure out securefields in migration

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-09-09 12:46:19 +02:00
..
actions.ts Migration: Edit notification channel (#25980) 2020-09-09 12:46:19 +02:00
alertDef.ts Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
reducers.test.ts Migration: Edit notification channel (#25980) 2020-09-09 12:46:19 +02:00
reducers.ts Migration: Edit notification channel (#25980) 2020-09-09 12:46:19 +02:00
selectors.test.ts Chore: No implict any fixes (#17020) 2019-05-13 09:38:19 +02:00
selectors.ts Migration: Edit notification channel (#25980) 2020-09-09 12:46:19 +02:00
ThresholdMapper.test.ts Add toggle to disable alert rendering line and fill on Graph panel (#25705) 2020-08-03 09:50:36 -07:00
ThresholdMapper.ts Add toggle to disable alert rendering line and fill on Graph panel (#25705) 2020-08-03 09:50:36 -07:00