2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-11-28 21:33:48 +00:00
bazel-lib/lib/tests
Josh Giles 3c0dbd5895
fix: Directory hidden files in write_source_file. (#860)
* Fix #667: Dir hidden files in write_source_file.

Copy and manage hidden files starting with "." in write_source_files.

Previously these files were not supported if they were in the top level
of the directory to copy.

* Add test and fix error messages from cp, chmod.

* Also fix executable dir case.

* Fix issue with copying directory rather than contents.
2024-06-11 00:30:53 -07:00
..
assert_archive_contains
assert_contains
assert_directory_contains
bats test: fix timeout (#707) 2023-12-22 11:44:44 -08:00
bazelrc_presets chore: add bazel test support to javascript --config=debug preset (#825) 2024-04-25 16:33:16 -07:00
copy_directory
copy_directory_bin_action
copy_file
copy_to_bin
copy_to_directory chore: bazel run //:format (#682) 2023-12-08 00:30:39 -08:00
copy_to_directory_bin_action chore: test against bazel 7.0.0 (#713) 2024-01-07 16:12:05 -08:00
coreutils
expand_template feat: don't require 'out' on expand_template (#798) 2024-03-26 16:57:16 -07:00
external_test_repo
jq jq: add data file and location expansion support (#757) 2024-02-26 17:43:56 -08:00
run_binary test: add test / example of using root path on a run_binary directory output (#862) 2024-06-05 13:48:07 -07:00
run_binary_expansions refactor(release): switch release integrity to be dynamic (#854) 2024-05-23 16:08:35 -07:00
stamping chore: bazel run //:format (#682) 2023-12-08 00:30:39 -08:00
tar fix(tar): handle spaces in input filenames (#835) 2024-05-07 17:52:35 -07:00
transitions feat: add platform_transition_test (#770) 2024-04-03 14:42:07 -07:00
write_source_files fix: Directory hidden files in write_source_file. (#860) 2024-06-11 00:30:53 -07:00
yq
zstd feat: introduce zstd toolchain (#831) 2024-05-03 16:12:56 -07:00
a.js feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717) 2024-01-10 15:07:03 -08:00
base64_tests.bzl
BUILD.bazel feat: allow write_source_file(s) to write source files to bazel packages outside of the target's package (#717) 2024-01-10 15:07:03 -08:00
expand_make_vars_test.bzl
generate_outputs.bzl
glob_match_test.bzl
lists_test.bzl feat(list): add unique function (#716) 2024-02-27 08:25:00 -08:00
paths_test.bzl
strings_tests.bzl
utils_test.bzl