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 support for Executables in DatabaseShardedMongoTemplate #52

Merged
merged 5 commits into from
Apr 18, 2023

Conversation

shashankrnr32
Copy link
Owner

Summary

@shashankrnr32

This is a Pull Request that is capable of changing the world.


Fixes: #{issue_number}

Checklist

Checklist (Developer)

Prerequisites

  • I have read the contribution guidelines

Code Analysis

  • Covered by Unittests
  • All Code analysis checks are passing

Project related

  • Project API has modified and is backward incompatible
  • I have updated the relevant documentation

Pre-Merge Checklist

  • All the build jobs are passing

Checklist (Reviewer 1 - Language Reviewer)

  • Reviewed Source Code
  • Reviewed Tests (If applicable)
  • Reviewed Documentation (If applicable)

Checklist (Reviewer 2 - Functional Reviewer)

  • Reviewed Source Code
  • Reviewed Tests (If applicable)
  • Reviewed Documentation (If applicable)

@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Patch coverage: 6.79% and project coverage change: -13.01 ⚠️

Comparison is base (7cd5fb5) 93.31% compared to head (d81de04) 80.31%.

Additional details and impacted files
@@              Coverage Diff              @@
##               main      #52       +/-   ##
=============================================
- Coverage     93.31%   80.31%   -13.01%     
  Complexity      534      534               
=============================================
  Files            34       39        +5     
  Lines           928     1082      +154     
  Branches         26       38       +12     
=============================================
+ Hits            866      869        +3     
- Misses           55      206      +151     
  Partials          7        7               
Impacted Files Coverage Δ
...ecutable/DatabaseShardedExecutableFindSupport.java 0.00% <0.00%> (ø)
...utable/DatabaseShardedExecutableInsertSupport.java 0.00% <0.00%> (ø)
...utable/DatabaseShardedExecutableRemoveSupport.java 0.00% <0.00%> (ø)
...utable/DatabaseShardedExecutableUpdateSupport.java 0.00% <0.00%> (ø)
...b/sharding/core/template/ShardedMongoTemplate.java 85.00% <ø> (ø)
...ng/core/template/DatabaseShardedMongoTemplate.java 91.85% <26.66%> (-8.15%) ⬇️
.../sharding/core/template/ExtendedMongoTemplate.java 85.71% <85.71%> (ø)
.../core/template/CollectionShardedMongoTemplate.java 97.43% <100.00%> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarcloud
Copy link

sonarcloud bot commented Apr 18, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

5.1% 5.1% Coverage
0.0% 0.0% Duplication

@shashankrnr32 shashankrnr32 merged commit 2756660 into main Apr 18, 2023
@shashankrnr32 shashankrnr32 deleted the sharding-example-2 branch April 18, 2023 07:19
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.

1 participant