aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
Commit message (Expand)AuthorAge
* 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
* SkyframeActionExecutor.checkOutputs: clarify commentGravatar ulfjack2017-07-26
* Add ActionInputPrefetcher to ActionExecutionContextGravatar ulfjack2017-07-24
* Avoid races while deleting output directory ancestorsGravatar mschaller2017-07-13
* Simplify the ActionInputFileCacheGravatar ulfjack2017-07-06
* Extract ActionContext to a top-level classGravatar ulfjack2017-06-19
* Rewrite the Executor/ActionExecutionContext splitGravatar ulfjack2017-06-19
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-10
* Automated g4 rollback of commit 56e8d90674a35ebe727f74cd2d47108bfcaa4515.Gravatar ulfjack2017-05-09
* Add a custom interface for cache hit processing in actionsGravatar ulfjack2017-05-09
* Rewrite repository lookup to return a failed value rather than throwGravatar ulfjack2017-04-20
* Move the chmod call from SkyframeActionExecutor to ActionMetadataHandlerGravatar ulfjack2017-04-07
* 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
* Remove only-in-tests null checks in SkyframeActionExecutor.Gravatar Janak Ramakrishnan2017-03-22
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Clean up the semantics of input discovering actions a bit by making updateInp...Gravatar Lukacs Berki2017-02-28
* Tighten a precondition check during action execution.Gravatar Lukacs Berki2017-02-10
* Support mapping of Paths to URIsGravatar Klaus Aehlig2017-01-18
* Log the IOException when an output was not successfully created. It's possibl...Gravatar Janak Ramakrishnan2017-01-13
* Log if dangling symlink is found. This is an odd choice of thing to log, but ...Gravatar Janak Ramakrishnan2017-01-13
* Description redacted.Gravatar Googler2016-12-12
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Rename FileOutErr.get{Output,Error}File to get{Output,Error}Path, because the...Gravatar Philipp Wollermann2016-06-29
* 1. Create the TreeArtifact directory structure before expanding ActionTemplates.Gravatar Rumou Duan2016-06-14
* remove duplicate commentGravatar Benjamin Peterson2016-04-26