aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
Commit message (Expand)AuthorAge
* Support tree artifacts in target complete.Gravatar tomlu2018-08-15
* 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
* Combine prefix event and payload stdout/stderrGravatar Klaus Aehlig2018-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
* 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
* Pass a path to ActionExecutedEvent that is resolved via ActionExecutionContext.Gravatar tomlu2018-08-01
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26
* Automated rollback of commit f309ad3be36363070e87eef0ee04b12f4956d601.Gravatar janakr2018-07-24
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* Automated rollback of commit d491bf10f42e213292382c98a1dc439537f00f43.Gravatar janakr2018-07-17
* Automated rollback of commit eb587075b0d6ffab1cf9e69ede1b7e547905e547.Gravatar janakr2018-07-16
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* Pass ActionFS paths through to action-level FileOutErr for the Action's stdou...Gravatar felly2018-06-13
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Make Artifact#equals take the owner into account for derived artifacts.Gravatar janakr2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* 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
* Remove an unused method variable.Gravatar lberki2018-06-04
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* With ActionFS, there is no need to delete previous output files. These should...Gravatar felly2018-05-24
* Don't construct directories when using ActionFS - these are implicit.Gravatar felly2018-05-18
* 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
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Automated rollback of commit 24f19ec2679dd93b1ac5b06e46f3b35807d6e217.Gravatar ruperts2018-04-23
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-05
* Change profiling to only accept strings for its "description" argument. Profi...Gravatar janakr2018-04-01
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Pass file system to Path operations.Gravatar tomlu2017-12-06
* 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
* Post non-empty ActionResults for all completed Actions.Gravatar ruperts2017-10-23
* Actions now have the option of returning an ActionResult, containing a (possi...Gravatar ruperts2017-10-18
* Set a bit in ActionExecutedEvent indicating if a failure occurred before the ...Gravatar janakr2017-08-11
* Move OutputService to lib.skyframeGravatar ulfjack2017-08-11