Skip to content

Releases: Tinder/bazel-diff

Make sure --keep_going flag is inherited

20 Jul 18:58
a093cf5

Choose a tag to compare

Make sure --keep_going flag is inherited

Support for disabling `--keep_going` in queries

15 Jul 23:21
5d52ce6

Choose a tag to compare

Merge pull request #76 from Tinder/disable_keep_going_via_flag

Allows disabling `--keep_going` flag in queries

Fix stack overflow error when rule has itself as a rule input

06 Jul 04:21
d642f32

Choose a tag to compare

Fix stack overflow error when rule has itself as a rule input

Remove modified file paths, avoid query, hash all targets flags

24 Jun 23:35
4474051

Choose a tag to compare

Hash all targets is now the default mode for Bazel-Diff

Fix for external rule inputs

10 Jun 00:15
742b7ab

Choose a tag to compare

WIP fix for issue 61

09 Jun 05:42

Choose a tag to compare

WIP fix for issue 61 Pre-release
Pre-release
2.3.2-alpha

Change in external repo not detected #61

Patch fix for Universe Query null pointer issue

07 Jun 20:37

Choose a tag to compare

Fixes an issue where the universe query parsing logic could fail with a null pointer exception

Specify universe query in impacted targets `rdeps()` query

03 Jun 15:44
0e033d5

Choose a tag to compare

When running with modified file paths mode we need to perform a final rdeps query on the impacted targets to figure out the full impacted dependency tree. Many targets in the tree can be ignored, since they are not actionable to the user i.e. tests or buildable source targets. Using the -u flag in the bazel-diff command you can limit the universe used in this 'rdeps' query, default is //...

Adds Seed Hash files flag

02 Jun 01:00
b1d406b

Choose a tag to compare

Allows developers to specify a file containing a list of files that should be checksummed and included in the checksum of all targets

Optimize RDeps queries in GenerateHashes

04 Mar 19:11
e96c579

Choose a tag to compare

Merge pull request #55 from Tinder/maxwelle/optimize_rdeps

Attempt to optimize rdeps queries