-
Updated
Sep 10, 2021 - CSS
elasticsearch-plugin
Here are 120 public repositories matching this topic...
-
Updated
Nov 30, 2021 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Dec 22, 2021 - Java
-
Updated
Dec 22, 2021 - Scala
-
Updated
Nov 7, 2017 - JavaScript
-
Updated
Apr 20, 2020 - Python
Describe the bug
Elastiknn exceptions do not extend ElasticsearchException, so they seem to always be turned into a 500, when a 4xx would often be more appropriate.
Expected behavior
- When a query is incompatible with a mapping, use an exception that will get converted to a 400 response code. [See code where exception is initialized.](https://github.com/alexklibisz/elastiknn/blob
-
Updated
Oct 12, 2021 - PHP
-
Updated
May 5, 2021 - Java
-
Updated
Dec 20, 2021 - Java
-
Updated
Jun 10, 2021 - PHP
-
Updated
Dec 14, 2021 - Java
How to reproduce?
Run go test ./...
at the root in feat/es7
branch
You can easily see that a lot of test cases get failed, we need to fix it and make sure that all the test cases work as expected.
Additional Context
We recently upgraded the elastic search version from 6.x to 7.x which has some breaking changes, probably that might be the reason for some failed test cases.
-
Updated
Dec 20, 2021 - Java
-
Updated
Dec 14, 2021 - Java
-
Updated
Aug 9, 2021 - Java
-
Updated
Oct 24, 2019 - Java
-
Updated
Dec 21, 2021 - PHP
-
Updated
Sep 7, 2015 - Java
-
Updated
Apr 19, 2019 - Java
-
Updated
Dec 20, 2021 - Java
-
Updated
Sep 15, 2017 - Python
-
Updated
Apr 21, 2019 - Java
-
Updated
Oct 7, 2018 - Java
-
Updated
Aug 10, 2019 - C++
-
Updated
Dec 20, 2021 - Java
-
Updated
Jan 24, 2019 - Java
-
Updated
Aug 29, 2018 - Java
Improve this page
Add a description, image, and links to the elasticsearch-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the elasticsearch-plugin topic, visit your repo's landing page and select "manage topics."
Describe the bug
Propagate exception from publishing Email notifications to Action run result
To Reproduce
Steps to reproduce the behavior:
Expected behavior