-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
157 changed files
with
2,375 additions
and
15,903 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Apply 'untriaged' label during issue lifecycle | ||
|
||
on: | ||
issues: | ||
types: [opened, reopened, transferred] | ||
|
||
jobs: | ||
apply-label: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v6 | ||
with: | ||
script: | | ||
github.rest.issues.addLabels({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
labels: ['untriaged'] | ||
}) |
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 |
---|---|---|
|
@@ -53,6 +53,10 @@ jobs: | |
id: linter | ||
run: yarn lint | ||
|
||
- name: Validate NOTICE file | ||
id: notice-validate | ||
run: yarn notice:validate | ||
|
||
- name: Run unit tests with coverage | ||
id: unit-tests | ||
run: yarn test:jest:ci:coverage | ||
|
@@ -107,6 +111,10 @@ jobs: | |
id: linter | ||
run: yarn lint | ||
|
||
- name: Validate NOTICE file | ||
id: notice-validate | ||
run: yarn notice:validate | ||
|
||
- name: Run unit tests with coverage | ||
id: unit-tests | ||
run: yarn test:jest:ci:coverage | ||
|
@@ -152,9 +160,8 @@ jobs: | |
npm uninstall -g yarn | ||
npm i -g [email protected] | ||
# image has the latest chrome v99 | ||
- name: Setup chromedriver | ||
run: yarn add --dev [email protected] | ||
run: node scripts/upgrade_chromedriver.js | ||
|
||
- name: Run bootstrap | ||
run: yarn osd bootstrap | ||
|
@@ -204,9 +211,8 @@ jobs: | |
npm uninstall -g yarn | ||
npm i -g [email protected] | ||
# image has the latest chrome v99 | ||
- name: Setup chromedriver | ||
run: yarn add --dev [email protected] | ||
run: node scripts/upgrade_chromedriver.js | ||
|
||
- name: Run bootstrap | ||
run: yarn osd bootstrap | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
.ackrc | ||
/.opensearch | ||
/.chromium | ||
/package.json.bak | ||
.DS_Store | ||
.node_binaries | ||
.native_modules | ||
|
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,26 +1,26 @@ | ||
# OpenSearch-Dashboards Maintainers | ||
|
||
## Maintainers | ||
| Maintainer | GitHub ID | Affiliation | | ||
| --------------- | --------- | ----------- | | ||
| Anan | [ananzh](https://github.com/ananzh) | Amazon | | ||
| Bishoy Boktor | [boktorbb-amzn](https://github.com/boktorbb-amzn) | Amazon | | ||
| Mihir Soni | [mihirsoni](https://github.com/mihirsoni) | Amazon | | ||
| Rocky | [kavilla](https://github.com/kavilla) | Amazon | | ||
| Sean Neumann | [seanneumann](https://github.com/seanneumann) | Amazon | | ||
| Miki Barahmand | [AMoo-Miki](https://github.com/AMoo-Miki) | Amazon | | ||
| Ashwin P Chandran | [ashwin-pc](https://github.com/ashwin-pc) | Amazon | | ||
| Josh Romero | [joshuarrrr](https://github.com/joshuarrrr) | Amazon | | ||
| Abby Hu | [abbyhu2000](https://github.com/abbyhu2000) | Amazon | | ||
| Yan Zeng | [zengyan-amazon](https://github.com/zengyan-amazon) | Amazon | | ||
| Kristen Tian | [kristenTian](https://github.com/kristenTian) | Amazon | | ||
| Zhongnan Su | [zhongnansu](https://github.com/zhongnansu) | Amazon | | ||
| Manasvini B Suryanarayana | [manasvinibs](https://github.com/manasvinibs) | Amazon | | ||
| Maintainer | GitHub ID | Affiliation | | ||
| ------------------------- | --------------------------------------------------- | ----------- | | ||
| Anan Zhuang | [ananzh](https://github.com/ananzh) | Amazon | | ||
| Bishoy Boktor | [boktorbb](https://github.com/boktorbb) | Amazon | | ||
| Mihir Soni | [mihirsoni](https://github.com/mihirsoni) | Amazon | | ||
| Kawika (Rocky) Avilla | [kavilla](https://github.com/kavilla) | Amazon | | ||
| Sean Neumann | [seanneumann](https://github.com/seanneumann) | Amazon | | ||
| Miki Barahmand | [AMoo-Miki](https://github.com/AMoo-Miki) | Amazon | | ||
| Ashwin P Chandran | [ashwin-pc](https://github.com/ashwin-pc) | Amazon | | ||
| Josh Romero | [joshuarrrr](https://github.com/joshuarrrr) | Amazon | | ||
| Abby Hu | [abbyhu2000](https://github.com/abbyhu2000) | Amazon | | ||
| Yan Zeng | [zengyan-amazon](https://github.com/zengyan-amazon) | Amazon | | ||
| Kristen Tian | [kristenTian](https://github.com/kristenTian) | Amazon | | ||
| Zhongnan Su | [zhongnansu](https://github.com/zhongnansu) | Amazon | | ||
| Manasvini B Suryanarayana | [manasvinibs](https://github.com/manasvinibs) | Amazon | | ||
|
||
## Emeritus | ||
|
||
| Maintainer | GitHub ID | Affiliation | | ||
| --------------- | --------- | ----------- | | ||
| Tommy Markley | [tmarkley](https://github.com/tmarkley) | Amazon | | ||
| Maintainer | GitHub ID | Affiliation | | ||
| ------------------------- | --------------------------------------------------- | ----------- | | ||
| Tommy Markley | [tmarkley](https://github.com/tmarkley) | Amazon | | ||
|
||
[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md). |
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.