Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
**What kind of business use case are you trying to solve? What are your requirements?** I want to be able to rely on CI when contributing to all plugin projects....
## What/Why ### What are you proposing? Document a process for adding a new plugin to the OpenSearch or OpenSearch Dashboards distribution, or releasing a new plugin that is not...
## What/Why ### What are you proposing? Coming from https://github.com/opensearch-project/cross-cluster-replication/pull/566#issuecomment-1262653097, replace any direct download of the latest plugin zip such as https://github.com/opensearch-project/job-scheduler/pull/242 by a maven dependency. Document how to do...
**Is your feature request related to a problem?** - Every plugin generates release notes in their own way, and either by hand or with semi-automation. - In version 1.2.2 the...
Coming from https://github.com/opensearch-project/opensearch-build/pull/239/files#r690394944 Take a look at https://github.com/opensearch-project/opensearch-build/blob/main/release/tar/linux/opensearch-tar-install.sh to see how `LD_LIBRARY_PATH` is set to consume the native library. TL;DR: OpenSearch plugins don't really have a good way to include...
### What is the bug? Coming from https://github.com/opensearch-project/opensearch-ruby/pull/155#discussion_r1145305950 replace all modifying of incoming hashes by duping them. See https://code.dblock.org/2020/11/11/dup-dont-modify-input-hash-parameters-in-ruby.html for some horror stories. ### What is the expected behavior? Do...
### What is the bug? We have a ton of Elasticsearch references in code, https://github.com/opensearch-project/spring-data-opensearch/search?q=Elasticsearch. What's the plan to deprecate those in favor of OpenSearch? ### What is the expected...
## What/Why ### What are you proposing? Add CHANGELOG enforced with a GHA. ### What users have asked for this feature? I'd like every PR to come with an entry...
**What is the bug?** I installed an incompatible plugin into OpenSearch that has a REST handler. That handler raises a `NoMethodError` in this particular instance of OpenSearch, causing the following...
**Is your feature request related to a problem?** Changing the admin password in OpenSearch is too hard. https://code.dblock.org/2023/08/08/changing-the-default-admin-password-in-opensearch.html **What solution would you like?** An API/tool that lets me change the...