forked from opensearch-project/OpenSearch-Dashboards
-
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.
[MDS] Add Vega support for importing saved objects (opensearch-projec…
…t#6123) * Add MDS support for Vega Signed-off-by: Huy Nguyen <[email protected]> * Refactor field to data_source_id Signed-off-by: Huy Nguyen <[email protected]> * Add to CHANGELOG.md Signed-off-by: Huy Nguyen <[email protected]> * Added test cases and renamed field to use data_source_name Signed-off-by: Huy Nguyen <[email protected]> * Add prefix datasource name test case and add example in default hjson Signed-off-by: Huy Nguyen <[email protected]> * Move CHANGELOG to appropriate section Signed-off-by: Huy Nguyen <[email protected]> * Increased test coverage of search() method Signed-off-by: Huy Nguyen <[email protected]> * Add test cases for util function Signed-off-by: Huy Nguyen <[email protected]> * Add util function to modify Vega Spec Signed-off-by: Huy Nguyen <[email protected]> * Add method to verify Vega saved object type Signed-off-by: Huy Nguyen <[email protected]> * Add import saved object support for Vega Signed-off-by: Huy Nguyen <[email protected]> * Add unit tests for Vega objects in create and conflict modes Signed-off-by: Huy Nguyen <[email protected]> * Refactored utils test file Signed-off-by: Huy Nguyen <[email protected]> * Add to CHANGELOG Signed-off-by: Huy Nguyen <[email protected]> * Use bulkget instead of single get Signed-off-by: Huy Nguyen <[email protected]> * Add datasource references to the specs Signed-off-by: Huy Nguyen <[email protected]> * Fix bootstrap errors Signed-off-by: Huy Nguyen <[email protected]> * Add edge case where title is potentially undefined Signed-off-by: Huy Nguyen <[email protected]> * Address PR comments Signed-off-by: Huy Nguyen <[email protected]> * Add more test coverage for checking conflict Signed-off-by: Huy Nguyen <[email protected]> * Fix unit test Signed-off-by: Huy Nguyen <[email protected]> --------- Signed-off-by: Huy Nguyen <[email protected]>
- Loading branch information
Showing
36 changed files
with
3,568 additions
and
72 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
Oops, something went wrong.