-
Notifications
You must be signed in to change notification settings - Fork 99
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
[1.2] Backport lastest commits from main #240
Merged
joshuali925
merged 11 commits into
opensearch-project:1.2
from
joshuali925:1.2-239-backport
Nov 17, 2021
Merged
[1.2] Backport lastest commits from main #240
joshuali925
merged 11 commits into
opensearch-project:1.2
from
joshuali925:1.2-239-backport
Nov 17, 2021
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
Signed-off-by: Eugene Lee <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
* Autocomplete for data values Signed-off-by: Eugene Lee <[email protected]> * Fetch data values earlier and save them Signed-off-by: Eugene Lee <[email protected]> * Fetch dataValues for match early Signed-off-by: Eugene Lee <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
joshuali925
changed the title
[1.2] Run query with shift enter (#239)
[1.2] Backport lastest commits from main
Nov 16, 2021
joshuali925
force-pushed
the
1.2-239-backport
branch
from
November 16, 2021 19:10
1dc8011
to
a315714
Compare
* minor bug fix and updated unit tests Signed-off-by: Shenoy Pratik <[email protected]> * fixed date change issue Signed-off-by: Shenoy Pratik <[email protected]> * renamed relevance function to full text search Signed-off-by: Shenoy Pratik <[email protected]> * duplicate search text removed Signed-off-by: Shenoy Pratik <[email protected]>
* Add check for properties Signed-off-by: Eugene Lee <[email protected]> * Change logic order to support switching between match and other where fields Signed-off-by: Eugene Lee <[email protected]>
* Add check for properties Signed-off-by: Eugene Lee <[email protected]> * Change logic order to support switching between match and other where fields Signed-off-by: Eugene Lee <[email protected]> * Autocomplete for data values Signed-off-by: Eugene Lee <[email protected]> * Fetch data values earlier and save them Signed-off-by: Eugene Lee <[email protected]> * Update to current status Signed-off-by: Eugene Lee <[email protected]> * Fetch dataValues for match early Signed-off-by: Eugene Lee <[email protected]> * Try addError Signed-off-by: Eugene Lee <[email protected]> * Fix error messaging on Event Explorer Signed-off-by: Eugene Lee <[email protected]> * Remove fielddata Signed-off-by: Eugene Lee <[email protected]> * Assign string to fields with fields property Signed-off-by: Eugene Lee <[email protected]> * Remove possible double toast and add console log back in Signed-off-by: Eugene Lee <[email protected]>
Signed-off-by: Eric Wei <[email protected]>
* adding panels cypress tests Signed-off-by: Shenoy Pratik <[email protected]> * added more visualization tests Signed-off-by: Shenoy Pratik <[email protected]>
kavithacm
approved these changes
Nov 17, 2021
eugenesk24
approved these changes
Nov 17, 2021
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.
Wow what a big change! Looks superb!
Out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Backport latest commits from main to 1.2 branch
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.