aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* 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
* Use the single-string arg formatter for param file format.Gravatar tomlu2018-07-25
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* Remove redundancy in DigestHashFunction use in FileSystem.Gravatar ccalvarin2018-07-23
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* SerializationCheckingGraph checks all ConfiguredTargetValues.Gravatar cpeyser2018-06-14
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* MetadataProvider now provides ActionInput lookup by exec path.Gravatar shahan2018-06-05
* 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
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Adds support for remote files.Gravatar shahan2018-04-26
* Add execution information to standalone test results.Gravatar Benjamin Peterson2018-04-26
* Support deferred param files.Gravatar tomlu2018-04-25
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Add helpful functionality to CommandLines.Gravatar tomlu2018-04-17
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Rename CommandLinesAndParamFiles -> CommandLines.Gravatar tomlu2018-04-13
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Add CommandLinesAndParamFiles class.Gravatar tomlu2018-04-11
* Simplify AbstractSkyFunctionEnvironment to more directly call getValueOrUntyp...Gravatar shreyax2018-04-10
* Avoids calling getPath() in Artifact.toDetailString().Gravatar shahan2018-04-05
* 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
* 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
* Bug fix to allow timeout errors for remote spawns.Gravatar Googler2018-03-20
* Expose an actions provider on RuleConfiguredTarget instances.Gravatar cparsons2018-03-06
* Make JavaCompileAction and friends emit new-style arguments.Gravatar tomlu2018-03-01