ansible-collections.communi.../changelogs/fragments
Felix Fontein d73eb1c144
Add module_utils and filters for quoting and unquoting (#53)
* Move splitting code to own file.

* Move list to dictionary code to quoting as well.

* Add quoting functionality.

* Add quoting filters.

* Add integration tests to CI.

* Fix bugs, increase coverage.

* Make parsing more strict.

* Extract function parse_argument_value from split_routeros_command to make proper parsing of WHERE possible.

* Adjust expected error message in integration tests.

* Simplify code and improve coverage.

* Add changelog fragment for WHERE strictness in api module.

* Add documenation.

* Fix typo.

* Add documentation references.

* Add example to api module which uses quote_argument_value.

* Fix bug, and add tests which prevent this in the future.

* Add more escape sequence tests.

* Make sure all control characters are quoted.
2021-10-12 00:44:40 +03:00
..
.keep Add collection template. 2020-10-26 15:18:40 +01:00
43-sanity.yml Fix sanity failures (#43) 2021-08-12 08:53:21 +02:00
45-api-split.yml fix(api): fixed a bug when splitting the argument string (#45) 2021-09-29 15:02:28 +02:00
47-api-split.yml Improve split handling. (#47) 2021-09-09 23:19:57 +03:00
50-command-changed.yml Make command always return changed=true. (#50) 2021-10-09 13:36:14 +02:00
53-api-where.yml Add module_utils and filters for quoting and unquoting (#53) 2021-10-12 00:44:40 +03:00
53-quoting-filters.yml Add module_utils and filters for quoting and unquoting (#53) 2021-10-12 00:44:40 +03:00