aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Add a sanity check to prevent creation of Artifacts with an empty pathGravatar ulfjack2017-12-19
* Clarify the documentation for File.dirnameGravatar vladmos2017-12-15
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-12
* Remove hyperthreading multiplier to improve performance.Gravatar dmaclach2017-12-11
* Clarify documentation about File.basenameGravatar laurentlb2017-12-11
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* Avoid expansion of NestedSets in MiddlemanFactory.Gravatar Benjamin Peterson2017-12-11
* Add fields to record block I/O and involuntary context switch execution stati...Gravatar ruperts2017-12-08
* Pass file system to Path operations.Gravatar tomlu2017-12-06
* 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
* Make "timeout" a constant in ExecutionRequirementsGravatar ulfjack2017-11-30
* Take MB/s into account for the Slow read message.Gravatar Austin Schuh2017-11-30
* Successful SpawnResult is not a user error.Gravatar buchgr2017-11-30
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Remove some unused extension points.Gravatar Googler2017-11-29
* Add user and system time to CommandResults, and plumb them into SpawnResults.Gravatar ruperts2017-11-29
* Clean up ExecutionRequirementsGravatar ulfjack2017-11-29
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* Show the used client env digest in bazel dump --action_cache.Gravatar Benjamin Peterson2017-11-17
* BEP: add commandline for reported actionsGravatar Klaus Aehlig2017-11-10
* BEP: also report the mnemonic of reported actionsGravatar Klaus Aehlig2017-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
* Mark authorization-related errors as user errorsGravatar Googler2017-11-03
* 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
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Throw a checked exception if there's an error reading /proc/meminfo, and hand...Gravatar janakr2017-10-12
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Speed up fingerprint and hashcode computation by:Gravatar kush2017-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
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* Stop the transitive duplication of FilesetTraversalParams when Filesets are n...Gravatar kush2017-09-25
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Internal changeGravatar tomlu2017-09-22
* Add sanity check that the runfiles middleman root is a middleman rootGravatar ulfjack2017-09-20
* RELNOTES: Fix documentation typo.Gravatar Googler2017-09-18
* Automated rollback of commit f26e8694ae78599b3e2004e3360eaf3443fa53a6.Gravatar hlopko2017-09-18
* Automatic code cleanup.Gravatar cushon2017-09-15
* Internal changeGravatar tomlu2017-09-15
* Introduce -c source_file -o output_file build variablesGravatar hlopko2017-09-14
* Internal changeGravatar tomlu2017-09-14
* Remove Path instance from Artifact.Gravatar tomlu2017-09-14
* Fix string representations for root objectsGravatar vladmos2017-09-12
* ActionInputFileCache: move getMetadata to a new super-interfaceGravatar ulfjack2017-09-11