1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/filter
patchback[bot] cf17033278
feat: Add crc32 filter (#5062) (#5140)
* feat: Add crc32 filter

Compute CRC32 checksum of a string and return its hex representation. Can be
use to create short checksums.

Signed-off-by: Julien Riou <julien@riou.xyz>

* Update license lines

* Improve string check of a crc32 value

Signed-off-by: Julien Riou <julien@riou.xyz>

Signed-off-by: Julien Riou <julien@riou.xyz>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 8e9ec610c3)

Co-authored-by: Julien Riou <julien@riou.xyz>
2022-08-21 22:08:42 +02:00
..
counter.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
crc32.py feat: Add crc32 filter (#5062) (#5140) 2022-08-21 22:08:42 +02:00
dict.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
dict_kv.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
from_csv.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
groupby_as_dict.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
hashids.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
hashids_decode.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
hashids_encode.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
jc.py Add more license statements (#5079) (#5088) 2022-08-07 12:03:49 +00:00
json_query.py Add more license statements (#5079) (#5088) 2022-08-07 12:03:49 +00:00
lists_mergeby.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
random_mac.py Add more license statements (#5079) (#5088) 2022-08-07 12:03:49 +00:00
time.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
to_days.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_hours.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_milliseconds.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_minutes.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_months.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_seconds.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_time_unit.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_weeks.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
to_years.yml Add default license header to files which have no copyright or license header yet (#5074) (#5075) 2022-08-05 20:16:36 +02:00
unicode_normalize.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00
version_sort.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) (#5068) 2022-08-05 13:17:19 +02:00