发布于 2015-12-05 00:25:50 | 390 次阅读 | 评论: 0 | 来源: 网友投递
Review Board 开源Code Review平台
Review Board是一套成熟的开源code review平台,目前已在业内得到广泛的使用。基本可以用于review任何代码和文件。codereview 属于代码配置管理范畴。codereview需要配合SVNClient来使用,因为当post diff代码时会调用SVN相关命令。
Review Board 2.5.2 发布,此版本包括一些新特性和邮件,图像/PDF 审查,GitLab,webhooks 等等相关的 bug 修复。
此版本让用户更容易使用管理员设置 GitHub Enterprise 和 Microsoft Team Foundation Server 库。
其他 bug 修复:
Issues upgrading from certain older releases.
Missing "Ship It!" and "Fix it, then Ship It!" indicators in review e-mails.
Payload errors for comments on review replies in webhooks.
Problems posting existing commits on self-hosted GitLab repositories.
Interaction and performance issues with moving draft comment regions on images and PDFs.
Compatibility issues with current releases of Power Pack when it comes to clicking on comment regions on PDFs.
Inability to double-click to select text in a diff.
Bad output and annoying (but harmless) crashes when running the condensediffs
management command, used to reduce database size.
详细内容请看发行说明。
代码审查(Code Review)不但可以提高质量,而且还是一个知识共享和指导的极好的手段。不幸的是,准备工作的辛苦和工具支持的缺乏让代码审查很容易被延至“稍后再议”。Review Board的目标便是改变这一现状,它所提供的应用程序可以支持代码审查流程。