aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions/util
Commit message (Expand)AuthorAge
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* In AbstractSkyFunctionEnvironment, don't check for filtered exceptions in the...Gravatar janakr2018-08-08
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Automated rollback of commit 7e87730de985b7099b9b683571d58efdaab70890.Gravatar ccalvarin2018-07-27
* Remove default MD5 in most of Bazel's virtual filesystems.Gravatar ccalvarin2018-07-26
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* SerializationCheckingGraph checks all ConfiguredTargetValues.Gravatar cpeyser2018-06-14
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Adds support for remote files.Gravatar shahan2018-04-26
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* 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
* Deletes CODEC fields now that they are no longer needed.Gravatar shahan2018-02-28
* Refactor the AbstractAction computeKey method to be easier to add invariantsGravatar jcater2018-02-28
* Deletes AutoCodec.Strategy.SINGLETON now that we have @AutoCodec field tags.Gravatar shahan2018-02-28
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* Add some more codecs to execution-phase SkyKeys.Gravatar janakr2018-02-15
* Add type assertion that TreeFileArtifact's parentTreeArtifact member is aGravatar cpeyser2018-02-05
* Remove redundant function prettyJarNames from ActionsTestUtilGravatar dbabkin2018-02-03
* Implement Merge logic for all new providers in JavaInfoGravatar dbabkin2018-02-02
* Add a CODEC for Artifact.Gravatar cpeyser2018-02-01
* Add universal transform function. Small refactoring to eliminate duplication.Gravatar dbabkin2018-01-30
* Add absolute root concept.Gravatar tomlu2018-01-18
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Fix Action subclasses so that the execution platform is properly set inGravatar John Cater2018-01-04
* Improve testing for miss details on action cache stats.Gravatar jmmv2017-12-21
* Add ActionKeyContext to Action#getKey.Gravatar tomlu2017-11-29
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Thread FileSystem through to a single Path#delete call site.Gravatar tomlu2017-10-30
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Provide a source exec path -> path mapping in the ArtifactFactory, which is p...Gravatar janakr2017-10-06
* Fix various linter errorsGravatar ruperts2017-09-29
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Now that SkyKey is an interface, accept Iterable<? extends SkyKey>Gravatar ulfjack2017-07-19
* BEP: Report configuration for all actionsGravatar Klaus Aehlig2017-07-14
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19