GitXplorerGitXplorer
w

ansible-galaxy-collection-resolver

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
9c217e308a74d8e2aeb0d0d9abfa0bbf8907f7e6

Mention that this project is now finished @ README

wwebknjaz committed 4 years ago
Verified
62a615dda3ea5a222bbe5f1af085a7613b756f30

Merge pull request #1 from webknjaz/dependabot/pip/cryptography-3.3.2

ddependabot[bot] committed 4 years ago
Verified
b7fda451b96a2751545afe1541606210bd1f03a5

Bump cryptography from 3.1.1 to 3.3.2

ddependabot[bot] committed 4 years ago
Verified
302ebdd4ff015895285bcd1fb220bedd035a24fb

Use `-r` instead of `-c` because of pip bug 9243

wwebknjaz committed 4 years ago
Verified
d6f557f2c3a2338bffe0dfa774d93cc73af73d59

Switch CI runtime to Python 3.9

wwebknjaz committed 4 years ago
Verified
c0ca1fcc84135c4d3ac28bc773bdbe300a7f6beb

Turn "attempting to install" log str to f-string

wwebknjaz committed 4 years ago

README

The README file for this repository.

ansible-galaxy-collection-resolver PoC

This is a repo demonstrating the use of the new pip resolver for taking care of Ansible Collections dependencies resolution.

Please do not expect any further updates in this project. It is now archived and will be kept as is for history.

Now what?

This project has served its purpose of demonstrating that it's quite possible to integrate resolvelib into ansible-galaxy collection CLI.

The actual refactoring and integration work was done in https://github.com/ansible/ansible/pull/72591 and is now complete and merged into ansible/ansible@devel — it will be shipped with pip install ansible-core>=2.11.

Read the full story @ https://webknjaz.me/prose/ansible-galaxy-reuses-pips-resolvelib/