aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/repo
Commit message (Expand)AuthorAge
* http_archive: remove noisy debug printsGravatar Jeremy Nimmer2018-06-25
* Fix typo in http.bzlGravatar Loo Rong Jie2018-06-25
* shell tests, windows: enable more testsGravatar Laszlo Csomor2018-06-21
* git_repository: return actual commitGravatar Klaus Aehlig2018-06-15
* Skylark repos: for failed patch command, also report stdoutGravatar Klaus Aehlig2018-06-13
* Skylark repositories: support additional arguments for the patch toolGravatar Klaus Aehlig2018-06-13
* Add support for aar_import_external and aar_maven_import_externalGravatar Jingwen Chen2018-06-08
* Use BUILD.bazel instead of BUILD for external projectsGravatar Dmitry Petrashko2018-06-05
* Format all bzl files with buildifierGravatar vladmos2018-06-01
* Generaliaze java_import_external to jvm_import_externalGravatar natans2018-05-29
* shallow_since tests and doc improvementsGravatar Ed Baunton2018-05-24
* git.bzl: fall back to full clone if shallow options are not supportedGravatar Klaus Aehlig2018-05-24
* http.bzl: add http_jarGravatar Klaus Aehlig2018-05-23
* http_archive: Support workspace_file and workspace_file_contentsGravatar Klaus Aehlig2018-05-16
* http.bzl: drop outdated commentGravatar Klaus Aehlig2018-05-15
* Support patching of git repositories as wellGravatar Klaus Aehlig2018-03-01
* external repos: add a Skylark library for common tasksGravatar Klaus Aehlig2018-02-28
* Pass tags from java_import_external rule to the generated java_import rule.Gravatar Googler2018-02-26
* http_archive: fix doc-stringGravatar Klaus Aehlig2018-02-20
* http_archive: allow parameter for a single URLGravatar Klaus Aehlig2018-02-20
* 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