-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG][Discover] Allow default columns settings #5261
Merged
Merged
Conversation
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 is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve opensearch-project#5246 Signed-off-by: ananzh <[email protected]>
ananzh
requested review from
kavilla,
seanneumann,
AMoo-Miki,
ashwin-pc,
joshuarrrr,
abbyhu2000,
zengyan-amazon,
kristenTian,
zhongnansu,
manasvinibs,
ZilongX,
Flyingliuhub,
BSFishy and
curq
as code owners
October 10, 2023 15:57
ananzh
added
Skip-Changelog
PRs that are too trivial to warrant a changelog or release notes entry
backport 2.x
backport 2.11
discover
for discover reinvent
bug
Something isn't working
and removed
distinguished-contributor
labels
Oct 10, 2023
Codecov Report
@@ Coverage Diff @@
## main #5261 +/- ##
==========================================
- Coverage 66.77% 66.77% -0.01%
==========================================
Files 3284 3284
Lines 63092 63095 +3
Branches 10048 10049 +1
==========================================
Hits 42132 42132
- Misses 18487 18489 +2
- Partials 2473 2474 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
AMoo-Miki
previously approved these changes
Oct 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Signed-off-by: ananzh <[email protected]>
ashwin-pc
approved these changes
Oct 10, 2023
BSFishy
approved these changes
Oct 10, 2023
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 Signed-off-by: ananzh <[email protected]> * fix unit test Signed-off-by: ananzh <[email protected]> --------- Signed-off-by: ananzh <[email protected]> (cherry picked from commit b3104ce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 Signed-off-by: ananzh <[email protected]> * fix unit test Signed-off-by: ananzh <[email protected]> --------- Signed-off-by: ananzh <[email protected]> (cherry picked from commit b3104ce) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ashwin-pc
pushed a commit
that referenced
this pull request
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 * fix unit test --------- (cherry picked from commit b3104ce) Signed-off-by: ananzh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ananzh
pushed a commit
that referenced
this pull request
Oct 10, 2023
* [BUG][Discover] Allow default columns settings This is a missing functionality * When user sets up `Default columns` in advanced settings, discover should display default columns if the selected idp has the columns. * If selected idp has no such columns, display `_source` column. Issue Resolve #5246 --------- (cherry picked from commit b3104ce) Signed-off-by: ananzh <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport 2.x
bug
Something isn't working
discover
for discover reinvent
Skip-Changelog
PRs that are too trivial to warrant a changelog or release notes entry
v2.11.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a missing functionality. In this PR we enables the following:
Default columns
in advanced settings, discover should display default columns if the selected idp has the columns._source
column.Issues Resolved
#5246
Screenshot
default-columns.mov
Check List
yarn test:jest
yarn test:jest_integration