Commit graph

  • 29885d1243 mysql_user and mysql_role: fix granting privileges when only the GRANT OPTION needs to be added Felix Hamme 2022-04-28 11:41:40 +02:00
  • a896b5d89d
    Update changelogs/fragments/338-mysql_user_fix_missing_dynamic_privileges.yml bigo8525 2022-04-27 16:03:54 +02:00
  • 498f706ce0 added changelog fragment mkoehl 2022-04-27 15:53:43 +02:00
  • c5b228c90d added flush privileges to write dynamic privs into db Fixes https://github.com/ansible-collections/community.mysql/issues/120 mkoehl 2022-04-27 14:22:52 +02:00
  • 4aab8ac808
    Release 3.1.3 commit (#337) 3.1.3 R.Sicart 2022-04-26 17:07:21 +02:00
  • 893bbba352 Release 3.1.3 commit R. Sicart 2022-04-26 16:43:02 +02:00
  • ae32075db9 Improve doc Andrew Klychkov 2022-04-26 10:23:22 +02:00
  • 13c39ffced Fix doc, add fragment Andrew Klychkov 2022-04-26 10:18:34 +02:00
  • 9dfd636208 Fix Andrew Klychkov 2022-04-26 10:15:00 +02:00
  • 450cb19027
    mysql_replication: fix failing when using primary_use_gtid with replica_ or slave_pos (#336) Andrew Klychkov 2022-04-21 18:43:08 +03:00
  • ca9225dc9d mysql_replication: fix failing when using primary_use_gtid with replica_ or slave_pos Andrew Klychkov 2022-04-21 10:09:24 +02:00
  • de70cf775b formatting Felix Hamme 2022-04-21 09:18:23 +02:00
  • 70683314f1 fix mysql_role, mysql_user integration tests Felix Hamme 2022-04-19 11:42:56 +02:00
  • 5df57fcec9 fix mysql_role integration tests Felix Hamme 2022-04-19 11:20:54 +02:00
  • ea48464f32 mysql_role, mysql_user: invalid privileges are ignored when subtract_privs is true -> document that and fix integration tests Felix Hamme 2022-04-19 11:14:01 +02:00
  • 501dd7d0ab fix integration tests Felix Hamme 2022-04-14 14:59:41 +02:00
  • 52eb368e30 mysql_role, mysql_user: when subtract_privileges, don't grant unwanted privileges and don't revoke USAGE implicitly Felix Hamme 2022-04-13 18:14:15 +02:00
  • 47b2ba5b88 add changelog fragment for PR #333 Felix Hamme 2022-04-12 13:33:39 +02:00
  • aa0c779269 add integration tests for subtract_privs for mysql_role and mysql_user Felix Hamme 2022-04-12 13:24:34 +02:00
  • 3dc21216cb add option subtract_privs to mysql_role and mysql_user Felix Hamme 2022-04-12 09:54:22 +02:00
  • d38813d418
    mysql_role: remove redundant connection closing (fixes #329) (#330) (#332) patchback[bot] 2022-04-05 11:31:38 +02:00
  • 090b2b0906 mysql_role: remove redundant connection closing (fixes #329) (#330) betanummeric 2022-04-05 09:35:46 +02:00
  • 641894e6e8
    mysql_role: remove redundant connection closing (fixes #329) (#330) betanummeric 2022-04-05 09:35:46 +02:00
  • 15cd0e3b14 add changelog fragment for pull request #330 Felix Hamme 2022-04-04 17:26:43 +02:00
  • 1bb950f6db mysql_role: remove redundant connection closing (fixes #329) Felix Hamme 2022-04-04 13:12:41 +02:00
  • 2a57a4d659
    CI: add testing against ansible-core 2.13 (#328) Andrew Klychkov 2022-04-03 09:10:42 +03:00
  • 9857a16cb5
    CI: add testing against ansible-core 2.13 (#327) Andrew Klychkov 2022-04-03 09:10:35 +03:00
  • d7fb3d59a8 CI: add testing against ansible-core 2.13 R.Sicart 2022-04-02 17:53:21 +02:00
  • 142d1eb957 CI: add testing against ansible-core 2.13 R.Sicart 2022-04-02 17:53:21 +02:00
  • e319ac082e
    CI: add testing against ansible-core 2.13 (#326) R.Sicart 2022-04-02 17:53:21 +02:00
  • 278337d34f
    [stable-1] Backports (#325) Andrew Klychkov 2022-04-02 18:33:52 +03:00
  • 2de30ed7cb
    [stable-2] Backports (#324) Andrew Klychkov 2022-04-02 18:33:46 +03:00
  • dc3c0ee4af CI: add testing against ansible-core 2.13 R. Sicart 2022-04-02 16:18:18 +02:00
  • b97394f556 Copy ignore-2.13.txt to ignore-2.14.txt (#323) Andrew Klychkov 2022-04-01 17:40:02 +03:00
  • 2b9929f997 Clarified error message about missing python modules (#279) Matthew Exon 2022-04-01 17:19:19 +08:00
  • 9121738fe6 Copy ignore-2.13.txt to ignore-2.14.txt (#323) Andrew Klychkov 2022-04-01 17:40:02 +03:00
  • 4bae9a9ace Clarified error message about missing python modules (#279) Matthew Exon 2022-04-01 17:19:19 +08:00
  • c16b2428e8
    Copy ignore-2.13.txt to ignore-2.14.txt (#323) Andrew Klychkov 2022-04-01 17:40:02 +03:00
  • a4a7a94f43 Fix sanity Andrew Klychkov 2022-04-01 14:48:49 +02:00
  • 34adf378ea Copy ignore-2.13.txt to ignore-2.14.txt Andrew Klychkov 2022-04-01 11:20:21 +02:00
  • 82baf7508c
    Clarified error message about missing python modules (#279) Matthew Exon 2022-04-01 17:19:19 +08:00
  • 16e0e21cd5 Correct mysqlclient suggestions from python2 to python3 Matthew Exon 2022-04-01 08:58:57 +08:00
  • 472bdb60b8 Mention mysqlclient as another option Matthew Exon 2022-03-29 09:45:40 +08:00
  • 64d54172aa Clarified error message about missing python modules, and tweak documentation to suggest overriding interpreter. Matthew Exon 2022-01-22 20:48:23 +01:00
  • b80a17265f mysql_query: fix false change reports when IF NOT EXISTS clause is used Andrew Klychkov 2022-03-25 12:29:06 +01:00
  • 74ab876064
    mysql_user: clarify behavior of priv parameter (#319) (#321) patchback[bot] 2022-03-25 14:14:44 +01:00
  • d5a1e3639a
    mysql_user: clarify behavior of priv parameter (#319) (#320) patchback[bot] 2022-03-25 12:33:01 +01:00
  • 97f97f1dfa mysql_user: clarify behavior of priv parameter (#319) Andrew Klychkov 2022-03-25 09:40:31 +03:00
  • 9869bdf42d mysql_user: clarify behavior of priv parameter (#319) Andrew Klychkov 2022-03-25 09:40:31 +03:00
  • 5afae459dc
    mysql_user: clarify behavior of priv parameter (#319) Andrew Klychkov 2022-03-25 09:40:31 +03:00
  • e3d9beded9 mysql_user: clarify behavior of priv parameter Andrew Klychkov 2022-03-24 14:24:29 +01:00
  • bfcf89073a
    Fix roles CI (#316) (#318) patchback[bot] 2022-03-24 06:55:08 +01:00
  • 203338024f
    Fix roles CI (#316) (#317) patchback[bot] 2022-03-24 06:54:56 +01:00
  • cbbdf81c22 Fix roles CI (#316) Andrew Klychkov 2022-03-23 12:00:26 +03:00
  • d1c2fd461d Fix roles CI (#316) Andrew Klychkov 2022-03-23 12:00:26 +03:00
  • e6e661b87f
    Fix roles CI (#316) Andrew Klychkov 2022-03-23 12:00:26 +03:00
  • 564ead7fdd Fix roles CI Andrew Klychkov 2022-03-22 11:29:01 +01:00
  • 15ee80b57c
    Setup patchback bot config file (resolves #310) (#311) (#313) patchback[bot] 2022-03-17 11:19:01 +01:00
  • ec6ec6c195 Setup patchback bot config file (resolves #310) (#311) R.Sicart 2022-03-17 09:30:29 +01:00
  • 82cde26b11
    Setup patchback bot config file (resolves #310) (#311) (#312) patchback[bot] 2022-03-17 09:51:14 +01:00
  • b244220369 Setup patchback bot config file (resolves #310) (#311) R.Sicart 2022-03-17 09:30:29 +01:00
  • 55458f5b0b
    Setup patchback bot config file (resolves #310) (#311) R.Sicart 2022-03-17 09:30:29 +01:00
  • 7f98fabce0 Setup patchback bot config file (resolves #310) R. Sicart 2022-03-16 19:27:17 +01:00
  • 59d411ac82
    Add IF EXISTS clause to DROP USER statement (#309) Andrew Klychkov 2022-03-15 17:43:09 +03:00
  • 66c340e951
    Add IF EXISTS clause to DROP USER statement (#307) (#308) Andrew Klychkov 2022-03-15 17:30:23 +03:00
  • b0de252ce2
    Update requirements (#302) Andrew Klychkov 2022-03-15 15:53:20 +03:00
  • 61862acf8d Add IF EXISTS clause to DROP USER statement Andrew Klychkov 2022-03-15 13:52:01 +01:00
  • f9208f691e Add IF EXISTS clause to DROP USER statement (#307) Andrew Klychkov 2022-03-15 15:41:55 +03:00
  • 3a452faeb0
    Add IF EXISTS clause to DROP USER statement (#307) Andrew Klychkov 2022-03-15 15:41:55 +03:00
  • 8ccffe31ca Fix exception Andrew Klychkov 2022-03-15 12:13:41 +01:00
  • 7969c3bacc Add a changelog fragment Andrew Klychkov 2022-03-15 11:13:34 +01:00
  • 760554a0d1 Add IF EXISTS clause to DROP USER statement Andrew Klychkov 2022-03-15 11:10:11 +01:00
  • 1f16e65dfc
    Release 3.1.2 commit #2 (#306) 3.1.2 Andrew Klychkov 2022-03-14 17:45:53 +03:00
  • e7dc5b3a2e Release 3.1.2 commit #2 Andrew Klychkov 2022-03-14 15:36:59 +01:00
  • 23488895d4 Revert "Release 3.1.2 commit (#304)" Andrew Klychkov 2022-03-14 15:34:47 +01:00
  • 5b1f1fe469
    Release 3.1.2 commit (#304) Andrew Klychkov 2022-03-14 17:34:02 +03:00
  • eb5364adee Release 3.1.2 commit Andrew Klychkov 2022-03-14 15:21:53 +01:00
  • fecc9866e3
    Release 2.3.5 commit (#303) 2.3.5 Andrew Klychkov 2022-03-14 17:17:21 +03:00
  • 438133edcb Release 2.3.5 commit Andrew Klychkov 2022-03-14 15:10:16 +01:00
  • 1b5ddf0d2e Update requirements Andrew Klychkov 2022-03-11 19:58:12 +03:00
  • 95c649cce2
    Fix the collection to work with mysqlclient connector (#301) Andrew Klychkov 2022-03-14 16:41:38 +03:00
  • a516c1a6ad
    Update requirements (#300) Andrew Klychkov 2022-03-14 14:01:18 +03:00
  • dfa424c2b6 Fix the collection to work with mysqlclient connector Andrew Klychkov 2022-03-14 12:03:47 +03:00
  • 96a255c00a
    [stable-1] Enable and fix integration tests for devel (#298) Andrew Klychkov 2022-03-14 13:51:54 +03:00
  • eeaa401c34 Update requirements Andrew Klychkov 2022-03-11 19:58:12 +03:00
  • fc16243349
    Fix role integration tests for mariadb (#299) Andrew Klychkov 2022-03-14 13:47:28 +03:00
  • 0dddc3f2ab Fix role integration tests for mariadb R.Sicart 2022-03-04 10:52:43 +01:00
  • a3f9ce281b Add exclusions Andrew Klychkov 2022-03-14 11:16:07 +01:00
  • cb960ef182
    Enable and fix integration tests for devel (#297) Andrew Klychkov 2022-03-14 13:13:17 +03:00
  • 635fac1852 Enable and fix integration tests for devel Andrew Klychkov 2022-03-01 19:57:20 +03:00
  • 327b573004 Enable and fix integration tests for devel Andrew Klychkov 2022-03-01 19:57:20 +03:00
  • f00f06df76
    Fix the collection to work with mysqlclient connector (#293) Andrew Klychkov 2022-03-14 12:03:47 +03:00
  • 71a628f82d
    Update requirements (#296) Andrew Klychkov 2022-03-11 19:58:12 +03:00
  • 3b0893c309 Update requirements Andrew Klychkov 2022-03-11 16:04:40 +01:00
  • 43fb5675b4 Add changelog fragment Andrew Klychkov 2022-03-10 14:22:16 +01:00
  • b2b2aea4fa Fix units Andrew Klychkov 2022-03-10 12:21:51 +01:00
  • e0e90b16ed Fix underlying issue Andrew Klychkov 2022-03-10 11:31:06 +01:00
  • d4abd957ca Fix Andrew Klychkov 2022-03-10 10:22:22 +01:00
  • 368a23a36f Integration tests: restrict exclusion mysqlclient + MariaDB only when testing the mysql_role module Andrew Klychkov 2022-03-10 10:02:20 +01:00
  • 82cedf8510
    Fix role integration tests for mariadb (#291) R.Sicart 2022-03-04 10:52:43 +01:00