scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
445 stars 114 forks source link

fix: implementation issues with large repository #951

Closed scolladon closed 1 week ago

scolladon commented 1 week ago

Explain your changes


Improve array concatenation with very large volume of lines Secure path sent to git for file listing Secure regex when path starts with folder (repo is current folder)

codeclimate[bot] commented 1 week ago

Code Climate has analyzed commit 572915ee and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (a0b58c5) to head (572915e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #951 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 40 40 Lines 1029 1030 +1 Branches 103 104 +1 ========================================= + Hits 1029 1030 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 week ago

Shipped in release v5.49.4. You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.49.4

Happy incremental deployment!