You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
2.8-core-deprecations.yaml 2.8 Core Deprecation Removal (#45232) 6 years ago
2.8-removed-modules.yaml
44278-pamd_valid_simple_controls.yaml
45628-fetch_url-error-headers.yaml Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 6 years ago
add-elapsed-return-value-to-select-modules.yaml
agnostic-become-prompt.yaml Flip default for AGNOSTIC_BECOME_PROMPT (#45563) 6 years ago
async-dir.yaml async: use async_dir for the async results file directory (#45461) 6 years ago
copy-diff-text.yaml Ensure that the src file contents is converted to unicode in diff info (#45744) 6 years ago
dd-put-empty-files.yaml Support transfering empty files to target host. Fixes #36725 (#45751) 6 years ago
dnf-group-removal.yaml fix dnf wildcard pkg removal - fixes #27744 and #36970 (#45357) 6 years ago
ec2_group_fix_target_containing_list_within_list.yaml ec2_group: fix regression for targets that are a list containing strings and lists (#45594) 6 years ago
elb_target_group_fix_KeyError.yaml
fix_ec2_group_target_vpc_precedence.yaml ec2_group - fix VPC precedence for security group targets (#45787) 6 years ago
get-url-fix-idempotency.yaml Fix logic to not re-download existing files when force=no (#45495) 6 years ago
get_url.yaml Fix remote checksums when paths have leading dots (#45287) 6 years ago
loop_undefined_delegate_to.yaml
mysql-migrate_to_pymysql.yaml Migrate from MySQLdb to PyMySQL (#40123) 6 years ago
no_empty_groups.yml avoid empty groups in json output (#45621) 6 years ago
piped-transfer-empty-files.yaml Support empty files with piped transfer_method. Fixes #45426 (#45618) 6 years ago
run-command-expand-shell.yaml Add new expand_shell argument for run_command, to disable expanding shellisms (#45620) 6 years ago
script-module-no-file-path.yaml Don't pass file_name to DataLoader.load in script inventory plugin (#45428) 6 years ago
tower_credential_ssh_key_data.yaml tower_credential: expect ssh_key_data to be a string instead of path (#45158) 6 years ago
v2.8.0-initial-commit.yaml
win_group_membership-com-marshal.yaml win_group_membership - fix random issue with CI on 2012 R2 (#45462) 6 years ago
win_say-fix.yaml win_say - fix up syntax and test issues (#45450) 6 years ago
win_scheduled_task-repetition.yaml win_scheduled_task: add deprecation warning for repetition format (#45468) 6 years ago
win_script-become.yaml win_script: add support for become and centralise exec wrapper builder (#45582) 6 years ago
windows-deprecated-functionality.yaml Win deprecate 2.8 (#45473) 6 years ago