#
sourcegraph
Here are 19 public repositories matching this topic...
Pure-Docker Sourcegraph cluster deployment reference
-
Updated
Feb 5, 2021 - Shell
Sourcegraph for JetBrains IDEs (IntelliJ)
intellij
jetbrains
intellij-plugin
intellij-platform
gogland
gogland-plugin
sourcegraph
repo-type-editor
-
Updated
Jun 10, 2020 - Java
Open git files, directories, hashes, tags, and branches in the browser
-
Updated
Jan 13, 2021 - Python
Sourcegraph for Sublime Text 3
-
Updated
Sep 11, 2020 - Python
Detecting Sourcegraph logo with OpenCV
-
Updated
Jul 17, 2019 - Python
Sourcegraph for Atom
-
Updated
Oct 29, 2020 - JavaScript
Sourcegraph Code Discussions — discuss code contextually, review code continuously.
-
Updated
Dec 11, 2020 - TypeScript
Sourcegraph for Cloud9 https://sourcegraph.com
-
Updated
Oct 29, 2020 - JavaScript
HTTP server for reporting flaky tests and cancellation on Buildkite
-
Updated
Mar 8, 2020 - Go
Chrome extension to open an github repo on sourcegraph.com
-
Updated
Dec 16, 2018 - JavaScript
A Vim plugin for interacting with Sourcegraph https://github.com/sourcegraph/sourcegraph
-
Updated
Jan 26, 2020 - Vim script
Show Sonarqube issues when browsing files on Sourcegraph
-
Updated
Dec 4, 2020 - TypeScript
Docker-compose jwilder for sourcegraph
-
Updated
Jul 12, 2019
Improve this page
Add a description, image, and links to the sourcegraph topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sourcegraph topic, visit your repo's landing page and select "manage topics."


In🚤
internal/campaigns/Service.SetDockerImages, we currently pull images serially, even though the underlying plumbing is safe for concurrent use. We should use the executor parallelism flag as a hint for how many images we should pull at a time.