index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
actions
/
ActionCacheChecker.java
Commit message (
Expand
)
Author
Age
*
Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.
shahan
2018-06-06
*
Clean up code that directly imports nested classes like Builder, Entry, etc.
jcater
2018-05-01
*
Adjust semantics of Metadata interface, remove isFile (use getType)
ulfjack
2018-01-10
*
Move FileStateValue.Type to Metadata; add Metadata.getType()
ulfjack
2017-12-21
*
Add ActionKeyContext to Action#getKey.
tomlu
2017-11-29
*
Replace all usages of Blaze's Preconditions class with guava.
tomlu
2017-11-09
*
Collect action cache hits, misses, and reasons for the misses.
jmmv
2017-09-27
*
Make Metadata an interface for FileArtifactValue
ulfjack
2017-06-26
*
ActionMetadataHandler: proper metadata even for the volatile workspace status
ulfjack
2017-06-21
*
Rewrite repository lookup to return a failed value rather than throw
ulfjack
2017-04-20
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Convert --use_action_cache to a regular option
Googler
2017-03-01
*
Clean up the semantics of input discovering actions a bit by making updateInp...
Lukacs Berki
2017-02-28
*
Skip computing digests when --use_action_cache=false.
Googler
2017-02-16
*
Simplify the Action interface by asking it a set of allowed inputs instead of...
Lukacs Berki
2017-02-02
*
Track client environment in Skyframe
Klaus Aehlig
2016-09-14
*
Make Digest (renamed Md5Digest) a little more multi-purpose.
Shreya Bhattarai
2016-08-23
*
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
Janak Ramakrishnan
2016-08-16
*
Drive-by cleanup to remove unnecessary function from the ActionCache interface.
Shreya Bhattarai
2016-08-10
*
Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.
Rumou Duan
2016-04-26
*
Refactor the Event class; always construct through static methods.
Ulf Adams
2016-04-21
*
Improve space efficiency of Blaze action cache: For actions that don't perfor...
Eric Fellheimer
2016-01-22
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Fix a bug in the ActionCacheChecker where the code that intended to remove ou...
Philipp Wollermann
2015-06-15
*
Handle exceptions encountered resolving packages during the execution phase
Michajlo Matijkiw
2015-06-10
*
Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...
Janak Ramakrishnan
2015-04-14
*
Resolve inputs that were stored in action cache ahead of time so metadata for...
Janak Ramakrishnan
2015-03-30
*
Move action-cache updating to inside ActionExecutionFunction, in preparation ...
Janak Ramakrishnan
2015-03-30
*
Delay updating inputs of an action when processing the action cache until it ...
Janak Ramakrishnan
2015-03-20
*
add baseline functionality for not saving unused artifacts
Michajlo Matijkiw
2015-03-13
*
Introduce a PackageBoundaryMode enum to FilesetTraversalParams.
Laszlo Csomor
2015-02-12
*
Replace some calls to ArtifactFactory.resolveSourceArtifact(PathFragment exec...
Marian Lobur
2015-02-11
*
Update from Google.
Han-Wen Nienhuys
2015-02-25