Show HN: GitPlex – A new Git repo management server with code review
31–40 of 98 posts
Re: Show HN: GitPlex – A new Git repo management server with code review
#32Earlier quoted context omitted.
> annotations - not just "comments" What kind of annotations would not make sense as comments?
I'm thinking in terms of what I'd do if the code was printed out on paper. http://imgur.com/KMCBMjA
Re: Show HN: GitPlex – A new Git repo management server with code review
#33I don't care much about code review , but it's a close enough attractor to the space of code reading that it seems to be draining attention. So let me hijack this topic and post a request for product (I'd write it myself, but priorities... adult life sucks hard). -- I dream of a tool that facilitates code reading and exploration . It has some similar features with code review tools, namely: - integration with version…
Re: Show HN: GitPlex – A new Git repo management server with code review
#34I don't care much about code review , but it's a close enough attractor to the space of code reading that it seems to be draining attention. So let me hijack this topic and post a request for product (I'd write it myself, but priorities... adult life sucks hard). -- I dream of a tool that facilitates code reading and exploration . It has some similar features with code review tools, namely: - integration with version…
Re: Show HN: GitPlex – A new Git repo management server with code review
#35Earlier quoted context omitted.
It works fine now, I believe it could be a redeployment or similar.
Looks like many GitPlex downloads are going on... And this happens since two hours ago when I posted this news. The first time I've experienced with HN death hug, 8) Another thing in my agenda now (to optimize the web site and download).
Re: Show HN: GitPlex – A new Git repo management server with code review
#36Looks interesting, is there any precise roadmap ? (could not find one). Would be particularly interested by C# support, and with the tooling that Microsoft lately, I think it would be a perfect fit !
Re: Show HN: GitPlex – A new Git repo management server with code review
#37I don't care much about code review , but it's a close enough attractor to the space of code reading that it seems to be draining attention. So let me hijack this topic and post a request for product (I'd write it myself, but priorities... adult life sucks hard). -- I dream of a tool that facilitates code reading and exploration . It has some similar features with code review tools, namely: - integration with version…
You mean an IDE?
Re: Show HN: GitPlex – A new Git repo management server with code review
#38Earlier quoted context omitted.
I'm thinking in terms of what I'd do if the code was printed out on paper. http://imgur.com/KMCBMjA
The trouble with that is, how on earth do you get the annotations to apply across revisions? Or would you be OK with them only applying to a given revision and then ... what, disappearing? Or going into a 'floating bucket' of annotations for the entire file?
--
[0] - "smart stick" can be implemented by remembering not just the line in file, but also the contents of that line and a (fuzzy) context.
Re: Show HN: GitPlex – A new Git repo management server with code review
#39I don't care much about code review , but it's a close enough attractor to the space of code reading that it seems to be draining attention. So let me hijack this topic and post a request for product (I'd write it myself, but priorities... adult life sucks hard). -- I dream of a tool that facilitates code reading and exploration . It has some similar features with code review tools, namely: - integration with version…
> Would be doubly useful if I could use it on a tablet That's something that baffles me: the complete lack of a comfortable (or at least not painful) way to read and annotate source code on Android.
Re: Show HN: GitPlex – A new Git repo management server with code review
#40I don't care much about code review , but it's a close enough attractor to the space of code reading that it seems to be draining attention. So let me hijack this topic and post a request for product (I'd write it myself, but priorities... adult life sucks hard). -- I dream of a tool that facilitates code reading and exploration . It has some similar features with code review tools, namely: - integration with version…
And try browsing code on Sourcegraph: https://sourcegraph.com/github.com/gorilla/websocket/-/blob/... (we support other languages as well). Right-click on "parseURL" and choose "Find All References". If you click on "HasPrefix" a few lines below, you'll see a cross-repo jump (and the right-click menu lets you see global/cross-repo references).
Sign up at https://sourcegraph.com to get it on your own GitHub repos.