-
Notifications
You must be signed in to change notification settings - Fork 890
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new
augment-vis
saved object type (#3109)
Client-side: - creates & defines an augment vis saved object class - creates helper fns to convert from client-side definition (with no references) to server-side definition (with references) & vice-versa - introduce a saved object loader for the new saved object type. This loader provides a clean way to interact with all saved objects of this type, and can be consumed in dependent plugins for performing CRUD operations on saved objects of this type - creates and sets the new loader in the `vis_augmenter` plugin's `start` lifecycle step Server-side: - creates & defines a augment vis saved object type + index mapping - registers the new type in the `vis_augmenter` plugin's `setup` lifecycle step It also registers the saved object in the Saved Objects Management plugin, by: - adding a management section in the `augment-vis` saved object server-side definition, - registering a capabilities provider to allow some of the actions to work in the management plugin, and - adding the type to the plugin registry Signed-off-by: Tyler Ohlsen <[email protected]>
- Loading branch information
Showing
26 changed files
with
968 additions
and
58 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
Oops, something went wrong.