aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker
Commit message (Expand)AuthorAge
* 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
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.Gravatar Kush Chakraborty2017-02-24
* Separate the classpaths of the TestRunner with the test target, and use a sep...Gravatar Kush Chakraborty2017-02-23
* Rollback of commit 1cb5059396e46d9ff2c317b8a0a046af32b3a1d8.Gravatar Ulf Adams2017-02-20
* Rewrite TestStrategy.getArgsGravatar Ulf Adams2017-02-17
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Remove the first argument of TestStrategy.getArgs.Gravatar Ulf Adams2017-02-09
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Throw an exception when persistent workers are used to run tests with use_tes...Gravatar Kush Chakraborty2017-02-01
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Refactor StandaloneTestStrategy; tiny step towards test strategy unification.Gravatar Ulf Adams2017-01-10
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Continued TestStrategy refactoring.Gravatar Ulf Adams2016-12-16
* Move TestStrategy to lib.exec package.Gravatar Ulf Adams2016-12-15
* Initial code for Persistent Java Test Runner.Gravatar Kush Chakraborty2016-12-09
* If a worker returns unparseable output, print it to the terminal.Gravatar Philipp Wollermann2016-12-06
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* Start worker processes with a clean environment, instead of accidentally inhe...Gravatar Philipp Wollermann2016-07-28
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* --Gravatar Luis Fernando Pino Duque2016-07-20
* workers: WorkerSpawnStrategy will now only execute SpawnActions if their Exec...Gravatar Philipp Wollermann2016-07-19
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Let Java header compilation run locally when --experimental_persistent_javac ...Gravatar Philipp Wollermann2016-06-15
* workers: Improve verbose messages when workers are restarted. Prevent killing...Gravatar Philipp Wollermann2016-05-24
* workers: When a WorkerFactory is instantiated, first remove old worker logs t...Gravatar Philipp Wollermann2016-05-24
* Fix #837: worker_verbose flag has no effect.Gravatar Philipp Wollermann2016-05-19
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Make worker more defensive about NPEsGravatar Kristina Chodorow2016-04-01
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Remove incremental heuristic from workers, as it was not really useful.Gravatar Philipp Wollermann2016-02-29
* Let ActionContextConsumer#getActionContexts() return a Multimap instead of a ...Gravatar Philipp Wollermann2016-02-28
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Use absolute paths in ProcessBuilder invocations.Gravatar Dmitry Lomov2016-02-17
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Make The Build Faster: More explicit exception handling in the worker strategy.Gravatar Philipp Wollermann2016-02-09
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Create the convenience symlinks only after the build, and only those that poi...Gravatar Lukacs Berki2016-01-21