From 3957700b2e44c8bb03a18d4a4cdc8acefc95d57c Mon Sep 17 00:00:00 2001 From: Idan Varsano Date: Tue, 18 Apr 2023 16:55:43 -0400 Subject: [PATCH 1/2] changelog update (#50830) Was in the wrong place, so just moving it. ## Test plan changelog update (cherry picked from commit 4c215a23cde35f2507d95c35a6edff39516f6991) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd57da9e96c..1a6874d5523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,9 @@ All notable changes to Sourcegraph are documented in this file. ### Fixed - +- GitHub `repositoryQuery` searches now respect date ranges and use API requests more efficiently. #[49969](https://github.com/sourcegraph/sourcegraph/pull/49969) +- Fixed an issue where search based references were not displayed in the references panel. [#50157](https://github.com/sourcegraph/sourcegraph/pull/50157) +- Symbol suggestions only insert `type:symbol` filters when necessary. [#50183](https://github.com/sourcegraph/sourcegraph/pull/50183) ### Removed @@ -46,6 +49,7 @@ All notable changes to Sourcegraph are documented in this file. - For Cody, explicitly detect some cases where context is needed to avoid failed responses. [#50541](https://github.com/sourcegraph/sourcegraph/pull/50541) - Code Insights that are run over zero repositories will finish processing and show `"No data to display"`. #[50561](https://github.com/sourcegraph/sourcegraph/pull/50561) - DNS timeouts on calls to host.docker.internal from every html page load for docker-compose air-gapped instances. No more DNS lookups in jscontext.go anymore. #[50638](https://github.com/sourcegraph/sourcegraph/pull/50638) +- Improved the speed of the embedding index by significantly decreasing the calls to Gitserver. [#50410](https://github.com/sourcegraph/sourcegraph/pull/50410) ### Removed From bdac254e0273515286b63f52e3681cc80825ffbf Mon Sep 17 00:00:00 2001 From: Idan Varsano Date: Tue, 18 Apr 2023 16:59:43 -0400 Subject: [PATCH 2/2] remove unwanted changelogs --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6874d5523..52bb80394ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,6 @@ All notable changes to Sourcegraph are documented in this file. ### Fixed - -- GitHub `repositoryQuery` searches now respect date ranges and use API requests more efficiently. #[49969](https://github.com/sourcegraph/sourcegraph/pull/49969) -- Fixed an issue where search based references were not displayed in the references panel. [#50157](https://github.com/sourcegraph/sourcegraph/pull/50157) -- Symbol suggestions only insert `type:symbol` filters when necessary. [#50183](https://github.com/sourcegraph/sourcegraph/pull/50183) ### Removed