community.mysql/tests/integration/targets/test_mysql_user/tasks
betanummeric ed3935abec
mysql_user: add "update_password: on_new_username" argument, "password_changed" result field (#365)
* mysql_user: add value 'on_new_username' to argument 'update_password'

* mysql_user: return "password_changed" boolean (true if the user got a new password)

* mysql_user: optimize queries for existing passwords

* mysql_user: add integration tests for update_password argument

* mysql_user: add description for "update_password: on_new_username" argument

* add changelog fragment

* formatting (PEP8)

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>

* Update plugins/modules/mysql_user.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Update changelogs/fragments/365-mysql_user-add-on_new_username-and-password_changed.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
Co-authored-by: Benjamin MALYNOVYTCH <bmalynovytch@users.noreply.github.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2022-05-31 16:00:24 +02:00
..
assert_no_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
assert_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
assert_user_password.yml mysql_user: add "update_password: on_new_username" argument, "password_changed" result field (#365) 2022-05-31 16:00:24 +02:00
create_user.yml Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00
issue-28.yml Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00
issue-121.yml Remove support for REQUIRESSL privilege (#244) 2021-12-01 07:56:04 +01:00
issue-265.yml Add default database "mysql" to mysql_user (#266) 2022-01-10 16:03:25 +01:00
issue-29511.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
issue-64560.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
main.yml mysql_user: fix parsing privs when a user has roles assigned to it (#341) 2022-05-12 09:36:21 +02:00
remove_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
resource_limits.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
test_priv_append.yml Get rid of privs comparison (#243) 2021-11-20 09:28:40 +01:00
test_priv_dict.yml mysql_user: add proper handling of INSERT, UPDATE, REFERENCES on columns (#107) 2021-03-08 17:18:04 +01:00
test_priv_subtract.yml mysql_user, mysql_role: add argument subtract_privs to revoke privileges explicitly (#333) 2022-05-09 09:50:49 +02:00
test_privs.yml mysql_user, mysql_role: add argument subtract_privs to revoke privileges explicitly (#333) 2022-05-09 09:50:49 +02:00
test_update_password.yml mysql_user: add "update_password: on_new_username" argument, "password_changed" result field (#365) 2022-05-31 16:00:24 +02:00
test_user_grants_with_roles_applied.yml mysql_user: fix parsing privs when a user has roles assigned to it (#341) 2022-05-12 09:36:21 +02:00
test_user_password.yml mysql_user: fixed encrypted option for MySQL 8.0 and test coverage (#79) 2021-01-14 08:27:05 +03:00
test_user_plugin_auth.yml Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00
tls_requirements.yml Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00