-
Couldn't load subscription status.
- Fork 130
Introducing Transforms #17
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
Conversation
* Adding stream tests for transform object * Added Create/Update API * Added license text to Create/Update API files * Updated config to support transforms, additional integ tests for create transform * Corrected issues noted in review in PR#412 * Updating TransportIndexTransformAction function names Co-authored-by: Ravi Thaluru <ravi1092@gmail.com>
* Initial GetTransform commit * Added GetTransform API, unit tests, integ tests * Ktlint fixes * Implementing util function, modified missing source behavior, xContentRegistry tweaks * Updated Transport logic, renamed GetUtils to ScheduledJobUtils and streamlined method signature
* Added Delete Transform API and tests
* Start/Stop API initial commit
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
Signed-off-by: Ravi Thaluru <ravi1092@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #17 +/- ##
============================================
+ Coverage 77.31% 78.10% +0.78%
- Complexity 1557 1856 +299
============================================
Files 201 255 +54
Lines 8588 9962 +1374
Branches 1326 1506 +180
============================================
+ Hits 6640 7781 +1141
- Misses 1250 1366 +116
- Partials 698 815 +117
Continue to review full report at Codecov.
|
Issue #, if available:
Description of changes:
Introducing transforms feature to index management - https://github.com/opensearch-project/index-management/blob/main/docs/transform-rfc.md
Most of the code was 1 person reviewed during development
CheckList:
[ X] Commits are signed per the DCO using --signoff
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.