发布于 2015-07-20 00:18:08 | 224 次阅读 | 评论: 0 | 来源: 网友投递
Gerrit 开源代码审查软件
Gerrit,一种免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。
Gerrit 2.11.2 发布下载,更新内容如下:
New SSH commands:
Allows to restart the online indexer without restarting the Gerrit server.
Allows to activate the latest index version even if the indexing encountered problems.
Issue 2761: Fix incorrect file list when comparing patchsets.
When comparing a patchset with another one, the added and deleted files were not displayed properly.
Issue 3460: Fix regression in the search box auto-suggestions.
A change introduced in version 2.11 caused the auto-suggestions to not work any more.
Issue 3355: Fix corruption of database when deleting draft change ref fails.
Issue 3426: Fix regression in the %base option.
A change introduced in version 2.11 caused the %base option to not work any more, meaning it was not possible to push a commit, which is already merged into a branch, for review to another branch of the same project.
JGit bug 468024: Fix data loss if a pack is pushed to a JGit based server and gc runs concurrently on the same repository.
Issue 3371: Fix wrong date/time for commits in refs/meta/config branch.
When the refs/meta/config branch was modified using the PutConfig REST endpoint (e.g. when changing the project configuration in the web UI) the commit date/time was wrong. Instead of the actual date/time the date/time of the last Gerrit server start was used.
Fix NullPointerException in the related changes REST API endpoint.
Make sure /a is not in the project name for git-over-http requests.
The /a prefix is used to trigger authentication but was not removed from the request. Therefore, it was included in the project name and hence the project wasn’t found when performing, for example git fetch http://server/a/project.
Fix disabling of git ssh commands.
The ssh commands were available even when ssh commands were disabled.
Fix native string handling in Plugin API.
The results of REST API calls were incorrectly being converted from NativeString to String when called from Javascript.
Issue 3440: Include prettify source files in the documentation.
The prettify source files were being loaded from cdnjs.cloudflare.com, which may cause trouble if the Gerrit instance is behind a firewall on a machine not allowed to access the Internet at large.
Now those files are bundled with the documentation.
Print proper name for project indexer tasks in show-queue command.
Print proper name for reindex after update tasks in show-queue command.
Update JGit to 4.0.1.201506240215-r.
下载:https://gerrit-releases.storage.googleapis.com/gerrit-2.11.2.war。
Gerrit 是一个免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。它使用 Git 作为底层版本控制系统。它分支自Rietveld, 作者为Google公司的Shawn Pearce,原先是为了管理Android计划而产生。这个软件的名称,来自于荷兰设计师赫里特·里特费尔德(Gerrit Rietveld)。最早它是由Python写成,在第二版后,改成用Java与SQL。使用Google Web Toolkit来产生前端的JavaScript。
评审问题列表页面: