Skip to content

Releases: Tinder/bazel-diff

WIP fix for issue 61

09 Jun 05:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Merge pull request #55 from Tinder/maxwelle/optimize_rdeps

Attempt to optimize rdeps queries

Fix for modified source file targets the include a space

19 Jan 07:46
ca7193b
Compare
Choose a tag to compare
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

04 Jan 20:23
cd592a8
Compare
Choose a tag to compare

Fixes an issue where file paths that contain characters such as + would confuse our queries

Fix for avoid query

31 Dec 18:04
Compare
Choose a tag to compare

Contains a fix for avoid-query logic

Enable logging for Bazel queries and commands

24 Dec 19:52
Compare
Choose a tag to compare

Improve performance when using large numbers of untracked files

23 Dec 15:14
Compare
Choose a tag to compare