aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Add a small helper method to ActionInputHelperGravatar Ulf Adams2017-01-11
* Move ExecutionInfoSpecifier to lib.actionsGravatar Ulf Adams2017-01-09
* Move ProcMeminfoParser to lib.unix, where it belongsGravatar Ulf Adams2017-01-09
* Some little changes to prep for rolling forward the execroot changeGravatar Kristina Chodorow2017-01-05
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Names of extra-action protos now take into account all aspect names.Gravatar Dmitry Lomov2016-12-16
* Streamline Fingerprint implementationGravatar Michajlo Matijkiw2016-12-15
* Prune modules when building modules themselves to reduce build times shortenGravatar Googler2016-12-02
* Properly handle bazel's output deletion within a write-protected directory.Gravatar Kush Chakraborty2016-11-23
* Fix up documentation for Actions APIGravatar Jon Brandvein2016-11-18
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Expose aspect-related information in the extra-action proto that Bazel hands ...Gravatar Carmi Grushko2016-11-11
* Migrate ActionOwner to @AutoValue.Gravatar Carmi Grushko2016-11-10
* Expose Artifact#isTreeArtifact to Skylark.Gravatar Rumou Duan2016-11-04
* Move createActionCache to ExecutorBuilder.Gravatar Ulf Adams2016-11-02
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* 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