-
Notifications
You must be signed in to change notification settings - Fork 57
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
Fixed small bugs in explorer #1559
Fixed small bugs in explorer #1559
Conversation
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1559 +/- ##
==========================================
+ Coverage 57.79% 57.84% +0.05%
==========================================
Files 364 366 +2
Lines 13414 13644 +230
Branches 3479 3557 +78
==========================================
+ Hits 7752 7892 +140
- Misses 5603 5691 +88
- Partials 59 61 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
@paulstn Can you please look into build errors? |
Signed-off-by: Paul Sebastian <[email protected]>
* disable ppl direct query autocomplete Signed-off-by: Paul Sebastian <[email protected]> * disable sorting for s3 Signed-off-by: Paul Sebastian <[email protected]> * fix pagination for s3 Signed-off-by: Paul Sebastian <[email protected]> * fix flyout to use actual row doc Signed-off-by: Paul Sebastian <[email protected]> * fix surrounding events Signed-off-by: Paul Sebastian <[email protected]> * allow for surrounding fields to work on s3 Signed-off-by: Paul Sebastian <[email protected]> * fix lint complaint Signed-off-by: Paul Sebastian <[email protected]> * const instead of let Signed-off-by: Paul Sebastian <[email protected]> * changed naming for isDataSource bool Signed-off-by: Paul Sebastian <[email protected]> * update snapshot Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Paul Sebastian <[email protected]> (cherry picked from commit 3cec4dc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* disable ppl direct query autocomplete * disable sorting for s3 * fix pagination for s3 * fix flyout to use actual row doc * fix surrounding events * allow for surrounding fields to work on s3 * fix lint complaint * const instead of let * changed naming for isDataSource bool * update snapshot --------- (cherry picked from commit 3cec4dc) Signed-off-by: Paul Sebastian <[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>
* disable ppl direct query autocomplete Signed-off-by: Paul Sebastian <[email protected]> * disable sorting for s3 Signed-off-by: Paul Sebastian <[email protected]> * fix pagination for s3 Signed-off-by: Paul Sebastian <[email protected]> * fix flyout to use actual row doc Signed-off-by: Paul Sebastian <[email protected]> * fix surrounding events Signed-off-by: Paul Sebastian <[email protected]> * allow for surrounding fields to work on s3 Signed-off-by: Paul Sebastian <[email protected]> * fix lint complaint Signed-off-by: Paul Sebastian <[email protected]> * const instead of let Signed-off-by: Paul Sebastian <[email protected]> * changed naming for isDataSource bool Signed-off-by: Paul Sebastian <[email protected]> * update snapshot Signed-off-by: Paul Sebastian <[email protected]> --------- Signed-off-by: Paul Sebastian <[email protected]> (cherry picked from commit 3cec4dc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* disable ppl direct query autocomplete * disable sorting for s3 * fix pagination for s3 * fix flyout to use actual row doc * fix surrounding events * allow for surrounding fields to work on s3 * fix lint complaint * const instead of let * changed naming for isDataSource bool * update snapshot --------- (cherry picked from commit 3cec4dc) Signed-off-by: Paul Sebastian <[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> Co-authored-by: Shenoy Pratik <[email protected]>
…) (opensearch-project#1559) Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit c10031f956ebb05d2f11424e7ddf1552d7a5cb0d) Co-authored-by: Craig Perkins <[email protected]>
…oject#1580) * disable ppl direct query autocomplete * disable sorting for s3 * fix pagination for s3 * fix flyout to use actual row doc * fix surrounding events * allow for surrounding fields to work on s3 * fix lint complaint * const instead of let * changed naming for isDataSource bool * update snapshot --------- (cherry picked from commit 3cec4dc) Signed-off-by: Paul Sebastian <[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> Co-authored-by: Shenoy Pratik <[email protected]> (cherry picked from commit 75e91db)
Description
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.