aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skylark/SkylarkRuleContextTest.java
Commit message (Expand)AuthorAge
* Keep order of dict attributes the same as it was in the BUILD file.Gravatar lberki2018-02-26
* Automated rollback of commit fa0fac2a4e8a2e5c01b8390878289d00dcc17dba.Gravatar lberki2018-02-15
* Automated rollback of commit 0f9c6ea574918dda094cf5423fa3822112846c30.Gravatar lberki2018-02-14
* Make __init__.py files creation optionalGravatar Mouad Benchchaoui2018-02-14
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Remove more dead codeGravatar Googler2017-12-22
* Remove the ctx.middle_man function from Skylark.Gravatar lberki2017-12-07
* Update some of the tests to use the label-based load() syntax.Gravatar laurentlb2017-11-30
* MockRule-ify some more tests.Gravatar gregce2017-11-29
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Project reorg: move *ConfiguredTarget to new configuredtargets/ pathGravatar gregce2017-09-18
* Update ContainingPackageLookupFunction to properly handle cases where aGravatar John Cater2017-09-07
* Make Make variables from genrule.toolchains override the usual synthetic host...Gravatar lberki2017-09-04
* Skylark: ctx.actions.run_shell uses helper scriptGravatar László Csomor2017-08-31
* Make tests independent of the current state of the incompatible_descriptive_s...Gravatar vladmos2017-08-28
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move the Skylark rule infrastructure from lib.rules to lib.analysis.skylarkGravatar ulfjack2017-08-09
* Better names for declared providers-related classes.Gravatar dslomov2017-08-01
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Make all WithLegacySkylarkName providers declared providers.Gravatar dslomov2017-07-28
* Improve attribute and index error messages for targetsGravatar vladmos2017-07-18
* Clean up string representations for select valuesGravatar vladmos2017-07-07
* Clean up string representations for labelsGravatar vladmos2017-07-05
* Introduce --incompatible_new_actions_api flag.Gravatar dslomov2017-07-05
* Implement ctx.actions.expand_template.Gravatar dslomov2017-07-05
* More tests for ctx.actions.run/run_shellGravatar dslomov2017-07-05
* Migrate tests to ctx.actions.run/run_shell.Gravatar dslomov2017-07-05
* Introduce ctx.actions.write in place of ctx.file_action.Gravatar dslomov2017-06-30
* Implement ctx.actions.do_nothing instead of ctx.empty_actionGravatar dslomov2017-06-30
* Tests + cleanup + docs for ctx.actions.declare_{file,directory}Gravatar dslomov2017-06-28
* Add 'ctx.actions.declare_directory'Gravatar dslomov2017-06-28
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Make SelectorList.toString() user-friendly.Gravatar gregce2017-06-01
* Fix aliases for users of label-keyed string dicts.Gravatar mstaib2017-06-01
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Automated g4 rollback of commit c4134802dd15d6ef5cca6521f6bf6aac395ee2ad.Gravatar kchodorow2017-05-23
* Do not access SkylarkProviders anywhere outside of ConfiguredTarget implement...Gravatar dslomov2017-05-16
* Fix tests to create WORKSPACE files for local repositories.Gravatar John Cater2017-04-24
* Automated g4 rollback of commit 1d9e1ac90197b1d3d7b137ba3c1ada67bb9ba31b.Gravatar hlopko2017-04-04
* Add ctx.experimental_new_directory (undocumented) to create tree artifacts in...Gravatar allevato2017-03-31
* Symlink output directories to the correct directory nameGravatar kchodorow2017-03-31
* Stop returning JavaSourceJarsProvider from java_libraryGravatar elenairina2017-03-29
* Remove provider safety check and make all old ctx objects featurelessGravatar Vladimir Moskva2017-03-23
* Add the LABEL_KEYED_STRING_DICT type for attributes.Gravatar Michael Staib2017-02-24
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30
* Style edits for ActionsProvider and provider constructorsGravatar Jon Brandvein2016-12-12