Greg Magolan
ddb70f88b4
chore: upgrade to Aspect Workflows 5.9.2 ( #742 )
2024-02-02 12:30:53 -08:00
Greg Magolan
356ea9c266
chore: upgrade to Aspect Workflows 5.9.1 ( #741 )
2024-02-01 23:03:36 -08:00
renovate[bot]
58ab12b6c6
chore(deps): update dependency bazel_skylib_gazelle_plugin to v1.5.0
2024-02-01 18:29:26 -08:00
Greg Magolan
83bddea030
chore: upgrade to Aspect Workflows 5.9.0 ( #740 )
2024-01-30 21:08:06 -08:00
renovate[bot]
ea8e43d8a4
fix(deps): update golang.org/x/exp digest to 1b97071
2024-01-30 00:19:09 -08:00
renovate[bot]
e19315230c
chore(deps): update dependency bazel_skylib to v1.5.0
2024-01-30 00:18:44 -08:00
Matt Mackay
59cc7058de
perf: remove unnecessary calls to 'to_list' ( #737 )
2024-01-29 12:43:32 -05:00
Alex Eagle
f0a19f5a7c
Update paths.bzl ( #735 )
...
Add a more helpful error when runfiles.bash can't be found.
2024-01-27 12:26:12 -08:00
Alex Eagle
58e3d28602
chore: BCR testing on Bazel 6 and 7 ( #736 )
...
Merge https://github.com/bazel-contrib/rules-template/pull/105
2024-01-27 12:06:36 -08:00
renovate[bot]
86b8cfb2e5
chore(deps): update dependency bazel_features to v0.2.0
2024-01-27 01:09:57 -08:00
Greg Magolan
bb18a471f3
chore: set correct warming queue ( #734 )
2024-01-26 10:03:42 -08:00
Greg Magolan
3323d2d2f8
chore: upgrade to Aspect Workflows 5.9.0-rc.19 ( #733 )
2024-01-25 23:06:34 -08:00
Greg Magolan
adad7889c9
chore: upgrade to Aspect Workflows 5.9.0-rc.16 ( #731 )
2024-01-22 23:34:45 -08:00
Eric Hauser
ee0442db9c
FR-723: make WriteSourceFileInfo public ( #724 )
...
* FR-723: make WriteSourceFileInfo public
* Update docs
---------
Co-authored-by: Greg Magolan <greg@aspect.dev>
2024-01-22 21:51:05 -08:00
Greg Magolan
1baf14f65c
chore: add example of using write_source_file to merge output tree artifact files with source files that are already in an output directory ( #730 )
2024-01-22 21:03:31 -08:00
renovate[bot]
83b9e7a773
chore(deps): update dependency platforms to v0.0.8
2024-01-22 10:38:07 -08:00
renovate[bot]
045ed3dd88
chore(deps): update dependency io_bazel_rules_go to v0.45.1
2024-01-22 10:37:49 -08:00
Alex Eagle
58b65c1736
chore: upgrade bash rlocation lib to v3 ( #727 )
2024-01-18 13:23:14 -08:00
Greg Magolan
eabb9de525
chore: bump to e2-medium k8s nodes ( #726 )
2024-01-17 20:58:14 -06:00
Greg Magolan
4b377968ce
chore: reduce size of remote cache to tune deployment costs ( #725 )
2024-01-17 18:19:48 -08:00
renovate[bot]
41d33e7c7c
fix(deps): update golang.org/x/exp digest to db7319d
2024-01-17 00:13:34 -08:00
renovate[bot]
3de2a5e8a9
chore(deps): update dependency bazel_gazelle to v0.35.0
2024-01-17 00:13:12 -08:00
Greg Magolan
5c7e759733
chore: upgrade to Aspect Workflows 5.9.0-rc.15 ( #722 )
2024-01-13 13:38:51 -08:00
Greg Magolan
5b3b7d7794
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
Greg Magolan
57bcf288bd
chore: fix failing test on arm64 machines ( #718 )
2024-01-10 11:16:37 -08:00
Greg Magolan
c9d08234ce
refactor: remove --enable-runfiles from javascript recommended bazelrc settings ( #715 )
2024-01-07 21:29:45 -08:00
Greg Magolan
516a5fe725
feat: add is_bazel_7_or_greater utility ( #714 )
2024-01-07 16:42:57 -08:00
Greg Magolan
5aaa785b96
chore: test against bazel 7.0.0 ( #713 )
2024-01-07 16:12:05 -08:00
Alex Eagle
1be6994ca6
Fix prerelease ( #708 )
...
* fix: use source toolchains for git archive prereleases
* Add comment about "g" prefix
2024-01-04 12:07:19 -08:00
Greg Magolan
d313c8bf75
fix: move flags that should only be set with bazel 6 to bazel6.bazelrc recommended settings ( #711 )
2024-01-04 08:16:59 -08:00
Greg Magolan
71260d8669
chore: upgrade to Aspect Workflows 5.9.0.rc.10 ( #710 )
2024-01-03 00:16:47 -08:00
Greg Magolan
081ab5a879
chore: upgrade to Aspect Workflows 5.9.0-rc.9 ( #705 )
2023-12-22 15:08:16 -08:00
Sahin Yort
ac0055e092
test: fix timeout ( #707 )
2023-12-22 11:44:44 -08:00
Sahin Yort
33bc4443fd
fix: create windows launcher for bats ( #704 )
2023-12-21 14:27:21 -08:00
Sahin Yort
4f6b4bd5cb
feat: implement bats test runner ( #699 )
2023-12-20 13:08:47 -08:00
Tobias Schlatter
8d805e16bf
fix #697 : use to_repository_relative_path in mtree_spec ( #696 )
...
* Reproduction for mtree_spec behaving different in other repo
* Fix the bug (but not the test)
* Fix the test
* Rename mtree_spec e2e dir to tar
* Fix bzlmod tests
* Remove unnecessary skylib dependency from e2e repos
* Add e2e tests to matrix
* Replace e2e test with a normal test
To do this, we somewhat abuse the skylib dependency, but that's
probalby OK.
2023-12-20 11:22:42 -08:00
Greg Magolan
2ef100be42
chore: switch to smaller 'small' instances without nvme drives ( #700 )
2023-12-19 22:25:17 -08:00
Greg Magolan
57bfe2c165
chore: upgrade to Aspect Workflows 5.9.0-rc.7 ( #695 )
2023-12-16 02:38:29 -08:00
Greg Magolan
94d41e6849
chore: upgrade to Aspect Workflows 5.9.0-rc.0 ( #694 )
2023-12-13 21:57:30 -08:00
Greg Magolan
cbc5c7b06c
chore: enable workflows delivery on demostration target ( #693 )
2023-12-13 17:26:35 -08:00
Alex Eagle
303779e9ef
fix(tar): propagate testonly attr to mtree_spec ( #691 )
2023-12-13 15:21:02 -08:00
Alex Eagle
f65019be4e
chore: improve docs about mtree mutation ( #692 )
2023-12-13 15:03:32 -08:00
Greg Magolan
d2638fe295
chore: run Aspect Workflows setup step on small instances ( #688 )
2023-12-13 09:26:57 -08:00
Greg Magolan
13aefd6538
fix: isolate rules_lint dev dependency usage into its own Bazel package ( #687 )
2023-12-11 07:34:26 -08:00
Sahin Yort
cef25915d7
feat: introduce extension compression mapping ( #683 )
2023-12-08 21:47:20 +00:00
renovate[bot]
9c025527cd
fix(deps): update golang.org/x/exp digest to f3f8817
2023-12-08 11:52:13 -08:00
renovate[bot]
a5a93fae2a
fix(deps): update golang.org/x/exp digest to f3f8817
2023-12-08 11:52:13 -08:00
Sahin Yort
a219f5260d
fix: expose tar_lib as public ( #680 )
2023-12-08 10:31:01 -08:00
Greg Magolan
b1c342a96f
chore: bazel run //:format ( #682 )
2023-12-08 00:30:39 -08:00
Greg Magolan
bb64a79dc3
chore: bring in aspect_rules_lint and add format task to Aspect Workflows ( #681 )
2023-12-07 23:34:24 -08:00