I'm in the process of migrating my team from TFS to Gitlab and I'm hoping to get some recommendations on what code review platforms the community can recommend that will integrate easily with Gitlab.
Thanks in advance!
I'm in the process of migrating my team from TFS to Gitlab and I'm hoping to get some recommendations on what code review platforms the community can recommend that will integrate easily with Gitlab.
Thanks in advance!
For further actions, you may consider blocking this person and/or reporting abuse
TSOTSI1 -
thebernardlim -
enbis -
Joseph Anderson Acevedo Alvino -
Once suspended, jwollner5 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, jwollner5 will be able to comment and publish posts again.
Once unpublished, all posts by jwollner5 will become hidden and only accessible to themselves.
If jwollner5 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to John 'BBQ' Wollner.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag jwollner5:
Unflagging jwollner5 will restore default visibility to their posts.
Oldest comments (7)
Gitlab is a code review platform. Is their something specific you're looking for?
Gitlab is a full platform competitor to Gihub with all the same functionality. Not sure why you'd think it was only code review.
I didn't say it was only code review, but you only asked about code review, something gitlab does.
My bad lol. I'm not thrilled with the CR functionality out of box - just basic diff and comment
Have a look at Review Assistant
Hi John, I realize that this is an old question, so I'd be curious what tool you ended up using, and why?
To me, reviewing non-trivial PRs in Gitlab doesn't feel great, so I'm building ReadyforReview (a code review tool for Gitlab). Although it doesn't do that many things right now, I found myself using it quite a bit already.
Hey @jwollner5 👋
Try out DeepSource. It is an automated code quality tool that has the simplest single file configuration. Not only it reviews your code for code quality issues, but it also gives you the option to fix them by automatically creating a PR. ✨