Software:Review Board
From HandWiki
Original author(s) | Christian Hammond and David Trowbridge |
---|---|
Initial release | May 17, 2007[1] |
Written in | Python, Django[2] |
Operating system | Cross-platform |
Available in | English |
Type | Code review |
License | MIT License[3] |
Review Board is a web-based collaborative code review tool, available as free software under the MIT License.
An alternative to Rietveld and Gerrit, Review Board integrates with Bazaar, ClearCase, CVS, Git, Mercurial, Perforce, and Subversion.[4]
Review Board can be installed on any server running Apache or lighttpd[5] and is free for both personal and commercial use.[6]
There is also an official[7] commercial Review Board hosting service, RBCommons.
Review requests can be posted manually or automatically using either a REST Web API, or a Python script.
Users
Some of the notable users of Review Board are:[8]
|
|
See also
References
- ↑ "Review Board". 17 May 2007. http://blog.chipx86.com/2007/05/17/review-board-making-code-reviews-awesome/.
- ↑ "Frequently Asked Questions". http://www.reviewboard.org/docs/manual/dev/faq/#what-is-review-board-written-in.
- ↑ "Review Board". 27 October 2021. https://github.com/reviewboard/reviewboard/blob/master/COPYING.
- ↑ "Determining Repository Information". http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#determining-repository-information. Retrieved 18 October 2013.
- ↑ "Frequently Asked Questions". http://www.reviewboard.org/docs/manual/dev/faq/.
- ↑ "Frequently Asked Questions". http://www.reviewboard.org/docs/manual/dev/faq/#is-review-board-free-for-commercial-use.
- ↑ "Beanbag". http://www.beanbaginc.com/products/.
- ↑ "Happy Users". http://www.reviewboard.org/users/. Retrieved 18 October 2013.
External links
Original source: https://en.wikipedia.org/wiki/Review Board.
Read more |