Commit graph

  • 1782d55143 Add tests to verify role grants for roles R. Sicart 2022-02-21 19:42:08 +01:00
  • 3bdeef9d32 Enable mariadb tests for test_mysql_role target R. Sicart 2022-02-21 19:25:25 +01:00
  • 8ec4151edf Fix 'show grant' checks for mariadb R. Sicart 2022-02-21 19:19:14 +01:00
  • a650314f07 Simplify test without checking Host part R. Sicart 2022-02-21 18:28:55 +01:00
  • 3ca58db234 Fix: add fixme on test which create role 'again' R. Sicart 2021-12-03 18:49:19 +01:00
  • 7ffce75e3e Fix: add fixme on test which create role in check mode 'again' R. Sicart 2021-12-02 09:40:36 +01:00
  • 56a9e3f664 test_mysql_role : create checks for mariadb R. Sicart 2021-12-03 13:26:50 +01:00
  • 8fc5840090 Fix: test_mysql_role : admin option tests R. Sicart 2021-12-01 17:42:04 +01:00
  • 66cf9dd369 Make 'when' conditions uniform R. Sicart 2021-12-01 17:34:17 +01:00
  • f7d860ac8c test_mysql_role : create checks for mariadb R. Sicart 2021-12-01 14:35:20 +01:00
  • f37c50c168 Fix: test_mysql_role : Check that the role is active assertion R. Sicart 2021-12-01 13:44:59 +01:00
  • e864d510a1 Fix: test_mysql_role : Check in DB, if not granted, the query will fail for mariadb R. Sicart 2021-11-30 19:03:22 +01:00
  • 5e4f3653ed Fix: test_mysql_role : Check in DB assertion R. Sicart 2021-11-30 18:35:15 +01:00
  • 4a5333262e Fix: test_mysql_role : Check that the user have no active roles assertion R. Sicart 2021-11-30 18:08:33 +01:00
  • c273ee36a7
    Enable and fix integration tests for devel (#290) Andrew Klychkov 2022-03-01 19:57:20 +03:00
  • eb1b4d4787 10.2 does not support 20.04 focal; increase to 10.3 Andrew Klychkov 2022-02-28 14:03:41 +01:00
  • bf57224818 revert last commit Andrew Klychkov 2022-02-28 13:39:21 +01:00
  • a1ca9cf7f3 default container -> ubuntu1804 Andrew Klychkov 2022-02-28 13:14:43 +01:00
  • f44be1993e Remove useless directive Andrew Klychkov 2022-02-28 12:50:22 +01:00
  • 51cbc3f015 Update repo targets Andrew Klychkov 2022-02-28 12:11:34 +01:00
  • 6d02f247d5 Enable and fix integration tests for devel Andrew Klychkov 2022-02-28 11:35:18 +01:00
  • 8052563a53
    Release 3.1.1 commit (#289) 3.1.1 Andrew Klychkov 2022-02-16 13:38:07 +03:00
  • 132245d174 Release 3.1.1 commit Andrew Klychkov 2022-02-16 11:29:34 +01:00
  • d7c6bddefa
    Release 2.3.4 commit (#288) 2.3.4 Andrew Klychkov 2022-02-16 13:24:17 +03:00
  • fa67f9bb91 Release 2.3.4 commit Andrew Klychkov 2022-02-16 11:16:27 +01:00
  • 8b2c418538
    [stable-2] Backport from main to stable-2 (#287) Andrew Klychkov 2022-02-16 13:11:55 +03:00
  • 9890e29d3a Add a changelog fragment to PR 282 (#283) Andrew Klychkov 2022-02-04 13:25:16 +03:00
  • 01ce11c20c Honor the set_default_role_all parameter (#282) Benoit Garret 2022-02-04 10:43:24 +01:00
  • be9347eb40 Update CONTRIBUTORS file (#278) Andrew Klychkov 2022-01-18 14:30:49 +03:00
  • 467d1e665b
    Update mysql_db.py TodoInTX 2022-02-14 14:19:52 -06:00
  • a268f5d28a Revise DROP USER/ROLE commands with more specific version numbers to constrain IF EXISTS usage. MattMontgomeryKochava 2022-02-14 14:10:15 -06:00
  • 02c9cc1fb2 Merge branch 'main' of github.com:TodoInTX/community.mysql MattMontgomeryKochava 2022-02-14 10:45:14 -06:00
  • b794088ff3 indention check fail MattMontgomeryKochava 2022-02-14 10:44:37 -06:00
  • 4d20964a62
    Update changelogs/fragments/286-mysql_drop_user_role_if_exists.yml TodoInTX 2022-02-14 09:17:46 -06:00
  • 35c271b90e Add changelog fragment MattMontgomeryKochava 2022-02-14 08:58:32 -06:00
  • 456019f111 Add version comments to limit IF EXISTS clause only to versions that support it. MattMontgomeryKochava 2022-02-13 10:19:15 -06:00
  • c194df3e51 Add version comments to limit IF EXISTS clause only to versions that support it. MattMontgomeryKochava 2022-02-13 10:18:53 -06:00
  • eb9305ed80 typo MattMontgomeryKochava 2022-02-11 18:00:19 -06:00
  • 175ad8899c When using statement based replication in a master-master configuration there exists a race condition that can break replication when dropping a user. Ideally one would use the "sql_log_bin: no" option to avoid this but that is not possible on Google CloudSQL instances. Adding IF EXISTS clause to the DROP USER statement makes it replication safe without the need to skip logging. MattMontgomeryKochava 2022-02-11 17:53:32 -06:00
  • 952e1666d8
    Add a changelog fragment to PR 282 (#283) Andrew Klychkov 2022-02-04 13:25:16 +03:00
  • cc078c9d9d Add a changelog fragment to PR 282 Andrew Klychkov 2022-02-04 10:49:20 +01:00
  • f547b66d35
    Honor the set_default_role_all parameter (#282) Benoit Garret 2022-02-04 10:43:24 +01:00
  • e955ebb27d
    Honor the set_default_role_all parameter Benoit Garret 2022-02-01 15:13:04 +01:00
  • cadc8438dc Fix typos, enhance formatting, limit line length to 120 Richard Vézina 2022-01-25 16:56:38 -05:00
  • 4786a40f9d Add --protocol=TCP {TCP|SOCKET|PIPE|MEMORY} support Richard Vézina 2022-01-25 16:50:57 -05:00
  • cbdf51234a
    Update CONTRIBUTORS file (#278) Andrew Klychkov 2022-01-18 14:30:49 +03:00
  • f63cf3eb2b Update CONTRIBUTORS file Andrew Klychkov 2022-01-18 12:11:23 +01:00
  • f46b84e670
    Release 1.4.4 commit (#277) 1.4.4 Andrew Klychkov 2022-01-18 13:05:37 +03:00
  • 9d9ea46603
    Release 2.3.3 commit (#276) 2.3.3 Andrew Klychkov 2022-01-18 13:04:04 +03:00
  • c0619821de
    Release 3.1.0 commit (#275) 3.1.0 Andrew Klychkov 2022-01-18 12:59:38 +03:00
  • 03b6db6f8b Release 1.4.4 commit Andrew Klychkov 2022-01-18 10:55:23 +01:00
  • 9386045797
    [stable-1] Use vendored version of distutils.version (#274) Andrew Klychkov 2022-01-18 12:53:09 +03:00
  • 711dbfee7d Release 2.3.3 commit Andrew Klychkov 2022-01-18 10:51:50 +01:00
  • c6564dd8e6 Release 3.1.0 commit Andrew Klychkov 2022-01-18 10:47:39 +01:00
  • 9c76f1a566
    [stable-2] Use vendored version of distutils.version (#269) (#273) Andrew Klychkov 2022-01-18 12:39:22 +03:00
  • 51423c5771 Add ignore-2.13.txt Andrew Klychkov 2022-01-18 10:30:07 +01:00
  • f405e9613f Use vendored version of distutils.version (#269) Andrew Klychkov 2022-01-07 16:59:19 +03:00
  • 146681c849 Prepare for distutils.version being removed in Python 3.12 (#267) Andrew Klychkov 2021-12-23 14:45:21 +03:00
  • 6fda6ed48c Use vendored version of distutils.version (#269) Andrew Klychkov 2022-01-07 16:59:19 +03:00
  • 89318732ab Prepare for distutils.version being removed in Python 3.12 (#267) Andrew Klychkov 2021-12-23 14:45:21 +03:00
  • f5e8fbb3f5
    Add default database "mysql" to mysql_user (#266) Daniel Rupp 2022-01-10 16:03:25 +01:00
  • 9c575b4762
    Use vendored version of distutils.version (#269) Andrew Klychkov 2022-01-07 16:59:19 +03:00
  • 5f93ff9e57
    Update plugins/module_utils/version.py Andrew Klychkov 2022-01-07 15:28:50 +03:00
  • 297245fa0e
    Update changelogs/fragments/266-default-database-for-mysql-user.yml Daniel Rupp 2022-01-06 09:35:07 +01:00
  • 1cec3ffe23 Correct fragment Andrew Klychkov 2022-01-06 08:57:18 +01:00
  • dd67354e45 Use vendored version of distutils.version Andrew Klychkov 2022-01-06 08:55:25 +01:00
  • 87a5657b4d
    Update changelogs/fragments/266-default-database-for-mysql-user.yml Daniel Rupp 2022-01-05 19:27:14 +01:00
  • 3f0d0a6acd fix changelog Daniel Rupp 2022-01-05 17:26:40 +01:00
  • bb8c6b373c MariaDB handles online replication filters differently Daniel Rupp 2022-01-05 17:26:13 +01:00
  • 101420bf03 Made sure the tests work in local testing Daniel Rupp 2022-01-05 16:31:29 +01:00
  • d74c9e21fe fix include naming Daniel Rupp 2022-01-05 12:22:26 +01:00
  • 4032eb2010 found a copy&paste issue Daniel Rupp 2022-01-05 10:42:22 +01:00
  • dd7f7229ff forgot to add the new part to main.yml Daniel Rupp 2022-01-05 10:40:40 +01:00
  • d7f1f897fc added force_context: no testing Daniel Rupp 2022-01-05 10:38:07 +01:00
  • e456a61334 removed first test attempts again (from issue-28.yml) created new tests for testing with and without replication Daniel Rupp 2022-01-05 10:32:36 +01:00
  • acff7c53f7 Merge remote-tracking branch 'origin/patch-1' into patch-1 Daniel Rupp 2021-12-23 13:00:36 +01:00
  • f9cf5b3f89 added more tests Daniel Rupp 2021-12-23 13:00:13 +01:00
  • 9c6de62ec1
    Update plugins/modules/mysql_user.py Daniel Rupp 2021-12-23 12:52:27 +01:00
  • d42e19ab39
    Update plugins/modules/mysql_user.py Daniel Rupp 2021-12-23 12:52:01 +01:00
  • 65c467ca0f Merge remote-tracking branch 'origin/patch-1' into patch-1 Daniel Rupp 2021-12-23 12:48:52 +01:00
  • 5576489ca7 fixed changelog Daniel Rupp 2021-12-23 12:38:48 +01:00
  • d9e12b85ad
    Prepare for distutils.version being removed in Python 3.12 (#267) Andrew Klychkov 2021-12-23 14:45:21 +03:00
  • f151c0b451 renamed new option to force_context enhanced description added tests Daniel Rupp 2021-12-23 12:38:48 +01:00
  • abcf154dcd
    Update plugins/modules/mysql_user.py Daniel Rupp 2021-12-23 12:10:57 +01:00
  • a5250fbe51
    Update plugins/modules/mysql_user.py Daniel Rupp 2021-12-23 12:10:43 +01:00
  • ff48f8c916
    Update plugins/modules/mysql_user.py Daniel Rupp 2021-12-23 12:10:36 +01:00
  • 5c94a40c00
    Update plugins/modules/mysql_user.py Daniel Rupp 2021-12-23 12:10:29 +01:00
  • 5a91096452
    Update plugins/module_utils/version.py Andrew Klychkov 2021-12-23 13:53:31 +03:00
  • d67d9a80c3
    Update 266-default-database-for-mysql-user Daniel Rupp 2021-12-23 11:27:24 +01:00
  • b0ed4b6081
    Update 266-default-database-for-mysql-user Daniel Rupp 2021-12-23 11:25:08 +01:00
  • 027b7ee48b
    Update mysql_user.py Daniel Rupp 2021-12-23 11:23:55 +01:00
  • 7d2a23a38c
    Update changelogs/fragments/266-default-database-for-mysql-user Daniel Rupp 2021-12-23 09:52:19 +01:00
  • 561d50e073
    Added changelog fragment Daniel Rupp 2021-12-23 09:36:30 +01:00
  • 2b2072325d Prepare for distutils.version being removed in Python 3.12 Andrew Klychkov 2021-12-23 07:49:15 +01:00
  • 4b9d56f49a
    Add default database "mysql" to mysql_user Daniel Rupp 2021-12-22 17:22:40 +01:00
  • ce3192b34a
    Update README with supported versions (#250) Jorge Rodriguez (A.K.A. Tiriel) 2021-12-15 09:55:23 +01:00
  • 1b061131dd
    Feature/mariadb integration ci (#246) R.Sicart 2021-12-14 09:30:46 +01:00
  • 413d005c1d
    Delete changelog fragment R.Sicart 2021-12-14 07:41:38 +01:00
  • f23b96f05c [ci skip] Add changelog fragment R. Sicart 2021-12-10 16:15:47 +01:00
  • 27df5a757c Fix: test_mysql_user : Test idempotency (expect ok) ignore mariadb 10.5 R. Sicart 2021-12-10 14:35:29 +01:00