Tags: goretkin/bazel-gazelle
Tags
fix: Relaxing label parsing for Bazel 8 (bazel-contrib#2021) <!-- Thanks for sending a PR! Before submitting: 1. If this is your first PR, please read CONTRIBUTING.md and sign the CLA first. We cannot review code without a signed CLA. 2. Please file an issue *first*. All features and most bug fixes should have an associated issue with a design discussed and decided upon. Small bug fixes and documentation improvements don't need issues. 3. New features and bug fixes must have tests. Documentation may need to be updated. If you're unsure what to update, send the PR, and we'll discuss in review. --> **What type of PR is this?** > Uncomment one line below and remove others. > Bug fix **What package or component does this PR mostly affect?** > For example: > all **What does this PR do? Why is it needed?** The label format changed with Bazel 8 and needs to be adapted here **Which issues(s) does this PR fix?** Fixes bazel-contrib#2019 **Other notes for review**
Use apparent repo name in `go mod tidy` suggestion (bazel-contrib#2007) <!-- Thanks for sending a PR! Before submitting: 1. If this is your first PR, please read CONTRIBUTING.md and sign the CLA first. We cannot review code without a signed CLA. 2. Please file an issue *first*. All features and most bug fixes should have an associated issue with a design discussed and decided upon. Small bug fixes and documentation improvements don't need issues. 3. New features and bug fixes must have tests. Documentation may need to be updated. If you're unsure what to update, send the PR, and we'll discuss in review. --> **What type of PR is this?** Bug fix **What package or component does this PR mostly affect?** go_deps **What does this PR do? Why is it needed?** This will print `@io_bazel_rules_go//go:go` if the user uses the legacy repo name. Before Bazel 8.1.0, it will emit `...//go:go` instead of `...//go`, but correctness is more important than brevity in this case. **Which issues(s) does this PR fix?** **Other notes for review**
Revert to empty version and update repo metadata (bazel-contrib#1975) **What type of PR is this?** Bug fix **What package or component does this PR mostly affect?** BCR **What does this PR do? Why is it needed?** The new style also isn't supported by Publish to BCR and a fix is in flight: bazel-contrib/publish-to-bcr#175 **Which issues(s) does this PR fix?** Fixes # **Other notes for review**
Let the Publish to BCR app maintain the module version (bazel-contrib… …#1944) **What type of PR is this?** Other **What package or component does this PR mostly affect?** dev **What does this PR do? Why is it needed?** **Which issues(s) does this PR fix?** Fixes # **Other notes for review**
Add gazelle overrides to enable building rclone (bazel-contrib#1933) I was just toying around with Gazelle and the rclone project (see rclone/rclone#8093). These changes were necessary, but not sufficient, to build `//:rclone` with Gazelle-generated BUILD files. I also needed to make a change for hdfs in my MODULE.bazel, but someone already beat me to it in bazel-contrib#1867. I solved my problem with `gazelle:proto legacy`, but it looks like the existing override does something different. <!-- Thanks for sending a PR! Before submitting: 1. If this is your first PR, please read CONTRIBUTING.md and sign the CLA first. We cannot review code without a signed CLA. 2. Please file an issue *first*. All features and most bug fixes should have an associated issue with a design discussed and decided upon. Small bug fixes and documentation improvements don't need issues. 3. New features and bug fixes must have tests. Documentation may need to be updated. If you're unsure what to update, send the PR, and we'll discuss in review. --> **What type of PR is this?** > Uncomment one line below and remove others. > > Bug fix > Feature > Documentation Other **What package or component does this PR mostly affect?** > For example: > > language/go > cmd/gazelle > go_repository > all bzlmod **What does this PR do? Why is it needed?** Adds default overrides for some Go dependencies of the rclone project. **Which issues(s) does this PR fix?** Fixes # **Other notes for review**
prepare release 0.38 (bazel-contrib#1849) * prepare release 0.38 * Update MODULE.bazel
PreviousNext