aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Fix assorted ErrorProne warnings.Gravatar lberki2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Split the cycle between vfs and profiler.Gravatar philwo2017-08-31
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Allow CommandLine expansion to throw an exception.Gravatar tomlu2017-08-24
* Set a bit in ActionExecutedEvent indicating if a failure occurred before the ...Gravatar janakr2017-08-11
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move extra action stuff to analysis.extraGravatar ulfjack2017-08-10
* Remove `blaze` from the conflict error messageGravatar Gregg Donovan2017-08-10
* Use java.time.Duration for timeoutsGravatar ulfjack2017-08-09
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* BEP ActionExecuted: fix typoGravatar Klaus Aehlig2017-07-27
* Add configuration and target label to ActionCompletedId.Gravatar Eduardo Colaco2017-07-27
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Move ActionInputPrefetcher to the actions packageGravatar ulfjack2017-07-21
* Fix string representation for the Root classGravatar vladmos2017-07-19
* Simplify exception handling in spawn strategiesGravatar ulfjack2017-07-17
* Promote getPossibleInputsForTesting from CppCompileAction to CommandAction, inGravatar cpeyser2017-07-17
* remote: Don't cache test if marked "external". Fixes #3362Gravatar buchgr2017-07-14
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Rewrite all the sandbox strategy implementationsGravatar ulfjack2017-07-12
* Make SkylarkValue instances mutable by defaultGravatar vladmos2017-07-11
* Update documentation on ctx.actions.declare_directory and File.Gravatar dslomov2017-07-10
* Fix memory regression from CL/160891204.Gravatar tomlu2017-07-10
* Clean up string representations for artifactsGravatar vladmos2017-07-10
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Allow the remote server to set its own default action timeout when Bazel does...Gravatar olaola2017-07-05
* Update SpawnAction to take an ActionEnvironmentGravatar ulfjack2017-07-05
* Also provide the configuration id of executed actionsGravatar Klaus Aehlig2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Refactor PrinterGravatar vladmos2017-07-03
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Add ActionEnvironment, which is a wrapper class for a fixed+inherited envGravatar ulfjack2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Make Metadata fields privateGravatar ulfjack2017-06-22
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Don't create the same String/ImmutableMap over and over again.Gravatar twerth2017-06-09
* Add a tag to ExecutionRequirements that allows disabling local prefetchGravatar ulfjack2017-06-06
* Move ExecutionRequirements to the lib.actions packageGravatar ulfjack2017-06-06
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-10
* Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.Gravatar ulfjack2017-05-09