aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* Remove unused Digest class.Gravatar Googler2018-03-22
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Also get build-runfiles as an ActionInput for the symlink tree spawnGravatar ulfjack2018-03-06
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Clean up test tag handlingGravatar ulfjack2018-02-21
* Update --flaky_test_attempts to also take a repeatable argument of the formGravatar jcater2018-02-20
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Provide a hacky way to get an ActionInput from BinToolsGravatar ulfjack2018-02-20
* Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.Gravatar laszlocsomor2018-02-16
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* tmpdir,local-exec: implement --local_tmp_rootGravatar Laszlo Csomor2018-02-13
* Remove a few unused fields.Gravatar lberki2018-02-09
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* BEP: ensure that TestAttempts are reported after their targetGravatar Klaus Aehlig2018-02-07
* AbstractSpawnStrategy should not crash when executing actions with a null owner.Gravatar tomlu2018-02-01
* 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