Skip to content

Tags: blico/bazel-gazelle

Tags

0.16.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade io_bazel_rules_go dependency to 0.16.5 (bazel-contrib#405)

0.15.0

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
internal/repos: handle pseudo-versions in imported go.mod (bazel-cont…

…rib#344)

Fixes bazel-contrib#343

0.14.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Experimental: read and write build files in alternate directories (ba…

…zel-contrib#286)

* The flags -experimental_{read,write}_build_files_dir may now be used
  to read and write build files to alternate directories, which may be
  outside of the repository root.
* When a build file is read from an alternate directory, the build
  file in the source directory is ignored.
* When a build file is written to an alternate directory, any existing
  build file in that directory is replaced. The build file in the
  source directory is not updated.

0.13.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
internal/language/go: fix load of gazelle macro (bazel-contrib#265)

Remove loads of "gazelle" from "@io_bazel_rules_go//go:def.bzl". Load
instead from "@bazel_gazelle//:def.bzl".

Fixes bazel-contrib#239

0.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add all special cases for Go importing WKT proto packages (bazel-cont…

…rib#193)

When Go code generated from protos (via go_proto_library) import WKT
packages, they implicitly depend on targets in
@io_bazel_rules_go//proto/wkt. When static Go code imports the same
packages, Gazelle can resolve the dependencies differently. This
results in conflicting dependencies in many builds.

With this change, Gazelle has special cases for every target in
@io_bazel_rules_go//proto/wkt.

Fixes bazel-contrib#159

0.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update setup boilerplate for rules_go 0.10.3 (bazel-contrib#176)

[skip ci]
[ci skip]

0.10.1

Evaluate symlinks in repo root (bazel-contrib#166)

Gazelle usually ignores symlinks, but it may follow them if they point
to directories outside of the repo root (after all symlinks are
resolved).

With this change, Gazelle evaluates symlinks in the repo root. Without
this, Gazelle incorrectly decides to follow symlinks.

0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update overlay repository and rules_go (bazel-contrib#139)

* In overlay repository rules, resolve labels before downloading the
  repo. This is a backport of bazel-contrib/rules_go#1349.
* Update io_bazel_rules_go to tip of master.
* Fix //internal/wspace:go_default_test, which was broken on macOS.

0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix setup instructions in README.rst (bazel-contrib#96)

Bazel complains when you try to override a native repository rule
after a load statement. This shows how to load rules_go and Gazelle in
a way that avoids that.

Fixes bazel-contrib#95

[skip ci]
[ci skip]

0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Sync with rules_go 1c4f6fd (bazel-contrib#24)