发布于 2015-03-30 00:56:51 | 222 次阅读 | 评论: 0 | 来源: 网友投递
Gerrit 开源代码审查软件
Gerrit,一种免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。
Gerrit 2.10.2 发布,此版本相比 Gerrit 2.10.1 没有模式改进,主要改进如下:
Work around MyersDiff infinite loop in PatchListLoader. If the MyersDiff diff doesn’t finish within 5 seconds, interrupt it and fall back to a different diff algorithm. From the user perspective, the only difference when the infinite loop is detected is that the files in the commit will not be compared in-depth, which will result in bigger edit regions.
Online reindexing: log the number of done/failed changes in the error_log. Administrators can use the logged information to decide whether to activate the new index version or not.
Do not return Forbidden
when clicking on Gitweb breadcrumb. Now when the user clicks on the parent folder, redirect to Gerrit projects list screen with the parent folder path as the filter.
此版本现已提供下载:https://gerrit-releases.storage.googleapis.com/gerrit-2.10.2.war。
更多内容请看发行说明。
Gerrit 是一个免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。它使用 Git 作为底层版本控制系统。它分支自Rietveld, 作者为Google公司的Shawn Pearce,原先是为了管理Android计划而产生。这个软件的名称,来自于荷兰设计师赫里特·里特费尔德(Gerrit Rietveld)。最早它是由Python写成,在第二版后,改成用Java与SQL。使用Google Web Toolkit来产生前端的JavaScript。
Blue Mind 是一个 Java 开发的消息和协作平台,提供可伸缩的共享消息、日程、联系人,同时支持多个移动平台 (iPhone, iPad, Android, etc.)、Outlook 和 Thunderbird。设计简单,提供面向Web服务的插件架构。
评审问题列表页面: