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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,15 @@
10
10
All notable changes to `src-cli` are documented in this file.
11
11
12
12
## Unreleased
13
-
*`src validate` has an added check to determine if an instance is able to create a basic code insight.
13
+
14
14
### Added
15
15
16
+
-`src validate` has an added check to determine if an instance is able to create a basic code insight. [#912](https://github.com/sourcegraph/src-cli/pull/912)
17
+
16
18
### Changed
17
19
18
20
- Renamed `src users clean` command to `src users prune`[#901](https://github.com/sourcegraph/src-cli/pull/901)
21
+
- Failed code-intel uploads now print every error encountered while retrying instead of only the error encountered in the final retry attempt. [#46281](https://github.com/sourcegraph/sourcegraph/pull/46281)
0 commit comments