| Commit message (Expand) | Author | Age |
* | Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008. | laszlocsomor | 2018-02-16 |
* | Move BinTools to lib.exec | ulfjack | 2018-02-15 |
* | tmpdir,local-exec: implement --local_tmp_root | Laszlo Csomor | 2018-02-13 |
* | Remove a few unused fields. | lberki | 2018-02-09 |
* | Remove hard-wired basenames for the test setup and the coverage collection sc... | lberki | 2018-02-09 |
* | Give a reasonable environment for tests run by "blaze run --direct_run". | lberki | 2018-02-08 |
* | BEP: ensure that TestAttempts are reported after their target | Klaus Aehlig | 2018-02-07 |
* | AbstractSpawnStrategy should not crash when executing actions with a null owner. | tomlu | 2018-02-01 |
* | Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test. | lpino | 2018-01-29 |
* | Fix usages of PathFragment segments that will become inefficient. | tomlu | 2018-01-19 |
* | Prevent broken cache entries on concurrent file changes | ulfjack | 2018-01-19 |
* | actions,temp: respect TMPDIR envvar | Laszlo Csomor | 2018-01-15 |
* | Plumb exec root through to all spawn runners. | tomlu | 2018-01-11 |
* | Adjust semantics of Metadata interface, remove isFile (use getType) | ulfjack | 2018-01-10 |
* | Use EmptyActionInput instead of null in SpawnInputExpander | ulfjack | 2018-01-08 |
* | Extract LocalEnvProvider members to classes. | Laszlo Csomor | 2018-01-04 |
* | Rework implementation of --nobuild_runfile_manifests. | Benjamin Peterson | 2018-01-03 |
* | Enable local action execution statistics collection for sandboxed actions tha... | ruperts | 2017-12-22 |
* | Move compulsory ProcessWrapperUtil parameters into its builder() method, to b... | ruperts | 2017-12-20 |
* | Remove some unused code | ulfjack | 2017-12-19 |
* | Use java.nio.file.Files.createTempDirectory() to create temporary directory i... | ruperts | 2017-12-13 |
* | Enable local action execution statistics collection when the LocalSpawnRunner... | ruperts | 2017-12-12 |
* | Fix: uploading artifacts of failed actions to remote cache stopped working. | olaola | 2017-12-11 |
* | If a temporary directory name clashes in the LocalSpawnRunner, try generating... | ruperts | 2017-12-06 |
* | remote: don't hide non-test failures behind test failures. Fixes #4082 | buchgr | 2017-11-30 |
* | Successful SpawnResult is not a user error. | buchgr | 2017-11-30 |
* | Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev... | ruperts | 2017-11-30 |
* | Add user and system time to CommandResults, and plumb them into SpawnResults. | ruperts | 2017-11-29 |
* | Clean up ExecutionRequirements | ulfjack | 2017-11-29 |
* | Simplify SpawnRunner interface | ulfjack | 2017-11-28 |
* | Return SpawnResults using a List instead of a Set. | ruperts | 2017-11-21 |
* | Add a random number to action temp dir | Changming Sun | 2017-11-20 |
* | Replace all usages of Blaze's Preconditions class with guava. | tomlu | 2017-11-09 |
* | Add optional user execution time and system execution time fields to Terminat... | ruperts | 2017-11-06 |
* | Use Durations to store wall, user and system execution time in SpawnResults, ... | ruperts | 2017-11-06 |
* | Thread FileSystem through to a single Path#delete call site. | tomlu | 2017-10-30 |
* | Fixing #3834, making sure test.log always exists. | olaola | 2017-10-18 |
* | Actions now have a temp envvar. | László Csomor | 2017-10-16 |
* | Removing the USER variable from test environment, unless explicitly provided. | olaola | 2017-10-16 |
* | Simplify the SpawnExecException constructor | ulfjack | 2017-10-16 |
* | In PerActionFileCache, tolerate requests for Artifacts that are not in the ca... | janakr | 2017-10-10 |
* | More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte... | ruperts | 2017-10-07 |
* | Fix more linter errors | ruperts | 2017-10-06 |
* | Extract Fileset manifest parsing out of SpawnInputExpander | ulfjack | 2017-10-02 |
* | Ensure that SpawnResults make their way back to the SpawnActions that caused ... | ruperts | 2017-09-27 |
* | BEP: Add coverage data to test_result | Klaus Aehlig | 2017-09-26 |
* | Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil... | ruperts | 2017-09-22 |
* | Include all test output files (e.g. undeclared outputs) for non-cached test e... | Googler | 2017-09-22 |
* | Only compute hostname once per server lifetime | hlopko | 2017-09-14 |
* | More BUILD file refactorings. | philwo | 2017-09-06 |