Commit graph

  • 77f707c564
    Refactor build container using a matrix Laurent Indermuehle 2024-06-06 22:16:55 +02:00
  • a7a298d7f0
    Add link to the PR in the change log Laurent Indermuehle 2024-06-06 19:35:49 +02:00
  • 2532f2a384
    Add change log fragment Laurent Indermuehle 2024-06-06 19:27:16 +02:00
  • f1f06d97a0
    Refactor host option to be optional Laurent Indermuehle 2024-06-06 19:17:20 +02:00
  • 3f4af18cb9
    Refactor get_existing_authentication to return a list of all row found Laurent Indermuehle 2024-06-06 19:15:28 +02:00
  • c7218c71aa
    lint to prevent warning about jinja templating in when clause Laurent Indermuehle 2024-06-06 19:12:15 +02:00
  • fa3c7b0c05
    Add test for case where existing user have different password Laurent Indermuehle 2024-06-06 19:11:32 +02:00
  • 5477db9037
    Fix tests for update_password not executed Laurent Indermuehle 2024-06-06 19:11:01 +02:00
  • ec7686d820
    fix tuple indexerror when no accounts are found Laurent Indermuehle 2024-06-06 13:46:23 +02:00
  • 50e7413b88
    Fix hashed passwords being returned by get_existing_authentication() via the plugin_auth_string variable instead of plugin_hash_string (#629) Laurent Indermühle 2024-06-06 13:05:31 +02:00
  • 6c4dca4bce
    mention MariaDB (#640) Robert Silén 2024-05-31 10:14:43 +03:00
  • 91888e7a92 chmod -x robertsilen 2024-05-31 04:49:09 +03:00
  • e5cfb2b326 nits robertsilen 2024-05-31 04:26:46 +03:00
  • 1fcb5ccd06
    Merge branch 'ansible-collections:main' into main Robert Silén 2024-05-31 04:20:46 +03:00
  • 47610347ba
    Adds support for show binary log status statement (#638) Dennis Felipe Urtubia 2024-05-30 12:10:36 -03:00
  • 351e031d42 feat: adds support for mariadb show binlog status statement Dennis Urtubia 2024-05-30 09:33:53 -03:00
  • 172ada9e20 mention MariaDB in descriptions and notes robertsilen 2024-05-30 13:53:34 +03:00
  • 554d99e58b mention MariaDB robertsilen 2024-05-30 13:25:42 +03:00
  • dddce3f55f feat: adds support for show binary log status statement Dennis Urtubia 2024-05-27 21:50:51 -03:00
  • a80b805619
    Adds support for CHANGE REPLICATION SOURCE TO statement (#636) Dennis Felipe Urtubia 2024-05-21 15:58:05 -03:00
  • 9028d2c654 chore: update changelog fragments Dennis Urtubia 2024-05-17 09:25:17 -03:00
  • b354d7af16 feat: adds support for 'change replication source to' statement Dennis Urtubia 2024-05-17 00:23:32 -03:00
  • 7ec57a546c
    Merge f07e389204 into 6ce2f49f96 Jorge Rodriguez (A.K.A. Tiriel) 2024-05-02 20:25:02 -03:00
  • 6ce2f49f96
    Improve get replica/primary status (#634) Laurent Indermühle 2024-05-02 10:26:04 +02:00
  • 145cf2b134
    Add changelog fragment Laurent Indermuehle 2024-04-30 09:32:21 +02:00
  • 35599a7176
    fix case where a failed fetchone() still return a dict for primary Laurent Indermuehle 2024-04-29 15:10:23 +02:00
  • 267e039342
    Fix test for MariaDB Laurent Indermuehle 2024-04-29 15:09:51 +02:00
  • 5c2fe15dc0
    Fix case where a failed fetchone() still return a dict Laurent Indermuehle 2024-04-26 17:01:18 +02:00
  • 9f95eb881a
    Add breaking_changes to the changelog Laurent Indermuehle 2024-04-26 15:57:46 +02:00
  • 1497ed646d
    fix sanity Laurent Indermuehle 2024-04-25 13:51:57 +02:00
  • a60df289b2
    fix variable name of returned value by get_existing_authentication() Laurent Indermuehle 2024-04-25 13:42:09 +02:00
  • 04f24c57f3
    Refactor to keep plugin_auth_string Laurent Indermuehle 2024-04-25 13:41:00 +02:00
  • 9b2624c942
    Merge branch 'main' into lie_fix_plugin_hash_string_return Laurent Indermuehle 2024-04-24 16:19:06 +02:00
  • 47710cfb93
    Enhance support of tls_requires in mysql_user and mysql_info (#628) Laurent Indermühle 2024-04-16 10:52:24 +02:00
  • b65e5a8a20
    Fix test task name for uniformity Laurent Indermuehle 2024-04-15 17:10:18 +02:00
  • e6b2494c8b
    Fix tests not being created properly Laurent Indermuehle 2024-04-12 16:19:59 +02:00
  • fc08cdae81
    Add changelog fragment Laurent Indermuehle 2024-04-12 15:18:40 +02:00
  • 2852e7927e
    fix returned variable from plugin_auth_string to plugin_hash_string Laurent Indermuehle 2024-04-12 15:18:29 +02:00
  • c70a18ddda
    Fix sanity Laurent Indermuehle 2024-04-12 15:13:43 +02:00
  • e98dd124b6
    Revert changes that will be in a separate PR Laurent Indermuehle 2024-04-12 15:05:53 +02:00
  • 671e9a4689
    Document example returned value tls_requires from users_info filter Laurent Indermuehle 2024-04-12 14:44:12 +02:00
  • 6fd1f62493
    fix documentation using wrong variable as an example Laurent Indermuehle 2024-04-12 14:43:29 +02:00
  • 1bd2520f30
    Add more precise change log Laurent Indermuehle 2024-04-12 14:43:12 +02:00
  • e156e7b023
    Add PR URI to the changelog Laurent Indermuehle 2024-04-12 14:33:57 +02:00
  • c52be1f394
    Merge branch 'main' into lie_test_require_ssl Laurent Indermuehle 2024-04-12 09:42:21 +02:00
  • 14f1efe7e2
    Add changelog fragment Laurent Indermuehle 2024-04-12 09:15:21 +02:00
  • 0618ff6c41
    Fix sanity tests for ansible-core 2.18 (#627) Laurent Indermühle 2024-04-12 09:00:43 +02:00
  • 84513b1d6b
    Fix sanity tests for ansible-core 2.18 Laurent Indermuehle 2024-04-11 20:10:22 +02:00
  • ca810667cc
    fix unit tests Laurent Indermuehle 2024-04-11 20:07:04 +02:00
  • e22e8939e2
    Fix sanity Laurent Indermuehle 2024-04-11 19:59:41 +02:00
  • 902392e861
    Merge branch 'main' into lie_test_require_ssl Laurent Indermuehle 2024-04-11 19:26:18 +02:00
  • e33c49d2e6
    Fix wrong variable used to return a hashed password Laurent Indermuehle 2024-04-11 19:08:53 +02:00
  • d7997f83b0
    fix MySQL tls_requires not removed from user passed as empty Laurent Indermuehle 2024-04-11 19:07:42 +02:00
  • d77be1ba03
    Refactor user implementation to host get_tls_requires Laurent Indermuehle 2024-04-11 17:32:38 +02:00
  • 5460dec642
    Fix tls_requires data structure inconsistencies between modules Laurent Indermuehle 2024-04-11 11:17:04 +02:00
  • f105fd9a95
    Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests dependencies (#623) Laurent Indermühle 2024-04-11 10:46:43 +02:00
  • 11fe19b9f2
    Fix filename and workflow name Laurent Indermuehle 2024-04-10 13:31:54 +02:00
  • 75fc55c316
    Add workflow to display test matrix Laurent Indermuehle 2024-04-10 11:13:25 +02:00
  • ba3ffdb342
    Cut ansible-core 2.14 from testing documentation Laurent Indermuehle 2024-04-10 10:24:03 +02:00
  • d89200d323
    Document ansible-core version tested Laurent Indermuehle 2024-04-10 10:21:25 +02:00
  • 072e8376ce
    Disable role tests Laurent Indermuehle 2024-04-10 09:56:55 +02:00
  • 3b2f5a58eb
    Document URL of the repository for the action ansible-test-gh-action Laurent Indermuehle 2024-04-10 09:09:09 +02:00
  • 043eb94d89
    fix error "vars should be dict" Laurent Indermuehle 2024-04-09 18:14:07 +02:00
  • 2214aa571b
    Attempt to fix docker_image assignation Laurent Indermuehle 2024-04-09 16:32:27 +02:00
  • 7a717b358c
    Fix empty var due to scope of each command Laurent Indermuehle 2024-04-09 15:57:32 +02:00
  • 376bdd4227
    Attempt to fix docker_image_multiline assignation Laurent Indermuehle 2024-04-09 15:54:38 +02:00
  • 12c101ec44
    fix yamllint false positive Laurent Indermuehle 2024-04-09 15:49:42 +02:00
  • 4cf0393569
    fix docker_image var assignation Laurent Indermuehle 2024-04-09 15:40:14 +02:00
  • 7f237f7aec
    Bump ubuntu Laurent Indermuehle 2024-04-09 15:19:10 +02:00
  • 90ef20f26e
    fix typo Laurent Indermuehle 2024-04-09 10:12:25 +02:00
  • 0c09c999a7
    Attempt to fix GHA line folding Laurent Indermuehle 2024-04-09 10:11:38 +02:00
  • ff485edeb9
    Cut python 3.9 for devel in roles tests Laurent Indermuehle 2024-04-09 08:49:03 +02:00
  • 9400ec206e
    Bump action to prevent deprecation warnings Laurent Indermuehle 2024-04-09 08:48:43 +02:00
  • bcee62b99f
    Add back python 3.8 and 3.9 for stable2.15 Laurent Indermuehle 2024-04-09 08:48:20 +02:00
  • b7e85c4730
    Cut duplicate exclude Laurent Indermuehle 2024-04-09 08:47:36 +02:00
  • 502bf58df1
    Add tls tests users in cleanup task Laurent Indermuehle 2024-04-08 18:03:00 +02:00
  • 682732c82d
    add more consistant test users Laurent Indermuehle 2024-04-08 18:02:49 +02:00
  • 415f93851e
    Drop tests for Ansible core 2.14 and add 2.17 Laurent Indermuehle 2024-04-08 17:54:20 +02:00
  • 94ae4e5c5e
    Add tests for Ansible core 2.17 (devel is 2.18 today) Laurent Indermuehle 2024-04-08 17:40:32 +02:00
  • 5f097aaea8
    Add tls_requires to users_info filter Laurent Indermuehle 2024-04-08 17:38:34 +02:00
  • 5325d0cb02
    Rewrite get_tls_requires using mysql.user table Laurent Indermuehle 2024-04-08 17:23:20 +02:00
  • 74903feada
    Add tests for users using SSL Laurent Indermuehle 2024-04-08 17:22:11 +02:00
  • 36436a98a9
    fix option name Laurent Indermuehle 2024-04-08 14:07:03 +02:00
  • bfe2fdc3ff
    mysql_user: fix ed25512 plugin handling (#619) Andrew Klychkov 2024-03-14 07:19:39 +01:00
  • c6ca8e4c2e mysql_user: fix ed25512 plugin handling Andrew Klychkov 2024-03-12 07:33:33 +01:00
  • c99c19a489
    README.md: update Communication guide (#617) Andrew Klychkov 2024-02-27 10:27:19 +01:00
  • 4670880eed README.md: update Communication guide Andrew Klychkov 2024-02-27 09:26:26 +01:00
  • 52a11d7235
    Release 3.9.0 commit (#616) 3.9.0 Andrew Klychkov 2024-02-22 10:53:01 +01:00
  • 988bad263e Release 3.9.0 commit Andrew Klychkov 2024-02-22 10:38:04 +01:00
  • 40af258d86
    password_expire support for mysql_user (#598) tompal3 2024-02-22 11:31:01 +02:00
  • 21fe52d8f1
    CONTRIBUTING.md: add a detailed guide (#615) Andrew Klychkov 2024-02-22 10:19:08 +01:00
  • 1c25ab5395
    Update changelogs/fragments/598-password_expire-support-for-mysql_user.yml tompal3 2024-02-22 11:15:03 +02:00
  • 20e3f9d5ab fix sanity error Tomas 2024-02-22 10:29:54 +02:00
  • 16f8844e40 set no_log to true for password word containing keys Tomas 2024-02-22 10:21:34 +02:00
  • 59598906fa some fixes Tomas 2024-02-22 00:56:58 +02:00
  • aed8620367 fix order Tomas 2024-02-21 23:54:31 +02:00
  • ea79c2a965 fix merge conflicts Tomas 2024-02-21 23:48:18 +02:00
  • 273fd2cdcc Merge branch 'main' into password_expiration_mysql_user Tomas 2024-02-21 23:42:37 +02:00
  • 642d87a121 move one if statement to module initialiazation Tomas 2024-02-20 23:25:31 +02:00
  • ef058c4714 add change log fragment Tomas 2024-02-20 22:30:57 +02:00