- 02 May, 2022 2 commits
-
-
Arun Babu Neelicattu committed
-
This change introduces dulwich as the git backend, instead of system git executable. Together with an LRU cache when inspecting git package, this considerable improves performance for dependency solver and reuse of source when project has git dependencies. In cases where dulwich fails with an HTTPUnauthorized error, Poetry falls back to system provided git client as a temporary measure. This will be replaced in the future once dulwich supports git credentials.
Arun Babu Neelicattu committed
-
- 01 May, 2022 1 commit
-
-
Randy Döring committed
-
- 30 Apr, 2022 1 commit
-
-
This change renames `safe_rmtree` into a more appropriate name with relevant arguments. We ensure that the force behaviour is opt-in and not the default to avoid ambiguity.
Arun Babu Neelicattu committed
-
- 29 Apr, 2022 3 commits
-
-
Bartosz Sokorski committed
-
Arun Babu Neelicattu committed
-
Bjorn Neergaard committed
-
- 28 Apr, 2022 1 commit
-
-
Arun Babu Neelicattu committed
-
- 27 Apr, 2022 7 commits
-
-
Branch Vincent committed
-
Relates-to: #5017
Tarun Jethwani committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
David Hotham committed
-
- 26 Apr, 2022 8 commits
-
-
This ensures that `lock --no-update` does not change lockfile unnecessarily.
Randy Döring committed -
Randy Döring committed
-
Consider all overwrites and not only the overwrites of one package when building the marker intersection
Randy Döring committed -
Randy Döring committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
This ensures clean up is consistent.
Arun Babu Neelicattu committed
-
- 25 Apr, 2022 2 commits
-
-
Randy Döring committed
-
This is done in order to avoid ambiguity between "default group" and "default dependencies" (the groups that are considered by a command by default)
Randy Döring committed
-
- 16 Apr, 2022 9 commits
-
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
This is no longer required and is superseded by the groups feature.
Arun Babu Neelicattu committed -
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
Arun Babu Neelicattu committed
-
This change cleans up loading of plugins when testing commands.
Arun Babu Neelicattu committed -
This is done to allow safe refactoring of export command plugin.
Arun Babu Neelicattu committed -
This change ensures that content-hash generated by poetry < 1.2 does not trigger unnecessary warnings and operations. We do this by using a backwards compatible hashing logic.
Arun Babu Neelicattu committed
-
- 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
-