Live data from Hacker News

Sourcegraph Server 2.4: free, powerful search for private code

about.sourcegraph.com

41–50 of 89 posts

Re: Sourcegraph Server 2.4: free, powerful search for private code

#41
post #40
post #3

Sourcegraph CEO here. Thanks for this post. We packed a lot of stuff into 2.4: faster, more powerful code search, Google Alerts-style search monitoring, diff searches, and more. It’s now free on a single server for any number of users and repositories. Happy to answer questions here.

Can this be run without docker, somehow? It's nigh-unusable on OS X with it.

It requires Docker for now. A lot of people use it on macOS successfully. What are you seeing?

Re: Sourcegraph Server 2.4: free, powerful search for private code

#42
post #41
post #40

Earlier quoted context omitted.

Can this be run without docker, somehow? It's nigh-unusable on OS X with it.

It requires Docker for now. A lot of people use it on macOS successfully. What are you seeing?

Installed it, configured it, pointed it at the public cpython repo, it said 'cloning' and then pegged cpu for about 15 minutes (with about a third to a half of the usage in 'system') and eventually kernel-panicked.

Re: Sourcegraph Server 2.4: free, powerful search for private code

#44
post #42
post #41

Earlier quoted context omitted.

It requires Docker for now. A lot of people use it on macOS successfully. What are you seeing?

Installed it, configured it, pointed it at the public cpython repo, it said 'cloning' and then pegged cpu for about 15 minutes (with about a third to a half of the usage in 'system') and eventually kernel-panicked.

Sorry about that. What version of macOS and Docker for Mac? We’ll look into that now.

Re: Sourcegraph Server 2.4: free, powerful search for private code

#45
post #14

Why should we use this instead of the github search (for our private repos) ?

Our users prefer Sourcegraph over GitHub for code search for multiple reasons: - Regular expression searches - Exact searches (no ignoring punctuation, for example) - Searches on any commit or branch, not just recently indexed master - Diff searches (see https://about.sourcegraph.com/blog/introducing-sourcegraph-s... ) - Overall faster, more powerful searches and filtering capabilities - Code intelligence (go-to-defi…

Google also has this:

https://source.bazel.build

Re: Sourcegraph Server 2.4: free, powerful search for private code

#46
post #44
post #42

Earlier quoted context omitted.

Installed it, configured it, pointed it at the public cpython repo, it said 'cloning' and then pegged cpu for about 15 minutes (with about a third to a half of the usage in 'system') and eventually kernel-panicked.

Sorry about that. What version of macOS and Docker for Mac? We’ll look into that now.

OS 10.13.3 (17D34a) and Docker 17.12.0-ce-mac46 (21698). I don't think it's you, Docker is just still a bit flaky there, which is why I'm asking. I'll try it with something smaller.

Re: Sourcegraph Server 2.4: free, powerful search for private code

#47
post #3

Sourcegraph CEO here. Thanks for this post. We packed a lot of stuff into 2.4: faster, more powerful code search, Google Alerts-style search monitoring, diff searches, and more. It’s now free on a single server for any number of users and repositories. Happy to answer questions here.

Do you accept REMOTE jobs?

Re: Sourcegraph Server 2.4: free, powerful search for private code

#48
post #46
post #44

Earlier quoted context omitted.

Sorry about that. What version of macOS and Docker for Mac? We’ll look into that now.

OS 10.13.3 (17D34a) and Docker 17.12.0-ce-mac46 (21698). I don't think it's you, Docker is just still a bit flaky there, which is why I'm asking. I'll try it with something smaller.

I've heard that docker does have a (inconsistent) CPU usage issue on OS X. I would definitely pin it on docker.

Re: Sourcegraph Server 2.4: free, powerful search for private code

#49
post #3

Sourcegraph CEO here. Thanks for this post. We packed a lot of stuff into 2.4: faster, more powerful code search, Google Alerts-style search monitoring, diff searches, and more. It’s now free on a single server for any number of users and repositories. Happy to answer questions here.

Do you have any publicly available security review documents?

Re: Sourcegraph Server 2.4: free, powerful search for private code

#50
post #45
post #14

Earlier quoted context omitted.

Our users prefer Sourcegraph over GitHub for code search for multiple reasons: - Regular expression searches - Exact searches (no ignoring punctuation, for example) - Searches on any commit or branch, not just recently indexed master - Diff searches (see https://about.sourcegraph.com/blog/introducing-sourcegraph-s... ) - Overall faster, more powerful searches and filtering capabilities - Code intelligence (go-to-defi…

Google also has this: https://source.bazel.build

That's not an open source product and not available otherwise, though it is backed by kythe.
Post reply on HN