summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/filter
Commit message (Expand)AuthorAgeFilesLines
* Combine lists of dicts (#32686)Brian Coca2017-11-091-3/+8
* Fixes #31090. In network parse_cli filter plugin, this change moves the creat...Stanley Karunditu2017-10-271-2/+1
* Validate parse_cli filter inputs (#31293)Ganesh Nalawade2017-10-131-2/+11
* fixes issue where filter wouldn't error on undefined var (#30921)Peter Sprygada2017-09-261-1/+3
* Add one-versus-many-matches logic to network filter plugin (#30511)Ivan Pepelnjak2017-09-261-1/+4
* Use safe_load to load yamlGanesh B. Nalawade2017-09-141-1/+1
* Fix set theory filters for python3Toshio Kuratomi2017-09-091-4/+4
* Create urlsplit filter (#28537)Sam Doran2017-08-291-0/+42
* fixes bugs in network filter for parsing ip address (#28404)Peter Sprygada2017-08-181-1/+7
* Handle errors in jmespath in json_query better (#22109)Adrian Likins2017-08-171-4/+8
* updates network parse_cli filter to handle blocks from output (#28245)Peter Sprygada2017-08-161-4/+67
* Fix zip filter for Python3Andreas Olsson2017-08-141-11/+5
* Corrects default arg format used by datetime filter (#27612)Arthur Kepler2017-08-071-1/+1
* adds new filter plugins for network use cases (#27695)Peter Sprygada2017-08-041-0/+172
* Fix for to_text and to_bytes error handlersToshio Kuratomi2017-07-241-3/+3
* Kc update ip filter (#26566)Ken Celenza2017-07-121-8/+281
* booleanize value for ternaryBrian Coca2017-07-111-1/+1
* better backwards compat handling of statusBrian Coca2017-07-051-60/+0
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-025-63/+137
* Add a new filter: strftime. Use the well known function to format a date outp...Brian Coca2017-04-211-1/+15
* Migrate most uses of if type() to if isinstance()Toshio Kuratomi2017-04-041-11/+11
* Include '/' & '.' when password_hash generates a new saltAlex Willmer2017-03-301-1/+2
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-10/+10
* base64 functions must be given byte stringsToshio Kuratomi2017-03-231-2/+10
* E1 legacy pep8 fixes (#21933)Matt Martz2017-03-211-3/+3
* more set/list stuffBrian Coca2017-02-281-1/+21
* PEP8 E712 fixes (#21916)Matt Martz2017-02-241-1/+1
* Fix hash filter for non-ascii strings and Python3Toshio Kuratomi2017-02-151-2/+2
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-2/+2
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-69/+69
* PEP 8 cleanup. (#20789)Matt Clay2017-01-282-3/+3
* Add jinja2 groupby filter override to cast namedtuple to tuple. Fixes #20098 ...Matt Martz2017-01-191-1/+25
* Rename the type filter to type_debugToshio Kuratomi2017-01-111-1/+1
* shuffle filter: added optional 'seed' parameterAlexander Gubin2017-01-031-2/+6
* py3 compatibility fix reported on #17038 (#19569)Sorin Sbarnea2016-12-221-2/+2
* random filter: added optional 'seed' parameterBrano Zarnovican2016-11-171-3/+6
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-2/+2
* Add 'type' filter for display the underlying python type of a variable (#18242)Matt Martz2016-10-311-0/+3
* Make bcrypt + passlib work in password_hash filterMatt Robinson2016-10-231-1/+5
* restored 'results' filtersBrian Coca2016-10-131-0/+54
* Fix unbound method call for JSONEncoder (#17970)Bruno Rocha2016-10-111-1/+1
* Fix #17624 (#17627)Michael Scherer2016-09-191-2/+1
* Fix slaac filter (#17551)Joshua Elsasser2016-09-171-1/+1
* Fix from_yaml for non-string_types. This resolves #17397 (#17398)Alvaro Aleman2016-09-091-1/+6
* Fix fileglob filter to work just like fileglob lookup plugin (#17480)Dag Wieers2016-09-091-2/+2
* Allow for no prefix in the comment filter (#17421)Maciej Delmanowski2016-09-091-2/+8
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-13/+13
* Added to_datetime filter (#17145)Roman Belyakovsky2016-09-011-0/+8
* Reduce no longer exist in python3, so we have to use six (#17304)Michael Scherer2016-08-301-0/+1