aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Adjust semantics of Metadata interface, remove isFile (use getType)Gravatar ulfjack2018-01-10
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* Extract LocalEnvProvider members to classes.Gravatar Laszlo Csomor2018-01-04
* Rework implementation of --nobuild_runfile_manifests.Gravatar Benjamin Peterson2018-01-03
* Enable local action execution statistics collection for sandboxed actions tha...Gravatar ruperts2017-12-22
* Move compulsory ProcessWrapperUtil parameters into its builder() method, to b...Gravatar ruperts2017-12-20
* Remove some unused codeGravatar ulfjack2017-12-19
* Use java.nio.file.Files.createTempDirectory() to create temporary directory i...Gravatar ruperts2017-12-13
* Enable local action execution statistics collection when the LocalSpawnRunner...Gravatar ruperts2017-12-12
* Fix: uploading artifacts of failed actions to remote cache stopped working.Gravatar olaola2017-12-11
* If a temporary directory name clashes in the LocalSpawnRunner, try generating...Gravatar ruperts2017-12-06
* remote: don't hide non-test failures behind test failures. Fixes #4082Gravatar buchgr2017-11-30
* Successful SpawnResult is not a user error.Gravatar buchgr2017-11-30
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* 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
* Add a random number to action temp dirGravatar Changming Sun2017-11-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add optional user execution time and system execution time fields to Terminat...Gravatar ruperts2017-11-06
* 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
* Fixing #3834, making sure test.log always exists.Gravatar olaola2017-10-18
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* Removing the USER variable from test environment, unless explicitly provided.Gravatar olaola2017-10-16
* Simplify the SpawnExecException constructorGravatar ulfjack2017-10-16
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Fix more linter errorsGravatar ruperts2017-10-06
* Extract Fileset manifest parsing out of SpawnInputExpanderGravatar ulfjack2017-10-02
* Ensure that SpawnResults make their way back to the SpawnActions that caused ...Gravatar ruperts2017-09-27
* BEP: Add coverage data to test_resultGravatar Klaus Aehlig2017-09-26
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* Include all test output files (e.g. undeclared outputs) for non-cached test e...Gravatar Googler2017-09-22
* Only compute hostname once per server lifetimeGravatar hlopko2017-09-14
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* remote: Return exit code 34 for remote caching/execution errors.Gravatar buchgr2017-09-01
* In terse test_summary, skip no-status testsGravatar Klaus Aehlig2017-08-30
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* AbstractSpawnStrategy: use ActionExecutionContext.getVerboseFailuresGravatar ulfjack2017-08-11