aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Add experimental flag to stop requiring all transitive modules as inputs.Gravatar Googler2016-10-31
* Report completion of a target together with failed actionsGravatar Klaus Aehlig2016-10-27
* Add a new concept of failure causesGravatar Klaus Aehlig2016-10-25
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Rollback of commit e6191f7209ebf3f67480bc7aa9db5ac58beb2156.Gravatar Damien Martin-Guillerez2016-10-19
* Add file extension property to SkylarkGravatar Paul Roberts2016-10-18
* Fix a bug in which Bazel reports action conflicts between ActionTemplates and...Gravatar Rumou Duan2016-10-17
* [Roll-forward] Rollback of commit dd299dbc61be51112534a4698f7cf2deee43053b.Gravatar Jon Brandvein2016-10-12
* Rollback of commit e025939e71b179ae0f6bd09ef3af474f49b853a2.Gravatar Ulf Adams2016-10-11
* Add a method in MetadataHandler to retrieve contained artifacts from TreeArti...Gravatar Rumou Duan2016-10-07
* Remove duplicated "Can be None". The allowReturnNones = true generates "MayGravatar Adam Michael2016-10-07
* JS, Localization: Adds support for localization with closure managed rules.Gravatar Pedro Liberal Fernandez2016-10-05
* Add API for individual actionsGravatar Jon Brandvein2016-10-05
* Update ActionMetadata -> ActionExecutionMetadata references.Gravatar Greg Estren2016-09-28
* Add a SandboxedSpawnActionContext interface and implementations for our sandb...Gravatar Philipp Wollermann2016-09-23
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Add flag --nosandbox/--no_sandbox/--no-sandbox to disable sandbox.Gravatar Yue Gan2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Remove some more occurences of deprecated getExecRoot() callsGravatar Kristina Chodorow2016-09-15
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Add repository parameter to source artifact resolverGravatar Kristina Chodorow2016-09-09
* Add an "is main repo" field to RootsGravatar Kristina Chodorow2016-09-09
* Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is usedGravatar Googler2016-09-08
* ResourceManager shouldn't set threadLocked to true if resource acquisition go...Gravatar Philipp Wollermann2016-08-31
* Some little fixes to ResourceManager.Gravatar Philipp Wollermann2016-08-29
* Fix resource leakage on interrupt in ResourceManager identified by philwo.Gravatar Janak Ramakrishnan2016-08-27
* Make SpawnActions honor the client environmentGravatar Klaus Aehlig2016-08-26
* --Gravatar Philipp Wollermann2016-08-26
* Add client environment to ActionExecutionContextGravatar Klaus Aehlig2016-08-26
* Add correct debugging information about primary output to action conflict mes...Gravatar Janak Ramakrishnan2016-08-25
* Remove ArtifactFactory dependency on incorrect exec rootGravatar Kristina Chodorow2016-08-25
* Action#discoverInputs returns an Iterable<Artifact> instead of aGravatar Cal Peyser2016-08-25
* Add information about the key of conflicting actions to the error message in ...Gravatar Lukacs Berki2016-08-25
* Add more debugging info in case of action conflicts. This will tell us if we'...Gravatar Janak Ramakrishnan2016-08-25
* Extend Action interface by client variablesGravatar Klaus Aehlig2016-08-24
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Allow local spawns to add custom execution info.Gravatar Eric Fellheimer2016-08-12
* Drive-by cleanup to remove unnecessary function from the ActionCache interface.Gravatar Shreya Bhattarai2016-08-10
* Rephrase tests so that they can be shared between objc_library andGravatar Cal Peyser2016-08-10
* Avoid unnecessarily nesting FilesetTraversalParams if the nesting adds no inf...Gravatar Janak Ramakrishnan2016-08-02
* Add hashCode(), equals(), and basic toString() to FilesetTraversalParams clas...Gravatar Janak Ramakrishnan2016-08-02
* StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to testsGravatar Yue Gan2016-08-01
* Rename some PackageId and RepositoryName fields/methods in prep for deep exec...Gravatar Kristina Chodorow2016-07-28
* Experimental java annotation support with unpredictable action inputs/outputs...Gravatar Rumou Duan2016-07-28
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* --Gravatar Luis Fernando Pino Duque2016-07-20
* Don't treat empty files specially with respect to mtime/digest.Gravatar Janak Ramakrishnan2016-07-14
* Rephrase Fingerprint in terms of guava HashFunction.Gravatar Eric Fellheimer2016-07-12
* Micro-optimizations to Digest.fromMetadata():Gravatar Googler2016-07-07