1. dfb90fe Bump actions/setup-go from 5 to 6 (#201) by dependabot[bot] · 7 weeks ago master
  2. fdd33d6 Bump github.com/google/go-querystring from 1.1.0 to 1.2.0 (#200) by dependabot[bot] · 7 weeks ago
  3. c628cf8 Bump actions/checkout from 5 to 6 (#202) by dependabot[bot] · 7 weeks ago
  4. 888066f Introduce golangci-lint as an additional linter (#199) by Andy Grunwald · 2 months ago
  5. db4c287 Bump actions/setup-go from 5 to 6 (#196) by dependabot[bot] · 2 months ago
  6. 007e2f7 Bump actions/checkout from 5 to 6 (#198) by dependabot[bot] · 2 months ago
  7. a7b2c28 don't treat + as a special character for queries by Michael Kelly · 3 months ago
  8. ebba98a Upgrade Go to v1.25 (#195) by Andy Grunwald · 6 months ago
  9. 6541e71 Bump actions/checkout from 4 to 5 (#194) by dependabot[bot] · 6 months ago
  10. 4d22969 Update dependencies and fix CI build (#192) by Andy Grunwald · 7 months ago
  11. 8ddf623 Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0 (#191) by dependabot[bot] · 7 months ago
  12. a051e69 Add missing MoreProjects field in ProjectInfo (#190) by Daco · 7 months ago
  13. 8c6ff13 Add response_format_options to ChangeInput struct (#181) by sidju · 8 months ago
  14. 650ad12 Add missing Patch field to ChangeInfo (#188) by SaintNova · 9 months ago
  15. 31687dc testing: Remove console output while running unit tests (#176) by Andy Grunwald · 1 year, 4 months ago
  16. aab8de1 Upgrade Changelog for v1.0.0 (#174) by Andy Grunwald · 1 year, 4 months ago
  17. 1cda733 Introduce goreleaser to make the release of a new version easier (#173) by Andy Grunwald · 1 year, 4 months ago
  18. 08ff0c0 Github Actions: Upgrade supported Go versions from 1.21, 1.22 to 1.22, 1.23 (#172) by Andy Grunwald · 1 year, 4 months ago
  19. d093e01 Github Actions: Fix Actions trigger on branch name (#171) by Andy Grunwald · 1 year, 4 months ago
  20. b410a34 Github Actions: Upgrade `runs-on` image from ubuntu-22.04 to ubtuntu-24.04 (#170) by Andy Grunwald · 1 year, 4 months ago
  21. 18c7753 Add support for submit_requirement fields in ChangeInfo. (#169) by Simon Yang · 1 year, 4 months ago
  22. 0983e87 Update CherryPickInput to support new fields (#165) by Jimmy Trinh · 1 year, 9 months ago
  23. c725a0f Update Go version (add v1.22, remove v1.20) (#164) by Andy Grunwald · 1 year, 10 months ago
  24. bb1cabe Update SubmitInput entity to support new fields (#163) by jtrinh-anet · 1 year, 10 months ago
  25. e8bb8e4 Bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 (#162) by dependabot[bot] · 1 year, 10 months ago
  26. 7c5be02 Fix MoveInput struct definition (keep_all_labels -> keep_all_votes) (#161) by Musab · 1 year, 11 months ago
  27. 444a268 Add missing fields from ReviewResult (#160) by Mike Kelly · 1 year, 11 months ago
  28. b85f9f5 Change ReviewInput to use map[string]int for labels (#159) by Mike Kelly · 1 year, 11 months ago
  29. 6478d30 Bump actions/setup-go from 4 to 5 (#156) by dependabot[bot] · 2 years, 1 month ago
  30. 235fa61 Implement parents_data in RevisionInfo (#157) by Roman Mohr · 2 years, 1 month ago
  31. 40e4f30 Add golang context support (#153) by Mike Kelly · 2 years, 3 months ago
  32. 89fb5cf Bump actions/checkout from 3 to 4 (#154) by dependabot[bot] · 2 years, 4 months ago
  33. f01a53b add more fields to RebaseInput by Luke Granger-Brown · 2 years, 4 months ago
  34. bed9700 Support more account operations (#150) by Han-Wen Nienhuys · 2 years, 6 months ago
  35. 4f1401b AccountExternalIdInfo/Accounts.GetAccountExternalIDs: Adjusted docs according the official documentation by Andy Grunwald · 2 years, 6 months ago
  36. 8a06083 Add AccountService.QueryAccounts by Han-Wen Nienhuys · 2 years, 6 months ago
  37. 1d229fd Add AccountService.GetAccountExternalIDs by Han-Wen Nienhuys · 2 years, 6 months ago
  38. 999473b Add missing fields in AccountInfo by Han-Wen Nienhuys · 2 years, 6 months ago
  39. d2361a1 Update Go version for testing: Remove 1.19, add 1.21 (#151) by Andy Grunwald · 2 years, 6 months ago
  40. c44fe2f Add create project's tag and delete project's tag and tags (#146) by pastel001 · 2 years, 8 months ago
  41. 2dcb9fb Add support for project deletion (with plugin) (#147) by Mike Kelly · 2 years, 8 months ago
  42. 423d372 add Comment{Input,Info} fields (#145) by Dmitri Shuralyov · 2 years, 10 months ago
  43. e9d8f54 Update dependabot.yml: Set interval to monthly by Andy Grunwald · 2 years, 11 months ago
  44. da63a5c GitHub Actions: Upgrade Ubuntu + Go version and remove Caching by Andy Grunwald · 2 years, 11 months ago
  45. 34adb1f Bump actions/setup-go from 3 to 4 (#144) by dependabot[bot] · 2 years, 11 months ago
  46. cf782c5 Bump actions/cache from 3.3.0 to 3.3.1 (#143) by dependabot[bot] · 3 years ago
  47. 3ee7c89 Bump actions/cache from 3.2.6 to 3.3.0 (#142) by dependabot[bot] · 3 years ago
  48. d865180 Bump actions/cache from 3.2.5 to 3.2.6 (#140) by dependabot[bot] · 3 years ago
  49. 8cd0d63 Add GetHashtags/SetHashtags (#141) by Li-Yu Yu · 3 years ago
  50. 04e01d7 Upgrade static check to v2023.1 (#139) by Andy Grunwald · 3 years ago
  51. 7e1bcf3 go mod tidy (#137) by Andy Grunwald · 3 years ago
  52. 7e847d2 Bump actions/cache from 3.2.4 to 3.2.5 (#136) by dependabot[bot] · 3 years ago
  53. 15d9b44 Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 (#132) by dependabot[bot] · 3 years ago
  54. 14e2304 Bump actions/cache from 3.0.11 to 3.2.4 (#134) by dependabot[bot] · 3 years ago
  55. 9ea5350 Add revision kind to RevisionInfo (#135) by Tim Wang · 3 years ago
  56. 952a13d Upgrade Go versions: Removing v1.18, adding v1.20 by Andy Grunwald · 3 years ago
  57. f726227 Bump actions/cache from 3.0.8 to 3.0.11 (#128) by dependabot[bot] · 3 years, 4 months ago
  58. 41749a6 GitHub Actions: Raise Go versions to v1.18 and v1.19 (#125) by Andy Grunwald · 3 years, 5 months ago
  59. 5de64ee changes: Add RemoveAttention (#124) by Li-Yu Yu · 3 years, 5 months ago
  60. 2e881e2 apply gofmt, add new fields to ReviewInput (#123) by Daniel Martí · 3 years, 5 months ago
  61. 4fc9999 Bump actions/cache from 3.0.7 to 3.0.8 (#121) by dependabot[bot] · 3 years, 6 months ago
  62. f645b08 add: project commits included in (#122) by swift · 3 years, 6 months ago
  63. b678d1c Bump actions/cache from 3.0.5 to 3.0.7 (#120) by dependabot[bot] · 3 years, 6 months ago
  64. 4861c8c Bump actions/cache from 3.0.4 to 3.0.5 (#118) by dependabot[bot] · 3 years, 7 months ago
  65. 28cf26f Bump actions/cache from 3.0.3 to 3.0.4 (#114) by dependabot[bot] · 3 years, 9 months ago
  66. 2d5a93b Bump actions/cache from 3.0.2 to 3.0.3 (#113) by dependabot[bot] · 3 years, 9 months ago
  67. d3e91fb Add support for Change API's "Set Ready-For-Review" endpoint (#110) by Ben Clayton · 3 years, 10 months ago
  68. 4bec308 Bump actions/cache from 3.0.1 to 3.0.2 (#108) by dependabot[bot] · 3 years, 10 months ago
  69. 5f47610 Bump actions/setup-go from 2 to 3 (#109) by dependabot[bot] · 3 years, 10 months ago
  70. 525eecd Bump dominikh/staticcheck-action from 1.1.0 to 1.2.0 (#107) by dependabot[bot] · 3 years, 11 months ago
  71. b24a961 Escape % character in fm.Fprint (#106) by Andy Grunwald · 3 years, 11 months ago
  72. 79adba8 Bump actions/checkout from 2 to 3 (#104) by dependabot[bot] · 3 years, 11 months ago
  73. 6928c4f Bump actions/cache from 2 to 3.0.1 (#105) by dependabot[bot] · 3 years, 11 months ago
  74. 90f99d2 Fix staticcheck in GitHub CI by Andy Grunwald · 3 years, 11 months ago
  75. 5105eaf Switch CI to only support v1.17 und v1.18 by Andy Grunwald · 3 years, 11 months ago
  76. 916b31a Configured dependabot by Andy Grunwald · 3 years, 11 months ago
  77. 918f939 fix: remove a extra characters in url path (#103) by xuweiwei · 4 years ago
  78. ff14d06 Groups: Add _more_groups attribute to GroupInfo by Andy Grunwald · 4 years, 5 months ago
  79. 67c9345 Fix #92: Add pagination support for SuggestAccount by Andy Grunwald · 4 years, 5 months ago
  80. 5a2c9c2 New example: Creating a project by Andy Grunwald · 4 years, 5 months ago
  81. 024fc51 Add section about "Development" into README by Andy Grunwald · 4 years, 5 months ago
  82. 3fc80f9 Smaller README rework and example directory by Andy Grunwald · 4 years, 5 months ago
  83. 67e5874 changes: fill in the rest of Changes.ChangeInput (#97) by wwade · 4 years, 5 months ago
  84. 58f949a go mod tidy by Andy Grunwald · 4 years, 5 months ago
  85. d813ef1 Run testing on a new pull request by Andy Grunwald · 4 years, 5 months ago
  86. 1154c96 Testing: Use go version '1.17', '1.16', '1.15' by Andy Grunwald · 4 years, 5 months ago
  87. 543bc02 Add TODo to add other fields to struct by Andy Grunwald · 4 years, 5 months ago
  88. 294d14b Remove CreateChangeDeprecated by Andy Grunwald · 4 years, 5 months ago
  89. ba5c750 Merge branch 'changes-CreateChange-ChangeInput' of https://github.com/wwade/go-gerrit into wwade-changes-CreateChange-ChangeInput by Andy Grunwald · 4 years, 5 months ago
  90. 1fe64e5 Update changes.go by Andy Grunwald · 4 years, 5 months ago
  91. 101051e Fix #92: Add _more_accounts attribute and start parameter to paginate through SuggestAccount results by Andy Grunwald · 4 years, 5 months ago
  92. 668ecf2 changes: rename Changes.DeleteDraftChange to DeleteChange (#95) by wwade · 4 years, 5 months ago
  93. 34f3353 fix: omit optional empty fields in ProjectInput (#94) by wwade · 4 years, 5 months ago
  94. 7b2c737 api: deprecate CreateChange using ChangeInfo (use ChangeInput instead) by Wade Carpenter · 4 years, 5 months ago
  95. cc4e14e fix: no need to send content-type header if no header sent (#91) by Anton Zinovyev · 4 years, 7 months ago
  96. 9d38b0b Bump github.com/google/go-querystring from 1.0.0 to 1.1.0 (#87) by dependabot-preview[bot] · 4 years, 7 months ago
  97. dcedff1 Add more supported fields to the ChangeInfo struct (#90) by Chi Zhang · 4 years, 7 months ago
  98. c9ff84f Shorten paypal link for sponsoring by Andy Grunwald · 4 years, 8 months ago
  99. 5dc4910 Add sponsoring information by Andy Grunwald · 4 years, 8 months ago
  100. eab0848 omitempty for AbandonInput.Notify and AbandonInput.NotifyDetails fields (#89) by Chi Zhang · 4 years, 9 months ago