forked from SFDO-Tooling/CumulusCI
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge upstream into master #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mmunityThemeDefinitions
…CI into feature/2.0
example implementation - Require simple-salesforce 0.72 - Added org delete command - Don't call heroku force:org:open to get org info if username is already stored in the config dictionary
delete the current org - Wrapper for calling Salesforce DX cli commands
flag on flow_run to avoid relying on persistence from prior commands - Change ci_feature to run the tests as part of the flow so it can reliably work with --delete-org
…ommit use tag commit date instead of tag date when finding PRs between tags
…mrbelvedere update dependencies on mrbelvedere installer
- Save org to keychain after task_run and flow_run even if an exception is raised - Print out what metadata is being deleted in an incremental delete
…-upload added task to upload apex test results to apextestsdb
to still write the org back into the keychain
…CI into feature/2.0
fixed use of in_remote_origin
…CI into feature/2.0
possibility of the spider accidentally including the unpackaged/post metadata in a package release. Projects can still add this task back in by extending the ci_master flow in their cumulusci.yml
rearranged some of the task and may throw off customizations to the flows as a result.
- New cumulusci.utils.removeXmlElement for stripping all instances of an xml element from files recursively
- Ignore @testsetup decorated method when parsing debug logs in `run_tests_debug`
any method that's not a test method
version then installs the latest beta without running apex tests
and command.SalesforceBrowserTestCommand - Added new method cumulusci.utils.download_extract_zip
preserve indentation in output - Command task has two new methods available for override: _process_line and _handle_returncode
- Deleted the `build` and `ci` directories. Deleting `build` deleted the ant-salesforce.jar that was making repo 17MB bigger - Deleted `cumulusci.tasks.ant.AntTask` which can now be more configurably replaced with `cumulusci.tasks.command.Command` or `cumulusci.tasks.command.SalesforceCommand' - Deleted the CumulusCI 1.0 CLI previously under cumulusci/cli and moved cumulusci/newcli to cumulusci/cli
Upgrade to CumulusCI 2
`cci project init`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.