Skip to content

Commit

Permalink
add MAINTAINERS.md
Browse files Browse the repository at this point in the history
Signed-off-by: YANG-DB <[email protected]>
  • Loading branch information
Signed-off-by: Lior perry authored and YANG-DB committed Nov 29, 2022
1 parent bc4aa85 commit bc75967
Show file tree
Hide file tree
Showing 92 changed files with 11 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions workbench/DEVELOPER_GUIDE.md → DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ So you want to contribute code to this project? Excellent! We're glad you're her

### Setup

1. Download OpenSearch for the version that matches the [OpenSearch Dashboards version specified in package.json](./package.json#L8).
1. Download OpenSearch for the version that matches the [OpenSearch Dashboards version specified in package.json](package.json8).
1. Download and install the most recent version of [OpenSearch SQL plugin](https://github.com/opensearch-project/sql).
1. Download the OpenSearch Dashboards source code for the [version specified in package.json](./package.json#L8) you want to set up.
1. Download the OpenSearch Dashboards source code for the [version specified in package.json](package.json8) you want to set up.

See the [OpenSearch Dashboards contributing guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/CONTRIBUTING.md) to get started.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion workbench/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ This project is licensed under the [Apache v2.0 License](../LICENSE.txt).

## Copyright

Copyright OpenSearch Contributors. See [NOTICE](./NOTICE) for details.
Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions workbench/package.json → package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"scripts": {
"osd": "node ../../scripts/osd",
"opensearch": "node ../../scripts/opensearch",
"lint": "tslint .",
"lint": "tslint workbench",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"test:jest": "../../node_modules/.bin/jest --config test/jest.config.js",
"build": "yarn plugin_helpers build",
"plugin_helpers": "node ../../scripts/plugin_helpers"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 6 additions & 1 deletion workbench/tsconfig.json → tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"extends": "../../tsconfig.json",

// tell the TypeScript compiler where to find your source files
"include": ["server/**/*", "public/**/*", "test/**/*", "babel.config.js"],
"include": [
"server/**/*",
"public/**/*",
"test/**/*",
"babel.config.js"
],
"exclude": ["node_modules", "*/node_modules/"],

"compilerOptions": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bc75967

Please sign in to comment.