1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Gerrit 2.11.3 发布下载,代码评审工具 下载

本帖由 漂亮的石头2015-08-24 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,345
    赞:
    47
    Gerrit 2.11.3 发布下载,此版本主要是 bug 修复:


    • Do not suggest inactive accounts.

      When, for example, adding accounts to a group, the drop down list would also suggest 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, resulting in poor performance on most browsers.


    • Prefer JavaScript clipboard API if available.

      Modern versions of Chrome support a draft clipboard API from JavaScript that allows copying without use of a Flash widget. If the API appears to be available in 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 with parboiled which was used by Gerrit. This resulted in markdown files not being rendered by the Gitiles plugin.


    • Fix submodule subscription for nested projects.

      If the project name was a/b, and a project named b also existed, the subscription 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 patch set.


    • 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 the logged in user, clicking on the side by side diff link caused a javascript error on 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 to the change.


    • Issue 3366: Call NewProjectCreatedListeners after project creation is complete.

      The listeners were being called before all project details had been created and 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 errors caused by plugins not loading that an admin should pay attention to and try to resolve.
    更新


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

    评审问题列表页面:

    [​IMG]
    Gerrit 2.11.3 发布下载,代码评审工具下载地址
     
正在加载...