..
accumulate.py
plugins (become, callback, filter): style adjustments ( #9535 )
2025-01-07 06:33:28 +01:00
counter.py
[PR #10687/47e8a3c1 backport][stable-11] ansible-core 2.20: avoid deprecated functionality ( #10693 )
2025-08-18 05:18:31 +00:00
crc32.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01:00
dict.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01:00
dict_kv.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01:00
from_csv.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01:00
from_ini.py
[PR #11369/20ba59cc backport][stable-11] Added "See Also" section ( #11373 )
2026-01-02 15:02:54 +01:00
groupby_as_dict.py
[PR #10687/47e8a3c1 backport][stable-11] ansible-core 2.20: avoid deprecated functionality ( #10693 )
2025-08-18 05:18:31 +00:00
hashids.py
Avoid deprecated AnsibleFilterTypeError ( #9992 )
2025-04-14 20:48:42 +02: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
[PR #10643/2aa53706 backport][stable-11] jc filter: remove redundant noqa comment ( #10648 )
2025-08-11 19:49:32 +02: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
add json_patch, json_patch_recipe and json_diff filters ( #9565 )
2025-01-21 20:51:21 +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
[PR #10539/3de073fb backport][stable-11] json_query: extend list of type aliases for compatibility with ansible-core 2.19 ( #10560 )
2025-08-02 17:00:57 +02:00
keep_keys.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01:00
lists.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01: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
[PR #10873/6cd46654 backport][stable-11] Avoid six in plugin code ( #10875 )
2025-10-05 07:36:47 +02: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
[PR #10873/6cd46654 backport][stable-11] Avoid six in plugin code ( #10875 )
2025-10-05 07:36:47 +02:00
remove_keys.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +01:00
replace_keys.py
[PR #10303/329c2222 backport][stable-11] fix style in plugins ( #10324 )
2025-07-01 22:09:45 +02:00
reveal_ansible_type.py
Make ready for data tagging ( #9833 )
2025-04-14 19:04:26 +02:00
time.py
filter plugins: adjust import __future__ for Python3, remove __metaclass__ ( #9585 )
2025-01-20 19:37:14 +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
[PR #11369/20ba59cc backport][stable-11] Added "See Also" section ( #11373 )
2026-01-02 15:02:54 +01: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
[PR #10784/062b63bd backport][stable-11] Add filters to_yaml and to_nice_yaml ( #10802 )
2025-09-08 18:54:47 +02:00
to_prettytable.py
[PR #10873/6cd46654 backport][stable-11] Avoid six in plugin code ( #10875 )
2025-10-05 07:36:47 +02: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_weeks.yml
misc typo fix ( #9812 )
2025-02-28 23:10:13 +01:00
to_yaml.py
[PR #10784/062b63bd backport][stable-11] Add filters to_yaml and to_nice_yaml ( #10802 )
2025-09-08 18:54:47 +02:00
to_yaml.yml
[PR #10784/062b63bd backport][stable-11] Add filters to_yaml and to_nice_yaml ( #10802 )
2025-09-08 18:54:47 +02:00
to_years.yml
misc typo fix ( #9812 )
2025-02-28 23:10:13 +01:00
unicode_normalize.py
[PR #10873/6cd46654 backport][stable-11] Avoid six in plugin code ( #10875 )
2025-10-05 07:36:47 +02:00
version_sort.py
[PR #12167/97b464de backport][stable-11] version_sort filter: fix example's description ( #12169 )
2026-06-02 21:05:45 +02:00