build/gerrit
Hongxiang Jiang e049c5c65c internal/task: add step to update gopls version in vscode-go project
1. Add new method ListBranches in gerrit client interface returns all
   the branches in a project.
   a. implement the real gerrit client follow rest api doc.
   b. implement the fake gerrit client using git for-each-ref.
2. Add util function returns the current active release branch from
   vscode-go.
3. Add step at the end of gopls pre-release process to update gopls
   version info in vscode-go project.

A local relui screenshot is at https://github.com/golang/vscode-go/issues/3500#issuecomment-2311084528

For golang/vscode-go#3500

Change-Id: Ib88b950df729a2f28133809f5a54311c420b447b
Reviewed-on: https://go-review.googlesource.com/c/build/+/608416
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Hongxiang Jiang <hxjiang@golang.org>
2024-08-29 18:57:58 +00:00
..
README.md all: add or change GoDoc badge to pkg.go.dev with update-readmes.go 2020-12-15 04:52:31 +00:00
auth.go all: clean up obsolete +build lines and io/ioutil uses [generated] 2023-09-08 21:45:36 +00:00
auth_test.go gerrit: Add support for Digest Authorization 2017-03-25 20:05:26 +00:00
demo.go all: clean up obsolete +build lines and io/ioutil uses [generated] 2023-09-08 21:45:36 +00:00
example_test.go gerrit: switch to use std context package, require Go 1.7+ 2017-04-18 05:16:09 +00:00
gerrit.go internal/task: add step to update gopls version in vscode-go project 2024-08-29 18:57:58 +00:00
gerrit_test.go gerrit: switch to a generic NotExist error 2022-06-14 17:31:15 +00:00

README.md

Go Reference

golang.org/x/build/gerrit

Package gerrit contains code to interact with Gerrit servers.