aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Avoids calling getPath() in Artifact.toDetailString().Gravatar shahan2018-04-05
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Bug fix to allow timeout errors for remote spawns.Gravatar Googler2018-03-20
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Fail gracefully on conflicting actions generated by an aspect. These can come...Gravatar janakr2018-02-26
* SerializationTester uses an addDependency method instead ofGravatar shahan2018-02-24
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* Remove redundant ManualClock implementations.Gravatar ccalvarin2018-02-16
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Replaces InjectingObjectCodec with dependencies threaded through (Des|S)erial...Gravatar shahan2018-02-13
* Replace path implementation.Gravatar tomlu2018-02-08
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Remove redundant function prettyJarNames from ActionsTestUtilGravatar dbabkin2018-02-03
* Implement Merge logic for all new providers in JavaInfoGravatar dbabkin2018-02-02
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Allow CustomCommandLine's mapFn to expand each object into multiple items.Gravatar tomlu2018-02-01
* Add universal transform function. Small refactoring to eliminate duplication.Gravatar dbabkin2018-01-30
* Use nested set cache in key computation for CustomCommandLine.Gravatar tomlu2018-01-29
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Improve testing for miss details on action cache stats.Gravatar jmmv2017-12-21
* Automated rollback of commit 82e68b75304438c96ff878a0c2b8d18b42002486.Gravatar aehlig2017-12-19
* Add a sanity check to prevent creation of Artifacts with an empty pathGravatar ulfjack2017-12-19
* Make FileSystem operate on LocalPath instead of Path.Gravatar tomlu2017-12-14
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-12
* Add fields to record block I/O and involuntary context switch execution stati...Gravatar ruperts2017-12-08
* Added execution platform to the ActionExecutionMetadata.Gravatar John Cater2017-12-04
* Add user and system execution time to provide total CPU execution time for ea...Gravatar ruperts2017-12-01
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Use Truth8 to test Optionals in ActionResult/TerminationStatus tests.Gravatar ruperts2017-11-09
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Use Durations to store wall, user and system execution time in SpawnResults, ...Gravatar ruperts2017-11-06
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30