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
fix/docs: Fix spelling errors in the documentation
Corrects prose typos found by codespell. Code samples, CLI flags,
config keys, YAML keys and values, URLs, identifiers, and quoted
output are unchanged, and generated or vendored files are skipped.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ All notable changes to `src-cli` are documented in this file.
46
46
47
47
### Added
48
48
49
-
- SBOM support: Added `--image` and `--exclude-image` flags to `src sbom fetch` for filtering which docker images SBOMs are fetched for. Both flags support glob patterns (e.g., `frontend`, `*api*`) and comma-separated lists. The `sourcegraph/` image name prefix is optional.
49
+
- SBOM support: Added `--image` and `--exclude-image` flags to `src sbom fetch` for filtering which Docker images SBOMs are fetched for. Both flags support glob patterns (e.g., `frontend`, `*api*`) and comma-separated lists. The `sourcegraph/` image name prefix is optional.
50
50
51
51
### Changed
52
52
@@ -88,7 +88,7 @@ All notable changes to `src-cli` are documented in this file.
88
88
## 5.10.0
89
89
90
90
- cody gateway benchmark changes
91
-
- fix local builds for non sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)
91
+
- fix local builds for non Sourcegraph team [1121](https://github.com/sourcegraph/src-cli/pull/1121)
92
92
93
93
## 5.9.1
94
94
@@ -166,7 +166,7 @@ All notable changes to `src-cli` are documented in this file.
166
166
167
167
### Fixed
168
168
169
-
- The fork attribute in changesetTemplate is now acknowleged when creating a batch change via `src-cli`. [#58156](https://github.com/sourcegraph/sourcegraph/pull/58156)
169
+
- The fork attribute in changesetTemplate is now acknowledged when creating a batch change via `src-cli`. [#58156](https://github.com/sourcegraph/sourcegraph/pull/58156)
170
170
171
171
## 5.2.0
172
172
@@ -182,7 +182,7 @@ All notable changes to `src-cli` are documented in this file.
182
182
183
183
### Fixed
184
184
185
-
- The temporary docker volume created during workspace preparation is now cleaned up when failure occurs. [#1021](https://github.com/sourcegraph/src-cli/pull/1021).
185
+
- The temporary Docker volume created during workspace preparation is now cleaned up when failure occurs. [#1021](https://github.com/sourcegraph/src-cli/pull/1021).
186
186
187
187
## 5.1.1
188
188
@@ -268,7 +268,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
268
268
269
269
### Fixed
270
270
271
-
- Fix network timeout in `src users clean`occuring in instances with many users [#901](https://github.com/sourcegraph/src-cli/pull/901)
271
+
- Fix network timeout in `src users clean`occurring in instances with many users [#901](https://github.com/sourcegraph/src-cli/pull/901)
272
272
- Aligned parsing of spec file parameter of `src batch repos` with other commands. [#919](https://github.com/sourcegraph/src-cli/pull/919)
273
273
- Remove empty log outputs during batch spec execution. [#923](https://github.com/sourcegraph/src-cli/pull/923)
274
274
@@ -280,7 +280,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
280
280
281
281
### Added
282
282
283
-
- Batch Changes: Watchdog that checks for docker responsiveness while running commands has been added. [#898](https://github.com/sourcegraph/src-cli/pull/898)
283
+
- Batch Changes: Watchdog that checks for Docker responsiveness while running commands has been added. [#898](https://github.com/sourcegraph/src-cli/pull/898)
284
284
285
285
## 4.2.1
286
286
@@ -309,7 +309,7 @@ No noteworthy changes, mechanical release to match Sourcegraph release.
309
309
310
310
### Changed
311
311
312
-
- Improved output for failing docker pulls in batch change execution. [#880](https://github.com/sourcegraph/src-cli/pull/880)
312
+
- Improved output for failing Docker pulls in batch change execution. [#880](https://github.com/sourcegraph/src-cli/pull/880)
313
313
314
314
## 4.1.0
315
315
@@ -796,7 +796,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
796
796
797
797
### Fixed
798
798
799
-
- When specifying `-skip-errors`, the batch spec would always be empty. This ix fixed and the intended behavior has been restored. [#539](https://github.com/sourcegraph/src-cli/pull/539)
799
+
- When specifying `-skip-errors`, the batch spec would always be empty. This is fixed and the intended behavior has been restored. [#539](https://github.com/sourcegraph/src-cli/pull/539)
800
800
801
801
## 3.27.0
802
802
@@ -871,13 +871,13 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
871
871
872
872
### Fixed
873
873
874
-
- The homebrew recipe for `src-cli` contained the wrong binary name.
874
+
- The Homebrew recipe for `src-cli` contained the wrong binary name.
875
875
876
876
## 3.24.6
877
877
878
878
### Fixed
879
879
880
-
- Workspaces could sometimes fail with docker bind mount errors, due to a race condition of multiple workspaces accessing the same auxilliary files. [#468](https://github.com/sourcegraph/src-cli/pull/468)
880
+
- Workspaces could sometimes fail with Docker bind mount errors, due to a race condition of multiple workspaces accessing the same auxiliary files. [#468](https://github.com/sourcegraph/src-cli/pull/468)
881
881
882
882
## 3.24.5
883
883
@@ -1153,7 +1153,7 @@ Re-release of 3.29.3 for Sourcegraph 3.30.
1153
1153
1154
1154
- Add `--no-progress` flag to the `lsif upload` command to disable verbose output in non-TTY environments.
1155
1155
-`SRC_HEADER_AUTHORIZATION="Bearer $(...)"` is now supported for authenticating `src` with custom auth proxies. See [auth proxy configuration docs](AUTH_PROXY.md) for more information. [#239](https://github.com/sourcegraph/src-cli/pull/239)
- Searches that result in errors will now display any alerts returned by Sourcegraph, including suggestions for how the search could be corrected. [#221](https://github.com/sourcegraph/src-cli/pull/221)
0 commit comments