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

Node14 Complete upgrade #1034

Merged
merged 27 commits into from
Dec 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
bb6b925
Fix Node selection when using built in node (#912)
hackacad Nov 5, 2021
ff84b35
[Release] add axios dependency to UI package
kavilla Nov 9, 2021
48b372d
Add support for codeowners to repo (#935)
ryanbogan Nov 16, 2021
8740e2a
[LIC] Allows the simplified header for new files (#936)
ashwin-pc Nov 17, 2021
4133cac
[Git] update PR template (#937)
kavilla Nov 17, 2021
3d69c4f
Add release notes for Dashboards 1.2.0 (#944)
seanneumann Nov 17, 2021
9047044
Add versioned document support in OSD
zuochengding Nov 2, 2021
86c202a
[Branding] prevent logging when config not set (#941)
kavilla Nov 23, 2021
b8c5453
[Version] Increment to 2.0 (#973)
kavilla Nov 23, 2021
8c11eff
Add Lychee Link Checker into OSD (#938)
zuochengding Dec 8, 2021
3ddaecb
Fix Lychee Link Checker Error (#1011)
zuochengding Dec 9, 2021
2d44dab
[CI] Add tests to github workflow
kavilla Nov 3, 2021
74eb00e
Add bwc tests for osd with bundle (#871)
ananzh Dec 15, 2021
879cd33
Add more bwc tests for osd without bundles (#900)
ananzh Dec 15, 2021
382ebe0
Add bwc test data for osd without bundle (#927)
ananzh Dec 15, 2021
160a7fd
Add bwc test data for osd with bundle (#940)
ananzh Dec 15, 2021
f665da3
Add more bwc tests for osd with bundles (#901)
ananzh Dec 15, 2021
b8f276f
[Backwards Compatibility] restore URL forwarding from legacy app
kavilla Dec 12, 2021
baa50c1
[draft] Node.js upgrade from 10 to 14
Nov 8, 2021
941820a
Adds transformIgnorePattern for lmdb-store and dependencies
Dec 9, 2021
dce8b19
Removes lmdb-store from transformIgnorePatterns and fixes unit test j…
boktorbb Dec 10, 2021
48f3a69
[CI] Add tests to github workflow
kavilla Nov 3, 2021
0e2bf03
Skips flaky server metrics collector tests
Dec 13, 2021
883239a
Update node version in github workflow to 14
Dec 14, 2021
861ca16
Bumps node to 14.18.2 and uses caret range for @types/node
Dec 14, 2021
fc3bd65
Merge feature/node14
Dec 17, 2021
a7173de
Fix local merge issues
Dec 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add bwc test data for osd with bundle (#940)
This PR contains 13 zipped bwc test data for osd with bundle.
The data has been tested by osd-1.1 and osd-1.2. To use, here are
the steps:
1)unzip the data to opensearch, for example:
tar -xvf odfe-1.13.2.tar.gz
You need to remove data folder first if there is one in opensearch
2)run opensearch: ./bin/opensearch
3)run dashboards: ./bin/opensearch-dashboards
4)run any cypress test

Besides the above manual process, we now offer a script in this PR:
#931

To run bwc test using osd bundle data, use this command:
./cypress/bwctest-osd.sh
-o /path/to/opensearch.tar.gz
-d /path/to/opensearch-dashboards.tar.gz
-b true

Pls see more details in the above PR.

fix data issue for eCommerse data
resubmit data to fix timestamp issue

Partically Resolved:
opensearch-project/opensearch-build#705

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
ananzh authored Dec 15, 2021

Verified

This commit was signed with the committer’s verified signature.
AgustinBettati Agustin Bettati
commit 160a7fd16a4fd6bedf168bb63ba45e95ae2914d4
Binary file added cypress/test-data/osd-bundle/odfe-0.10.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.0.2.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.1.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.11.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.13.2.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.2.1.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.3.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.4.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.7.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.8.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.9.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/osd-1.0.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/osd-1.1.0.tar.gz
Binary file not shown.