-
Notifications
You must be signed in to change notification settings - Fork 918
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into test/additional-overview-tests
Signed-off-by: Josh Romero <[email protected]>
- Loading branch information
Showing
91 changed files
with
2,069 additions
and
1,579 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @ananzh @kavilla @seanneumann @AMoo-Miki @ashwin-pc @joshuarrrr @abbyhu2000 @zengyan-amazon @kristenTian @zhongnansu @manasvinibs @ZilongX @Flyingliuhub @BSFishy @curq | ||
* @ananzh @kavilla @seanneumann @AMoo-Miki @ashwin-pc @joshuarrrr @abbyhu2000 @zengyan-amazon @kristenTian @zhongnansu @manasvinibs @ZilongX @Flyingliuhub @BSFishy @curq @bandinib-amzn |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,14 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
|
@@ -146,6 +154,14 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
|
@@ -232,6 +248,14 @@ jobs: | |
run: | | ||
git config --global core.autocrlf false | ||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
||
|
@@ -281,7 +305,7 @@ jobs: | |
- name: Build plugins | ||
run: node scripts/build_opensearch_dashboards_platform_plugins --no-examples --workers 10 --scan-dir "./test/plugin_functional/plugins" | ||
|
||
- name: Run functional plugin tests | ||
- name: Run functional plugin tests | ||
id: plugin-ftr-tests | ||
run: node scripts/functional_tests.js --config test/plugin_functional/config.ts | ||
|
||
|
@@ -308,6 +332,16 @@ jobs: | |
ext: tar.gz | ||
suffix: linux-arm64 | ||
script: build-platform --linux-arm --skip-os-packages | ||
- os: macos-latest | ||
name: macOS x64 | ||
ext: tar.gz | ||
suffix: darwin-x64 | ||
script: build-platform --darwin --skip-os-packages | ||
- os: macos-latest | ||
name: macOS ARM64 | ||
ext: tar.gz | ||
suffix: darwin-arm64 | ||
script: build-platform --darwin-arm --skip-os-packages | ||
- os: windows-latest | ||
name: Windows x64 | ||
ext: zip | ||
|
@@ -324,6 +358,14 @@ jobs: | |
git config --global core.autocrlf false | ||
working-directory: . | ||
|
||
- name: Configure pagefile size (Windows only) | ||
if: matrix.os == 'windows-latest' | ||
uses: al-cheb/[email protected] | ||
with: | ||
minimum-size: 16GB | ||
maximum-size: 64GB | ||
disk-root: "C:" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
with: | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,16 @@ | |
"osd:watch": "../../scripts/use_node scripts/build --dev --watch" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.5", | ||
"@babel/runtime": "^7.22.9", | ||
"@osd/i18n": "1.0.0", | ||
"lodash": "^4.17.21", | ||
"uuid": "3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.16.0", | ||
"@babel/core": "^7.16.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.5", | ||
"@babel/cli": "^7.22.9", | ||
"@babel/core": "^7.22.9", | ||
"@babel/plugin-transform-modules-commonjs": "^7.22.9", | ||
"@babel/plugin-transform-runtime": "^7.22.9", | ||
"@osd/babel-preset": "1.0.0", | ||
"@osd/dev-utils": "1.0.0", | ||
"babel-loader": "^8.2.3", | ||
|
@@ -27,7 +27,7 @@ | |
"del": "^6.1.1", | ||
"getopts": "^2.2.5", | ||
"pegjs": "0.10.0", | ||
"sass-loader": "npm:@amoo-miki/[email protected]", | ||
"sass-loader": "npm:@amoo-miki/[email protected]-with-sass-embedded.rc1", | ||
"style-loader": "^1.1.3", | ||
"supports-color": "^7.0.0", | ||
"url-loader": "^2.2.0", | ||
|
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
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
Oops, something went wrong.