aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/repo
Commit message (Expand)AuthorAge
* new_git_repository: support date-based shallow clonesGravatar Klaus Aehlig2018-02-13
* Fix parameter names in docsGravatar Googler2018-02-12
* git_repository: add missing args to doc stringGravatar Klaus Aehlig2018-02-12
* http_archive: allow top-level BUILD files to be overriddenGravatar Klaus Aehlig2018-02-01
* http_archive: remove outdated commentGravatar Klaus Aehlig2018-02-01
* Change git clone to pull all history, so all needed commits can be accessed.Gravatar John Cater2018-01-30
* http_archive: work around #2700Gravatar Klaus Aehlig2018-01-25
* http_archive: allow using the shipped BUILD fileGravatar Klaus Aehlig2018-01-23
* http_archive: support programmatic patchingGravatar Klaus Aehlig2018-01-16
* Support patches in http_archiveGravatar Klaus Aehlig2018-01-15
* Use BAZEL_SH if available instead of hard-coding bash in git.bzlGravatar Dmitry Lomov2018-01-15
* Add support for strip_prefix to {new_}git_repository skylark rulesGravatar Ed Baunton2018-01-10
* Use --depth=1 on git clone for git_repository skylark rulesGravatar Ed Baunton2018-01-08
* fix git.bzl error when outputRoot is in a git repoGravatar kabakaev2018-01-08
* Remove usages of `+` on dictsGravatar vladmos2018-01-03
* Expressly fetch remote and ref when using git_repositoryGravatar Ed Baunton2017-11-29
* Add deps attributes to the Skylark maven_{a,j}ar rules.Gravatar ajmichael2017-11-14
* Update java.bzl best practices regarding HTTPSGravatar jart2017-11-10
* Add tests for the Skylark-based implementation of git repository rules.Gravatar John Cater2017-10-11
* Introduce java_import_externalGravatar jart2017-08-09
* Fix lint errors in git.bzl and change ctx.fail to the correct fail.Gravatar jcater2017-06-09
* Name generated BUILD files `BUILD.bazel` to avoid name conflicts.Gravatar John Millikin2017-06-08
* Fix skylark syntax error in Bazel git_repositories.bzl.Gravatar Adam Michael2017-02-02
* maven_rules.bzl: Fix maven coordinates order mismatch Gravatar David Ostrovsky2017-01-19
* Rollback of commit b9f914fa56a00530d38b597dc853aad50d1decfb.Gravatar Kristina Chodorow2016-12-19
* Make Bazel build dotGravatar Kristina Chodorow2016-12-19
* Make the settings attribute of Skylark maven_jar and maven_aar a label.Gravatar Adam Michael2016-12-02
* Enable fallback URLs in Skylark http rules.Gravatar David Chen2016-12-01
* Skylark implementations of http_archive, new_http_archive, and http_file rules.Gravatar David Chen2016-11-21
* Creates maven_aar rule to generate aar_import for AARs from Maven.Gravatar Adam Michael2016-11-09
* Implementation of maven_jar rule in Skylark.Gravatar Jingwen Chen2016-09-23
* Move Skylark git_repository rules to git.bzl.Gravatar David Chen2016-09-14
* Add Skylark definitions of {new_,}git_repository.Gravatar Nelson Elhage2016-07-27