如何在 Gerrit Code Review 中合并提交

发布于 2024-12-21 18:43:13 字数 438 浏览 1 评论 0原文

我是 gerrit 的新手:http://code.google.com/p/gerrit/ 我在本地 Mac 上使用 git 安装了它。完成了。

我做了一些测试操作:

  • 注册2个帐户,第一个帐户授予“管理员”权限,第二个帐户授予“注册用户”权限

  • 创建新项目

  • 我用的是第二个帐户将提交推送到主分支以供审核。添加第一个作为审核者

  • 审阅即可。如何将此提交合并到主分支?通过 Web UI 有任何解决方案吗?

谢谢你!

I'm newbie to gerrit: http://code.google.com/p/gerrit/
I installed it with git on my local Mac. It's done.

I make some test action:

  • register 2 accounts, the first accounts grant the "Administrators" privilege, the second account grant the "Registered Users"

  • create new project

  • I use the second account to push an commit to master branch for review. Add the first as reviewer

  • Review is OK. How to merge this commit to main branch? Any solution by web UI?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

娇柔作态 2024-12-28 18:43:13

我解决了我的问题。

注意 Admin/Project/Access 上的 3 个类别:

  • CodeReview
  • Verified
  • Submit

我错过了最后 2 个类别,因此,Gerrit 不显示提交按钮

I resolved my issue.

Pay attention to 3 categories on Admin/Project/Access:

  • CodeReview
  • Verified
  • Submit

I miss the 2 last categories, so, Gerrit don't show the submit button

如痴如狂 2024-12-28 18:43:13

一旦提交在每个类别中具有最高分数并且在任何类别中没有最低分数,则可以将其合并。默认类别是代码审查(-2 到 +2)和已验证(-1 到 +1)。因此,要合并提交,它必须具有 +2 代码审查分数和 +1 验证分数,并且没有 -2 代码审查分数或 -1 验证分数。

具有“提交”权限的用户将在“审阅”按钮旁边看到“提交补丁集 n”按钮。单击它来合并提交。

Once a commit has the maximum score in each category and no minimum scores in any category, it can be merged. The default categories are Code Review (-2 to +2) and Verified (-1 to +1). So to merge a commit, it must have a +2 Code Review and +1 Verified score, and no -2 Code Review or -1 Verified scores.

A user with 'Submit' privileges will see the 'Submit Patch Set n' button next to the 'Review' button. Click it to merge the commit.

橘虞初梦 2024-12-28 18:43:13

Gerrit 中的默认权限并不总是您所期望的。为了让第一个审阅者能够提交审阅,您必须授予他们(好吧,管理员)进行“+2”审阅分数的权限。

执行此操作并且审阅者将提交标记为 +2 后,Gerrit 会自动将提交合并到其提交的分支中。

The default permissions in Gerrit are not always what you might expect. In order for the first reviewer to be able to submit the review, you will have to give them (well, Administrators) permission to do a "+2" review score.

After you do this and the reviewer marks the commit as +2, then Gerrit will automatically merge the commit into the branch for which it was submitted.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文