-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades Index Management to use 2.0.0-alpha1 of OpenSearch and depen… #318
Conversation
I guess that's not true... just the tests were passing in the mapping source to the MappingMetadata which was then using the "properties" key as the "type" and causing issues, it seems it still expects _doc to be passing in. |
…dencies Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## main #318 +/- ##
============================================
+ Coverage 75.73% 76.46% +0.73%
- Complexity 2003 2041 +38
============================================
Files 253 253
Lines 11467 11636 +169
Branches 1815 1807 -8
============================================
+ Hits 8685 8898 +213
- Misses 1751 1764 +13
+ Partials 1031 974 -57
Continue to review full report at Codecov.
|
…dencies (opensearch-project#318) Signed-off-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
…dencies
Signed-off-by: Drew Baugher 46505179+dbbaughe@users.noreply.github.com
Description of changes:
Issues:
#303
CheckList:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.