Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
### Is your feature request related to a problem? We enabled pylint in #590. Enable the remaining lints. Here are some top ones. ``` $ python -m pylint setup.py noxfile.py...
### Is your feature request related to a problem? In https://github.com/opensearch-project/opensearch-py/pull/594 I had to put back code that relies on errors for importing the async client. If `iohttp` is not...
## What/Why ### What are you proposing? On the tail of #392, split up test suites. 1. Unit tests that run by default and do _not_ require an instance of...
### What is the bug? Coming from https://github.com/opensearch-project/opensearch-py/pull/537/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 the link checker does not like `[page](link)` when link is a relative link to source code. These work on GitHub. ### How...
**Is your feature request related to a problem?** Coming from https://github.com/opensearch-project/opensearch-build/issues/38. In order to release a MacOS distribution each plugin needs to work on MacOS. **What solution would you like?**...
## What/Why ### What are you proposing? Lower the number of maintainers required to merge a PR from 2 to 1. ### What problems are you trying to solve? There...
### What is the bug? We have published a plugins naming convention to https://github.com/opensearch-project/opensearch-plugins/blob/main/CONVENTIONS.md#plugin-naming-conventions in #56, but are failing to adhere to these consistently - [index-management-dashboards-plugin](https://github.com/opensearch-project/index-management-dashboards-plugin) - [observability](https://github.com/opensearch-project/observability) - [security-analytics-dashboards-plugin](https://github.com/opensearch-project/security-analytics-dashboards-plugin)...
## What/Why ### What are you proposing? Document the steps that need to be taken to add an OpenSearch plugin into the distribution, including experimental plugins. ### What users have...
**Is your feature request related to a problem?** Coming from https://github.com/opensearch-project/opensearch-build/issues/33. In order to release a Windows x64 distribution each plugin needs to work on Windows and include tools that...
**Is your feature request related to a problem?** Some obsolete ALv2 headers are still found in various plugins, e.g. [here](https://github.com/opensearch-project/security/blob/2972bd15a98dbaa8c571b9b302268de076d20ee0/src/test/java/org/opensearch/security/TracingTests.java#L17). **What solution would you like?** 1. Document an SOP of...