aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker
Commit message (Expand)AuthorAge
* Extract LocalEnvProvider members to classes.Gravatar Laszlo Csomor2018-01-04
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Add a CommandLineBuilder for the process-wrapper embedded tool, and use it ev...Gravatar ruperts2017-11-30
* Simplify SpawnRunner interfaceGravatar ulfjack2017-11-28
* Return SpawnResults using a List instead of a Set.Gravatar ruperts2017-11-21
* 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
* Windows, jni: Don't close stdout/stderr in nativeWaitFor functionGravatar Yun Peng2017-10-24
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* More SpawnResult-related plumbing changes to Actions, Strategies, ActionConte...Gravatar ruperts2017-10-07
* Move SpawnResult from build.lib.exec into build.lib.actions so that e.g. buil...Gravatar ruperts2017-09-22
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Fix NPE in WorkerFilesHash.Gravatar philwo2017-08-29
* Add the workspace name to the sandbox path for sandboxed workers.Gravatar philwo2017-08-18
* workers: Don't skip empty lines when expanding flagfiles.Gravatar philwo2017-08-17
* When a worker can no longer be used, because one or more of its files on disk...Gravatar philwo2017-08-17
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Cache flaky tests (remove the cachable flag from test result data)Gravatar ulfjack2017-07-07
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Track the test environment in Skyframe, like the action environmentGravatar ulfjack2017-06-09
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* sandbox: Use the SpawnInputExpander everywhere and delete SpawnHelpers.Gravatar Philipp Wollermann2017-05-09
* Add support for logging exception details via ErrorMessage.Gravatar philwo2017-04-28
* worker: Do not check if the process is still alive prior to using it.Gravatar philwo2017-04-28
* worker: Extract two methods from actuallyExec for better readability.Gravatar philwo2017-04-28
* worker: Small refactoring of RecordingInputStream.Gravatar philwo2017-04-28
* Slight tweaks to text formatting of ErrorMessages.Gravatar philwo2017-04-28
* worker: Remove the "retry on failure" feature.Gravatar philwo2017-04-28
* Use the new ErrorMessage class in WorkerTestStrategy. Also adds a nullGravatar philwo2017-04-28
* Dump the stderr log of a worker when it crashes during a build.Gravatar philwo2017-04-25
* Use the RecordingInputStream from the WorkerSpawnStrategy in the WorkerTestSt...Gravatar kush2017-04-25
* Fix #2769: Worker processes should be killed on 'bazel clean'.Gravatar philwo2017-04-12
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Prevent users from using the WorkerTestStrategy unless they're running with t...Gravatar Kush Chakraborty2017-03-09
* Bring back the persistent test runner functionality, on ExperimentalTestRunner.Gravatar Kush Chakraborty2017-03-09
* Add support for --flagfile=flagfile.txt args in addition to the usual @flagfi...Gravatar Philipp Wollermann2017-03-06
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-03-06
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06