Commit 6afb8f1
authored
* Moved out of legacy folder
* First iteration of watcher plugin that renders
* Move create Timebuckets to plugin root
Update route registration and fix license checking for NP
* Re-enable Component integration tests
* Minor fix for data deserializer in api.ts
* Slight logic refactor, more defensive plugin startup
* Re-add legacy folder for SCSS pipeline
* Remove duplicate style sheet
* Fix type issue with TimeBuckets export
* Update license management routing logic (issued warning for using basepath on navigating away from license management)
Remove commented out code in watcher
* More defensive plugin registration
* Fix i18n issues and restore registration of feature on home view
* Remove watcher license error check copy
* Restore license error message in watcher
* Fix mock context value
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
# Conflicts:
# .github/CODEOWNERS
# x-pack/legacy/plugins/watcher/public/7_x_only.ts
# x-pack/plugins/watcher/public/application/boot.tsx
1 parent ce919e3 commit 6afb8f1
File tree
308 files changed
+1504
-810
lines changed- x-pack
- dev-tools/jest
- legacy/plugins
- license_management/public/np_ready/application
- sections/license_dashboard
- watcher
- public
- np_ready
- application/models
- server/np_ready
- lib/license_pre_routing_factory
- __tests__
- plugins
- translations/translations
- watcher
- __jest__/client_integration
- helpers
- common
- constants
- lib
- get_action_type
- __tests__
- get_moment
- __tests__
- serialization
- serialization_helpers
- models/action
- types
- public
- application
- components
- page_error
- constants
- lib
- models
- action_status
- action
- execute_details
- settings
- visualize_options
- watch_errors
- watch_history_item
- watch_status
- watch
- lib
- check_action_id_collision
- create_action_id
- sections
- watch_edit
- components
- json_watch_edit
- monitoring_watch_edit
- threshold_watch_edit
- action_fields
- watch_list/components
- watch_status
- components
- legacy
- parse_es_interval
- server
- lib
- fetch_all_from_scroll
- __tests__
- is_es_error
- license_pre_routing_factory
- __tests__
- normalized_field_types
- models
- action_status
- __tests__
- execute_details
- __tests__
- fields
- __tests__
- settings
- __tests__
- visualize_options
- watch_errors
- watch_history_item
- __tests__
- watch_status
- __tests__
- watch
- lib/get_watch_type
- threshold_watch
- __tests__
- data_samples
- routes/api
- indices
- license
- settings
- watches
- watch
- action
- test/fixtures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
308 files changed
+1504
-810
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 91 | + | |
| 92 | + | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 28 deletions
This file was deleted.
0 commit comments