scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
402 stars 110 forks source link

fix: sub directory detection when walking vcs content #880

Closed scolladon closed 1 month ago

scolladon commented 1 month ago

Explain your changes


Use the existing subDir algorithm instead of the local sibling folder detection

Does this close any currently open issues?


closes #878

Any particular element that can be tested locally


use --source parameter with '.' value

codeclimate[bot] commented 1 month ago

Code Climate has analyzed commit 99c20f3b and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (eb5a47b) to head (99c20f3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #880 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 39 39 Lines 1067 1067 Branches 114 114 ========================================= Hits 1067 1067 ```

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

scolladon commented 1 month ago

Could you help here by testing this version please @jdkgabri ? You can follow those steps to test locally the current version

jdkgabri commented 1 month ago

Could you help here by testing this version please @jdkgabri ? You can follow those steps to test locally the current version

I can confirm this branch works properly! thanks for the fix!

github-actions[bot] commented 1 month ago

Shipped in release v5.40.1. 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.40.1

Happy incremental deployment!