-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-datasource support for Search-relevance (#383)
* added multi-datasource support Signed-off-by: sumukhswamy <[email protected]> * added changes for pipleslines Signed-off-by: sumukhswamy <[email protected]> * removed comments,updated .json file Signed-off-by: sumukhswamy <[email protected]> * addressed comments, changed name of the picker Signed-off-by: sumukhswamy <[email protected]> * added readonly nav-bar Signed-off-by: sumukhswamy <[email protected]> * added changes for selecting and filtering multiple data sources Signed-off-by: sumukhswamy <[email protected]> * added changes for filtering Signed-off-by: sumukhswamy <[email protected]> * updated snapshots Signed-off-by: sumukhswamy <[email protected]> * removed console logs Signed-off-by: sumukhswamy <[email protected]> * added change in syntax for sonflict Signed-off-by: sumukhswamy <[email protected]> * addressed comments Signed-off-by: sumukhswamy <[email protected]> * added changes for new mocks, added tests, addressed comments Signed-off-by: sumukhswamy <[email protected]> * added fix for search_pipeline and error handling Signed-off-by: sumukhswamy <[email protected]> * error handling for fetched indexes Signed-off-by: sumukhswamy <[email protected]> --------- Signed-off-by: sumukhswamy <[email protected]> Signed-off-by: Sumukh Swamy <[email protected]>
- Loading branch information
1 parent
a51015a
commit f7556c6
Showing
21 changed files
with
3,034 additions
and
166 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,6 @@ | |
"ui": true, | ||
"requiredPlugins": [ | ||
"navigation" | ||
] | ||
], | ||
"optionalPlugins": ["dataSource","dataSourceManagement"] | ||
} |
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.