aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker
Commit message (Expand)AuthorAge
...
* 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
* 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