Skip to content

Commit e22b1c3

Browse files
Enhance query action service to allow flyout registration (#10849)
* update query_panel_registry service to support flyouts Signed-off-by: ps48 <[email protected]> * update the query actions to limit to 3 deps Signed-off-by: ps48 <[email protected]> * export getQueryWithSource to external plugins Signed-off-by: ps48 <[email protected]> * Changeset file for PR #10849 created/updated * fix query action tests Signed-off-by: ps48 <[email protected]> * revert exporting getQueryWithSource, use queryEditor hook Signed-off-by: ps48 <[email protected]> * remove useMemo for deps, have fresh deps on flyout open Signed-off-by: ps48 <[email protected]> * fix use_query_panel_editor tests Signed-off-by: ps48 <[email protected]> * remove unused imports and update the docs Signed-off-by: ps48 <[email protected]> --------- Signed-off-by: ps48 <[email protected]> Signed-off-by: Shenoy Pratik <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
1 parent c2c7320 commit e22b1c3

File tree

10 files changed

+1782
-104
lines changed

10 files changed

+1782
-104
lines changed

changelogs/fragments/10849.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
feat:
2+
- Enhance query action service to allow flyout registration ([#10849](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10849))

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [Getting_started_with_discover](plugins/discover/getting_started_with_discover.md)
2121
- [Understand_and_extend_discover](plugins/discover/understand_and_extend_discover.md)
2222
- explore
23+
- [Explore plugin components](plugins/explore/explore-plugin-components.md)
2324
- [Query panel actions](plugins/explore/query-panel-actions.md)
2425
- [Data_persistence](plugins/data_persistence.md)
2526
- Saved_objects

0 commit comments

Comments
 (0)