1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00
Commit graph

3644 commits

Author SHA1 Message Date
Mariam Ahhttouche
5033a4f922 Use StrictVersion instead of packaging Version 2026-02-27 17:18:48 +01:00
Mariam Ahhttouche
ed0eb833f7 Add integration tests' aliases file for uv_python module 2026-02-25 20:39:24 +01:00
Mariam Ahhttouche
1858a586b4
Fix typo
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-02-25 20:06:23 +01:00
Mariam Ahhttouche
479b633306
Improve module documentation
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-02-25 20:04:41 +01:00
Mariam Ahhttouche
062fd97041
Fix typo
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-02-25 20:04:04 +01:00
Mariam Ahhttouche
8cd809dfbf
Fix short_description field in module documentation
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-02-25 20:03:26 +01:00
Mariam Ahhttouche
d53c0b92b6
Correct version_added field in module documentation
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-02-25 20:02:36 +01:00
Mariam Ahhttouche
a4b658e613 Fix typo 2026-02-25 12:08:29 +01:00
Mariam Ahhttouche
d078c66f27 Add license information to uv_python module 2026-02-25 08:44:16 +01:00
Mariam Ahhttouche
d734dbbcf7 Fix unsorted imports reported by ruff 2026-02-25 08:41:44 +01:00
Mariam Ahhttouche
19043541f1 Fix yamllint errors 2026-02-25 08:33:22 +01:00
Mariam Ahhttouche
ee59148fb9 Upgrade patch version 2026-02-24 16:16:35 +01:00
Mariam Ahhttouche
0a223b97b3 Add entry in .github/BOTMETA.yml for uv_python module 2026-02-24 16:03:19 +01:00
Mariam Ahhttouche
d3abd22344 Use ansible tone in documentation 2026-02-24 15:55:22 +01:00
Mariam Ahhttouche
4c4ab080c3 Format code with ruff 2026-02-24 14:49:42 +01:00
Mariam Ahhttouche
2950297744 uv_python module: fix examples in documentation block 2026-02-24 14:34:22 +01:00
Mariam Ahhttouche
62f94de35c uv_python module: format documentation block 2026-02-24 12:27:38 +01:00
Mariam Ahhttouche
b678f5471b uv_python module: format code using black 2026-02-24 12:17:23 +01:00
Mariam Ahhttouche
e8020e5867 uv_python module: format documentation 2026-02-24 12:10:05 +01:00
Mariam Ahhttouche
14b3f86c45 uv_python module: pin uv version used in tests 2026-02-24 11:32:55 +01:00
Mariam Ahhttouche
16170301c0 uv_python module: increment patch version 2026-02-24 11:24:47 +01:00
Mariam Ahhttouche
43b7b562ab uv_python module: refactor code 2026-02-24 10:43:35 +01:00
Mariam Ahhttouche
557e94420c uv_python module: fix documentation 2026-02-24 10:40:23 +01:00
Mariam Ahhttouche
fb55d4c686 uv_python module: improve error messages 2026-02-24 10:00:14 +01:00
Mariam Ahhttouche
43f0eab99d up_python module: updatedocumentation 2026-02-24 09:13:40 +01:00
Mariam Ahhttouche
9aad044f25 uv_python module: update module version 2026-02-23 14:50:54 +01:00
Mariam Ahhttouche
69e68090fd uv_python module: refactor code 2026-02-23 14:32:10 +01:00
Mariam Ahhttouche
77b04b4885 uv_python module: improve tests 2026-02-23 14:31:12 +01:00
Mariam Ahhttouche
a35e1216f9 uv_python module: clean tests 2026-02-23 08:05:14 +01:00
Mariam Ahhttouche
2f14908ba2 uv_python module: update documentation 2026-02-23 07:46:24 +01:00
Mariam Ahhttouche
8181aa0343 uv_python module: update integration tests 2026-02-23 06:53:46 +01:00
Mariam Ahhttouche
5e85b24743 uv_python module: update documentation 2026-02-22 21:48:49 +01:00
Mariam Ahhttouche
680fcaf578 uv_python module: refactor code 2026-02-22 17:33:30 +01:00
Mariam Ahhttouche
6c18698478 uv_python module: use packaging.version to only accept canonical python versions 2026-02-22 17:15:17 +01:00
Mariam Ahhttouche
b8da4c6d6c uv_python module: update documentation with version number 2026-02-22 13:20:22 +01:00
Mariam Ahhttouche
067784548d uv_python module: add uv command options to executed commands to disable unneeded features 2026-02-22 12:58:36 +01:00
Mariam Ahhttouche
990cb6fa88 uv_python module: update documentation 2026-02-22 12:37:12 +01:00
Mariam Ahhttouche
5f0118e792 uv_python module: fail module if used uv version is less than the minimal supported version 2026-02-22 10:32:21 +01:00
Mariam Ahhttouche
67d363a2ce uv_python module: use LooseVersion instead of StrictVersion to allow specifying threaded and major python versions 2026-02-22 10:29:42 +01:00
Mariam Ahhttouche
4fe6c83d0f uv_python module: update module documentation 2026-02-22 08:41:11 +01:00
Mariam Ahhttouche
a50fb91c4a uv_python module: refactor code 2026-02-21 17:30:49 +01:00
Mariam Ahhttouche
5b59f830a2 uv_python module: improve integration tests 2026-02-21 14:23:58 +01:00
Mariam Ahhttouche
ae68f9bcbb uv_python module: update present, absent and latest state to only include versions managed by uv in return values 2026-02-21 12:27:46 +01:00
Mariam Ahhttouche
ef85e2c7d8 uv_python module: add installation paths to return values for latest state 2026-02-21 11:20:04 +01:00
Mariam Ahhttouche
09f7a79e63 uv_python module: add installation paths to return values for absent state 2026-02-21 10:27:38 +01:00
Mariam Ahhttouche
7814c7b329 uv_python module: add installation paths to return values for present state 2026-02-20 21:32:21 +01:00
Mariam Ahhttouche
1371cf2fcb uv_python module: fix integration tests 2026-02-20 17:06:08 +01:00
Mariam Ahhttouche
594ff22aa2 uv_python module: add python version to module return values for latest state 2026-02-20 17:05:23 +01:00
Mariam Ahhttouche
d8646b2db4 uv_python module: add python version to module return values for absent state 2026-02-19 21:32:54 +01:00
Mariam Ahhttouche
ae5eeaffe2 uv_python module: add python version to module return values for present state 2026-02-19 20:42:12 +01:00