转载

Gerrit 2.10.4 发布,代码审查工具

5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享

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.

Bug 修复

  • Issue 3300 : Fix >10x performance degradation for Git push and replication operations.

    A regression in jgit caused 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.

OAuth 扩展

  • 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。

评审问题列表页面:

Gerrit 2.10.4 发布,代码审查工具

正文到此结束
Loading...