Live data from Hacker News

Sourcegraph is now open source

about.sourcegraph.com

71–80 of 95 posts

Re: Sourcegraph is now open source

#71
post #40
post #39

Earlier quoted context omitted.

Thanks for creating Sourcegraph for GitLab https://github.com/sourcegraph/about/blob/master/projects/so... we really appreciate it. Every single developer that used Sourcegraph and talked to me about it loved the product. I think that every code product must have intelligent navigation. I saw you already responded to my tweet in https://twitter.com/sqs/status/1046986755919024129 We're looking forward to add Sourcegra…

Sourcegraph CEO here. :) Thanks for creating GitLab and for the kind words. We're indeed looking forward to adding Sourcegraph to GitLab by default. Look out for a prototype/proposal MR from us in a bit. That's one of the super valuable kinds of features/integrations that we can do now that Sourcegraph is open source!

Awesome! Apart from the Web IDE having Sourcegraph code navigation by default in the repository view would be great.

Re: Sourcegraph is now open source

#72
post #39

Earlier quoted context omitted.

Thanks for creating Sourcegraph for GitLab https://github.com/sourcegraph/about/blob/master/projects/so... we really appreciate it. Every single developer that used Sourcegraph and talked to me about it loved the product. I think that every code product must have intelligent navigation. I saw you already responded to my tweet in https://twitter.com/sqs/status/1046986755919024129 We're looking forward to add Sourcegra…

It's too bad that a browser extension is required to make this work. I've asked previously for GitLab to provide the necessary hooks so that any plugin could offer this type of functionality in a first class way, and was told that the proposal lacked a "concrete first need". I suppose SourceGraph has now demonstrated the usefulness of such a thing, which is great! Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/3…

Yes, for sure there is a need now. We can do either a plug-in or just integrate Sourcegraph directly into GitLab.

Re: Sourcegraph is now open source

#73
post #45
post #7

Earlier quoted context omitted.

Yes! There is a `docker run` command that will spin up a Sourcegraph instance for you at https://about.sourcegraph.com/docs/ . The self-hosted Docker (or, for big clusters, Kubernetes) deployment method has been there for about 10 months now, and devs/companies really like it. Making it so easy to self-host Sourcegraph was a big win, and going open-source is another step in that direction. What is new is that you can…

Awesome!! So the Go code intelligence is now free for single devs who are self hosting?

Yes!

Re: Sourcegraph is now open source

#74
post #72

Earlier quoted context omitted.

It's too bad that a browser extension is required to make this work. I've asked previously for GitLab to provide the necessary hooks so that any plugin could offer this type of functionality in a first class way, and was told that the proposal lacked a "concrete first need". I suppose SourceGraph has now demonstrated the usefulness of such a thing, which is great! Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/3…

Yes, for sure there is a need now. We can do either a plug-in or just integrate Sourcegraph directly into GitLab.

It would be great to do it via a generic plugin interface, if possible.

Re: Sourcegraph is now open source

#75
post #37
post #27

We've been using Sourcegraph at Uber and it has been working pretty well. We saw a performance regression last week with `max` queries but it got fixed fairly quickly (less than a week from reporting to having the fix deployed) Some wishlist things: - would be nice if the query language was better documented (not the GraphQL console, the help section for that is comprehensive) - a coworker had expressed a desire for…

Sourcegraph CEO here. Thanks for the feedback and sorry for the regression! I filed an issue to improve our search docs at https://github.com/sourcegraph/sourcegraph/issues/190 (will fix in the next day or so) and to add multi-line searches at https://github.com/sourcegraph/sourcegraph/issues/191 (this is one of 3 significant search improvements coming in the next few months).

Awesome! Rock on!

Re: Sourcegraph is now open source

#76
post #40
post #39

Earlier quoted context omitted.

Thanks for creating Sourcegraph for GitLab https://github.com/sourcegraph/about/blob/master/projects/so... we really appreciate it. Every single developer that used Sourcegraph and talked to me about it loved the product. I think that every code product must have intelligent navigation. I saw you already responded to my tweet in https://twitter.com/sqs/status/1046986755919024129 We're looking forward to add Sourcegra…

