Skip to content

Tags: mark-thm/bazel-gazelle

Tags

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prepare release 0.30 (bazelbuild#1486)

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
adding go version and std_package_list to releaser (bazelbuild#1415)

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies per pre-release process (bazelbuild#1357)

bcr-commit-234130f0d9ee7cbd1560115d57dd440ee570b772

Toggle bcr-commit-234130f0d9ee7cbd1560115d57dd440ee570b772's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bzlmod: Add support for custom `go_proto_library` compilers (bazelbui…

…ld#1348)

These changes are required to allow users of `rules_go` to use all the
custom `go_proto_library` compilers defined in its `//proto` package
**if they provide their own definitions of them**:
* Make `gazelle` and `protobuf` visible to `go_repository` targets under
  their legacy `WORKSPACE` names.
* Expose `build_file_proto_mode` on `go_deps.module`.

bcr-commit-36eba6548c755c3cb1db9e4170447dceabbd5cb9

Toggle bcr-commit-36eba6548c755c3cb1db9e4170447dceabbd5cb9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bzlmod: Simplify go_grpc_library support (bazelbuild#1346)

Also raise the module version to match the latest release.

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release new version of gazelle (bazelbuild#1323)

Co-authored-by: Tyler French <[email protected]>

bcr-commit-55ba8e3f2aaad0f43d82d02eba90ccf7a7fe9c73

Toggle bcr-commit-55ba8e3f2aaad0f43d82d02eba90ccf7a7fe9c73's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bzlmod: Depend on rules_proto (bazelbuild#1331)

This is required to allow repositories generated for Go modules to see
proto_library.

Work towards bazelbuild/rules_go#3265

bcr-commit-a648a15f9f9e9ffe1bdfb5fb3d92f8ef9a727126

Toggle bcr-commit-a648a15f9f9e9ffe1bdfb5fb3d92f8ef9a727126's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bzlmod: Fix canonical label literal after Bazel change (bazelbuild#1322)

Necessary after bazelbuild/bazel@7f9de9e

Also switches the Bazel version to last_green to learn of new potential
breakages faster.

bcr-commit-2abe220a0cf10dc16f938e3b8215febd75943ece

Toggle bcr-commit-2abe220a0cf10dc16f938e3b8215febd75943ece's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bzlmod: Add go_deps.from_file (bazelbuild#1300)

* bzlmod: Rename go_deps.module importpath parameter to path

Go itself calls this a "module path" rather than an "import path" - it
will rarely be a valid import path anyway.

* bzlmod: Add a go.mod/go.sum parser

* bzlmod: Add go_deps.from_file

With go_deps.from_file, dependencies can be parsed from a go.mod/go.sum
pair directly by the go_deps module extension. Users only have to
declare visibility for their *direct* dependencies in their
MODULE.bazel.

* bzlmod: Make go mod and gazelle ignore tests/bcr/

bcr-commit-0ca53d8f45f237dded823a47c6cbf4054bb21d07

Toggle bcr-commit-0ca53d8f45f237dded823a47c6cbf4054bb21d07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bzlmod: Do not create a repository with an invalid name (bazelbuild#1304

)

Since bazelbuild/bazel@263c24e,
repositories created by modules and module extensions must have names
that start with a letter - underscores are no longer allowed.