Skip to content
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

Update caniuse to fix failed integration tests #2322

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

abbyhu2000
Copy link
Member

Description

Ran npx browserslist@latest --update-db to update caniuse package so the integration tests will pass.

Signed-off-by: abbyhu2000 abigailhu2000@gmail.com

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
      • yarn test:jest
      • yarn test:jest_integration
      • yarn test:ftr
  • New functionality has been documented.
  • Commits are signed per the DCO using --signoff

Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
@abbyhu2000 abbyhu2000 marked this pull request as ready for review September 12, 2022 21:19
@abbyhu2000 abbyhu2000 requested a review from a team as a code owner September 12, 2022 21:19
@abbyhu2000 abbyhu2000 self-assigned this Sep 12, 2022
@kavilla kavilla added the v2.4.0 'Issues and PRs related to version v2.4.0' label Sep 12, 2022
@kavilla kavilla merged commit 9c73047 into opensearch-project:main Sep 12, 2022
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-2322-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9c7304786bf7edf4c667d5f487b93905ff18549c
# Push it to GitHub
git push --set-upstream origin backport/backport-2322-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.x

Then, create a pull request where the base branch is 1.x and the compare/head branch is backport/backport-2322-to-1.x.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 12, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 12, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 12, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 12, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 12, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
BionIT pushed a commit to BionIT/OpenSearch-Dashboards that referenced this pull request Sep 12, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
ashwin-pc pushed a commit that referenced this pull request Sep 13, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
sipopo pushed a commit to sipopo/OpenSearch-Dashboards that referenced this pull request Sep 14, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
ashwin-pc pushed a commit that referenced this pull request Sep 14, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
kavilla pushed a commit that referenced this pull request Sep 15, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
ashwin-pc pushed a commit that referenced this pull request Sep 15, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
kavilla pushed a commit that referenced this pull request Sep 16, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
joshuarrrr pushed a commit to joshuarrrr/OpenSearch-Dashboards that referenced this pull request Sep 30, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
@opensearch-trigger-bot
Copy link
Contributor

The backport to 1.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-2322-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9c7304786bf7edf4c667d5f487b93905ff18549c
# Push it to GitHub
git push --set-upstream origin backport/backport-2322-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3

Then, create a pull request where the base branch is 1.3 and the compare/head branch is backport/backport-2322-to-1.3.

joshuarrrr pushed a commit to joshuarrrr/OpenSearch-Dashboards that referenced this pull request Sep 30, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
joshuarrrr added a commit that referenced this pull request Sep 30, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)

Co-authored-by: Qingyang(Abby) Hu <abigailhu2000@gmail.com>
kavilla pushed a commit that referenced this pull request Oct 2, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 9c73047)
sipopo pushed a commit to sipopo/OpenSearch-Dashboards that referenced this pull request Dec 16, 2022
Ran npx browserslist@latest --update-db to update caniuse package
so the integration tests will pass

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
@ananzh ananzh added the v1.3.6 label Jan 26, 2023
@abbyhu2000 abbyhu2000 deleted the fix_caniuse_update branch June 30, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 backport 2.x v1.3.6 v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants