Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Disable sorting on workbench #900

Merged
merged 2 commits into from
Dec 9, 2020
Merged

Disable sorting on workbench #900

merged 2 commits into from
Dec 9, 2020

Conversation

joshuali925
Copy link
Contributor

Issue #, if available:

Description of changes:
Workbench doesn't sort correctly after moving to new platform and Kibana 7.10.0. To fix we will need to refactor codebase. This PR will disable sorting in case we don't have time to fix it for this release.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -104,7 +104,7 @@ describe("<QueryResults with data/> spec", () => {
await fireEvent.click(getAllByRole('tab')[5]);

// It tests sorting
await fireEvent.click(getAllByTestId('tableHeaderSortButton')[1]);
// await fireEvent.click(getAllByTestId('tableHeaderSortButton')[1]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np: here and other places where lines are commented out, can we add TODO comments?

Copy link
Contributor

@davidcui1225 davidcui1225 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM- some minor comments

@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

Merging #900 (1641056) into develop (0cb3240) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #900   +/-   ##
==========================================
  Coverage      99.85%   99.85%           
  Complexity      2148     2148           
==========================================
  Files            216      216           
  Lines           4850     4850           
  Branches         320      320           
==========================================
  Hits            4843     4843           
  Misses             5        5           
  Partials           2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0cb3240...9b5f16b. Read the comment docs.

@joshuali925 joshuali925 merged commit 1b1433e into opendistro-for-elasticsearch:develop Dec 9, 2020
joshuali925 added a commit that referenced this pull request Dec 9, 2020
* Disable sorting on workbench

* Address comments
chloe-zh pushed a commit to chloe-zh/sql that referenced this pull request Dec 15, 2020
* Disable sorting on workbench

* Address comments
chloe-zh pushed a commit to chloe-zh/sql that referenced this pull request Dec 15, 2020
* Disable sorting on workbench

* Address comments
chloe-zh pushed a commit to chloe-zh/sql that referenced this pull request Dec 15, 2020
* Disable sorting on workbench

* Address comments
chloe-zh pushed a commit to chloe-zh/sql that referenced this pull request Dec 15, 2020
* Disable sorting on workbench

* Address comments
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants