opensearch-ruby icon indicating copy to clipboard operation
opensearch-ruby copied to clipboard

Ruby Client for OpenSearch

Results 20 opensearch-ruby issues
Sort by recently updated
recently updated
newest added

The https://github.com/opensearch-project/opensearch-api-specification repository has been updated to be written natively in OpenAPI, rather than being built from Smithy. This means that some structure and details of the specification has changed....

### Is your feature request related to a problem? I am using the client to communicate with an OpenSearch instance that uses the ML Commons plugin. With the ML commons...

enhancement

Fix https://github.com/opensearch-project/opensearch-ruby/actions/runs/4610255732

bug
good first issue

### What is the bug? [Compatibility matrix](https://github.com/opensearch-project/opensearch-ruby/blob/main/COMPATIBILITY.md) for the client gems is outdated. Update the matrix for the released gems. ### How can one reproduce the bug? See https://github.com/opensearch-project/opensearch-ruby/blob/main/COMPATIBILITY.md. ###...

bug
good first issue

### 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...

bug
good first issue

### What is the bug? We are using the `OpenSearch::Aws::Sigv4Client` according to instructions, but we have signature errors when trying to update documents. We are using IAM users. We have...

bug
good first issue

### What is the bug? While trying to build `opensearch-api.gemspec`, I see a bunch of warnings. ``` WARNING: open-ended dependency on multi_json (>= 0) is not recommended use a bounded...

bug
good first issue
hacktoberfest

**What is the bug?** It seems like `OpenSearch::Client` doesn't handle hosts/urls that contain passwords in the url with special characters correctly. When making requests with one of these urls, I...

bug
good first issue

Similar to https://github.com/opensearch-project/opensearch-ruby/issues/201 but for [ActionGenerator](https://github.com/opensearch-project/opensearch-ruby/blob/main/api_generator/lib/action_generator.rb) class

good first issue

Similar to https://github.com/opensearch-project/opensearch-ruby/issues/201 but for [Parameter](https://github.com/opensearch-project/opensearch-ruby/blob/main/api_generator/lib/parameter.rb) class.

good first issue