-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Multiple Datasource] Add data source selection service to support st…
…oring and getting selected data source updates (#6827) * add data source selection service Signed-off-by: tygao <tygao@amazon.com> * export generateComponentId in util Signed-off-by: tygao <tygao@amazon.com> * update tests and type Signed-off-by: tygao <tygao@amazon.com> * update tests Signed-off-by: tygao <tygao@amazon.com> * update bind in components Signed-off-by: tygao <tygao@amazon.com> * Changeset file for PR #6827 created/updated * test: add tests for service Signed-off-by: tygao <tygao@amazon.com> * move dataSourceSelection out of componoent props Signed-off-by: tygao <tygao@amazon.com> * update service class name Signed-off-by: tygao <tygao@amazon.com> * use getter to replace dataSourceSelection props Signed-off-by: tygao <tygao@amazon.com> * add fallback for getter Signed-off-by: tygao <tygao@amazon.com> * test: add selection test case for component Signed-off-by: tygao <tygao@amazon.com> --------- Signed-off-by: tygao <tygao@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Lu Yu <nluyu@amazon.com>
- Loading branch information
1 parent
bfe0e14
commit e2c0df2
Showing
26 changed files
with
574 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
feat: | ||
- Add data source selection service to support storing and getting selected data source updates ([#6827](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6827)) |
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
103 changes: 103 additions & 0 deletions
103
...nents/data_source_aggregated_view/__snapshots__/data_source_aggregated_view.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.