GitXplorerGitXplorer
w

ansible-galaxy-collection-resolver

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5ee3a5f215050b4996669e90fff9a1414b4fd35d

Split version by dot

wwebknjaz committed 4 years ago
Verified
93f89ca3b14a0cd97b423e8b24045fbc63f6456f

Turn version part numbers into int

wwebknjaz committed 4 years ago
Verified
e2b16dde7349b26e064532e0196629ac2616c2a2

Fixup the version tuple comparison

wwebknjaz committed 4 years ago
Verified
0e0b7673344643331c87e27f3528cb4eeab924f1

Only use pre-releases flag if it's there

wwebknjaz committed 4 years ago
Verified
bbc0f136c8ca82a2dd3194771b9d4a24bb84f38b

Invoke install for the resolved dependencies

wwebknjaz committed 4 years ago
Verified
2645ab601067e0f3c831ba44f9428f27ead275a3

Add the dependency graph edges output

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/