关于 Gerrit Code Review 的那些 Label

2023-12-15 03:08
文章标签 code label gerrit review

本文主要是介绍关于 Gerrit Code Review 的那些 Label,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

关于 Gerrit Code Review 的那些 Label

初次使用 Gerrit,你是否弄不清楚什么是 -2 -1 +1 +2 ?此文缩略翻译自 Gerrit 官方文档,以供参考。


标签:代码评审

标签值的范围如下:

  • -2:代码有严重的问题,绝对不可以进行合并。注意:Any -2 blocks submit
  • -1:代码看上去不太好,但需要其他评审人再次确认
  • 0:还没仔细去看代码
  • +1:代码看上去没问题,但需要其他评审人再次确认
  • +2:代码看看上去不错,同意合并。注意:Any +2 enables submit

值得注意的是,-2 -1 0 +1 +2,都是针对于评审者自身的意见而言的,并不代表所有人的意见。


英文原版缩略

The range of values is:

  • -2: This shall not be merged
  • -1: I would prefer this is not merged
  • 0: No score
  • +1: Looks good to me, but someone else must approve
  • +2: Looks good to me, approved

官方文档还提供了 Label:Verified 的说明,此处不详细叙述,可查看官方文档 Gerrit Code Review - Review Labels 了解更多信息。

这篇关于关于 Gerrit Code Review 的那些 Label的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/494887

相关文章

CK_Label_V31

CK_Label_v31(电池供电版) 产品型号 CK_Label_v31 尺寸 68.8*30*13.3mm 按键 1 指示灯 1 RGB灯 外观颜色 白色 供电方式 纽扣电池组2200mAh(CR2477*2),可更换电池 通信方式 无线通信 合规认证 CE, RoHS 工作温度 0-50℃ 工作频段 8

VS Code SSH 远程连接服务器及坑点解决

背景 Linux服务器重装了一下,IP没有变化,结果VS Code再重连的时候就各种问题,导致把整个流程全部走了一遍,留个经验帖以备查看 SSH 首先确保Windows安装了ssh,通过cmd下ssh命令查看是否安装了。 没安装,跳转安装Windows下的ssh 对应的,也需要Linux安装ssh,本文是Ubuntu系统,使用以下命令安装: sudo apt updatesudo

Google Code Jam 2014(附官方题解)

2014年Google编程挑战赛 Problem A. Magic Trick Confused? Read the quick-start guide. Small input 6 points You have solved this input set. Note: To advance to the next rounds, you will need to s

在Mac OS上使用Visual Studio Code创建C++ Qt的Hello World应用

引言 Qt是一个跨平台的应用程序和用户界面框架,而Visual Studio Code是一个功能强大的编辑器,两者结合可以极大地提升开发效率。本文将指导你在Mac OS上使用Visual Studio Code创建一个简单的Qt 'Hello World'窗口应用。 环境准备 确保你的MacBook OS运行最新的操作系统。安装Homebrew,Mac OS的包管理器。通过Homebrew安装

springcloud config报错NoSuchLabelException: No such label: main

目录 一、问题描述二、解决方法 一、问题描述 Spring Cloud Config Server 编译报错:NoSuchLabelException: No such label: main org.springframework.cloud.config.server.environment.NoSuchLabelException: No such label: ma

【C/C++】Code Style

消除重复 PS:机能一次,使用多次 // .hvirtual bool hasFormat(const QString &mimetype) const;//.cppbool QMimeData::hasFormat(const QString &mimeType) const{return formats().contains(mimeType);}bool QMimeData::h

Query failed with error code 96 and error message 'Executor error during find command: OperationFail

Query failed with error code 96 and error message 'Executor error during find command: OperationFailed: Sort operation used more than the maximum 33554432 bytes of RAM. Add an index, or specify a smal

gbase8s之Encoding or code set not supported

如图发生以下错误: 解决办法:在url里加上ifx_use_strenc=true 就可以了 参数解释:

[Codeforces - Gym100801H (NEERC)] Hash Code Hacker (字符串构造)

Codeforces - Gym100801H (NEERC) 给定一个字符串hash,为 ∑i=0len−1str[i]×31len−1−i \displaystyle\sum_{i=0}^{len-1} str[i]\times 31^{len-1-i} 求 K K个长度不超过 1000的字符串,使得他们的 hash值相等 其中每个 hash值是 32位有符号整数,K≤1000K\l

gerrit安装与配置

wget https://www.gerritcodereview.com/download/gerrit-2.15.war java -jar gerrit*.war init --batch --dev -d ~/gerrit_testsite 出现如下: Generating SSH host key ... rsa(simple)... doneInitialized /home/