发布于 2014-07-26 02:31:36 | 183 次阅读 | 评论: 0 | 来源: 网友投递
Review Board 开源Code Review平台
Review Board是一套成熟的开源code review平台,目前已在业内得到广泛的使用。基本可以用于review任何代码和文件。codereview 属于代码配置管理范畴。codereview需要配合SVNClient来使用,因为当post diff代码时会调用SVN相关命令。
ReviewBoard 2.0.5发布了,改进内容包括:
Commits shown in the New Review Request page now show the commit revision/ID.
Fixed issues upgrading from pre-2.0 releases (through a dependency on a newer version of Django Evolution).
Fixed checking whether diffs need to be migrated on some databases when upgrading from pre-2.0 releases. (Bug #3500)
Deprecation warnings involvingdjblets.util.fieldsshould no longer appear when upgrading.
Administrators (or those with the “Can Change Status” permission) can now re-open discarded review requests. (Bug #2989)
Fixed the New Review Request page on Local Sites.
Fixed links to diffs on the review request page on Local Sites.
Fixed showing error messages when failing to discard drafts. (Bug #3453)
PressingControl-Son a text area to save no longer hides the text area. (Bug #3489)
Empty draft summaries now show “No Summary” in italics, instead of appearing blank.
代码审查(Code Review)不但可以提高质量,而且还是一个知识共享和指导的极好的手段。不幸的是,准备工作的辛苦和工具支持的缺乏让代码审查很容易被延至“稍后再议”。Review Board的目标便是改变这一现状,它所提供的应用程序可以支持代码审查流程。