mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
change log entry for streaming compute api fix (#39972)
This commit is contained in:
parent
801d820fb3
commit
1bc8fedeb8
@ -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)
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user