Sourcegraph 4.4 release
Upgrades for BitBucket Cloud connections
We're improving support for BitBucket Cloud in two meaningful ways. First, BitBucket Cloud can now be added as an authentication provider. This allows you to log in to Sourcegraph via BitBucket Cloud so you can maintain one unified login.
Second, we are introducing permissions syncing for BitBucket Cloud to give admins even more confidence that developers who store their code on BitBucket Cloud only see the code they have permissions to see. Together, these updates will help enterprises index all of their code, across any code host, confidently and securely.
Admin
Speed up debugging with the background job dashboard
Our new dashboard greatly improves visibility into the 50+ background jobs running in Sourcegraph. This dashboard makes it far easier for admins to find and debug problems, identify slow-running jobs, and troubleshoot errors. Teams & enterprises can confidently manage their code while knowing what's happening behind the scenes.
This dashboard can be found under Site Admin
> Maintenance
> Background jobs
.
Cody: AI coding assistant preview
We've been using Anthropic's new language model, Claude, to build an in-editor coding assistant called Cody that helps you understand code and reduces day-to-day sources of programmer toil. We see huge potential for integrating the natural language abilities of LLMs with Sourcegraph's code intelligence. The early results are already promising, and we're just getting started.
Cody will roll out soon in private beta. If you're interested in early access to Cody, you can submit this form.
Changelog highlights
- AdminAdded a "Reindex now" button to the index status page. Admins can now force an immediate reindex of a repository.
- AdminAdded an "Unlock user" button to the actions dropdown on the Site Admin Users page. Admins can unlock user accounts that were locked after too many sign-in attempts.
- AdminAdded a log of repository corruption events. The Admin repositories page now shows when a repository has been detected as corrupt along with that repository's history of corruption.
- AdminAdded a `Corrupted` statistic which will show how many repositories are currently corrupt. The statistic will only be shown if there are any corrupt repositories, otherwise the value will be hidden.
- AdminYou can now exclude a repository from one or all code hosts with the click of a button. Admins can exclude repositories directly on the Repository Options page instead of needing to manually edit the code host configuration.
- AdminAdded a code host details page and separated it from the code host edit page. The new page contains information about a code host, its sync jobs, configuration, the number of synced repositories, and a link to access the list of synced repositories.
- AdminAdded visibility for code host sync progress to the code host list page.
- AdminAdded a "Test" button to the code host details page. Now admins can check Sourcegraph's connection to a configured code host directly from the UI.
- AdminUpdates to the site configuration from the Site Admin panel will now record the user id of the author in the database in the critical_and_site_config.author_user_id column.
- APIThe `site { monitoringStatistics { alerts } }` GraphQL query has been deprecated and will no longer return data. The query will be removed entirely in a future release.