GitLab vs Reviewable: What are the differences?
GitLab: Open source self-hosted Git management software. GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis. Enterprises install GitLab on-premise and connect it with LDAP and Active Directory servers for secure authentication and authorization. A single GitLab server can handle more than 25,000 users but it is also possible to create a high availability setup with multiple active servers; Reviewable: GitHub code reviews done right. A code review tool for GitHub pull requests inspired by Google's internal tool. Powerful diffing and workflow features wrapped in a beautiful UI, with seamless GitHub integration. Free for public repos.
GitLab and Reviewable are primarily classified as "Code Collaboration & Version Control" and "Code Review" tools respectively.
Some of the features offered by GitLab are:
- Manage git repositories with fine grained access controls that keep your code secure
- Perform code reviews and enhance collaboration with merge requests
- Each project can also have an issue tracker and a wiki
On the other hand, Reviewable provides the following key features:
- See only what changed since last time you looked (even if rebased).
- Instantly diff any two revisions of a file, in one or two columns.
- Customize code font, syntax highlighting, max line length.
"Self hosted" is the primary reason why developers consider GitLab over the competitors, whereas "Batch commenting" was stated as the key factor in picking Reviewable.
GitLab is an open source tool with 20.1K GitHub stars and 5.33K GitHub forks. Here's a link to GitLab's open source repository on GitHub.