aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/repo
Commit message (Expand)AuthorAge
* Windows: add //tools/... tests to test suiteGravatar Laszlo Csomor2018-08-09
* external repos: fix typo confusing workspace_file_content and build_file_contentGravatar Klaus Aehlig2018-08-09
* git.bzl: also clone branches with --depth=1Gravatar Klaus Aehlig2018-08-08
* Add option to specify name for downloaded file to http_file skylark ruleGravatar Nicolas Lopez2018-08-07
* Replace cd with git -C during in git skylark rulesGravatar Ed Baunton2018-08-07
* git_repository could use HTTP_PROXY to clone repositoryGravatar wylazy2018-08-07
* Fix the ordering of month and day.Gravatar Ed Schouten2018-08-07
* git_repository: remove .git directoryGravatar Klaus Aehlig2018-07-17
* http.bzl: Use allow_single_file for labelsGravatar Ed Baunton2018-07-16
* git_repository: support branch as wellGravatar Klaus Aehlig2018-07-03
* Delete git_repositories.bzl. The file has been a simple redirect to git.bzl f...Gravatar dannark2018-07-02
* Fix typo in docGravatar dannark2018-07-02
* 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