aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/skylark_repository_test.sh
Commit message (Expand)AuthorAge
* External repositories: disallow use of unexported repository rulesGravatar Klaus Aehlig2018-07-17
* Split skylark flag tests into multiple test casesGravatar brandjon2017-10-25
* Propagate skylark flags to WORKSPACE and repo rulesGravatar brandjon2017-10-24
* Check parameter types for methods when multiple types are allowed.Gravatar Dmitry Lomov2017-09-25
* Make the print function output debug messagesGravatar vladmos2017-08-11
* Make tests more portableGravatar Klaus Aehlig2017-08-04
* Print repository context's execute outputGravatar Kristina Chodorow2017-03-16
* Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.Gravatar Dmitry Lomov2017-02-17
* Roll forward execroot changeGravatar Kristina Chodorow2017-02-16
* Skylark repositories: add FileValue hash codes to the marker file Gravatar Damien Martin-Guillerez2017-02-15
* Skylark repositories: add a test to test correct invalidation with change to ...Gravatar Damien Martin-Guillerez2017-02-14
* Fix IllegalStateException when loading from a non declared external repository Gravatar Damien Martin-Guillerez2017-02-14
* Add environ attribute to repository_rule Gravatar Damien Martin-Guillerez2017-02-14
* Shard skylark_repository_test Gravatar Damien Martin-Guillerez2017-01-17
* Skylark repositories: propage value from --action_env to repository_ctx.environ Gravatar Damien Martin-Guillerez2017-01-10
* skylark_repository_test: use label in all load statement Gravatar Damien Martin-Guillerez2017-01-10
* Allow url & output arguments to be namedGravatar Kristina Chodorow2016-12-21
* Create a proper wrapper script for executing "bazel" in the integration tests.Gravatar Luis Fernando Pino Duque2016-10-19
* Rollback of commit 82d43279f93d95e4c41b4bc598a3cc05ddd1ae1a.Gravatar Laszlo Csomor2016-09-21
* Change execution root for external repositories to be ../repoGravatar Kristina Chodorow2016-09-20
* Use named parameters for function in SkylarkRepositoryContext when it make senseGravatar Damien Martin-Guillerez2016-09-07
* Use a mutable map when collecting environment variables for repository_ctx.ex...Gravatar Chris Parsons2016-06-29
* Make skylark repository rules accept basic rule attributesGravatar Kristina Chodorow2016-06-21
* Rollback of commit bdfd58a8ca2ed5735d6aaa5b238fb0f689515724.Gravatar Laurent Le Brun2016-06-20
* Make the execution root match the runfiles tree structure for external reposi...Gravatar Kristina Chodorow2016-06-17
* Create the output directory when invoking repository_ctx.download_and_extractGravatar Damien Martin-Guillerez2016-06-06
* repository_ctx.execute: execute from the external repository root and allow t...Gravatar Damien Martin-Guillerez2016-06-06
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Add a workspace name to Skylark repositoriesGravatar Kristina Chodorow2016-04-21
* Add executable argument to repository_ctx.download function.Gravatar Yun Peng2016-03-24
* Deflake skylark_repository_testGravatar Damien Martin-Guillerez2016-03-21
* Make labels in .bzl files in remote repos resolve relative to their repoGravatar Kristina Chodorow2016-03-21
* Add repository_ctx.download and repository_ctx.extract function.Gravatar Yue Gan2016-03-21
* Add detection of WORKSPACE cycles due to load statementsGravatar Damien Martin-Guillerez2016-03-18
* Adds bazel_version to the native module for workspace macros.Gravatar Damien Martin-Guillerez2016-03-15
* Use repository_ctx for each usage of repository context.Gravatar Damien Martin-Guillerez2016-03-14
* Correctly report stderr content for repository_ctx.executeGravatar Damien Martin-Guillerez2016-03-04
* Use client environment for repository_ctx.which path environmentGravatar Damien Martin-Guillerez2016-02-29
* Adds an executable argument to repository_ctx.file and repository_ctx.templateGravatar Damien Martin-Guillerez2016-02-28
* Testing correct invalidation of Skylark Remote RepositoriesGravatar Damien Martin-Guillerez2016-02-25
* Implements repository_ctx.osGravatar Damien Martin-Guillerez2016-02-23
* Implements repository_ctx.executeGravatar Damien Martin-Guillerez2016-02-23
* Introduce SkylarkRepositoryModuleGravatar Damien Martin-Guillerez2016-02-17
* Prevent load statements in remote repository's WORKSPACE file to breakGravatar Damien Martin-Guillerez2016-02-12
* Allow load of external label in the WORKSPACE file.Gravatar Damien Martin-Guillerez2016-02-10
* Disallow loads from external repos in WORKSPACE files. Currently, attempting ...Gravatar John Field2016-01-18
* Only depend on the WORKSPACE file for external files that are under the exter...Gravatar Lukacs Berki2015-12-16
* Add invalidation test when a Skylark file loaded from the WORKSPACE changeGravatar Damien Martin-Guillerez2015-12-02
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30