Releases: Tinder/bazel-diff
Releases · Tinder/bazel-diff
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
Fix for modified source file targets the include a space
Merge pull request #48 from Tinder/deal_with_rdeps_query_spaces Fix issues when doing rdeps query with spaces
Fix for modified file paths that contain special characters
Fixes an issue where file paths that contain characters such as +
would confuse our queries
Fix for avoid query
Contains a fix for avoid-query logic
Enable logging for Bazel queries and commands
2.1.0 bump 2.1.0
Improve performance when using large numbers of untracked files
2.0.2 bump 2.0.2