bazel-diff icon indicating copy to clipboard operation
bazel-diff copied to clipboard

Performs Bazel Target Diffing between two revisions in Git, allowing for Test Target Selection and Selective Building

Results 20 bazel-diff issues
Sort by recently updated
recently updated
newest added

bazel:diff -- generate-hashes --bazelCommandOptions='//... //...' --includeTargetType -w ** -v I am trying to limit external modules from bieng checked when running bazel diff . So that generate hashes are for...

This should greatly speed up hash calculation time

So I've run into a situation where `bazel-diff` isn't reflecting a change in an external repo down to an internal dependent rule. The situation I have is a little complex...

Currently, version `7.0.0` of `bazel-diff` is still reporting it's on version `5.0.0` when using `-V` from the command line. Bump the version so that CLI reports the current version.

While browsing through the code, I stumbled over BazelQueryService.kt; There, a comment mentions that streamed proto support is not yet available for cquery and references https://github.com/bazelbuild/bazel/issues/17743 here: https://github.com/Tinder/bazel-diff/blob/master/cli/src/main/kotlin/com/bazel_diff/bazel/BazelQueryService.kt#L109C28-L109C76 That issue...

good first issue

Hi! I noticed a difference in behavior between the cquery and query implementations - on the same repository ([bazel-diff-sample.zip](https://github.com/user-attachments/files/15741059/bazel-diff-sample.zip)), we get different results. The example is quite simple: target B...

Hi! It's more of a question rather than an issue. I'm trying to build this tool from source, but I'm encountering rather strange errors during the process: ``` ERROR: external/rules_kotlin~1.9.1/kotlin/compiler/BUILD.bazel:25:17:...

Hi, I am using `bazel run :bazel-diff -- generate-hashes --workspacePath="/home/jenkins/workspace/PROJECT" /home/jenkins/starting_hashes1.json` against a commit id to find out list of files and similarly running the same command to find the...

Hi, I'm not quite sure how to get a simple reproduction. In our repo (bazel 7.1.1, bazel-diff 7.0) when we have a large number (7000) targets change (due to e.g....

Trying to understand if bazel-diff still works for go deps brought in via the new gazelle/rules_go bzlmod mechanism - https://github.com/bazelbuild/rules_go/blob/master/docs/go/core/bzlmod.md. Our hashes file does not include any of the external...