- 774ccf3 internal/task, gerrit: create a new branch for minor release by Hongxiang Jiang · 6 months ago
- 71c8231 cmd/gopherbot: add "convert wait-release topic to hashtag" task by Dmitri Shuralyov · 8 months ago
- 7c9d6b2 gerrit: fix project escaping for good (?) by Heschi Kreinick · 1 year, 2 months ago
- 1ee051b all: clean up obsolete +build lines and io/ioutil uses [generated] by Dmitri Shuralyov · 1 year, 5 months ago
- 762ea33 gerrit: path escape the tag value in GetTag by Rob Findley · 1 year, 5 months ago
- fbd4ec9 cmd/gerritbot: fix ID used to post comments with PR rule findings by thepudds · 1 year, 5 months ago
- 6a5da5b gerrit: delete GetProjects in favor of ListProjects by Dmitri Shuralyov · 1 year, 5 months ago
- 5a8a822 internal/task: don't retry creating CL if Gerrit responds with 400 by Dmitri Shuralyov · 1 year, 10 months ago
- 1939f8f gerrit: add WebLinks field to ProjectInfo by andrew2nelson · 2 years, 1 month ago
- da8db7a internal/task: add greenness checking to TagXReposTasks by Heschi Kreinick · 2 years, 4 months ago
- e7573ff internal/task: start x repo tagging tasks by Heschi Kreinick · 2 years, 5 months ago
- 644dfce cmd/relui,gerrit: use application default creds for Gerrit auth by Heschi Kreinick · 2 years, 6 months ago
- 5227dc8 internal/task: skip CLs that don't make changes by Heschi Kreinick · 2 years, 7 months ago
- c2ca09d gerrit: switch to a generic NotExist error by Heschi Kreinick · 2 years, 8 months ago
- e90484b internal/relui: check for stray commits by Heschi Kreinick · 2 years, 8 months ago
- 179cc6f internal/task: make Tag idempotent by Heschi Kreinick · 2 years, 8 months ago
- 757f535 gerrit, internal/task: add Gerrit-related release tasks by Heschi Kreinick · 2 years, 8 months ago
- 96df98a cmd/gopherbot: revise autosubmit behavior for stacks by Roland Shoemaker · 2 years, 8 months ago
- 140d723 cmd/gopherbot: autosubmit stacks in the right order by Roland Shoemaker · 2 years, 10 months ago
- 8ba548c cmd/gopherbot: consider Kokoro to be a bot by Dmitri Shuralyov · 2 years, 9 months ago
- 3ab5e7e all: fix some typos by cuishuang · 2 years, 11 months ago
- 31d859d cmd/gopherbot: add auto-submit functionality by Roland Shoemaker · 3 years, 5 months ago
- 0ca6046 gerrit: add support for creating and editing CLs by Dmitri Shuralyov · 3 years, 4 months ago
- f6aabaa cmd/coordinator: resolve stale TryBot threads by Filippo Valsorda · 3 years, 9 months ago
- e175a9e cmd/coordinator: correctly set happy TryBots threads as resolved by Filippo Valsorda · 3 years, 9 months ago
- c328b27 cmd/coordinator: post TryBot status as PatchSet comments by Filippo Valsorda · 3 years, 9 months ago
- d5606d5 cmd/coordinator: tag TryBot comments on Gerrit as autogenerated by Filippo Valsorda · 3 years, 9 months ago
- f539cd3 all: go fmt ./... by Russ Cox · 4 years ago
- a56ae94 all: add or change GoDoc badge to pkg.go.dev with update-readmes.go by Julie Qiu · 4 years, 1 month ago
- 243a34b maintner/maintnerd/maintapi: look for TRY= in inline comments by Dmitri Shuralyov · 4 years, 7 months ago
- e43bf47 gerrit: correct the field name for commit message in RevisionInfo by Quinten Yearsley · 6 years ago
- 25c4be9 cmd/gitmirror: change Gerrit API URL to include "-review" by Dmitri Shuralyov · 6 years ago
- b392e07 gerrit: use correct URL for GetProjects API call by Alexander Lourier · 6 years ago
- 96be844 gerrit: add RevisionInfo.Kind field by Quinten Yearsley · 6 years ago
- d788e32 cmd/gerritbot: sync abandon message to PR by Baokun Lee · 6 years ago
- 03ea096 gerrit: add messageWithFooter to RevisionInfo by Parminder Singh · 6 years ago
- d2a2c12 gerrit: add more fields to ChangeInfo by Russ Cox · 6 years ago
- 1931831 gerrit: add FileInfo status constants by Giuseppe Valente · 6 years ago
- 453fa3c gerrit: add Client.GetProjectTags method, WebLinkInfo, TagInfo by Giuseppe Valente · 6 years ago
- 952c410 cmd/gerritbot: autoassign reviewers on changes by Andrew Bonventre · 7 years ago
- c1b72a71 gerrit: allow setAuth to fallthrough to netrc lookup by Daniel Theophanes · 6 years ago
- 7feb154 gerrit: add parameter for pagination in QueryChangesOpt by Michael Dorner · 7 years ago
- 99c796b gerrit: add support for adding reviewers to a change by Andrew Bonventre · 7 years ago
- a9c7bdc gerrit: add support for hashtags by Brad Fitzpatrick · 7 years ago
- 5adabcf cmd/gerritbot: close GitHub PR when Gerrit change is closed by Andrew Bonventre · 7 years ago
- d13a093 gerrit: fix vet error by Kevin Burke · 7 years ago
- c9ba277 all: fix vet format string warnings by Tobias Klauser · 7 years ago
- f6341f9 gerrit: add optional message param to Abandon call by Andrew Bonventre · 7 years ago
- ec36dd2 x/build/gerrit: add support for querying accounts in Gerrit by Jude Pereira · 7 years ago
- 73f88a6 all: add README.md files where missing, and tool to keep them updated by Brad Fitzpatrick · 7 years ago
- be55dc0 gerrit: add TimeStamp.MarshalJSON method by Lann Martin · 7 years ago
- bf07472 gerrit: Fix tests by Kevin Burke · 8 years ago
- fefb856 gerrit: switch GetChange argument type by Kevin Burke · 8 years ago
- afc6d12 gerrit: add GetChange API call by Kevin Burke · 8 years ago
- 891b12d cmd/gopherstats, internal/gophers: start of tool to collect community stats by Brad Fitzpatrick · 8 years ago
- bce074b gerrit: switch to use std context package, require Go 1.7+ by Brad Fitzpatrick · 8 years ago
- c0c7982 gerrit: add ListProjects method by Brad Fitzpatrick · 8 years ago
- ff20af9 gerrit: Add support for Digest Authorization by Pavlo Sumkin · 8 years ago
- aaa6b3e cmd/gitmirror, gerrit: move GetProjects to gerrit by Kevin Burke · 8 years ago
- e55c76c gerrit: add CommentInput field to ReviewInput by haya14busa · 8 years ago
- 84c3f71 gerrit: support contexts by Kevin Burke · 8 years ago
- 2610191 gerrit: add ability to pass QueryChangesOpt to GetChangeDetail by shawnps · 8 years ago
- 5612add gerrit: add Auth mode to use a specific cookie file, add more methods by Brad Fitzpatrick · 9 years ago
- 09ec8bf gerrit: add Client.AbandonChange by Brad Fitzpatrick · 9 years ago
- 16adb8c gerrit: add GitCookies auth mode by Austin Clements · 9 years ago
- df7c940 gerrit: add parents field to CommitInfo by Austin Clements · 9 years ago
- 264f8cb gerrit: Add additional RevisionInfo fields by Rob Earhart · 9 years ago
- 482b2ec gerrit: Add GetAccountInfo by Rob Earhart · 9 years ago
- 1d862e8 gerrit: Add additional fields to RevisionInfo by Rob Earhart · 9 years ago
- 06fc01a gerrit: add GetChangeInfo method to Client by Andrew Gerrand · 10 years ago
- 8f9b6de cl: document, implement R= parsing, adjust default output, add -json output by Russ Cox · 10 years ago
- 0c3bcdc cmd/cl: new command to print out CLs which need attention by Brad Fitzpatrick · 10 years ago
- 421541f coordinator: trybot support by Brad Fitzpatrick · 10 years ago
- 201fc26 gerrit: add SetReview method by Brad Fitzpatrick · 10 years ago
- c789125 gerrit: start of the gerrit package, for the TryBot's Gerrit interactions by Brad Fitzpatrick · 10 years ago