Do not suggest inactive accounts.
When, for example, adding accounts to a group, the drop down list would alsosuggest inactive accounts.
Inactive accounts are now excluded from the suggestion.
Fix performance of side-by-side diff screen for huge files.
The Render=Slow preference was not being disabled for huge files, resultingin poor performance on most browsers.
Prefer JavaScript clipboard API if available.
Modern versions of Chrome support a draft clipboard API from JavaScript thatallows copying without use of a Flash widget. If the API appears to be availablein the browser, it is now used instead of the Flash widget.
Fix markdown rendering for the Gitiles plugin.
The Gitiles project uses the grappa library which causes a class collision withparboiled which was used by Gerrit. This resulted in markdown files not beingrendered by the Gitiles plugin.
Fix submodule subscription for nested projects.
If the project name was a/b, and a project named b also existed, thesubscription would be incorrectly set on project b.
Issue 3478:Show correct status line for draft patch sets.
If a new patch set was uploaded as draft to an existing published change,the status line did not reflect the draft status of the now current patchset.
Issue 3477:Fix client error when current patch set is not visible to user.
If the latest patch set of a change was a draft that was not visible to thelogged in user, clicking on the side by side diff link caused a javascript erroron the client.
Issue 3468:Include URL to change in "change closed" error message.
Instead of only the change number, the error message now includes the URL tothe change.
Issue 3366:Call NewProjectCreatedListeners after project creation is complete.
The listeners were being called before all project details had been createdand recorded.
Issue 3505:Add "Uploaded patch set 1" message for changes created via the UI.
Issue 3504:Prevent users from publishing change edits if they have not signed the CLA.
It was possible for users who had not signed the Contribution License Agreement(CLA) to publish change edits on projects that require a CLA.
Issue 2209:Honor username provided by container.
Stop logging unknown group membership for null UUID.Null UUIDs are now skipped rather than spamming the log.
UUIDs which have no registered backends are still logged. These may be errorscaused by plugins not loading that an admin should pay attention to and try toresolve.
更新
Update Guice to 4.0.
Replace parboiled 1.1.7 with grappa 1.0.4.
下载:https://www.gerritcodereview.com/download/gerrit-2.11.3.war。
Gerrit 是一个免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。它使用 Git 作为底层版本控制系统。它分支自Rietveld,作者为Google公司的Shawn Pearce,原先是为了管理Android计划而产生。这个软件的名称,来自于荷兰设计师赫里特·里特费尔德(Gerrit Rietveld)。最早它是由Python写成,在第二版后,改成用Java与SQL。使用Google Web Toolkit来产生前端的JavaScript。
评审问题列表页面: