Support projects with anonymous HTTP access

Enforcing authentication in all cases is problematic for those who wish
to make their public Gerrit hosted Go projects easily installable via
the standard Go toolchain, either as standalone applications or as
libraries.

Anonymous repo URLs are now used as long as the anonymous user is
granted read access to the project's `refs/heads/*`.

Change-Id: I8b5bfbf3019dc7d1920bbfab048412f29962d36e
4 files changed
tree: e562c0313ffecc5f7e625ceaa71c126429405fb8
  1. .settings/
  2. src/
  3. tools/
  4. .bazelignore
  5. .bazelrc
  6. .gitignore
  7. bazlets.bzl
  8. BUILD
  9. external_plugin_deps.bzl
  10. LICENSE
  11. README.md
  12. WORKSPACE
README.md

This plugin allows you to perform go get requests against a Gerrit project.

For more information, see: src/main/resources/Documentation/about.md