aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
...
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Logging the spawn graph on demand. First step on #4891.Gravatar olaola2018-04-19
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* A slight refactoring of RunCommand.Gravatar lberki2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* BEP: Cached test actions post execution info from TestResultGravatar ulfjack2018-03-30
* Use SpawnResult.getWallTime for test duration if availableGravatar ulfjack2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-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
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* 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