aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* Introduce a new SpawnCache API; add a RemoteSpawnCache implementationGravatar ulfjack2017-08-14
* Refactor persistent workers to use SpawnRunner.Gravatar Benjamin Peterson2017-08-11
* Unify input prefetchingGravatar ulfjack2017-08-10
* Implement timeouts on top of Java ProcessGravatar ulfjack2017-08-10
* Rewrite the Command APIGravatar ulfjack2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Extend the SpawnRunner APIGravatar ulfjack2017-07-17
* LocalSpawnRunner now always logs as itselfGravatar ulfjack2017-07-14
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Fix local execution to not throw an exceptionGravatar ulfjack2017-06-14
* Extract the MacOS/XCode env rewrite logic into lib.exec.appleGravatar ulfjack2017-06-13
* Add some tests to the LocalSpawnRunner, and make some small tweaksGravatar ulfjack2017-06-08
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Implement logging in LocalSpawnRunnerGravatar ulfjack2017-04-18
* Fix the SpawnInputExpander to compute the manifest path correctlyGravatar ulfjack2017-04-10
* LocalSpawnRunner: on Windows, don't use the process wrapper for nowGravatar ulfjack2017-04-07
* Open source LocalSpawnRunnerGravatar ulfjack2017-04-07
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-21
* Add ActionInput.getExecPath, which returns a PathFragmentGravatar Ulf Adams2017-03-21
* Rollback of commit 59180a4ea66b1395b5b85defd732859ecae919ea.Gravatar Yue Gan2017-03-20
* Add SpawnInputExpander helper class to arrange runfiles for spawn strategiesGravatar Ulf Adams2017-03-17
* Global cleanup change.Gravatar Googler2017-03-03
* Provide more reporting options to SkyFunctions Gravatar Klaus Aehlig2017-02-27
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Separate runfiles middlemen into two layers: one that is a middleman for the ...Gravatar Lukacs Berki2016-01-26
* Add test case to SingleBuildFileCache for unreadable filesGravatar Michajlo Matijkiw2016-01-22
* Migrated base test classes to JUnit 4 and deleted their temporary *ForJunit4 ...Gravatar Florian Weikert2015-12-07
* Rename AbstractDistributorDriverTest to UserUtilsTestGravatar Michajlo Matijkiw2015-12-04
* Migrated tests in devtools/build/lib/exec to JUnit 4.Gravatar Florian Weikert2015-12-02
* Migrated remaining tests in lib/exec to JUnit 4.Gravatar Florian Weikert2015-11-30
* Open-source tests from lib/execGravatar Dmitry Lomov2015-11-20
* Replace "Google Inc" with "The Bazel Authors" in every copyright notice.Gravatar Lukacs Berki2015-10-21
* Implement "More flexible strategy flag for Bazel".Gravatar Philipp Wollermann2015-06-08
* Description redacted.Gravatar Nathan Harmata2015-03-05
* Get runfiles prefix from the WORKSPACE fileGravatar Kristina Chodorow2015-03-05