- 14 Apr, 2022 1 commit
-
-
* Add cert retrieval for requests The authenticator.py code already retrieves credentials from the config for every request based on url matching. This change makes the authenticator also retrieve certs from the config for each request based on url matching. Also includes unit tests. Co-authored-by: Tucker Beck <tucker.beck@gmail.com>
Kyle Finley committed
-
- 12 Apr, 2022 2 commits
-
-
* when disabled, keyring uses a "null" keyring * Fix the mock for the chainer tests
Lakin Wecker committed -
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.32.0)
pre-commit-ci[bot] committed
-
- 10 Apr, 2022 3 commits
-
-
Randy Döring committed
-
Randy Döring committed
-
Randy Döring committed
-
- 08 Apr, 2022 5 commits
-
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-
David Hotham committed
-
This change unifies shared logic across repository implementations and improves inheritance model.
Arun Babu Neelicattu committed
-
- 07 Apr, 2022 1 commit
-
-
Arun Babu Neelicattu committed
-
- 06 Apr, 2022 1 commit
-
-
Prior to this change the `plugin show` command assumed the entrypoint name to be the same as the package providing the plugin. This change makes use of the `entrypoint.distro.name` instead to derive the source package. Resolves: #5417
Arun Babu Neelicattu committed
-
- 05 Apr, 2022 2 commits
-
-
Arun Babu Neelicattu committed
-
This commit added also a test for the cleaning function to catch regressions in the future.
Jan Luca Naumann committed
-
- 04 Apr, 2022 1 commit
-
-
updates: - [github.com/pre-commit/pre-commit: v2.17.0 → v2.18.1](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 03 Apr, 2022 1 commit
-
-
Resolves: #5141
David Hotham committed
-
- 01 Apr, 2022 2 commits
-
-
* Remove password_manager from mypy overrides in pyproject.toml * mypy now passing on password_manager.py
Anthony Clark committed -
* chore(console/application): remove type errors * chore(console/logging): remove type errors * chore(utils/setup_reader): some fixes * Revert "chore(utils/setup_reader): some fixes" This reverts commit 9d82be920ea3d3c0fb0b818b29a1be3b82819b1c.
Edwin Yllanes committed
-
- 30 Mar, 2022 1 commit
-
-
Fix typo
martin-kokos committed
-
- 29 Mar, 2022 2 commits
-
-
* dry_run is never None * add --skip-existing to publish add `--skip-existing` option to publish command to continue if an upload fails due to the file already existing. this is helpful in e.g. ci settings. resolves #2254
David Szotten committed -
Anthony Clark committed
-
- 28 Mar, 2022 1 commit
-
-
updates: - [github.com/pre-commit/mirrors-mypy: v0.941 → v0.942](https://github.com/pre-commit/mirrors-mypy/compare/v0.941...v0.942)
pre-commit-ci[bot] committed
-
- 26 Mar, 2022 3 commits
-
-
(no matter if the python version is specified by "python" keyword or by "markers")
Randy Döring committed -
Randy Döring committed
-
Randy Döring committed
-
- 25 Mar, 2022 1 commit
-
-
finswimmer committed
-
- 24 Mar, 2022 13 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
This change improves test scenarios for installer with dependency groups. Previously, the usage of populated installed repositories could lead to tests incorrectly passing as no operations were performed. These cases now forces syncronisation and uses a clean installed repository instance instead.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This change adds a warning that values of `with`/`without` options are ignored when used with `only`.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
This change removed code duplication for group option handling in commands and group activation in installer. The installer now only allows for `only_groups` and removes `with_groups`/`without_groups`. Additionally, this change enables code reuse for group flags in the update command and centralises deprecated option handling logic for these options. Further, this fixes regression when using `update --no-dev`.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Tony Narlock committed
-