-
Notifications
You must be signed in to change notification settings - Fork 915
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 feature/add-category-option-for-context-menus
Signed-off-by: Ashish Agrawal <[email protected]>
- Loading branch information
Showing
221 changed files
with
5,602 additions
and
11,327 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 | ||
* @ananzh @kavilla @seanneumann @AMoo-Miki @ashwin-pc @joshuarrrr @abbyhu2000 @zengyan-amazon @kristenTian @zhongnansu @manasvinibs @ZilongX @Flyingliuhub |
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 |
---|---|---|
@@ -1 +1 @@ | ||
14.21.3 | ||
18.16.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14.21.3 | ||
18.16.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG NODE_VERSION=14.20.1 | ||
ARG NODE_VERSION=18.16.0 | ||
FROM node:${NODE_VERSION} AS base | ||
|
||
ENV HOME '.' | ||
|
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
"test:jest:ci": "scripts/use_node scripts/jest --ci --colors --runInBand", | ||
"test:jest:ci:coverage": "scripts/use_node scripts/jest --ci --colors --runInBand --coverage", | ||
"test:jest_integration": "scripts/use_node scripts/jest_integration", | ||
"test:jest_integration:ci": "scripts/use_node scripts/jest_integration --ci --colors --max-old-space-size=5120", | ||
"test:jest_integration:ci": "scripts/use_node scripts/jest_integration --ci --colors", | ||
"test:mocha": "scripts/use_node scripts/mocha", | ||
"test:mocha:coverage": "yarn nyc --reporter=text-summary --reporter=lcov --report-dir=./target/opensearch-dashboards-coverage/mocha scripts/use_node scripts/mocha", | ||
"test:ftr": "scripts/use_node scripts/functional_tests", | ||
|
@@ -81,7 +81,7 @@ | |
"url": "https://github.com/opensearch-project/opensearch-dashboards.git" | ||
}, | ||
"resolutions": { | ||
"**/@types/node": "^14.17.32", | ||
"**/@types/node": "~18.7.0", | ||
"**/ansi-regex": "^5.0.1", | ||
"**/async": "^3.2.3", | ||
"**/d3-color": "^3.1.0", | ||
|
@@ -97,6 +97,7 @@ | |
"**/unset-value": "^2.0.1", | ||
"**/jest-config": "npm:@amoo-miki/[email protected]", | ||
"**/jest-jasmine2": "npm:@amoo-miki/[email protected]", | ||
"**/set-value": "^4.1.0", | ||
"**/xml2js": "^0.5.0", | ||
"**/yaml": "^2.2.2" | ||
}, | ||
|
@@ -167,7 +168,7 @@ | |
"deep-freeze-strict": "^1.1.1", | ||
"del": "^6.1.1", | ||
"dns-sync": "^0.2.1", | ||
"elastic-apm-node": "^3.7.0", | ||
"elastic-apm-node": "^3.43.0", | ||
"elasticsearch": "^16.7.0", | ||
"http-aws-es": "npm:@zhongnansu/[email protected]", | ||
"execa": "^4.0.2", | ||
|
@@ -177,7 +178,7 @@ | |
"getos": "^3.2.1", | ||
"glob": "^7.1.7", | ||
"glob-all": "^3.2.1", | ||
"globby": "^8.0.1", | ||
"globby": "^11.1.0", | ||
"handlebars": "4.7.7", | ||
"hjson": "3.2.1", | ||
"http-proxy-agent": "^2.1.0", | ||
|
@@ -211,6 +212,7 @@ | |
"rison-node": "1.0.2", | ||
"rxjs": "^6.5.5", | ||
"semver": "^5.7.0", | ||
"set-value": "^4.1.0", | ||
"source-map-support": "^0.5.19", | ||
"symbol-observable": "^1.2.0", | ||
"tar": "^6.1.11", | ||
|
@@ -301,7 +303,7 @@ | |
"@types/mock-fs": "^4.10.0", | ||
"@types/moment-timezone": "^0.5.12", | ||
"@types/mustache": "^0.8.31", | ||
"@types/node": "^14.17.32", | ||
"@types/node": "~18.7.0", | ||
"@types/node-forge": "^1.0.1", | ||
"@types/normalize-path": "^3.0.0", | ||
"@types/pegjs": "^0.10.1", | ||
|
@@ -342,7 +344,6 @@ | |
"angular-mocks": "^1.8.2", | ||
"angular-recursion": "^1.0.5", | ||
"angular-route": "^1.8.0", | ||
"angular-sortable-view": "^0.0.17", | ||
"archiver": "^5.3.0", | ||
"axe-core": "^4.0.2", | ||
"babel-eslint": "^10.0.3", | ||
|
@@ -396,7 +397,7 @@ | |
"immer": "^9.0.6", | ||
"intl-messageformat-parser": "^1.4.0", | ||
"jest": "^27.5.1", | ||
"jest-canvas-mock": "^2.3.1", | ||
"jest-canvas-mock": "^2.5.1", | ||
"jest-raw-loader": "^1.0.1", | ||
"jimp": "^0.14.0", | ||
"jquery": "^3.5.0", | ||
|
@@ -468,7 +469,7 @@ | |
"zlib": "^1.0.5" | ||
}, | ||
"engines": { | ||
"node": "^14.20.1", | ||
"node": ">=14.20.1 <19", | ||
"yarn": "^1.22.10" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -16,6 +16,6 @@ | |
"@osd/babel-preset": "1.0.0", | ||
"raw-loader": "^4.0.2", | ||
"typescript": "4.0.2", | ||
"webpack": "^4.41.5" | ||
"webpack": "npm:@amoo-miki/[email protected]" | ||
} | ||
} |
5 changes: 2 additions & 3 deletions
5
packages/osd-config-schema/src/errors/__snapshots__/schema_error.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.