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

Backport workbench fixes to 7.9.1 #937

Conversation

chloe-zh
Copy link
Member

Issue #, if available:

Description of changes:

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

davidcui1225 and others added 15 commits December 15, 2020 10:08
Added error messages for `Explain` aside from empty box. More detail in error messages for invalid queries on `Run`
…elasticsearch#869)

* Fix download link in package description (opendistro-for-elasticsearch#729)

* remove logo for side bar

Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com>
Co-authored-by: Yuanqi Zhu <zhyuanqi@amazon.com>
…lasticsearch#890)

* removed key "id" from result table

* removed cache files from PR

* remove unnecessary lines

* fixed search bar

* update

* update

* update

* update

* update

Co-authored-by: Joshua <joshuali925@gmail.com>
…icsearch#886)

* Fix download json api path

* Fix cypress tests

* Fix response tab margin

* Update cypress tests

* Fix server log message

* Fix asScoped call for security plugin

* Update cypress tests

* Fix unique keys problem

* Remove console log
* Disable sorting on workbench

* Address comments
…rch#911)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #937 (f6ac320) into opendistro-1.11-rc2 (001851a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                   @@
##             opendistro-1.11-rc2     #937   +/-   ##
======================================================
  Coverage                  99.86%   99.86%           
  Complexity                  2320     2320           
======================================================
  Files                        230      230           
  Lines                       5337     5337           
  Branches                     346      346           
======================================================
  Hits                        5330     5330           
  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 001851a...f6ac320. Read the comment docs.

@chloe-zh chloe-zh merged commit 6d8ec37 into opendistro-for-elasticsearch:opendistro-1.11-rc2 Dec 15, 2020
@@ -42,32 +42,32 @@ export const testQueries = [
{
title: 'Test GROUP BY',
query: 'select count(*) from accounts group by gender;',
cell_idx: 5,
Copy link
Contributor

Choose a reason for hiding this comment

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

np/question: what's the reason for the value changes here?

Copy link
Contributor

Choose a reason for hiding this comment

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

id column was removed and the cell index shifted

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

6 participants