You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
* Update feature date
* Add a changelog entry
Co-authored-by: Adam Harvey <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ All notable changes to `src-cli` are documented in this file.
13
13
14
14
### Added
15
15
16
+
- Experimental: [`transformChanges` in campaign specs](https://docs.sourcegraph.com/campaigns/references/campaign_spec_yaml_reference#transformchanges) is now available as a feature preview to allow users to create multiple changesets in a single repository. [#398](https://github.com/sourcegraph/src-cli/pull/398)
17
+
16
18
### Changed
17
19
18
20
-`src campaign [apply|preview]` now show the current execution progress in numbers next to the progress bar. [#396](https://github.com/sourcegraph/src-cli/pull/396)
errs=multierror.Append(errs, errors.Errorf("step %d includes one or more dynamic environment variables, which are unsupported in this Sourcegraph version", i+1))
0 commit comments