aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* test failure: print stacktrace on I/O errorGravatar Laszlo Csomor2018-05-16
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Delete the FilesetActionContext and its ImplementationGravatar kush2018-05-04
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Print more debugging info when xcode-locator fails.Gravatar philwo2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* 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
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* 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
* A slight refactoring of RunCommand.Gravatar lberki2018-04-17
* Move test_timeout to BuildConfiguration and TargetCompleteEvent.Gravatar Googler2018-04-17
* Rollback https://github.com/bazelbuild/bazel/pull/5007Gravatar cparsons2018-04-16
* CommandBuilder: remove useShell and setWorkingDirGravatar Laszlo Csomor2018-04-12
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* BEP: Cached test actions post execution info from TestResultGravatar ulfjack2018-03-30
* Use SpawnResult.getWallTime for test duration if availableGravatar ulfjack2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-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
* Refactor and cleanup the sandboxing code.Gravatar Philipp Wollermann2018-03-23
* 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
* Adding a property name to the SpawnRunner. Most runners already had it, I jus...Gravatar olaola2018-02-22
* Clean up test tag handlingGravatar ulfjack2018-02-21
* Update --flaky_test_attempts to also take a repeatable argument of the formGravatar jcater2018-02-20
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Provide a hacky way to get an ActionInput from BinToolsGravatar ulfjack2018-02-20
* Automated rollback of commit 04757dba0174d22c0a695a7ed5fe511fd13df008.Gravatar laszlocsomor2018-02-16
* Move BinTools to lib.execGravatar ulfjack2018-02-15
* tmpdir,local-exec: implement --local_tmp_rootGravatar Laszlo Csomor2018-02-13
* Remove a few unused fields.Gravatar lberki2018-02-09
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* BEP: ensure that TestAttempts are reported after their targetGravatar Klaus Aehlig2018-02-07
* AbstractSpawnStrategy should not crash when executing actions with a null owner.Gravatar tomlu2018-02-01
* Move BazelRuleClassProvider.TESTING_SUPPORT to its own class in rules/test.Gravatar lpino2018-01-29
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19