2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-25 11:32:33 +00:00
bazel-lib/lib/private
Alex Eagle 6f1f2fb198 fix(yq): restore default version, reverting #405
The new version of yq is quite breaking, as it requires '-oj -r' for continued operation in rules_oci.
We can do a default version flip later when more downstream projects are compatible.
2023-05-05 13:07:51 -07:00
..
docs feat: hardlink generated files in copy_to_directory and copy_directory instead of copying (#321) 2023-01-16 17:19:13 -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: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_directory.bzl fix: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_directory_toolchain.bzl chore: update copy directory golang binary release versions to use (#416) 2023-05-01 20:21:10 -07:00
copy_file.bzl fix: show directory being copied to in copy_to_directory progress message (#345) 2023-02-05 20:47:02 -08:00
copy_to_bin.bzl Add copy_directory binary tool (#324) 2023-01-14 15:51:01 -08:00
copy_to_directory.bzl chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
copy_to_directory_toolchain.bzl chore: update copy directory golang binary release versions to use (#416) 2023-05-01 20:21:10 -07:00
coreutils_toolchain.bzl chore: turn on more basic precommit checks 2023-02-17 11:00:00 -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 chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
directory_path.bzl
docs.bzl fix: disable stardoc under bzlmod and windows by default 2023-03-11 13:58:03 -08:00
expand_locations.bzl
expand_template.bzl chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
expand_variables.bzl
fail_with_message_test.bzl
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: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
jq.bzl
jq_toolchain.bzl fix: fix a bug where bazel run @jq//:jq cannot be run on M1 2023-02-03 08:15:48 -08:00
local_config_platform.bzl chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
output_files.bzl chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
params_file.bzl refactor: give internal impl methods meaningful names (#252) 2022-09-20 15:23:56 -07:00
parse_status_file.jq chore: turn on more basic precommit checks 2023-02-17 11:00:00 -08:00
patch.bzl
paths.bzl feat: add to_rlocation_path and to_repository_relative_path functions to paths.bzl (#362) 2023-02-11 12:36:49 -08: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
run_binary.bzl refactor: give internal impl methods meaningful names (#252) 2022-09-20 15:23:56 -07:00
stamping.bzl
utils.bzl feat: detect bzlmod automatically rather than requiring the user sets the flag. 2023-03-31 14:56:22 -07:00
write_source_file.bzl docs(write_source_file): specify the name of the generated diff_test (#410) 2023-04-19 14:09:03 -07:00
yq.bzl
yq_toolchain.bzl fix(yq): restore default version, reverting #405 2023-05-05 13:07:51 -07:00