.. |
docs
|
fix: add diff_test to docs (#296)
|
2022-12-03 11:32:37 -08:00 |
base64.bzl
|
fix: fail with better error message with trying to base64 decode a string that is not base64 encoded (#298)
|
2022-12-12 12:03:18 -08:00 |
base64.py
|
feat: add base64 encode & decode utility functions (#292)
|
2022-11-25 17:00:02 -08:00 |
BUILD.bazel
|
fix: isolate bzl_libary targets for //lib/private:*.bzl i //lib/private/docs package so that platform_utils dep on @local_config_platform//:constraints doesn't leak unless downstream consumer is generating docs (#254)
|
2022-09-27 09:59:19 -07:00 |
copy_common.bzl
|
fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243)
|
2022-09-13 21:58:08 -07:00 |
copy_directory.bzl
|
feat: improve performance of copy_to_directory by moving glob match & copying to a golang binary (#308)
|
2023-01-03 09:42:20 -08:00 |
copy_file.bzl
|
feat: improve performance of copy_to_directory by moving glob match & copying to a golang binary (#308)
|
2023-01-03 09:42:20 -08:00 |
copy_to_bin.bzl
|
feat: improve performance of copy_to_directory by moving glob match & copying to a golang binary (#308)
|
2023-01-03 09:42:20 -08:00 |
copy_to_directory.bzl
|
fix: handle directory symlinks in copy_to_directory_bin_action tool binary (#314)
|
2023-01-06 10:29:45 -08:00 |
diff_test.bzl
|
feat: add executable attribute to write_source_files
|
2022-12-03 10:46:08 -08:00 |
diff_test_tmpl.bat
|
Add TODO comment in the windows implementation
|
2022-09-07 13:53:08 -07:00 |
diff_test_tmpl.sh
|
feat: add executable attribute to write_source_files
|
2022-12-03 10:46:08 -08:00 |
directory_path.bzl
|
fix: improve error message in directory_path when directory does not (#192)
|
2022-07-22 09:37:27 -07:00 |
docs.bzl
|
fix: set correct suggested_update_target for write_source_files macros with multiple files (#120)
|
2022-05-25 18:47:32 -07:00 |
expand_locations.bzl
|
fix: fix make var expansion in expand_template (#213)
|
2022-08-11 19:30:45 -07:00 |
expand_template.bzl
|
fix: fix make var expansion in expand_template (#213)
|
2022-08-11 19:30:45 -07:00 |
expand_variables.bzl
|
fix: TARGET make variable expansion: no extra leading @
|
2022-08-29 07:45:00 -07:00 |
fail_with_message_test.bzl
|
feat: write_source_files
|
2022-02-07 10:00:35 -08:00 |
glob_match.bzl
|
perf: optimize glob_match if the expression does not have any glob symbols (#283)
|
2022-11-14 14:45:25 -08:00 |
host_repo.bzl
|
chore: upgrade to Bazel 6.0.0rc1 but continue to also test Bazel 5.3.2 on CI (#266)
|
2022-10-26 15:05:27 -07:00 |
jq.bzl
|
feat: jq supports stamping
|
2022-08-22 12:39:54 -07:00 |
jq_toolchain.bzl
|
fix: remote target_compatible_with from jq and yq toolchains
|
2022-07-06 10:46:23 -07:00 |
local_config_platform.bzl
|
refactor: move bzl_library target out of @local_config_platform and just use exports_files in there instead (#276)
|
2022-11-04 15:11:14 -07:00 |
output_files.bzl
|
copy_to_directory performance improvements (#236)
|
2022-09-12 18:01:25 -07:00 |
params_file.bzl
|
refactor: give internal impl methods meaningful names (#252)
|
2022-09-20 15:23:56 -07:00 |
parse_status_file.jq
|
feat: jq supports stamping
|
2022-08-22 12:39:54 -07:00 |
patch.bzl
|
chore: cleanup fail msgs with substitutions for cleaner error logs
|
2022-06-14 06:46:34 -07:00 |
paths.bzl
|
fix: Allow relative_file to take in paths starting with ../ (#166)
|
2022-06-20 14:21:49 -07:00 |
platform_utils.bzl
|
fix: don't generate @aspect_bazel_lib_local_config_platform repository as it is a leaky abstraction for rule consumers and not just rule authors (#243)
|
2022-09-13 21:58:08 -07:00 |
repo_utils.bzl
|
chore: rename all instances of repository_ctx to the preferred rctx (#92)
|
2022-04-29 00:36:25 -07:00 |
run_binary.bzl
|
refactor: give internal impl methods meaningful names (#252)
|
2022-09-20 15:23:56 -07:00 |
stamping.bzl
|
feat: basic stamping support
|
2022-07-14 22:37:42 -07:00 |
utils.bzl
|
feat: add maybe_http_archive (#270)
|
2022-10-27 15:55:57 -07:00 |
write_source_file.bzl
|
fix: write_source_files should use target platform for additional_update_targets (#297)
|
2022-12-03 15:02:33 -08:00 |
yq.bzl
|
fix: add mnemonic to jq and yq (#106)
|
2022-05-06 21:01:27 +03:00 |
yq_toolchain.bzl
|
fix: remote target_compatible_with from jq and yq toolchains
|
2022-07-06 10:46:23 -07:00 |