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