发布于 2015-10-31 23:58:35 | 191 次阅读 | 评论: 0 | 来源: 网友投递
Review Board 开源Code Review平台
Review Board是一套成熟的开源code review平台,目前已在业内得到广泛的使用。基本可以用于review任何代码和文件。codereview 属于代码配置管理范畴。codereview需要配合SVNClient来使用,因为当post diff代码时会调用SVN相关命令。
新版本主要对所有的bug修复以及在2.0.20版的基础上增加了新特性,带来了更简洁的界面、增加了对手机的支持、实时的高清缩略图预览以及与工作流的整合。
发行注解如下:
A cleaner, more polished look and feel
A cleaner Review Board is a friendlier Review Board. We've removed a lot of the noise and cruft, and helped bring your attention to what matters most.
Work on the go with new mobile support
On a train? Out to lunch? No problem! Review Board 2.5 is mobile-friendly, so developers can contribute to reviews while away from their desk.
Review faster with Expandable Diff Fragments
Instantly see more context for a comment. One click expands the diff right in the review.
Stay focused by muting and archiving review requests
For all the Inbox Zero types, you can now archive old review requests and mute any that don’t require your attention.
Auto-version and diff your file attachments
Just upload a new version of an attachment and Review Board will track its version, letting everyone see all the changes made. Images and text-based attachments can even be diffed!
See more at a glance with Live HD Thumbnails
Hover over file attachment thumbnails and watch as more of it scrolls into view, giving you a better picture of what's in the file.
Share your credentials securely with API Tokens
Third-party tools/services and custom scripts can now securely log in as a Review Board user. No need to give out passwords, and the access can be tightly restricted. This paves the way for future integrations with things like third-party automated code review services.
Hook into other services with Webhooks
Review Board 2.5 can notify other services, such as collaboration and CI tools, in a format they understand when posting or updating review requests and reviews.
Deeper integration with bug trackers
Connecting your JIRA, Bugzilla, or GitHub bug trackers to Review Board lets you see more detail about the bugs on your review requests
完整的版本说明可访问 https://www.reviewboard.org/docs/releasenotes/reviewboard/2.5/