aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Be more generous with user time and sys time bounds in execution statistics t...Gravatar ruperts2018-06-20
* Be more generous with user time and system time bounds for execution statisti...Gravatar ruperts2018-06-19
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Use unsafe String operations when writing parameter files.Gravatar tomlu2018-06-08
* Deletes default implemetation of MetadataProvider.getInputGravatar shahan2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Simplify TestAttempt interfaceGravatar ulfjack2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Improve error message slightlyGravatar ulfjack2018-06-04
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Allow passing the relative symlink resolution policy to the SpawnInputExpanderGravatar ulfjack2018-05-30
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Use the local JDK as the default target javabaseGravatar cushon2018-05-14
* Add an IdentityHashMap to the BuildOptions.OptionsDiffForReconstruction codec.Gravatar mjhalupka2018-05-11
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Support ParamFileActionInput in LocalSpawnRunner.Gravatar tomlu2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Logging the spawn graph on demand. First step on #4891.Gravatar olaola2018-04-19
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* Simplify Executor.getSpawnActionContext() by removing mnemonic: spawn is enough.Gravatar Googler2018-03-26
* Simplified ActionContextConsumer by having it operate on a new class which ho...Gravatar Googler2018-03-26
* Remove unused Digest class.Gravatar Googler2018-03-22
* Begins cleanup to allow ActionFS to be injected into all action executions.Gravatar shahan2018-03-15
* Replace instances of XCode with Xcode which is the proper casing for the name.Gravatar Sergio Campama2018-03-06
* Also get build-runfiles as an ActionInput for the symlink tree spawnGravatar ulfjack2018-03-06
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Expose --output_user_base to the Bazel server processGravatar Klaus Aehlig2018-02-27
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action andGravatar mjhalupka2018-02-20
* Add additional tests for Filesets with symlinksGravatar ulfjack2018-02-20
* Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.Gravatar laszlocsomor2018-02-16
* Remove BinTools from BuildViewTestCaseGravatar ulfjack2018-02-15
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* tmpdir,local-exec: implement --local_tmp_rootGravatar Laszlo Csomor2018-02-13
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Remove trivial instances of FileSystem#getRootDirectory from testing code.Gravatar tomlu2018-01-11
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04