发布于 2015-05-11 00:31:33 | 260 次阅读 | 评论: 0 | 来源: 网友投递
Gerrit 开源代码审查软件
Gerrit,一种免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。
Gerrit 2.10.4 发布,此版本现已提供下载:https://gerrit-releases.storage.googleapis.com/gerrit-2.10.4.war。
更新内容如下:
Support identity linking in hybrid OpenID and OAuth2 authentication.
Linking of user identities accross protocol boundaries and from one OAuth2 identity to another OAuth2 identity is supported.
Support identity linking in OAuth2 extension point.
Linking of user identities from one OAuth2 identity to another OAuth2 identity is supported.
Issue 3300: Fix >10x performance degradation for Git push and replication operations.
A regression in jgitcaused a performance degradation.
Issue 3312: Flush padding on patches downloaded as base64.
The padding was not flushed, which caused the downloaded patch to not be valid base64.
Check for session validity during logout.
When user was trying to log out, after Gerrit restart, the session was invalidated and IllegalStateException was recorded in the error_log.
Update jgit to 4.0.0.201505050340-m2.
Gerrit 是一个免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。它使用 Git 作为底层版本控制系统。它分支自Rietveld, 作者为Google公司的Shawn Pearce,原先是为了管理Android计划而产生。这个软件的名称,来自于荷兰设计师赫里特·里特费尔德(Gerrit Rietveld)。最早它是由Python写成,在第二版后,改成用Java与SQL。使用Google Web Toolkit来产生前端的JavaScript。
评审问题列表页面: