Sign in
bazel
/
bazel
/
0fdf1a10fbcc1d18706205bb608a7dc03e64488e
/
tools
/
build_defs
/
repo
ceeb9b8
Attempt to git fetch only specified commit
by Michael Hackner
· 4 years, 6 months ago
7009735
Add attr for recursively setting up git submodules
by Keith Smiley
· 4 years, 8 months ago
8c937f3
Fix git_repository _error function arguments to string conversion.
by ichern
· 4 years, 9 months ago
6757711
Use the Maven artifact ID as the canonical_id in jvm_maven_import_external.
by Googler
· 4 years, 9 months ago
8062ca4
Switch to a more recent version of Stardoc
by wyv
· 4 years, 10 months ago
e75ed02
Thread maven_coordinates from jvm_maven_import_external into the underlying java_import rule
by Jingwen Chen
· 5 years ago
964f933
Fix typo in documentation of `workspace_and_buildfile`
by hannometer
· 5 years ago
587c736
Skylark -> Starlark: final push for comment changes (2 of 2)
by gregce
· 5 years ago
c5ec3c0
Fix auth_patterns attribute docs.
by Jingwen Chen
· 5 years ago
19532fb
Fix broken formatting in http repository rules documentation page.
by jingwen
· 5 years ago
3c89a91
Set default location for .netrc file for Windows
by Yun Peng
· 5 years ago
db64550
Extend http downloader to add support for non-standard authorization headers
by Cristian Hancila
· 5 years ago
a948eb7
Allow patching WORKSPACE and BUILD files in http_archive.
by philwo
· 5 years ago
7392b1e
Let http_archive copy WORKSPACE and BUILD files instead of symlinking them.
by philwo
· 5 years ago
3e5ece3
http_file: Support canonical_id attribute
by David Ostrovsky
· 5 years ago
cfda041
Make http_jar rule forward compatible
by George Gensure
· 5 years ago
e91dca4
utils.bzl: remove unneeded ctx.delete
by Klaus Aehlig
· 5 years ago
16c4ce4
jvm.bzl: Load Java rules from @rules_java
by Ryan Beasley
· 5 years ago
df52777
Support parsing netrc files with comments
by Jingwen Chen
· 5 years ago
14513cd
Add @repo//jar:file target to java_import_external and jvm_maven_import_external
by Jingwen Chen
· 5 years ago
e9bef0c
Add missing full stop.
by Googler
· 5 years ago
b892fd2
Allow patch arguments to be specified as function parameters
by Andrew Suffield
· 6 years ago
c3d73f7
Readd support for authentication and .netrc
by Klaus Aehlig
· 6 years ago
a0e3bb2
Remove support for authentication and .netrc
by Dmitry Lomov
· 6 years ago
902e7e5
preamble to Starlark rule documentation: mention label
by Klaus Aehlig
· 6 years ago
1ba9f0ff
Add @bazel_tools//tools:bzl_srcs target
by cparsons
· 6 years ago
1828f0c
Replace existing_rules with existing_rule in the maybe function
by laurentlb
· 6 years ago
d3a3013
Fix "assuumes" typo
by Googler
· 6 years ago
2c04648
Fix git_repository rule to support fetching a commit on a tag
by ichern
· 6 years ago
9cf8ebd
Fix for starlark incompatible change
by brandjon
· 6 years ago
11462d1
Migrate pkg_tar from internal copy to @rules_pkg: Bazel packaging and
by aiuto
· 6 years ago
92cb224
Augment recommendation in java_import_external to be consistent with maven_jar, rules_jvm_external naming style
by Jin
· 6 years ago
4e5e8bb
read_netrc: read file directly
by Klaus Aehlig
· 6 years ago
80a63d7
Use native patch API in http_archive and git_repository
by Yun Peng
· 6 years ago
c26e339
Make http_archive honor $HOME/.netrc
by Klaus Aehlig
· 6 years ago
e1e074c
Make http_archive accept a .netrc file
by Klaus Aehlig
· 6 years ago
1bcd38a
Make Git repository rules compatible with older Git versions.
by philwo
· 6 years ago
38cfc18
Add a starlark function computing auth dict from netrc data
by Klaus Aehlig
· 6 years ago
f9efb24
Fix Bazel website stardoc build (//site:site) after https://github.com/bazelbuild/bazel/commit/9c913b93e275038393e4ba5f67b7421919d93cf9
by jingwen
· 6 years ago
9c913b9
Refactor git_repository and new_git_repository rules implementations ?
by ichern
· 6 years ago
24cf645
Add a utility function for parsing .netrc files
by Klaus Aehlig
· 6 years ago
aaf6457
Embed @platforms into the Bazel binary
by hlopko
· 6 years ago
7247b0b
Automated rollback of commit 50a2d6c9b9c55776ec747a656a2edd971e723771.
by pcloudy
· 6 years ago
50a2d6c
Refactor git_repository and new_git_repository rules implementations ?
by ichern
· 6 years ago
5bb81c1
Expand documentation of patch_args for git_repository
by Dave Lee
· 6 years ago
4f13309
git.bzl: correctly quote shallow_since
by Klaus Aehlig
· 6 years ago
c917ab2
Implement artificial cache sepration
by Klaus Aehlig
· 6 years ago
7ffeeff
Repository rules: Don't remove BUILD
by pcloudy
· 6 years ago
c6207b4
Repository rules: Get rid of rm command in utils.bzl
by pcloudy
· 6 years ago
1ac17cf
Repository rules: Remove used function
by pcloudy
· 6 years ago
cbe6aed
http.bzl: Use syntactically correct checksums in examples
by Klaus Aehlig
· 6 years ago
800b103
utils.bzl: improve doc strings
by Klaus Aehlig
· 6 years ago
dac096c
Fix "the the".
by Benjamin Peterson
· 6 years ago
8808f95
Repository rules: add the load statement to the example
by Klaus Aehlig
· 6 years ago
852c11f
Switch generation of documentation from Skydoc to Stardoc
by Klaus Aehlig
· 6 years ago
6f52fca
Generate documentation for embedded repository rules
by Klaus Aehlig
· 6 years ago
d8ffad5
Make jvm_import_external.licenses optional.
by Benjamin Peterson
· 6 years ago
d79786d
git_repository: properly quote shallow argument
by Klaus Aehlig
· 6 years ago
4d33dd2
Avoid deletion of repository directory in repository_ctx
by Jannis Andrija Schnitzer
· 6 years ago
11b46c3
jvm import external advancements
by Ittai Zeidman
· 6 years ago
02fda30
Make git_repository use shared update attr function.
by dannark
· 6 years ago
94e1dcc
Make http_* rules return a checksum even if one wasn't provided to be recorded in the resolved file.
by dannark
· 6 years ago
76c6aa7
Switch from skylark_libarary to bzl_library
by Klaus Aehlig
· 6 years ago
39688b2
git.bzl: Use the "raw" format when generating the shallow_since date.
by philwo
· 6 years ago
4a74c52
Correct misspelled English words in the Bazel's tools/... directory
by jingwen
· 6 years ago
f8bc212
Skylark repositories: report major steps
by Klaus Aehlig
· 6 years ago
09f7cbc
Update "name" attr doc for all rules to say "target" instead of "rule"
by brandjon
· 6 years ago
49b7d05c
Add mandatory `rule_name` attribute to jvm_maven_import_external.
by jingwen
· 7 years ago
cb4137e
Fix typos in http rule documentation
by David Pursehouse
· 7 years ago
e02c42c
Fix typo in java_import_external rule
by David Ostrovsky
· 7 years ago
dc4f62d
git/http.bzl: fix doc string about build_file
by Klaus Aehlig
· 7 years ago
871cd6f
Add a skylark_library target for tools/build_defs/repo
by cparsons
· 7 years ago
df16c77
Windows: add //tools/... tests to test suite
by Laszlo Csomor
· 7 years ago
319157b
external repos: fix typo confusing workspace_file_content and build_file_content
by Klaus Aehlig
· 7 years ago
af33d82
git.bzl: also clone branches with --depth=1
by Klaus Aehlig
· 7 years ago
2c9c05b
Add option to specify name for downloaded file to http_file skylark rule
by Nicolas Lopez
· 7 years ago
4ca4b45
Replace cd with git -C during in git skylark rules
by Ed Baunton
· 7 years ago
68154e6
git_repository could use HTTP_PROXY to clone repository
by wylazy
· 7 years ago
7ee806c
Fix the ordering of month and day.
by Ed Schouten
· 7 years ago
e39991a
git_repository: remove .git directory
by Klaus Aehlig
· 7 years ago
d0d5533
http.bzl: Use allow_single_file for labels
by Ed Baunton
· 7 years ago
6af6c2d
git_repository: support branch as well
by Klaus Aehlig
· 7 years ago
e5a7db9
Delete git_repositories.bzl. The file has been a simple redirect to git.bzl for well over a year and a half.
by dannark
· 7 years ago
6c87dfc
Fix typo in doc
by dannark
· 7 years ago
eed98a6
http_archive: remove noisy debug prints
by Jeremy Nimmer
· 7 years ago
d753745
Fix typo in http.bzl
by Loo Rong Jie
· 7 years ago
e926cfc
shell tests, windows: enable more tests
by Laszlo Csomor
· 7 years ago
b42734f
git_repository: return actual commit
by Klaus Aehlig
· 7 years ago
ea21195
Skylark repos: for failed patch command, also report stdout
by Klaus Aehlig
· 7 years ago
348225e
Skylark repositories: support additional arguments for the patch tool
by Klaus Aehlig
· 7 years ago
c34d6ee
Add support for aar_import_external and aar_maven_import_external
by Jingwen Chen
· 7 years ago
4ec0a75
Use BUILD.bazel instead of BUILD for external projects
by Dmitry Petrashko
· 7 years ago
20a042f
Format all bzl files with buildifier
by vladmos
· 7 years ago
45c2dce
Generaliaze java_import_external to jvm_import_external
by natans
· 7 years ago
70733df
shallow_since tests and doc improvements
by Ed Baunton
· 7 years ago
7458a5f
git.bzl: fall back to full clone if shallow options are not supported
by Klaus Aehlig
· 7 years ago
17735dd
http.bzl: add http_jar
by Klaus Aehlig
· 7 years ago
4c6e784
http_archive: Support workspace_file and workspace_file_contents
by Klaus Aehlig
· 7 years ago
bd16ab9
http.bzl: drop outdated comment
by Klaus Aehlig
· 7 years ago
ccd54bd
Support patching of git repositories as well
by Klaus Aehlig
· 7 years ago
Next »