scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
414 stars 112 forks source link

feat: warn when a flow is deleted #894

Closed scolladon closed 1 month ago

scolladon commented 1 month ago

Explain your changes


Add a warning in the output of SGD when the plugin detect a deletion of a flow

Does this close any currently open issues?


closes #893

Any particular element that can be tested locally


Any other comments


scolladon commented 1 month ago

Please help reviewing here @amtrack :)

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 (f79d3dc) to head (39d040f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #894 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 39 40 +1 Lines 1066 1074 +8 Branches 115 115 ========================================= + Hits 1066 1074 +8 ```

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

scolladon commented 1 month ago

Hi @amtrack !

We have updated the warning message and the readme, what do you think now ?

codeclimate[bot] commented 1 month ago

Code Climate has analyzed commit 39d040fd and detected 0 issues on this pull request.

View more on Code Climate.

github-actions[bot] commented 1 month ago

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

Happy incremental deployment!