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

#1015 Added option to store checksum for each imported file #1017

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

StephanSchrader
Copy link

What this PR does / why we need it:
With this option it can be configured, that only not already been imported files were imported. Also already imported and changed files can be imported again or import might be fail and aborted.

Which issue this PR fixes:
fixes #1015

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@StephanSchrader StephanSchrader force-pushed the feat/1015_checksum-for-each-file branch 2 times, most recently from 8774816 to 07f584a Compare May 10, 2024 12:13
@StephanSchrader StephanSchrader force-pushed the feat/1015_checksum-for-each-file branch from 07f584a to 713ef32 Compare May 10, 2024 12:50
Copy link

sonarcloud bot commented May 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented May 10, 2024

Codecov Report

Attention: Patch coverage is 93.75000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 95.45%. Comparing base (554c4a1) to head (17c0074).

Files Patch % Lines
...cloak/config/service/checksum/ChecksumService.java 88.88% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1017      +/-   ##
============================================
- Coverage     95.56%   95.45%   -0.12%     
- Complexity     1370     1372       +2     
============================================
  Files            81       81              
  Lines          4400     4423      +23     
  Branches        500      503       +3     
============================================
+ Hits           4205     4222      +17     
- Misses           94       98       +4     
- Partials        101      103       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Multiple files are imported even if imported in a previous run
1 participant