Sourcegraph Server 2.4: free, powerful search for private code
71–80 of 89 posts
Re: Sourcegraph Server 2.4: free, powerful search for private code
#72Sourcegraph 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.
Re: Sourcegraph Server 2.4: free, powerful search for private code
#73Re: Sourcegraph Server 2.4: free, powerful search for private code
#74How does this differ from OpenGrok https://oracle.github.io/opengrok/ ?
Re: Sourcegraph Server 2.4: free, powerful search for private code
#75Earlier quoted context omitted.
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.
For example: https://cs.bazel.build/search?q=r%3Atorvalds+meltdown&num=50 searches the Linux kernel for "meltdown"
Re: Sourcegraph Server 2.4: free, powerful search for private code
#76Sourcegraph 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.
Re: Sourcegraph Server 2.4: free, powerful search for private code
#77There is a demo site where you can search 30G of source code (including the Linux kernel, Android and Chrome) supporting regular expressions, and file name search:
For example, https://cs.bazel.build/search?q=+r%3Atorvalds+craz%5Byi%5D&n... looks for craz[iy] across the Linux kernel.
Re: Sourcegraph Server 2.4: free, powerful search for private code
#78Sourcegraph 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.
on an unrelated note: did you work on AWS SQS?
Re: Sourcegraph Server 2.4: free, powerful search for private code
#79For people interested in searching code using an open source solution, you might be interested in Zoekt too, github.com/google/zoekt. There is a demo site where you can search 30G of source code (including the Linux kernel, Android and Chrome) supporting regular expressions, and file name search: https://cs.bazel.build/?q=%20 For example, https://cs.bazel.build/search?q=+r%3Atorvalds+craz%5Byi%5D&n... looks for craz[…
BTW I know you're in Munich now but I wanted to say hi from your hometown Utrecht.
Re: Sourcegraph Server 2.4: free, powerful search for private code
#80Sourcegraph 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.
Many queries times out for me although I'm running it on a pretty beefy AWS c5 instance with SSDs. Queries such as "type:diff" doesn't seem to work at all on my code bases. It also does not appear to cache any data from previous runs of "git log", so attempting to do the suggested reload doesn't really workaroudn the issue. Are you working on improving the performance?