scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
436 stars 115 forks source link

Not picking up on changes to omniDataTransforms, omniIntegrationProcedures and omniScripts #827

Closed pcjones10 closed 5 months ago

pcjones10 commented 6 months ago

Issue verification check:

What is the problem?


We committed omniDataTransform, omniIntegrationProcedure and omniScript components to our code base but we are not seeing the newly added components picked up in the diff and manifest.

What is the parameter and the value you used with it?


sfdx sgd:source:delta -f HEAD^ -o changed-sources/ -d

What is the expected result?


We expect to see a package.xml created with the new components and types <?xml version="1.0" encoding="UTF-8"?>

PhilTest_1 OmniDataTransform 52.0 image

What is the actual result?


Instead we get an empty package.xml <?xml version="1.0" encoding="UTF-8"?>

52.0 image

Steps to reproduce


Try adding OmniDataTransform components with a new commit. Then run sfdx sgd:source:delta -f HEAD^ --output "."

Execution context



Operating System: Ubuntu latest

yarn version: NA

node version: v18.12.0

git version: 2.25.1

sfdx version: 7.187.1

sgd plugin version: 5.11.4

99B3B1B1-E026-4FE0-9158-6FC0E2F12280
pcjones10 commented 6 months ago

I have tried increasing the API version with -a and in the sfdx config as well but that does not seem to produce a new result.

scolladon commented 6 months ago

Hi @pcjones10!

Thanks for raising this issue and thanks for contributing in making this project better!

From what I see you should try upgrading the plugin version you are using (latest-rc should work) Those metadata have been included with the version 5.29.0