aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* 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
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Rather than logging the amount of free physical memory on Linux systems, log ...Gravatar Googler2017-10-06
* Fix more linter errorsGravatar ruperts2017-10-06
* Don't symlink into the execroot if possible in SymlinkAction: instead, symlin...Gravatar janakr2017-10-02
* Fix various linter errorsGravatar ruperts2017-09-29
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Automatic code cleanup.Gravatar cushon2017-09-15
* Inline CustomCommandLine methods that can be expressed using VectorArg.Gravatar tomlu2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Improve CustomCommandLine interface.Gravatar tomlu2017-08-22
* Remove CustomArgv. It is unused.Gravatar tomlu2017-08-21
* Add more type safety to CustomCommandLine.Gravatar tomlu2017-08-16
* Remove unused tree artifact methods from CustomCommandLine.Gravatar tomlu2017-08-14
* Inline @Deprecated methods in CustomCommandLine.Gravatar tomlu2017-08-11
* Improve CustomCommandLine.Gravatar tomlu2017-08-10
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* CustomCommandLine: add emptiness checksGravatar laszlocsomor2017-07-19
* Automated rollback of commit a76c94be7c56b93fc5a2f9ececfba7ac1f61f69c.Gravatar laszlocsomor2017-07-18
* Internal changeGravatar Googler2017-07-17
* AndroidBusyBox: deprecate path-list-type flagsGravatar laszlocsomor2017-07-17
* CustomCommandLine.Builder: clean up its interfaceGravatar laszlocsomor2017-07-17
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09