forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate SO management section to NP (elastic#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 conflicts
- Loading branch information
1 parent
f410b63
commit a2b168a
Showing
110 changed files
with
2,184 additions
and
1,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,4 @@ | |
* under the License. | ||
*/ | ||
|
||
import './objects'; | ||
import './index_patterns'; |
5 changes: 0 additions & 5 deletions
5
src/legacy/core_plugins/kibana/public/management/sections/objects/_objects.html
This file was deleted.
Oops, something went wrong.
104 changes: 0 additions & 104 deletions
104
src/legacy/core_plugins/kibana/public/management/sections/objects/_objects.js
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
src/legacy/core_plugins/kibana/public/management/sections/objects/_view.html
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
src/legacy/core_plugins/kibana/public/management/sections/objects/_view.js
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
src/legacy/core_plugins/kibana/public/management/sections/objects/breadcrumbs.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.