Daniel (dB.) Doubrovkine

Results 521 issues of Daniel (dB.) Doubrovkine

## What/Why ### What are you proposing? Lower the number of approvers required to merge a PR into this repo from 2 to 1. ### What users have asked for...

enhancement

### Is your feature request related to a problem? The `/_plugins/_flow_framework` namespace is not included in the specs. ### What solution would you like? Add specs/tests for flow framework APIs,...

enhancement

## What/Why ### What are you proposing? The same as https://github.com/opensearch-project/OpenSearch/pull/13621 in each plugin. ### What users have asked for this feature? All users of OpenSearch that use language clients....

enhancement

### Is your feature request related to a problem? OpenSearch supports a number of [search request/response processors](https://opensearch.org/docs/latest/search-plugins/search-pipelines/search-processors/). Tests tests were added in https://github.com/opensearch-project/opensearch-api-specification/pull/505. ### What solution would you like? Add...

enhancement

### Is your feature request related to a problem? Coming from https://github.com/opensearch-project/opensearch-api-specification/pull/483#discussion_r1711510272 we want to validate namespace files for certain limitations that are not present in any OpenAPI schema. -...

enhancement

### Is your feature request related to a problem? In https://github.com/opensearch-project/opensearch-api-specification/pull/459 I've added support for testing a spec against the next version of OpenSearch 3.0. Changing the ref to a...

enhancement

### What is the bug? Coming from https://github.com/opensearch-project/opensearch-go/issues/284#issuecomment-2230838482, the spec contains both humanly readable and non-humanly-readable versions of many fields. Fields of type `_common:BysteSize` are no longer returned by the...

bug

### Is your feature request related to a problem? I think we will end up generating documentation from spec into https://github.com/opensearch-project/documentation-website. That site has a lot of inconsistencies around wording,...

enhancement

## What/Why ### What are you proposing? Coming from https://github.com/opensearch-project/documentation-website/issues/7700 it may make sense to organize the documentation by operation group. Currently this list looks very inconsistent. ``` ["info", "ping",...

enhancement

### Is your feature request related to a problem? In writing tests for `_reindex` I tried the following. ```yaml - synopsis: Reindex from a remote cluster. path: /_reindex method: POST...

enhancement