CumulusCI icon indicating copy to clipboard operation
CumulusCI copied to clipboard

Python framework for building portable automation for Salesforce projects

Results 234 CumulusCI issues
Sort by recently updated
recently updated
newest added

### Describe the bug The retrieve_unpackaged task is messing with the options directly which causes issues with Metadeploy. In _init_options, the package_xml option, which is supposed to be a file...

bug

Addresses #3543 `dx_convert_from` has a new option `resolve_sfdx_package_dirs` Usage Example: Given a `sfdx-project.json` with several package directories ``` { "packageDirectories": [ { "path": "my-app", "default": true }, { "path": "libs/helper"...

oss-contribution

To address #2424, I have created a document called `org_config.md` under docs, and added this paragraph to the `reference.md` chapter. At the same time, I fixed the name of the...

ignore-for-release
cla:signed

simple-salesforce dependency in cci is very old (from 2019) Since then they have added a very handy and extensive mdapi feature. ## Changes - bump simple-salesforce version from 1.11.4 to...

oss-contribution

This PR extracts the SFDX integration tests into a reusable workflow so that we can test against the SFDX CLI's release candidates. It is intended to provide early warning of...

internal

1. Make type checker happy. 2. Retry "populate the database" in case of corruption 3. Break up some long functions into bits.

### Describe the bug When listing dependencies, if some require an installation key and others don't, the key settings is reused for the next package unless it is overwritten ###...

bug

### Describe the bug During our CI/CD process for the Test package creation process, we write the package version id in the description of the status associated with the `github.sha`....

bug

### Describe the bug I have implemented the CCI workflow with Github Actions. I authorized in org using the next commands: ``` echo ${{ secrets.DEV_AUTH_URL }} > sfdx_auth sfdx force:auth:sfdxurl:store...

bug

### Describe the bug When creating a new dev org using `cci flow run dev_org --org dev` I get the following error when the `update_admin_profile` task is ran as part...

bug
wi-created