Hacker News new | ask | show | jobs
by jdorfman 1352 days ago
We index other code hosts besides just GH.

Rust Dependencies (crates.io) Python Dependencies (PyPI) Go Dependencies NPM Dependencies src.fedoraproject.org JVM Dependencies GitLab.com GitHub Public

and as of yesterday Savannah/GNU - https://github.com/sourcegraph/community/issues/38

More to come.

2 comments

How can I search PyPI? It's not listed at https://sourcegraph.com/contexts with the other repositories.
We need to make that more clear. Right now we only index ~4.6k packages:

https://sourcegraph.com/search?q=context:global+repo:%5Epyth...

Adding to my list: https://github.com/sourcegraph/community/issues/36

I'm trying to figure out if Sourcegraph requires git and it's not clear to me. I saw a page about non-git code hosts but it looks like it still builds a git repository to mirror the actual repository. Is that correct?
I'm the manager for the team that owns our code host integrations. You're correct that we support non-git code hosts via a conversion to git.

We're currently exploring what it means to support non-git VCSs natively in Sourcegraph, but we're not there yet.