Alex Eagle
1df2becc7a
chore: turn on more basic precommit checks
...
In particular this makes our bazelrc presets more compliant with client codebases, ensuring they can copy these files and not trip on their own pre-commit check
2023-02-17 11:00:00 -08:00
Jacob Gardner
76b0b3b90f
Fix Realpath relying on path.IsAbs which does not work on windows ( #358 )
2023-02-11 12:45:29 -08:00
Thulio Ferraz Assis
2854f86e56
fix: limit copy concurrency ( #351 )
...
Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
2023-02-01 12:30:42 -08:00
Greg Magolan
de8d9cae3d
fix: use custom realpath function in copy_directory and copy_to_directory since github.com/yookoala/realpath has bugs on Windows ( #338 )
2023-01-16 21:46:50 -08:00
Greg Magolan
74caa5c097
fix: on Windows you must call filepath.Walkdir on the realpath and not the symlink path ( #335 )
2023-01-16 15:41:39 -08:00
Greg Magolan
ce043b299d
fix: fix pathing issue in new copy_to_directory binary tool on Windows ( #334 )
2023-01-16 15:09:18 -08:00
Sahin Yort
4dc36a97f2
feat: add coreutils toolchain ( #332 )
2023-01-16 21:02:17 +03:00
Greg Magolan
e84d97a161
refactor: parallize copy_to_directory binary tool using go routines ( #329 )
2023-01-15 12:41:00 -08:00
Greg Magolan
83671910f7
chore: cleanup copy tools golang code ( #327 )
2023-01-15 12:17:30 -08:00
Greg Magolan
01f5c3e949
chore: parallelize copies in copy_directory with go routines ( #326 )
2023-01-14 19:09:57 -08:00
Greg Magolan
7b6c814e27
Add copy_directory binary tool ( #324 )
2023-01-14 15:51:01 -08:00
Greg Magolan
8d21ed00d4
Add hardlink support to copy_to_directory binary tool ( #322 )
2023-01-14 07:55:23 -08:00
Greg Magolan
fb3ef6e45d
feat: improved copy_to_directory performance & globbing support using copy_to_directory_bin_action ( #311 )
2023-01-07 11:26:27 -08:00
Greg Magolan
bf76da829c
fix: handle directory symlinks in copy_to_directory_bin_action tool binary ( #314 )
2023-01-06 10:29:45 -08:00
Greg Magolan
f241f28f17
chore: switch copy_to_directory binary tool to use com_github_bmatcuk_doublestar_v4 instead of com_github_gobwas_glob ( #313 )
2023-01-05 14:24:24 -08:00
Greg Magolan
8457e351a1
chore: update release to include copy_to_directory action binary ( #309 )
2023-01-03 12:26:51 -08:00
Greg Magolan
ec13ec9a69
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
Greg Magolan
b5e5edc158
chore: bring in multi-platform releases rules for copy_to_directory golang binary ( #306 )
2023-01-01 16:14:48 -08:00
Greg Magolan
207d219a88
feat: add os_arch_name() function to repo_utils and cleanup yq & jq toolchains for repository names follow this convention ( #82 )
2022-04-21 17:45:33 -07:00
Derek Cormier
3e4024c785
feat: yq ( #80 )
2022-04-19 21:45:06 -07:00