-
Notifications
You must be signed in to change notification settings - Fork 36
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
Create a Config XContent model for Config index #679
Conversation
14372a4
to
4db3fa4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #679 +/- ##
============================================
+ Coverage 72.56% 73.44% +0.87%
- Complexity 697 710 +13
============================================
Files 82 83 +1
Lines 3605 3645 +40
Branches 309 312 +3
============================================
+ Hits 2616 2677 +61
+ Misses 845 823 -22
- Partials 144 145 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall with a minor comment
3818ca6
to
08a29f3
Compare
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
* Create a Config XContent model for Config index Signed-off-by: Daniel Widdis <[email protected]> * Move XContent builder into lambda Signed-off-by: Daniel Widdis <[email protected]> * Improve test coverage Signed-off-by: Daniel Widdis <[email protected]> * Even more test coverage Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]> (cherry picked from commit 40d9efc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Create a Config XContent model for Config index (#679) * Create a Config XContent model for Config index * Move XContent builder into lambda * Improve test coverage * Even more test coverage --------- (cherry picked from commit 40d9efc) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Creates a Java Object abstraction for the key-value maps used for the config index, separating data from code.
Issues Resolved
Resolves #675
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.