Releases: Tinder/bazel-diff
Make sure --keep_going flag is inherited
Make sure --keep_going flag is inherited
Support for disabling `--keep_going` in queries
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
Fix stack overflow error when rule has itself as a rule input
Remove modified file paths, avoid query, hash all targets flags
Hash all targets is now the default mode for Bazel-Diff
Fix for external rule inputs
WIP fix for issue 61
2.3.2-alpha Change in external repo not detected #61
Patch fix for Universe Query null pointer issue
Fixes an issue where the universe query parsing logic could fail with a null pointer exception
Specify universe query in impacted targets `rdeps()` query
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
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
Merge pull request #55 from Tinder/maxwelle/optimize_rdeps Attempt to optimize rdeps queries