Chandler Anderson
Chandler Anderson
### Describe the bug When running the `uninstall_post` task, Salesforce throws an error `UNKNOWN_EXCEPTION: Custom metadata type %%%NAMESPACE%%%[CUSTOM_METADATA_TYPE] is not available in this organization`. Presumably, this is because the `uninstall_post`...
### Describe the bug If you run `cci task run create_bulk_data_permission_set` twice, the second time throws this message: ``` Error: Malformed request https://force-app-2891-dev-ed.cs6.my.salesforce.com/services/data/v52.0/sobjects/PermissionSet/. Response content: [{'message': 'The label you entered...
If you attempt to override the preset `version_base` and `ancestor_id` options for the `create_package_version` task (for example, to bypass GitHub resolution in the `release_2gp_beta` flow), you will be blocked by...
### Feature Type I'm interested in functionality that solves a current problem or limitation in how CumulusCI works. ### Does your feature request solve a current problem? The CumulusCI VS...
## Description When working on recent tests, I had an issue where mock call arguments was not being matched properly, even when they appeared to be equal. EDIT: Further testing...
Avoid code duplication of `ApexMockeryOverview` and `StubBuilderImpl` by using Salesforce CLI's string replacement functionality to replace `namespace.` with the value of the `SF_NAMESPACE_DOT` environment variable. ## Description I replaced `mockery.`...
The tag feature is awesome; I was literally about to implement my own version of it, and I'm glad to see that something already exists. The current standard tag types...