This looks impressive, especially how they seem to handle rebases/squashes with force push, which is a problem that pretty much all other repo managers simply ignore (except for Gerrit, but that one has other problems...).
Show HN: GitPlex – A new Git repo management server with code review
71–80 of 98 posts
Re: Show HN: GitPlex – A new Git repo management server with code review
#72This looks impressive, especially how they seem to handle rebases/squashes with force push, which is a problem that pretty much all other repo managers simply ignore (except for Gerrit, but that one has other problems...).
What do you see as the major problems with gerrit?
Re: Show HN: GitPlex – A new Git repo management server with code review
#73Folks, this is why you want to do code reviews inside your editors / IDEs. I like this project, but really what they did is build a read-only version of an IDE from the ground up. You already have one and you know it inside out. I've found, as the OP did, that the GitHub/Lab/Bucket code review UIs strongly encourage nitpicking over code style and strongly discourage true insightful reviews on a design and architectur…
Thanks for the ideas. While I agree with you that desktop IDE is a good place for design and architecture level reviews, having a lightweight web "IDE" will be beneficial as it does not require you to switch your local workspace to particular revisions for review. Also I often find myself need to copy code from some old revisions, in that case, I just visit our web "IDE", find desired revisions with revision search h…
Re: Show HN: GitPlex – A new Git repo management server with code review
#74I 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
#75Earlier quoted context omitted.
You mean an IDE?
After a fashion. A reading/exploration-oriented lightweight IDE. No IDE that I know of support scribbling over code, for example. Also, for the mode of work I'm thinking about, having no ability to actually write code would be a feature.
Re: Show HN: GitPlex – A new Git repo management server with code review
#76This looks impressive, especially how they seem to handle rebases/squashes with force push, which is a problem that pretty much all other repo managers simply ignore (except for Gerrit, but that one has other problems...).
What do you see as the major problems with gerrit?
Re: Show HN: GitPlex – A new Git repo management server with code review
#77Folks, this is why you want to do code reviews inside your editors / IDEs. I like this project, but really what they did is build a read-only version of an IDE from the ground up. You already have one and you know it inside out. I've found, as the OP did, that the GitHub/Lab/Bucket code review UIs strongly encourage nitpicking over code style and strongly discourage true insightful reviews on a design and architectur…
Anyone have any recommendations for how to efficiently handle conflicts/reviews via vim with a small screen?
Re: Show HN: GitPlex – A new Git repo management server with code review
#78I 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
#79an example of this is here[1], batched comments with the multiple threads of discussions across various revisions and tracked to resolution.
Re: Show HN: GitPlex – A new Git repo management server with code review
#80I 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…
Sounds like you described https://www.jetbrains.com/upsource/ (I am not affiliated with Jetbrains in any way)
Pros/cons of this tool?