aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/worker/WorkerActionContextProvider.java
Commit message (Expand)AuthorAge
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Extract LocalEnvProvider members to classes.Gravatar Laszlo Csomor2018-01-04
* Actions now have a temp envvar.Gravatar László Csomor2017-10-16
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* worker: Remove the "retry on failure" feature.Gravatar philwo2017-04-28
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* 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
* Add support for sandboxing persistent workers.Gravatar Philipp Wollermann2016-09-28
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Remove incremental heuristic from workers, as it was not really useful.Gravatar Philipp Wollermann2016-02-29
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* workers: A multitude of bug fixes and improved logging.Gravatar Philipp Wollermann2015-09-14
* Only run the worker if the build is incremental. Gravatar Han-Wen Nienhuys2015-06-26
* Convert ActionContextProvider to an abstract class. This gets rid of a lot of...Gravatar Philipp Wollermann2015-06-18
* Implement persistent worker processes and a spawn strategy that uses them.Gravatar Philipp Wollermann2015-06-10