Sourcegraph CEO here. :) Thanks for creating GitLab and for the kind words. We're indeed looking forward to adding Sourcegraph to GitLab by default. Look out for a prototype/proposal MR from us in a bit. That's one of the super valuable kinds of features/integrations that we can do now that Sourcegraph is open source!

Amazing! Here's an issue we can use to discuss: https://gitlab.com/gitlab-org/gitlab-ce/issues/41925

Re: Sourcegraph is now open source

#77
post #47

Earlier quoted context omitted.

Hey, couple questions for you: - We are a pretty small shop, only 3 developers, and looking at Sourcegraph for the first time. We have a full Kubernetes cluster for running some of our production applications and would be happy to run this there. The Sourcegraph site lists a Quickstart instructions and instructions for Data Center. I am unsure what exactly the difference between them is. - The Docker image for source…

You should definitely use our Quickstart instructions :) You can deploy it to your existing Kubernetes cluster (or any other Docker environment). - The Quickstart instructions[1] describe how to set up a single-machine single-container Sourcegraph instance, which is recommended for small teams. Our Data Center[2] offering is for large teams and runs Sourcegraph across multiple machines in multiple containers for high…

Hey, quick question (and maybe this is just a legacy from before open source):

From[1]: "If you do not wish to pay for code intelligence, you can disable language servers in the Code intelligence section of the site admin area."

The pricing page however says that feature is included in the free version. It just doesn't seem to make sense to me.

[1] https://about.sourcegraph.com/docs/code-intelligence/install

Re: Sourcegraph is now open source

#78
post #47

Earlier quoted context omitted.

You should definitely use our Quickstart instructions :) You can deploy it to your existing Kubernetes cluster (or any other Docker environment). - The Quickstart instructions[1] describe how to set up a single-machine single-container Sourcegraph instance, which is recommended for small teams. Our Data Center[2] offering is for large teams and runs Sourcegraph across multiple machines in multiple containers for high…

Hey, quick question (and maybe this is just a legacy from before open source): From[1]: "If you do not wish to pay for code intelligence, you can disable language servers in the Code intelligence section of the site admin area." The pricing page however says that feature is included in the free version. It just doesn't seem to make sense to me. [1] https://about.sourcegraph.com/docs/code-intelligence/install

Sourcegrapher here. Yep, this was a reference to an old pricing model. Just pushed a fix, it will be live soon!

Re: Sourcegraph is now open source

#79
post #39

Earlier quoted context omitted.

Thanks for creating Sourcegraph for GitLab https://github.com/sourcegraph/about/blob/master/projects/so... we really appreciate it. Every single developer that used Sourcegraph and talked to me about it loved the product. I think that every code product must have intelligent navigation. I saw you already responded to my tweet in https://twitter.com/sqs/status/1046986755919024129 We're looking forward to add Sourcegra…

It's too bad that a browser extension is required to make this work. I've asked previously for GitLab to provide the necessary hooks so that any plugin could offer this type of functionality in a first class way, and was told that the proposal lacked a "concrete first need". I suppose SourceGraph has now demonstrated the usefulness of such a thing, which is great! Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/3…

Yes, we would love to integrate Sourcegraph into all code hosts directly and not require users to install a browser extension. Please provide the same feedback to other code hosts you use (GitHub, Bitbucket, Phabricator, etc.) as well and link to this thread. :)

Re: Sourcegraph is now open source

#80
post #41

Earlier quoted context omitted.

Yes, we have basic editor/IDE plugins that let you (1) open up Sourcegraph to the current document's file/line and (2) search. Sourcegraph for Atom is in prelrease at https://github.com/sourcegraph/sourcegraph-atom . Other editors are at https://about.sourcegraph.com/docs/integrations/ . What features (other features, if any) are you specifically interested in? It would be awesome if you posted feature request issues…

No vim/nvim or emacs editor plugins? The two most popular editors used by programmers... Sigh

Sourcegraph CEO here. I use Emacs personally and configured https://github.com/sshaw/git-link to make it work for me. See https://github.com/sshaw/git-link#building-links-and-adding-.... Will submit a PR or make our own sourcegraph-mode at some point (if anyone else wants to do so, that would be awesome).
Post reply on HN