-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce
transformChanges
to campaign spec (RFC 265) (#398)
* Add transformChanges to campaign spec * Update Executor integration test * Add a failing test for code transformations * Change execution cache to only cache diffs * Rename from .patch to .diff * Extract groupFileDiffs function * Add test for GroupFileDiffs * Add some comments * Fix campaign progress printer for multiple changeset specs * Display how many changeset specs were produced in one repo * Add more tests for grouping changes * Fix problems after rebase * Switch from branchSuffix to branch * Add a repository filter to the transformChanges.Group * Check whether transformChanges is supported * Validate that multiple changesets don't have same branch * Add minLength to campaign spec * Pluralize message correctly * Update internal/campaigns/executor.go Co-authored-by: Adam Harvey <aharvey@sourcegraph.com> * Update feature date * Add a changelog entry Co-authored-by: Adam Harvey <aharvey@sourcegraph.com>
- Loading branch information
Showing
12 changed files
with
631 additions
and
152 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.