-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cleanup TESTING and DEVELOPER_GUIDE markdowns #946
Conversation
✅ Gradle Wrapper Validation success 37af3fc2e341c3e5d80e7c16fa02958d2614d574 |
✅ DCO Check Passed 37af3fc2e341c3e5d80e7c16fa02958d2614d574 |
✅ Gradle Precommit success 37af3fc2e341c3e5d80e7c16fa02958d2614d574 |
start gradle check |
✅ Gradle Check success 37af3fc2e341c3e5d80e7c16fa02958d2614d574 |
DEVELOPER_GUIDE.md
Outdated
@@ -175,7 +170,7 @@ For example, reindex requires the `connect` permission so it can perform reindex | |||
|
|||
### `plugins` | |||
|
|||
Officially supported plugins to OpenSearch. We decide that a feature should be a plugin rather than shipped as a module because we feel that it is only important to a subset of users, especially if it requires extra dependencies. | |||
Built-in plugins to OpenSearch. We decide that a feature should be a plugin rather than shipped as a module because we feel that it is only important to a subset of users, especially if it requires extra dependencies. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct me if I'm wrong but I believe these plugins not built-in into the distributions and users have to install these manually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. Not sure why I changed this, reverting.
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
✅ Gradle Wrapper Validation success 1f361f550b8f68704b9ff74b056caf828591cb88 |
Signed-off-by: dblock <[email protected]>
✅ DCO Check Passed 1f361f550b8f68704b9ff74b056caf828591cb88 |
Signed-off-by: dblock <[email protected]>
start gradle check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✅ DCO Check Passed c5c52cb |
✅ Gradle Precommit success 1f361f550b8f68704b9ff74b056caf828591cb88 |
✅ Gradle Wrapper Validation success c5c52cb |
✅ Gradle Precommit success c5c52cb |
Hi @dblock, I see the issue #943 has the last item to update the |
I just followed the recommendation to remove that section. Not sure what the link should be, feel free to put the section back with the correct link when you figure it out! |
Signed-off-by: dblock <[email protected]>
Description
Checking the boxes in #943
Issues Resolved
Closes #943.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.