`
scm002
  • 浏览: 316994 次
社区版块
存档分类
最新评论

Gerrit reviewer plugin

 
阅读更多

https://gerrit.googlesource.com/plugins/reviewers/+doc/master/src/main/resources/Documentation/config.md

 

Configuration

Global configuration of the @PLUGIN@ plugin is done in the reviewers.config file in the site's etc directory.

  [reviewers]
    enableREST = true
    enableUI = false

reviewers.enableREST : Enable the REST API. When set to false, the REST API is not available. Defaults to true.

reviewers.enableUI : Enable the UI. When set to false, the ‘Reviewers’ menu is not displayed on the project screen. Defaults to true, or false when enableREST is false.

Per project configuration of the @PLUGIN@ plugin is done in the reviewers.config file of the project. Missing values are inherited from the parent projects. This means a global default configuration can be done in the reviewers.config file of the All-Projects root project. Other projects can then override the configuration in their own reviewers.config file.

  [filter "*"]
    reviewer = john.doe@example.com

  [filter "branch:main file:^lib/.*"]
    reviewer = jane.doe@example.com

  [filter "branch:stable-2.10"]
    reviewer = QAGroup

filter..reviewer : An account or a group name. Must be an exact match (case sensitive) with the account's email address or username, or the group name. Multiple reviewer occurrences are allowed.

##Multiple filter matches

The plugin supports multiple filter matches.

###Example

  [filter "file:^build/modules/.*"]
    reviewer = john.doe@example.com

  [filter "file:^build/.*"]
    reviewer = jane.doe@example.com

  1. Push a change for review involving file “build/modules/GLOBAL.pm”.
  2. Both john.doe@example.com and jane.doe@example.com get added as reviewers.
分享到:
评论

相关推荐

    gerrit-intellij-plugin-1.2.6-203

    标题 "gerrit-intellij-plugin-1.2.6-203" 指的是一款集成在IntelliJ IDEA中的Gerrit代码审查插件的特定版本。这个插件允许开发者在IDE内部直接与Gerrit代码审查系统进行交互,提高开发效率和代码审查流程的便捷性。...

    gerrit-intellij-plugin:用于IntelliJ平台的Gerrit代码检查工具集成

    gerrit-intellij-plugin 介绍 工具的非官方插件。 它支持任何基于IntelliJ平台的产品: IntelliJ IDEA IntelliJ IDEA CE Ruby矿 网络风暴 暴风雨 药香 PyCharm CE 应用程式码 Android Studio 数据夹 里昂 高地 ...

    gerrit-2.16.5

    gerrit-2.16.5 Gerrit,一种免费、开放源代码的代码审查软件,使用网页界面。利用网页浏览器,同一个团队的软件程序员,可以相互审阅彼此修改后的程序代码,决定是否能够提交,退回或者继续修改。

    gerrit-intellij-plugin-1.0.6-146.zip

    `gerrit-intellij-plugin`是专为IntelliJ IDEA设计的插件,允许开发者在IDE内部直接与Gerrit进行交互,简化了代码审查的过程。 此插件版本为`1.0.6-146`,意味着它已经过多次迭代和优化,以适应Gerrit和IntelliJ ...

    gerrit-2.10

    当前最新版本的gerrit-2.10安装包

    gerrit使用文档手册,适合新手学习gerrit

    Gerrit 使用文档手册,适合新手学习 Gerrit Gerrit 是一个基于 Web 的代码レビュー工具,用于管理代码的提交和审核。下面是 Gerrit 使用文档手册的知识点总结: 一、获取权限 在使用 Gerrit 之前,需要获取权限,...

    windows搭建git审核平台.zip_Gerrit _gerrit windows_windows+gerrit

    在本文中,我们将深入探讨如何在Windows环境下搭建一个基于Git的代码审核平台——Gerrit。Gerrit是一个开源的代码审查系统,它允许开发者提交代码,并通过一个交互式的Web界面进行审查,确保代码的质量和一致性。...

    gerrit-change-trigger:一个 Gerrit 插件,用于从 Web UI 向 Gerrit 事件流引发事件

    gerrit-change-trigger:Gerrit 变更触发器插件 添加一名作者 存储库: : 发布: : 概要 这是一个 Gerrit 插件。 这可以在 gerrit 事件流的更改中触发最新补丁patchset-created事件。 Trigger按钮被添加到修订...

    gerrit服务器中用于查看代码的插件-gitiles

    Gitiles是Gerrit代码审查系统中的一个插件,它被设计用来方便地浏览和查看存储在Gerrit服务器上的Git仓库的源代码。Gitiles提供了网页界面,使得用户可以直观地浏览项目文件、查看历史记录、比较不同版本之间的差异...

    gerrit的配置和使用

    Gerrit是一种基于Web的代码审查工具,主要功能是允许团队成员之间审阅对方代码的修改,以决定是否应该提交这些更改。Gerrit使用Git作为其底层的版本控制系统,允许开发者使用Git的标准命令行工具来提交代码。由于...

    Gerrit搭建及权限配置.docx

    Gerrit搭建及权限配置 Gerrit是一款基于Web的代码Review工具,它提供了一个平台来review和validate代码变更。下面是Gerrit搭建及权限配置的详细介绍: 安装JDK 在安装Gerrit之前,需要先安装JDK。可以使用压缩包...

    [代码评审] Gerrit 代码评审入门教程 (英文版)

    [Packt Publishing] Gerrit 代码评审入门教程 (英文版) [Packt Publishing] Learning Gerrit Code Review (E-Book) ☆ 图书概要:☆ Leverage the power of Gerrit Code Review to make software development ...

    Gerrit 配置

    但我可以根据标题“Gerrit 配置”和描述“Gerrit 中文配置使用”,以及标签“code review”,来梳理出Gerrit配置和使用相关的核心知识点。 Gerrit是一个基于Web的代码审查工具,它与Git版本控制系统紧密集成,用于...

    Gerrit 用户指南_Gerrit_

    《Gerrit 用户指南》是一本专为Gerrit用户量身定制的详细教程,旨在帮助用户深入理解和熟练使用Gerrit代码审查系统。Gerrit是一款基于Web的开源工具,广泛应用于Git版本控制系统中的代码审核流程,尤其在开放源码...

    gerrit-3.6.1安装包

    gerrit-3.6.1安装包

    gerrit.war包

    Gerrit.war包是Gerrit Code Review系统的Web应用程序包。Gerrit是一个开源的代码审查和协作代码管理系统,广泛应用于Git版本控制环境中。它提供了便捷的代码审核流程,帮助开发者确保代码质量和团队协作效率。 ...

    Gerrit代码审查工具 v3.9.1.zip

    Gerrit是一款强大的开源代码审查工具,主要用于协作开发和代码质量管理。它的主要功能是提供一个平台,让开发者可以在提交代码到主仓库之前进行讨论、审查和修改,从而提高代码质量和团队协作效率。Gerrit v3.9.1是...

    gerrit系统添加用户的流程文档1

    在IT领域,特别是软件开发和版本控制环境中,Gerrit是一个广泛使用的代码审查系统。它允许团队成员提交代码更改,并由其他成员进行审查,确保代码质量。本篇文档将详细介绍如何在Gerrit系统中添加新用户,以及后续的...

    gerrit-3.5.1

    Gerrit 是一个开源的代码审查和协作代码管理系统,它基于 Git 版本控制系统构建,旨在提高软件开发团队的工作效率和代码质量。标题中的 "gerrit-3.5.1" 指的是 Gerrit 的一个特定版本,即 3.5.1 版本。这个版本包含...

Global site tag (gtag.js) - Google Analytics