-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support bzlmod #120
Labels
chore
Code cleanup or refactor
Comments
This was referenced Mar 13, 2023
cgrindel
added a commit
that referenced
this issue
Mar 14, 2023
- Rename `contrib_rules_bazel_integration_test` to `rules_bazel_integration_test`. Related to #120.
cgrindel
added a commit
that referenced
this issue
Mar 15, 2023
- Add bzlmod support to the main repository and to the example repositories. - Refactor some of the utility functions in `integration_test_utils` into `no_deps_utils`. Allows the use of the utility functions in bzlmod extension implementation. Related to #120.
cgrindel
added a commit
that referenced
this issue
Mar 16, 2023
- Add some missing files to the release archive. - Create a separate test for bzlmod e2e testing. - Add archive test to ensure that the archive contains everything needed to run properly. Related to bazelbuild/bazel-central-registry#519 Related to #120.
Tracking the remaining issues separately. |
cgrindel
added a commit
to k1nkreet/rules_bazel_integration_test
that referenced
this issue
Sep 27, 2023
- Rename `contrib_rules_bazel_integration_test` to `rules_bazel_integration_test`. Related to bazel-contrib#120.
cgrindel
added a commit
to k1nkreet/rules_bazel_integration_test
that referenced
this issue
Sep 27, 2023
- Add bzlmod support to the main repository and to the example repositories. - Refactor some of the utility functions in `integration_test_utils` into `no_deps_utils`. Allows the use of the utility functions in bzlmod extension implementation. Related to bazel-contrib#120.
cgrindel
added a commit
to k1nkreet/rules_bazel_integration_test
that referenced
this issue
Sep 27, 2023
…b#130) - Add some missing files to the release archive. - Create a separate test for bzlmod e2e testing. - Add archive test to ensure that the archive contains everything needed to run properly. Related to bazelbuild/bazel-central-registry#519 Related to bazel-contrib#120.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tasks
bazel_versions.bzl
and reduce boilerplate #125bazel_binaries.versions
#132@bazel_binaries//:defs.bzl
in the macro file instead of passing it as a parameter. #135README.md
with bzlmod instructions #136custom_test_runner
integration test. #137doc_for_provs
under thedoc
package. #138The text was updated successfully, but these errors were encountered: