Skip to content
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

Add custom object service #938

Merged

Conversation

lojzatran
Copy link
Collaborator

@lojzatran lojzatran commented Apr 13, 2023

Summary

I migrated custom object service and related classes and tests because it's required for ProductSync.

@codecov-commenter
Copy link

codecov-commenter commented Apr 14, 2023

Codecov Report

Merging #938 (ab50320) into java-sdk-v2-product-sync-migration (3c995c3) will increase coverage by 0.00%.
The diff coverage is 90.00%.

@@                          Coverage Diff                          @@
##             java-sdk-v2-product-sync-migration     #938   +/-   ##
=====================================================================
  Coverage                                 96.46%   96.47%           
- Complexity                                 3667     3690   +23     
=====================================================================
  Files                                       321      325    +4     
  Lines                                     10446    10494   +48     
  Branches                                    627      627           
=====================================================================
+ Hits                                      10077    10124   +47     
- Misses                                      274      275    +1     
  Partials                                     95       95           
Impacted Files Coverage Δ
...customobjects/models/NoopResourceUpdateAction.java 0.00% <0.00%> (ø)
...nc/sdk2/services/impl/CustomObjectServiceImpl.java 94.59% <94.59%> (ø)
...nc/sdk2/customobjects/CustomObjectSyncOptions.java 100.00% <100.00%> (ø)
.../customobjects/CustomObjectSyncOptionsBuilder.java 100.00% <100.00%> (ø)
...jects/helpers/CustomObjectCompositeIdentifier.java 86.95% <100.00%> (+17.39%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lojzatran lojzatran marked this pull request as ready for review April 14, 2023 12:27
@@ -45,7 +45,7 @@ private CustomObjectCompositeIdentifier(
*/
@Nonnull
public static CustomObjectCompositeIdentifier of(
@Nonnull final CustomObjectDraftBuilder customObjectDraftBuilder) {
@Nonnull final CustomObjectDraft customObjectDraftBuilder) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@Nonnull final CustomObjectDraft customObjectDraftBuilder) {
@Nonnull final CustomObjectDraft customObjectDraft) {

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lojzatran lojzatran merged commit c781e2c into java-sdk-v2-product-sync-migration Apr 17, 2023
@lojzatran lojzatran deleted the java-sdk-v2-custom_object_service branch April 17, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants