aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/skylark/SkylarkActionFactory.java
Commit message (Expand)AuthorAge
* Throw an EvalException when run_shell is passed both a command string sequenc...Gravatar cparsons2018-08-15
* Remove the 3-arg minimum on shell actionsGravatar cparsons2018-08-15
* Use the single-string arg formatter for param file format.Gravatar tomlu2018-07-25
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Make things easier to serialize: make constants constant, tag some lambdas. G...Gravatar janakr2018-06-19
* Make tools in action inputs an error.Gravatar tomlu2018-06-02
* Fix `equals()` and `hashCode()` for artifacts: artifacts of different classes...Gravatar Dmitry Lomov2018-05-30
* Remove redundant @SkylarkModule annotation on SkylarkActionFactory.ArgsGravatar cparsons2018-05-15
* Migrate AbstractAction and SkylarkActionFactory to buildapiGravatar cparsons2018-05-01
* Normalize parameter name commentsGravatar cushon2018-04-27
* Prevent Skylark actions from setting arbitrary execution infoGravatar ulfjack2018-04-25
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Change default value of 'tools' attribute to unbound.Gravatar tomlu2018-04-16
* Update format implementation in ctx.actions.args.Gravatar tomlu2018-04-16
* Introduce tools attribute to ctx.actions.run and friends.Gravatar tomlu2018-04-16
* Implement positional overloads for ctx.actions.args.Gravatar tomlu2018-04-16
* Document the new ctx.actions.args() APIGravatar brandjon2018-04-12
* Update ctx.action.args() docs.Gravatar tomlu2018-04-11
* Make SkylarkCustomCommandLine support efficient fingerprint calculation.Gravatar tomlu2018-04-10
* Split Args#add into three methods.Gravatar tomlu2018-04-05
* Remove EventHandler from SkylarkCustomCommandLine.Gravatar tomlu2018-03-27
* Convert SkylarkActionFactory methods to use @SkylarkCallable instead of @Skyl...Gravatar cparsons2018-03-22
* Force @SkylarkCallable Params with defaultValue = "None" to be noneable.Gravatar cparsons2018-03-20
* Update links to examplesGravatar brandjon2018-03-10
* Make the builtins registry thread-safeGravatar brandjon2018-03-06
* Revamp rules.md documentation for filesGravatar brandjon2018-02-26
* Do not expand depset twice and store expanded in ctx.actions.run inputs.Gravatar tomlu2018-02-21
* Move CommandLine, CommandLineItem, and ParamFileInfo from lib.analysis.action...Gravatar tomlu2018-02-15
* Do not crash when ctx.action.args.add map_fn returns a list of the wrong length.Gravatar tomlu2018-01-29
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Fix the attr documentationGravatar vladmos2018-01-05
* Doccomment missing space.Gravatar Nathan Herring2017-12-20
* Fix links to Build EncyclopediaGravatar vladmos2017-12-19
* Add more links to examples in the documentation.Gravatar laurentlb2017-12-13
* Doc: mention that sibling must be in the same package.Gravatar laurentlb2017-12-11
* bazel: s/ctx.run()/ctx.actions.run()/Gravatar Googler2017-11-27
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Use Mutability for Args class.Gravatar dslomov2017-09-29
* Fix and improve context.args.add documentation.Gravatar tomlu2017-09-25
* Add ability to write param files to disk.Gravatar tomlu2017-09-21
* Expose 'registerAction' on SkylarkActionFactory.Gravatar dslomov2017-09-20
* Implement support for Skylark param files.Gravatar tomlu2017-09-19
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Support multiple command lines / params files in SpawnAction.Gravatar tomlu2017-09-15
* Rollback context.actions.args() functionality.Gravatar tomlu2017-09-14
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* docs,Skylark: explain actions.run_shell.commandGravatar laszlocsomor2017-08-31
* docs,Skylark: fix formatting in Args.htmlGravatar laszlocsomor2017-08-30
* Implement CustomCommandLine support for Skylark.Gravatar tomlu2017-08-28
* Use CustomCommandLine directly instead of via SpawnAction.Builder.Gravatar tomlu2017-08-23