-
Notifications
You must be signed in to change notification settings - Fork 17.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/build: finish, document Gerrit hashtags for managing open CLs #24836
Comments
Change https://golang.org/cl/106795 mentions this issue: |
Also |
@FiloSottile, yup, I just found that too and just tagged an issue with that, for a CL that had an open proposal but wasn't mentioned in the commit message. |
Tested in one-off local tool: func main() { gc := gerrit.NewClient("https://go-review.googlesource.com/", gerrit.GitCookiesAuth()) .... Updates golang/go#24836 Change-Id: I231e3afb4a27e41f9b56968e3e97fa1c31fd8d84 Reviewed-on: https://go-review.googlesource.com/106795 Reviewed-by: Andrew Bonventre <andybons@golang.org>
Change https://golang.org/cl/107297 mentions this issue: |
Updates golang/go#24836 Change-Id: Id529f12dba54366d49feb112662473ca214ba2f6 Reviewed-on: https://go-review.googlesource.com/107297 Reviewed-by: Chris Broadfoot <cbro@golang.org>
Change https://golang.org/cl/107305 mentions this issue: |
I think I must be missing something, but how do I add hashtags from the Gerrit UI? |
@bcmills, left bar of the PolyGerrit UI: |
… faster Updates golang/go#24836 Change-Id: I75cae7de574af7525964bdf420328d3e553a044c Reviewed-on: https://go-review.googlesource.com/107305 Reviewed-by: Andrew Bonventre <andybons@golang.org>
Yes. We haven't modified the default permissions yet to give our Approvers group edit access. |
Sent change modifying our Gerrit config in https://go-review.googlesource.com/c/All-Projects/+/107556
... adding that last line. |
@bcmills, submitted. |
Change https://golang.org/cl/108218 mentions this issue: |
Change https://golang.org/cl/108219 mentions this issue: |
…eplies Updates golang/go#24836 Change-Id: I65dd57290634b31b112062dca9fafa76b2cc7153 Reviewed-on: https://go-review.googlesource.com/108218 Reviewed-by: Andrew Bonventre <andybons@golang.org>
Updates golang/go#24836 Change-Id: I9964dc7ec2de21201b9258709803623482aa4104 Reviewed-on: https://go-review.googlesource.com/108219 Reviewed-by: Andrew Bonventre <andybons@golang.org>
Change https://golang.org/cl/113536 mentions this issue: |
Updates golang/go#24836 Change-Id: I7b739a54dec374d60e66bf083cd41c1879500ed3 Reviewed-on: https://go-review.googlesource.com/113536 Reviewed-by: Bryan C. Mills <bcmills@google.com>
@bradfitz is there some note/doc explaining how these "Gerrit hashtags" are used in the Go project? I searched the wiki for "hashtag" but I couldn't find anything. I've seen people tagging CLs (mostly with |
With the arrival of NoteDB[1], gerrit now supports hashtags on changes which might open interesting use-cases, like go's use of hashtags for managing CL[2]. This patch adds support for the hashtag changed event. [1] https://gerrit-review.googlesource.com/Documentation/note-db.html [2] golang/go#24836
With the arrival of NoteDB[1], gerrit now supports hashtags on changes which might open interesting use-cases, like go's use of hashtags for managing CL[2]. This patch adds support for the hashtag changed event. [1] https://gerrit-review.googlesource.com/Documentation/note-db.html [2] golang/go#24836
Change https://golang.org/cl/158578 mentions this issue: |
I don't see any associated CLs to remove I think we should remove |
I don't think we need or want The |
@ALTree, yes, This indeed all needs documentation. |
Change https://go.dev/cl/391734 mentions this issue: |
If a CL has the "wait-release" hashtag set, don't autosubmit it, since we are presumably in the freeze, and should wait for the tree to open. Updates golang/go#48021 Updates golang/go#24836 Change-Id: I23258ccbb71d2b8febe97ad8883b9fe9f90c761d Reviewed-on: https://go-review.googlesource.com/c/build/+/391734 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Trust: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> Auto-Submit: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
In chat with @andybons @FiloSottile @bcmills and @ianlancetaylor yesterday, I proposed we start using Gerrit's "hashtags" support, now that our hosted Gerrit supports it (notedb support is active for us) and PolyGerrit (the new web UI) supports it.
After discussion, we settled on using tags:
While triaging today, I found we should also add support for:
I started looking into adding hashtag support to maintner and gopherbot.
Tracking that work here, then documenting all this on the wiki.
The text was updated successfully, but these errors were encountered: