change log entry for streaming compute api fix (#39972)

This commit is contained in:
chwarwick 2022-08-04 17:00:23 -04:00 committed by GitHub
parent 801d820fb3
commit 1bc8fedeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ All notable changes to Sourcegraph are documented in this file.
### Fixed
- Fix issue in the streaming Compute API to return immediately when query parsing fails. [#39842](https://github.com/sourcegraph/sourcegraph/pull/39842)
- Fix issue during conversion of just in time code insights to start backfilling data from the current time instead of the date the insight was created. [#39923](https://github.com/sourcegraph/sourcegraph/pull/39923)
- Fix issue during code insight creation where selecting `"Run your insight over all your repositories"` reset the currently selected distance between data points. [#39261](https://github.com/sourcegraph/sourcegraph/pull/39261)
- Fix issue where symbols in the side panel did not have file level permission filtering applied correctly. [#39592](https://github.com/sourcegraph/sourcegraph/pull/39592)

View File

@ -43,3 +43,4 @@ Example: if the Threshold is set to 3%, and 2% of your code is in python and 2%
### 6. Click "create code insight" to view and save your insight
You'll be taken to the sourcegraph.example.com/insights page and can view your insight.