-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
feat: add Expression Set metadatas support #960
Conversation
Hi @PythSomeone ! Could you test on your side and help us validate this PR please ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #960 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 40 40
Lines 1018 1018
Branches 104 104
=========================================
Hits 1018 1018 ☔ View full report in Codecov by Sentry. |
a11e46e
to
86a761d
Compare
@scolladon |
Do you have an example of |
FYI @PythSomeone: Product Catalog Management metadata have been added (ProductSpecificationType and ProductSpecificationRecType) |
Hi @PythSomeone ! Have you been able to look at my question here ? |
Hi @scolladon As for (ProductSpecificationType and ProductSpecificationRecType) - they are properly generated by Delta |
Code Climate has analyzed commit 9060220 and detected 0 issues on this pull request. View more on Code Climate. |
Hi @PythSomeone, thanks for your feedback and for the information. Hi @eqtkram, |
@scolladon Looks like all the objects I concerned about are now correctly generated in delta. Thanks a lot! |
Shipped in release $ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install [email protected] Happy incremental deployment! |
Explain your changes
Support for :
ContextDefinition
ExpressionSetMessageToken
ExpressionSetObjectAlias
ProductSpecificationType
ProductSpecificationRecType
UiFormatSpecificationSet
ExpressionSetVersion
(not described in the metadata API documentation but available through it)Does this close any currently open issues?
closes #959