aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-02docs(compile_pip_requirements): Add note on requirements.txt VC (#1245)Aiden Grossman
2023-06-01feat(bzlmod): Moving register.toolchains internal (#1238)Chris Love
2023-05-30fix: make `import python.runfiles` work with `--experimental_python_import_al...Richard Levasseur
2023-05-28build: Upgrade Gazelle to v0.31.0 (#1240)Zhongpeng Lin
2023-05-26feat(bzlmod): Allowing multiple python.toolchain extension calls (#1230)Chris Love
2023-05-18feat(bzlmod): support entry_point macro (#1220)upstream/0.22.0Ignas Anikevicius
2023-05-17fix: Using canonical name in requirements.bzl (#1176)Zhongpeng Lin
2023-05-17fix: `example/build_file_generation/README.md` (#1164)Ofey Chan
2023-05-17fix: allow url fragments in requirements file (#1195)Matt Oberle
2023-05-17fix(toolchain): set correct return attrs to remove non-hermeticity warning (#...Ignas Anikevicius
2023-05-16test(coverage): add a test to check the sys.path under bzlmod (#1223)Ignas Anikevicius
2023-05-15Adding bzlmod support document (#1214)Chris Love
2023-05-15feat(bzlmod)!: Move each bzlmod extension into its own file (#1226)Chris Love
2023-05-15feat(bzlmod): Cleaning up interpreter resolution (#1218)Chris Love
2023-05-14test(bzlmod): explicitly enable bzlmod in the test harness (#1204)Ignas Anikevicius
2023-05-08fix: manually ignore bazel-* directories to make using custom Bazel builds ea...Richard Levasseur
2023-05-08fix: Strip trailing newline from python output (#1212)Daniel Wagner-Hall
2023-05-04fix(update_deleted_packages.sh): wheels example should not be included in .ba...Ignas Anikevicius
2023-05-04feat(bzlmod): expose platform-agnostic repo target for toolchain interpreter ...Chris Love
2023-05-04fix(update_deleted_packages.sh): allow to run from anywhere in the repo (#1206)Ignas Anikevicius
2023-05-03tests: Force analysis test labels to resolve within @rules_python context (#1...Richard Levasseur
2023-05-03docs: fix typos in pip_repository docs (#1202)Martin Medler
2023-05-03feat: propagate visibility attribute for py_wheel publishing (#1203)Chris Love
2023-05-03feat: removing bzlmod from example (#1200)Chris Love
2023-05-03tests: Add skylib to various test dependencies to fix CI (#1199)Chris Love
2023-05-02fix: Allow passing a tuple to the `tags` attribute. (#1191)Richard Levasseur
2023-05-01type:docs Update README.md (#1186)Wei
2023-05-01fix(bzlmod): correctly template repository macros for requirements, etc (#1190)Ignas Anikevicius
2023-04-28tests: Set linux platform for test_non_mac_doesnt_require_darwin_for_executio...Richard Levasseur
2023-04-27tests: Upgrade rules_testing to 0.0.5 (#1184)Richard Levasseur
2023-04-27docs: Add starlark directive to code snippet (#1170)Borja Lorente
2023-04-25fix: Don't reference deleted private bazel_tools bzl file (#1180)Richard Levasseur
2023-04-25test: Set mac platform for test_mac_requires_darwin_for_execution (#1179)Richard Levasseur
2023-04-25feat: add Python 3.8.16 (#1168)Mingliang Jiang
2023-04-25fix: compile_pip_requirements test from external repositories (#1124)Rasrack
2023-04-24docs: Tell how to use GitHub to find commits in an upcoming release. (#1092)Richard Levasseur
2023-04-24fix: remove reference to @bazel_tools//tools/python/private:defs.bzl (#1173)Ivo List
2023-04-11feat: Support specifying multiple download URLs in tool_versions. (#1145)upstream/0.21.0yuvalk
2023-04-10[docs] Fixing rule name in coverage.md docs (#1162)Andrés Felipe Barco Santa
2023-04-10test: cleanup gazelle tests and run them in parallel (#1159)Ignas Anikevicius
2023-04-07fix: respect kind mapping (#1158)Mathieu Sabourin
2023-04-07fix: gazelle correctly adds new py_test rules (#1143)Alex Martani
2023-04-05fix: correct the labels returned by all_requirements lists (#1146)Ignas Anikevicius
2023-04-04chore: bump buildifier to 6.1.0 (#1152)Ignas Anikevicius
2023-04-03fix: use a consistent buildifier version for CI and pre-commit (#1151)Ignas Anikevicius
2023-04-03docs: Updating documentation for bzlmod (#1149)Chris Love
2023-04-03build: Fixing buildifier (#1148)Chris Love
2023-03-23fix: bump installer to handle windows better (#1138)Thulio Ferraz Assis
2023-03-23cleanup: factor reexports.bzl into the respective implementation files (#1137)Richard Levasseur
2023-03-16fix: Include filename when parsing imports for gazelle (#1133)upstream/0.20.0John Laxson