Sahin Yort
|
a9eb91dd16
|
chore: add trailing newline (#439)
|
2023-05-16 16:46:16 -07:00 |
Sahin Yort
|
6af964f261
|
feat: support stamp substituions (#435)
|
2023-05-16 16:14:50 -07:00 |
Greg Magolan
|
0faa797de6
|
chore: remove aspect cli bazeliskrc from e2e/smoke as it breaks BCR presubmit
|
2023-03-11 17:46:40 -08:00 |
Greg Magolan
|
8255da2d2c
|
chore: remove unnecessary call to register_coreutils_toolchains() in e2e/coreutils (#393)
|
2023-03-10 16:31:54 -08:00 |
Sahin Yort
|
e31867302e
|
chore: use coreutils hashsum (#333)
|
2023-03-10 20:37:57 +03:00 |
Derek Cormier
|
be41c1d686
|
fix: remove merkle tree caching (#390)
|
2023-03-09 12:24:44 -08:00 |
Derek Cormier
|
018fb2db18
|
chore: set --heap_dump_on_oom preset to apply to all commands
|
2023-03-01 15:40:17 -08:00 |
Derek Cormier
|
2704c61128
|
chore: remove unnecessary duplication in bazelrc presets
|
2023-03-01 14:47:54 -08:00 |
Greg Magolan
|
91eeca7d40
|
fix: remove --experimental_guard_against_concurrent_changes from recommended correctness settings (#380)
|
2023-02-23 00:28:46 -08:00 |
Greg Magolan
|
1fdfd6e831
|
fix: add missing **kwargs to write_aspect_bazelrc_presets (#379)
|
2023-02-22 12:17:00 -08:00 |
Derek Cormier
|
83fb3050c2
|
feat: allow additional common args to be passed to update_docs
|
2023-02-21 10:49:06 -08:00 |
Greg Magolan
|
86a2676211
|
fix: fixup BCR presubmit; it doesn't like symlinks to rc files (#374)
|
2023-02-17 17:03:55 -08:00 |
Greg Magolan
|
b543f30eb3
|
fix: fixup BCR presubmit failure (#373)
|
2023-02-17 16:45:57 -08:00 |
Greg Magolan
|
569fa374ef
|
feat: add write_aspect_bazelrc_presets macro (#370)
|
2023-02-17 14:34:06 -08:00 |
Greg Magolan
|
fde705ba8c
|
feat: make bazel-lib the source-of-truth for Aspect recommended bazelrc settings (#369)
|
2023-02-16 16:59:21 -08:00 |
Greg Magolan
|
25a3040180
|
chore: add e2e/workspace test (#339)
|
2023-01-16 21:46:39 -08:00 |
Greg Magolan
|
497409b15b
|
fix: bzlmod toolchain registration for copy_directory & copy_to_directory (#336)
|
2023-01-16 19:37:36 -08:00 |
Derek Cormier
|
c64bb72324
|
fix: write_source_files incompatibility with bzlmod when writing from external repo
|
2023-01-09 10:54:51 -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
|
0109a2eee3
|
refactor: use rm -R instead -r as it is the primary option and lowercase -r is the alias (#294)
|
2022-12-03 10:52:52 -08:00 |
Greg Magolan
|
9059f8fa5e
|
feat: add executable attribute to write_source_files
|
2022-12-03 10:46:08 -08:00 |
Greg Magolan
|
b1ee3675f2
|
build: fix bzlmod presubmit failure with bazel version (#288)
|
2022-11-18 13:05:24 -08:00 |
Greg Magolan
|
98998d5c72
|
build: use Aspect CLI in e2e tests (#282)
|
2022-11-14 10:11:48 -08:00 |
Greg Magolan
|
93c43e908e
|
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 |
renovate[bot]
|
5d9fd10235
|
chore(deps): update dependency bazel to v5.3.2 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-10-20 08:06:02 -06:00 |
renovate[bot]
|
dc008af088
|
chore(deps): update dependency bazel to v5.3.1 (#225)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-09-22 17:41:59 -07:00 |
Derek Cormier
|
47be61d96b
|
chore: update MODULE.bazel to use register_toolchains
|
2022-09-12 16:59:08 -07:00 |
Alex Eagle
|
b5653b6037
|
fix: TARGET make variable expansion: no extra leading @
Part of https://github.com/aspect-build/rules_js/issues/406
|
2022-08-29 07:45:00 -07:00 |
Alex Eagle
|
15ec78eb73
|
ci: enable engflow RBE for github actions
|
2022-08-19 08:42:00 -07:00 |
Greg Magolan
|
3caff577b9
|
fix: handle copy_to_directory '.' and './**' special patterns correctly when in the root package (#212)
|
2022-08-11 16:25:51 -07:00 |
Derek Cormier
|
9162a3f552
|
fix: buildifier lint errors
|
2022-06-02 18:15:24 -07:00 |
Greg Magolan
|
67e1072e25
|
chore: use aspect_bazel_lib diff_test (#94)
|
2022-04-29 00:36:41 -07:00 |
Derek Cormier
|
6743c0cbcf
|
feat: make it easier to resolve jq/yq toolchains from a repository rule
|
2022-04-28 16:30:24 -07:00 |
Alex Eagle
|
626af72fe8
|
test: add test coverage for docs rules
|
2022-04-27 17:34:45 -07:00 |
Alex Eagle
|
8138d7f6c3
|
test: introduce an e2e test asserting that bzlmod works
|
2022-04-27 17:34:45 -07:00 |
Jason Bedard
|
0f30bf96b7
|
fix(write_source_files): fix nested directories (#65)
|
2022-04-06 11:25:17 -07:00 |
Jason Bedard
|
229fcfb881
|
test(write_source_files): ensure generated git-ignored files are created (#56)
|
2022-03-30 17:48:14 -07:00 |
Jason Bedard
|
a2e228dde0
|
fix(write_source_files): fix writing to workspace root (#53)
|
2022-03-30 17:04:35 -07:00 |
Jason Bedard
|
d21acfbd5a
|
test - add bash script tests to CI (#54)
|
2022-03-30 17:01:16 -07:00 |