Alex Kurkin

Results 2 issues of Alex Kurkin

hello, trying to send bulk requests incorrectly responds as `{:ok, 200}` in case of failure. Example code: ``` elixir data = ... payload = bulk([index: "dev", type: "entities"]) do index...

Bug
Good for Contributors

hello guys, consider this situation: - create **feature branch** from **master** - make changes, commit and push -- pipeline will be executed automatically - few PRs went into **master** -...