aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionExecutionFunction.java
Commit message (Expand)AuthorAge
* Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8.Gravatar felly2018-08-14
* Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847.Gravatar felly2018-08-14
* Track Fileset in artifact expansion.Gravatar felly2018-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
* Pass Fileset information to the Action filesystem.Gravatar felly2018-08-09
* Add support to completion function to create a path resolver from its looked-...Gravatar tomlu2018-08-03
* Disables ActionFS sandboxing of discovered derived inputs forGravatar shahan2018-08-02
* remote: add support for directory inputs in runfilesGravatar buchgr2018-08-02
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Remove the need for discoverInputsStage2(). Much like every other SkyframeGravatar Googler2018-08-01
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* Remove support for --discard_actions_after_execution.Gravatar tomlu2018-06-18
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Fix a bug with flush() not flushing on local writes in ActionFS, and add unit...Gravatar felly2018-06-12
* Allow delegation to the underlying filesystem only for the source tree.Gravatar felly2018-06-11
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Allow for Path and Root resolution when extracting action metadata.Gravatar felly2018-06-06
* Refactor root cause reporting in ConfiguredTargetFunctionGravatar ulfjack2018-05-29
* Treat runfiles middlemen as aggregating middlemen.Gravatar Benjamin Peterson2018-05-28
* Allows ActionFS to delegate to other file systems.Gravatar shahan2018-05-17
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* 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
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Automated rollback of commit 24f19ec2679dd93b1ac5b06e46f3b35807d6e217.Gravatar ruperts2018-04-23
* Remove all callers of ArtifactRoot.asSourcePath from production code besides ...Gravatar janakr2018-04-11
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-05
* Simplify ClientEnvironmentValue invalidation.Gravatar Benjamin Peterson2018-03-15
* Replace LegacySkyKey by AbstractSkyKey or custom SkyKeys. AbstractSkyKey does...Gravatar janakr2018-03-02
* Make ActionLookupData a SkyKey. Should save some memory.Gravatar janakr2018-02-14
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Prefer catastrophic action execution exceptions to non-catastrophic ones. Thi...Gravatar janakr2017-11-07
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* Automatic code cleanup.Gravatar cushon2017-09-29
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Make SkyKey an interface, and start the migration of not creating SkyKey wrap...Gravatar janakr2017-05-04
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Explicitly document the state transition on MetadataHandlerGravatar ulfjack2017-04-06
* If --batch, --keep_going, --discard_analysis_cache, and the new --noexperimen...Gravatar janakr2017-03-31
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Fix Cpp action cachingGravatar Ulf Adams2017-02-24
* Adds abstractions for include processing to CppSemanticsGravatar Googler2017-02-07