ansible/changelogs/fragments
Matt Martz 95e77ac853
Ensure that the src file contents is converted to unicode in diff info (#45744)
* Ensure that the src file contents is converted to unicode in diff info. Fixes #45717

* Fix up and cleanup

* The diff functionality in the callback plugins should have the
  to_text() calls removed since we're now doing it in ActionBase
* catching of UnicodeError and warnings in the callback diff
  functionality from 61d01f549f haven't been
  needed since we switched to to_text so remove them.
* Add a note to ActionBase's diff function giving an example of when the
  diff function will be inaccurate and how to fix it

* Fix callback get_diff() tests

I believe the unittests of callback's get_diff() were wrong.  They were
sending in a list where strings were expected.  Because previous code
was transforming the lists into strings via their repr, the previous
tests did not fail but they would have formatted the test cases output
in an odd way if we had looked at it.
2018-09-20 12:31:48 -05:00
..
2.8-core-deprecations.yaml 2.8 Core Deprecation Removal (#45232) 2018-09-10 15:05:52 -05:00
2.8-removed-modules.yaml Stub out modules scheduled for 2.8 removal (#44985) 2018-08-31 16:27:32 -05:00
44278-pamd_valid_simple_controls.yaml Add definitive to valid_simple_controls in pamd module (#44601) 2018-09-04 11:14:22 -04:00
45628-fetch_url-error-headers.yaml Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 2018-09-19 10:53:16 -05:00
add-elapsed-return-value-to-select-modules.yaml Add elapsed return value to select modules (#37969) 2018-08-31 22:20:56 +02:00
agnostic-become-prompt.yaml Flip default for AGNOSTIC_BECOME_PROMPT (#45563) 2018-09-14 11:16:13 -05:00
async-dir.yaml async: use async_dir for the async results file directory (#45461) 2018-09-20 19:37:54 +10:00
copy-diff-text.yaml Ensure that the src file contents is converted to unicode in diff info (#45744) 2018-09-20 12:31:48 -05:00
dd-put-empty-files.yaml Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
dnf-group-removal.yaml fix dnf wildcard pkg removal - fixes #27744 and #36970 (#45357) 2018-09-20 12:13:17 -04:00
ec2_group_fix_target_containing_list_within_list.yaml ec2_group: fix regression for targets that are a list containing strings and lists (#45594) 2018-09-17 14:31:41 -04:00
elb_target_group_fix_KeyError.yaml elb_target_group - prevent a KeyError exception (#45169) 2018-09-05 12:50:03 -04:00
fix_ec2_group_target_vpc_precedence.yaml ec2_group - fix VPC precedence for security group targets (#45787) 2018-09-18 15:33:19 -04:00
get-url-fix-idempotency.yaml Fix logic to not re-download existing files when force=no (#45495) 2018-09-11 13:56:13 -05:00
get_url.yaml Fix remote checksums when paths have leading dots (#45287) 2018-09-11 12:47:29 -04:00
loop_undefined_delegate_to.yaml Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231) 2018-09-07 10:16:03 -05:00
mysql-migrate_to_pymysql.yaml Migrate from MySQLdb to PyMySQL (#40123) 2018-09-19 08:44:05 -07:00
no_empty_groups.yml avoid empty groups in json output (#45621) 2018-09-13 15:38:52 -04:00
piped-transfer-empty-files.yaml Support empty files with piped transfer_method. Fixes #45426 (#45618) 2018-09-13 13:53:36 -05:00
run-command-expand-shell.yaml Add new expand_shell argument for run_command, to disable expanding shellisms (#45620) 2018-09-14 16:07:11 -04:00
script-module-no-file-path.yaml Don't pass file_name to DataLoader.load in script inventory plugin (#45428) 2018-09-10 14:37:18 -05:00
tower_credential_ssh_key_data.yaml tower_credential: expect ssh_key_data to be a string instead of path (#45158) 2018-09-07 13:41:09 -04:00
v2.8.0-initial-commit.yaml Reset changelogs for the 2.8.0 development cycle 2018-08-31 11:11:13 -07:00
win_group_membership-com-marshal.yaml win_group_membership - fix random issue with CI on 2012 R2 (#45462) 2018-09-11 13:07:43 +10:00
win_say-fix.yaml win_say - fix up syntax and test issues (#45450) 2018-09-11 08:23:46 +10:00
win_scheduled_task-repetition.yaml win_scheduled_task: add deprecation warning for repetition format (#45468) 2018-09-11 14:22:57 +10:00
win_script-become.yaml win_script: add support for become and centralise exec wrapper builder (#45582) 2018-09-13 08:50:13 +10:00
windows-deprecated-functionality.yaml Win deprecate 2.8 (#45473) 2018-09-11 14:23:48 +10:00