1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-11 02:25:36 +00:00
community.general/plugins/filter
juremedvesek 97b464deb3
version_sort filter: fix example's description (#12167)
Fix description in example of community.general.version_sort filter

Example had some left overs, that were not aligned with code.
It was explaining conversion between tuples and dict. But example here maps list of strings to list of strings.
2026-06-02 18:22:05 +02:00
..
accumulate.py Add missing __future__ imports (#11567) 2026-03-11 06:42:08 +01:00
counter.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
crc32.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
dict.py Reformat everything. 2025-11-01 13:46:53 +01:00
dict_kv.py Reformat everything. 2025-11-01 13:46:53 +01:00
from_csv.py Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
from_ini.py adds parameter delimiters to from_ini filter (#11512) 2026-02-23 05:44:32 +01:00
from_toml.py Add from_toml filter (#12081) (#12081) 2026-05-30 13:36:38 +02:00
from_toml.yml Add from_toml filter (#12081) (#12081) 2026-05-30 13:36:38 +02:00
groupby_as_dict.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
hashids.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
hashids_decode.yml Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
hashids_encode.yml Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
jc.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
json_diff.yml add json_patch, json_patch_recipe and json_diff filters (#9565) 2025-01-21 20:51:21 +01:00
json_patch.py Cleanup (#11445) 2026-01-25 18:43:29 +01:00
json_patch.yml Adjust YAML in plugin docs (#10234) 2025-06-16 17:46:01 +02:00
json_patch_recipe.yml add json_patch, json_patch_recipe and json_diff filters (#9565) 2025-01-21 20:51:21 +01:00
json_query.py Use raise from in plugins (#11095) 2025-11-12 20:34:26 +01:00
keep_keys.py Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
lists.py Replace % string formatting with f-strings across multiple plugins (#11908) 2026-04-22 07:06:27 +12:00
lists_difference.yml fixed hidden warnings from extra tests - batch 1 (#10025) 2025-04-23 21:49:20 +02:00
lists_intersect.yml fixed hidden warnings from extra tests - batch 1 (#10025) 2025-04-23 21:49:20 +02:00
lists_mergeby.py Replace % string formatting with f-strings across multiple plugins (#11908) 2026-04-22 07:06:27 +12:00
lists_symmetric_difference.yml fixed hidden warnings from extra tests - batch 1 (#10025) 2025-04-23 21:49:20 +02:00
lists_union.yml fixed hidden warnings from extra tests - batch 1 (#10025) 2025-04-23 21:49:20 +02:00
random_mac.py Reformat everything. 2025-11-01 13:46:53 +01:00
remove_keys.py Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
replace_keys.py Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
reveal_ansible_type.py Make all doc fragments, module utils, and plugin utils private (#11896) 2026-04-20 20:16:26 +02:00
time.py Sort imports with ruff check --fix (#11400) 2026-01-09 07:40:58 +01:00
to_days.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_hours.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_ini.py to_ini filter plugin: add no_extra_spaces parameter (#8576) (#12059) 2026-05-16 14:56:52 +02:00
to_milliseconds.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_minutes.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_months.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_nice_yaml.yml Add filters to_yaml and to_nice_yaml (#10784) 2025-09-08 18:48:49 +02:00
to_prettytable.py Improve Python code: address unused variables (#11049) 2025-11-09 08:14:35 +01:00
to_seconds.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_time_unit.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_toml.py Add to_toml filter (#11423) 2026-01-22 06:41:49 +01:00
to_toml.yml Fix typo (#11892) 2026-04-20 21:46:49 +12:00
to_weeks.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
to_yaml.py Add to_toml filter (#11423) 2026-01-22 06:41:49 +01:00
to_yaml.yml Add filters to_yaml and to_nice_yaml (#10784) 2025-09-08 18:48:49 +02:00
to_years.yml misc typo fix (#9812) 2025-02-28 23:10:13 +01:00
unicode_normalize.py Reformat everything. 2025-11-01 13:46:53 +01:00
version_sort.py version_sort filter: fix example's description (#12167) 2026-06-02 18:22:05 +02:00