-
Notifications
You must be signed in to change notification settings - Fork 58
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
Initialize SDKClient with instance of ExtensionSettings #579
Initialize SDKClient with instance of ExtensionSettings #579
Conversation
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #579 +/- ##
============================================
+ Coverage 69.85% 69.92% +0.06%
Complexity 216 216
============================================
Files 40 40
Lines 889 891 +2
Branches 26 26
============================================
+ Hits 621 623 +2
Misses 257 257
Partials 11 11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
This looks great! Approving but would like a few small requests with variable naming and comments.
Signed-off-by: Kuanysh <kuanysh4646@gmail.com>
* Created the MapperExtension interface and added the MapperPlugin content Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * deleted comments Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * add javadoc Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * add unit test Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * refactor for unit test Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * refactor Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * add constructor SDKClient, change methods, change tests Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * refactor Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * refactor for gradle check Signed-off-by: Kuanysh <kuanysh4646@gmail.com> * refactor for parametrs and comments Signed-off-by: Kuanysh <kuanysh4646@gmail.com> --------- Signed-off-by: Kuanysh <kuanysh4646@gmail.com> (cherry picked from commit 7e4cf0b) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.