发布于 2015-08-26 00:25:42 | 157 次阅读 | 评论: 0 | 来源: 网友投递
Review Board 开源Code Review平台
Review Board是一套成熟的开源code review平台,目前已在业内得到广泛的使用。基本可以用于review任何代码和文件。codereview 属于代码配置管理范畴。codereview需要配合SVNClient来使用,因为当post diff代码时会调用SVN相关命令。
Review Board 2.0.19 发布,此版本主要是一些电子邮件相关的改进和一系列稳定性 bug 修复。
用户方面,电子邮件提供一系列的新 headers:
Any review e-mail with a Ship It! will contain a X-ReviewBoard-ShipIt: 1
header.
If it doesn't have any other contents, it'll be accompanied by a X-ReviewBoard-ShipIt-Only: 1
header.
You'll find a X-ReviewBoard-Diff-For
header for every file in a diff, to really help sort those into appropriate right e-mail folders.
Bug 修复:
We've fixed more character set compatibility issues with different systems we integrate with.
Some issues relating to Power Pack compatibility on Windows and with SSH scalability have been resolved.
Comment dialogs no longer show the wrong thing if immediately opening a newly-saved plain text comment.
Opening and closing text fields or the comment dialog no longer results in unnecessary drafts being created.
更多改进请看发行说明。
此版本不支持 Django 1.6.11.1 版本,请查看早期声明。
代码审查(Code Review)不但可以提高质量,而且还是一个知识共享和指导的极好的手段。不幸的是,准备工作的辛苦和工具支持的缺乏让代码审查很容易被延至“稍后再议”。Review Board的目标便是改变这一现状,它所提供的应用程序可以支持代码审查流程。
Review Board是一套成熟的开源code review平台,目前已在业内得到广泛的使用。基本可以用于review任何代码和文件。codereview 属于代码配置管理范畴。codereview需要配合SVNClient来使用,因为当post diff代码时会调用SVN相关命令。