-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore exception behavior for backwards compatibility (#245)
* Fix ML tests Signed-off-by: Kim Pepper <[email protected]> * Fix Security tests Signed-off-by: Kim Pepper <[email protected]> * Updates SQL namespace tests Signed-off-by: Kim Pepper <[email protected]> * Re-add support for legacy exceptions Signed-off-by: Kim Pepper <[email protected]> * Handle exception in boolean request wrapper Signed-off-by: Kim Pepper <[email protected]> * Avoid empty() Signed-off-by: Kim Pepper <[email protected]> * Generate API Signed-off-by: Kim Pepper <[email protected]> --------- Signed-off-by: Kim Pepper <[email protected]>
- Loading branch information
Showing
290 changed files
with
3,141 additions
and
1,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
services: | ||
opensearch: | ||
image: opensearchproject/opensearch:2 | ||
ports: | ||
- 9200:9200 | ||
environment: | ||
- discovery.type=single-node | ||
- plugins.security.disabled=true | ||
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=myStrongPassword123! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.