community.mysql/changelogs/fragments
Laurent Indermühle 33e8754c4e
Fix mysql_user on_new_username IndexError (#642)
* fix tuple indexerror when no accounts are found

* Fix tests for update_password not executed

* Add test for case where existing user have different password

* lint to prevent warning about jinja templating in when clause

* Refactor get_existing_authentication to return a list of all row found

Previously we were returning only the first row found. We need to be
able to see if there is a difference in the existing passwords.

* Refactor host option to be optional

This make it possible to use the same method from mysql_user to help
update_password retrieve existing password for all account with the same
username independently of their hostname. And from mysql_info to get
the password of a specif user using WHERE user = '' AND host = ''

* Add change log fragment

* Add link to the PR in the change log

* lint for ansible devel

* Fix templating type error could not cconvert to bool with ansible devel

* Revert changes made for ansible-devel that broke tests for Ansible 2.15

* Revert changes made for ansible-devel that broke tests

* Cut unnecessary set, uniqueness is ensured by the group_by in the query

* Cut auth plugin from returned values when multiple existing auths exists

Discussed here:
https://github.com/ansible-collections/community.mysql/pull/642/files#r1649720519

* fix convertion of list(dict) to list(tuple)

* Fix test for empty password on MySQL 8+
2024-06-27 22:12:01 +02:00
..
.keep Add .keep file to changelog/fragments to make it always present (#113) 2021-03-10 18:16:18 +01:00
0-mysql_user.yml mysql_user: fix ed25512 plugin handling (#619) 2024-03-14 07:19:39 +01:00
1-mysql_info.yml mysql_info: add server_engine return value (#649) 2024-06-19 10:17:02 +02:00
add_salt_param_to_gen_sha256_hash.yml Add salt parameter to hash generation for sha256 plugins (#631) 2024-06-11 17:23:05 +02:00
get_primary_show_binary_log_status.yml Adds support for show binary log status statement (#638) 2024-05-30 17:10:36 +02:00
improve_get_replica_primary_status.yml Improve get replica/primary status (#634) 2024-05-02 10:26:04 +02:00
lie_fix_mysql_user_on_new_username.yml Fix mysql_user on_new_username IndexError (#642) 2024-06-27 22:12:01 +02:00
lie_fix_plugin_hash_string_return.yml Fix hashed passwords being returned by get_existing_authentication() via the plugin_auth_string variable instead of plugin_hash_string (#629) 2024-06-06 13:05:31 +02:00
mysql_user_tls_requires.yml Enhance support of tls_requires in mysql_user and mysql_info (#628) 2024-04-16 10:52:24 +02:00
supports_mysql_change_replication_source_to.yml Adds support for CHANGE REPLICATION SOURCE TO statement (#636) 2024-05-21 20:58:05 +02:00