-
Notifications
You must be signed in to change notification settings - Fork 115
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
Backport/backport 939 to 2.x #941
Closed
paulstn
wants to merge
10
commits into
opensearch-project:2.x
from
paulstn:backport/backport-939-to-2.x
Closed
Backport/backport 939 to 2.x #941
paulstn
wants to merge
10
commits into
opensearch-project:2.x
from
paulstn:backport/backport-939-to-2.x
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
dashboards query workbench removed Euititle Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit cbc484a) Co-authored-by: Shenoy Pratik <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
…project#919) * updated tests * excluded a couple tests; fixed alerts tests * dummy change to trigger tests * Updated cypress commands to avoid duplication (opensearch-project#835) * updated commands to avoid duplication * updated command header for create rule; changed url for searching rules * fix linter issues --------- * updated mappings for test index (opensearch-project#841) * avoid clicking filter menu btn twice (opensearch-project#849) * removed check for url since it differs with and without security (opensearch-project#863) * namespaced all commands; updated tests for 2.11 * addressed PR comments --------- Signed-off-by: Amardeepsingh Siglani <[email protected]>
* Fix broken 4_panels test delays Signed-off-by: Simeon Widdis <[email protected]> * Recompute yarn.lock Signed-off-by: Simeon Widdis <[email protected]> * Remove added yarn.lock entirely Signed-off-by: Simeon Widdis <[email protected]> --------- Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Kavitha Conjeevaram Mohan <[email protected]>
) Signed-off-by: Shenoy Pratik <[email protected]>
…project#929) Migrate the old selenium tests for discover to cypress tests for data explorer. PR [for #5003](opensearch-project/OpenSearch-Dashboards#5072) needs to be merged first. Below are a list of bugs found when writing the tests, the tests for the below feature are skipped and commented with the issue link: - opensearch-project/OpenSearch-Dashboards#5071 - opensearch-project/OpenSearch-Dashboards#5068 - opensearch-project/OpenSearch-Dashboards#5058 - opensearch-project/OpenSearch-Dashboards#5057 - opensearch-project/OpenSearch-Dashboards#5056 ### Issues Resolved resolves opensearch-project/OpenSearch-Dashboards#4781 --------- Signed-off-by: Qingyang(Abby) Hu <[email protected]> (cherry picked from commit 7cf0a03) Co-authored-by: Qingyang(Abby) Hu <[email protected]>
…roject#933) Because of opensearch-project/OpenSearch-Dashboards#5095, the URL parsing is handled differently on main branch and 2.x branch. Therefore, this cypress test on 2.x branch needs to be modified. Signed-off-by: Qingyang(Abby) Hu <[email protected]> (cherry picked from commit 518ce68) Co-authored-by: Qingyang(Abby) Hu <[email protected]>
…earch-project#938) Signed-off-by: Heemin Kim <[email protected]> (cherry picked from commit d97e891)
…ct#939) * removed tests that can be run locally * remove unused references * fixed import style Signed-off-by: Paul Sebastian <[email protected]> (cherry picked from commit 76ec82d)
paulstn
requested review from
xluo-aws,
Hailong-am,
SuZhou-Joe,
ruanyl,
wanglam and
raintygao
as code owners
October 28, 2023 00:10
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
PR 939 backport 2.x
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.