From 28685c22d3be3ee8c62834e8db085ff04e51c084 Mon Sep 17 00:00:00 2001 From: kelvinyap Date: Mon, 6 May 2024 17:22:41 -0700 Subject: [PATCH 01/16] Create sourcegraph-release-may-2024.md --- .../2024/sourcegraph-release-may-2024.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/blogposts/2024/sourcegraph-release-may-2024.md diff --git a/content/blogposts/2024/sourcegraph-release-may-2024.md b/content/blogposts/2024/sourcegraph-release-may-2024.md new file mode 100644 index 00000000000..564975d9c2d --- /dev/null +++ b/content/blogposts/2024/sourcegraph-release-may-2024.md @@ -0,0 +1,44 @@ +--- +title: "Sourcegraph May 2024 release" +publishDate: 2024-05-07T10:00-07:00 +description: "The latest Sourcegraph release includes a new point-in-time search filter for Code Search." +tags: [blog, release] +slug: "release/May-2024" +published: true +heroImage: https://storage.googleapis.com/sourcegraph-assets/blog/release-post/may-2024/sourcegraph-may2024-release-image.png +socialImage: https://storage.googleapis.com/sourcegraph-assets/blog/release-post/may-2024/sourcegraph-may2024-release-image.png +changelogItems: + - description: "Increased both the performance and the default timeout for language usage insights, which will significantly reduce pain for customers with large repos. Both are configurable using environment variables on the frontend container." + url: + category: Code Insights + - description: "Improved Zoekt CPU usage and scalability for customers with a large number of repos." + url: + category: Search + - description: "Greatly improved git blame performance on large files, reducing the time it takes for a git blame on a large file to load from several seconds down to less than 500 milliseconds." + url: + category: Search + - description: "Search Jobs now supports diff, commit, and path searches. Before, only file searches were supported." + url: + category: Source + + + +--- + +
+ +### Point-in-time search filter for Code Search + +
+ +Sourcegraph 5.3.x brings improvements to Code Search with a new search filter [rev:at.time()](https://github.com/sourcegraph/sourcegraph/pull/61513) that provides point-in-time searching. This allows for searching a repo’s state at a specific timestamp rather than at a specific commit, branch, or tag. + + +
+ +### Improved Code Insights chart drill-downs + +
+ +Code Insights chart drill-downs now utilize the new point-in-time search filter to more accurately represent the results that produced a data point on a chart. Previously a diff search was used to show the difference between a selected point in time on a chart and the one before it, but Code Insights can now show a repository’s state at that exact timestamp. This functionality is useful for those searching large repositories or repositories with lots of history. + From 85735196a11a0cde9269b042933938bb0e387c47 Mon Sep 17 00:00:00 2001 From: kelvinyap Date: Tue, 7 May 2024 11:20:59 -0700 Subject: [PATCH 02/16] Update sourcegraph-release-may-2024.md --- content/blogposts/2024/sourcegraph-release-may-2024.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/blogposts/2024/sourcegraph-release-may-2024.md b/content/blogposts/2024/sourcegraph-release-may-2024.md index 564975d9c2d..8a7040b24b4 100644 --- a/content/blogposts/2024/sourcegraph-release-may-2024.md +++ b/content/blogposts/2024/sourcegraph-release-may-2024.md @@ -9,7 +9,7 @@ heroImage: https://storage.googleapis.com/sourcegraph-assets/blog/release-post/m socialImage: https://storage.googleapis.com/sourcegraph-assets/blog/release-post/may-2024/sourcegraph-may2024-release-image.png changelogItems: - description: "Increased both the performance and the default timeout for language usage insights, which will significantly reduce pain for customers with large repos. Both are configurable using environment variables on the frontend container." - url: + url: https://sourcegraph.com/docs/code_insights/explanations/administration_and_security_of_code_insights#language-stats-performance-configuration category: Code Insights - description: "Improved Zoekt CPU usage and scalability for customers with a large number of repos." url: @@ -31,7 +31,7 @@ changelogItems:
-Sourcegraph 5.3.x brings improvements to Code Search with a new search filter [rev:at.time()](https://github.com/sourcegraph/sourcegraph/pull/61513) that provides point-in-time searching. This allows for searching a repo’s state at a specific timestamp rather than at a specific commit, branch, or tag. +Sourcegraph 5.4.0 brings improvements to Code Search with a new search filter [rev:at.time()](https://sourcegraph.com/docs/code-search/queries#structural-search) that provides point-in-time searching. This allows for searching a repo’s state at a specific timestamp rather than at a specific commit, branch, or tag.
@@ -42,3 +42,4 @@ Sourcegraph 5.3.x brings improvements to Code Search with a new search filter [r Code Insights chart drill-downs now utilize the new point-in-time search filter to more accurately represent the results that produced a data point on a chart. Previously a diff search was used to show the difference between a selected point in time on a chart and the one before it, but Code Insights can now show a repository’s state at that exact timestamp. This functionality is useful for those searching large repositories or repositories with lots of history. +Sourcegraph 5.4.0 is now available and users self-hosting Sourcegraph can upgrade their instances. Sourcegraph Cloud users will receive this update within the coming days. From 5de329855a409cbfb209ca85438072c4d01ef202 Mon Sep 17 00:00:00 2001 From: kelvinyap Date: Thu, 9 May 2024 13:30:23 -0700 Subject: [PATCH 03/16] Update sourcegraph-release-may-2024.md --- .../2024/sourcegraph-release-may-2024.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/content/blogposts/2024/sourcegraph-release-may-2024.md b/content/blogposts/2024/sourcegraph-release-may-2024.md index 8a7040b24b4..b50bfe36dc3 100644 --- a/content/blogposts/2024/sourcegraph-release-may-2024.md +++ b/content/blogposts/2024/sourcegraph-release-may-2024.md @@ -33,6 +33,14 @@ changelogItems: Sourcegraph 5.4.0 brings improvements to Code Search with a new search filter [rev:at.time()](https://sourcegraph.com/docs/code-search/queries#structural-search) that provides point-in-time searching. This allows for searching a repo’s state at a specific timestamp rather than at a specific commit, branch, or tag. +