Commit a2b168a
committed
Migrate SO management section to NP (#61700)
* move libs to new plugin
* adapt libs to use NP apis
* add required plugins
* add get_allowed_types route
* move object_view components
* add service registry
* migrate table header component
* migrate table component
* migrate saved_objects_table component
* remove migrated legacy files
* fix re-export from legacy management + section label
* migrate services registration
* adapt management section mock
* fix imports
* migrate flyout component
* migrate relationships component
* migrate saved_objects_table tests
* migrate breadcrumb
* add redirect if unauthorized check
* migrate translations to new savedObjectsManagement prefix
* remove obsolete translations
* convert action registry to service pattern
* wire extra actions
* remove importAndExportableTypes from injected vars
* handle newIndexPatternUrl
* remove duplicate dashboard dependency
* remove old TODO
* remove old TODO
* properly mock lodash in tests
* add async management section loading
* expose createSavedSearchesLoader from discover plugin contract
* address most review comments
* fix merge conflicts1 parent f410b63 commit a2b168a
110 files changed
Lines changed: 2184 additions & 1689 deletions
File tree
- src
- core
- public
- server
- saved_objects/service
- legacy
- core_plugins/kibana
- public
- management
- sections
- objects
- components/objects_table
- server/saved_objects
- plugins
- data/public
- discover/public
- management/public/mocks
- saved_objects_management
- common
- public
- lib
- management_section
- object_view
- components
- __snapshots__
- objects_table
- __snapshots__
- components
- __snapshots__
- services
- server
- routes
- x-pack/plugins
- spaces/public/copy_saved_objects_to_space
- translations/translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2084 | 2084 | | |
2085 | 2085 | | |
2086 | 2086 | | |
2087 | | - | |
2088 | | - | |
2089 | 2087 | | |
2090 | 2088 | | |
2091 | 2089 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
Lines changed: 3 additions & 61 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 20 | + | |
25 | 21 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
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 | | - | |
| 22 | + | |
77 | 23 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 24 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 104 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
0 commit comments