community.mysql/plugins/module_utils
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
..
implementations Add salt parameter to hash generation for sha256 plugins (#631) 2024-06-11 17:23:05 +02:00
_version.py Add PSF-license.txt file (#356) 2022-05-16 09:41:48 +02:00
database.py Update licensing information (#390) 2022-06-03 11:47:03 +02:00
mysql.py Using show all slaves status when using MariaDB to be consistent with MySQL (#602) 2024-01-19 15:41:29 +01:00
user.py Fix mysql_user on_new_username IndexError (#642) 2024-06-27 22:12:01 +02:00
version.py Drop support for Ansible 2.9 and ansible-base 2.10 (#343) 2022-05-12 10:50:26 +02:00