aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/SkyframeActionExecutor.java
Commit message (Expand)AuthorAge
...
* 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
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Extract common logic for detecting action and artifact prefix conflicts.Gravatar Rumou Duan2016-04-19
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Ensure that errors from a mismatch between include scanning and local executi...Gravatar Janak Ramakrishnan2016-03-09
* Little refactorings on resource management stuff:Gravatar Philipp Wollermann2016-02-28
* Rollback of commit a0eefb52f529b73c6cb92f0a762853646ea2eae6.Gravatar Googler2016-02-11
* Rollback of commit df03e10f6552566982399b8779fe7bc7a17d75dc.Gravatar Michajlo Matijkiw2016-02-11
* Make unpredictable action inputs and outputs available to Actions.Gravatar Michael Thvedt2016-02-10
* Make The Build Faster: Use AutoCloseable when dealing with resources.Gravatar Philipp Wollermann2016-02-10
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Rename MiddlemanExpander to ArtifactExpander, and refactor it to yield Artifa...Gravatar Michael Thvedt2016-02-09
* Refactor action output dumping to go through a single method.Gravatar Ulf Adams2016-01-15
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Optimize how we mark files read-only upon action completion.Gravatar Eric Fellheimer2015-09-30
* Set the SkyframeActionExecutor.reporter in prepareForExecution.Gravatar Ulf Adams2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Add some utilities and relax some visibility restrictions to make alternative...Gravatar Janak Ramakrishnan2015-06-19