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
Only fetch archive of subdirectories in workspaces (#462)
* Only fetch archive of subdirectories in workspaces
* Fetch additional files
* Add a comment
* Make fake file mux more generic
* Copy additional files into workspaces before creating git repo
* Add TODOs
* Fix directory check on Windows
* Hash local file path
* Fix typo in docstring
* More debug output
* Try this
* Remove debug output
* Sort names before mounting them
* Remove left-over slice
* Remove duplication in copying of files
* Hopefully fix copying
* Download additional files on way up from workspace to root dir
* Add a unit test for additional files
* Fix on Windows
* Debug output
* Do not use os.FileSeparator for URLs
* Update changelog entry
* Disable download of only workspace by default, add flag
* Add a docstring in schema
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ All notable changes to `src-cli` are documented in this file.
13
13
14
14
### Added
15
15
16
-
- Experimental: [`workspaces` in campaign specs](https://docs.sourcegraph.com/campaigns/references/campaign_spec_yaml_reference#workspaces) is now available to allow users to define multiple workspaces in a single repository. [#442](https://github.com/sourcegraph/src-cli/pull/442)
16
+
- Experimental (requires Sourcegraph 3.25 or later): [`workspaces` in campaign specs](https://docs.sourcegraph.com/campaigns/references/campaign_spec_yaml_reference#workspaces) is now available to allow users to define multiple workspaces in a single repository. [#442](https://github.com/sourcegraph/src-cli/pull/442) and [#462](https://github.com/sourcegraph/src-cli/pull/462).
17
17
- The `changesetTemplate.published` field can now also be used to address a specific changeset in a repository by adding `@branch-of-changeset` at the end of the pattern. See [#461](https://github.com/sourcegraph/src-cli/pull/461) for an example and details.
0 commit comments