aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions/ActionCacheCheckerTest.java
Commit message (Expand)AuthorAge
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27