Commit b458b3b
Implement UI for Create Alert form (#55232)
* Updated Alert ui model, fixed form validation and small issues
* Fixed error messages and validation for action params forms
* Fixed typecheck error
* Moved alert add/edit common fields to alert form
* Fixed type checks
* Refactored alert add flyout by splitting it to the form and flyout components, added some unit tests
* Refactored connector add/edit flyouts and created add connector modal
* Refactored add/edit flyout tests
* Fixed test
* Removed orig files
* Removed orig file
* Added unit tests for add connector modal dialog
* Action Groups idea of implementation
* Removed action group tabs and set only first action group as default (temporary till design will be ready for support multiple groups)
* Added missing unit tests
* Changed design of the email params form
* Fixed actions params forms according to latest mockups
* Fixed options list for available actions connectors
* Fixed modal dialog update on action delete
* fixed build fail
* Added functionality for action types with Message field to Add variables
* Added alertReducer unit tests
* Added create alert functional test
* Added types for Params
* Some design fixes
* alerts empty prompt
* Fixed failing app on save alert and added possibility to hide Change trigger button
* Fixed type check issues
* Added connector config types
* fixed type check
* Fixed merge issues
* Fixed type checks
* Fixed functional tests and error expression message
* Fixed jest tests
* Review changes
Co-authored-by: [email protected] <[email protected]>1 parent b92e8e2 commit b458b3b
File tree
47 files changed
+3160
-1661
lines changed- x-pack
- legacy/plugins/triggers_actions_ui
- np_ready/public
- application
- components
- builtin_action_types
- builtin_alert_types
- threshold
- constants
- context
- lib
- sections
- action_connector_form
- actions_connectors_list/components
- alert_add
- alert_details/components
- alerts_list/components
- public
- test/functional_with_es_ssl
- apps/triggers_actions_ui
- page_objects
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+3160
-1661
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 15 additions & 43 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 53 | | |
81 | 54 | | |
82 | 55 | | |
| |||
97 | 70 | | |
98 | 71 | | |
99 | 72 | | |
100 | | - | |
| 73 | + | |
101 | 74 | | |
102 | 75 | | |
103 | 76 | | |
104 | 77 | | |
105 | | - | |
106 | 78 | | |
107 | 79 | | |
108 | 80 | | |
| |||
168 | 140 | | |
169 | 141 | | |
170 | 142 | | |
171 | | - | |
| 143 | + | |
172 | 144 | | |
173 | 145 | | |
174 | 146 | | |
175 | | - | |
| 147 | + | |
176 | 148 | | |
177 | 149 | | |
178 | | - | |
179 | 150 | | |
180 | 151 | | |
181 | 152 | | |
| |||
198 | 169 | | |
199 | 170 | | |
200 | 171 | | |
201 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
202 | 175 | | |
| 176 | + | |
| 177 | + | |
203 | 178 | | |
204 | 179 | | |
205 | 180 | | |
206 | 181 | | |
207 | 182 | | |
208 | 183 | | |
209 | | - | |
210 | | - | |
| 184 | + | |
| 185 | + | |
211 | 186 | | |
212 | 187 | | |
213 | | - | |
214 | 188 | | |
215 | 189 | | |
216 | 190 | | |
| |||
220 | 194 | | |
221 | 195 | | |
222 | 196 | | |
223 | | - | |
224 | | - | |
225 | 197 | | |
226 | 198 | | |
227 | 199 | | |
| |||
0 commit comments