CumulusCI icon indicating copy to clipboard operation
CumulusCI copied to clipboard

Add minimum version check for version id dependencies

Open leboff opened this issue 1 year ago • 3 comments

Add the same minimum version check that namespace/version dependencies get to 04t version id dependencies

leboff avatar Mar 27 '24 19:03 leboff

This appears to be an alternative fix to the same issue we are both having that I tried solving in a different way https://github.com/SFDO-Tooling/CumulusCI/pull/3671

yippie avatar May 10 '24 13:05 yippie

@jstvz @davidmreed can we please get one of these merged so that dependency install is much more efficient and doesn't downgrade.

yippie avatar May 10 '24 13:05 yippie

@yippie @leboff We have reviewed the pull request. Currently, we do not plan to alter the default behavior of Salesforce concerning the installation of unlocked packages. Instead, we propose treating this as a potential new feature for CumulusCI rather than a bug.

For us to consider incorporating this feature, it must meet the following criteria:

  1. Include an option to override the default Salesforce behavior for installing unlocked packages, allowing the installation of lower versions of packages on the organization.
  2. Ensure test coverage for get_package_from_version and the changes in branches here. Additionally, please mock the response for tests regarding the query.

Let us know if you have any questions about this feedback.

vsbharath avatar May 17 '24 18:05 vsbharath