Commit graph

  • b521c726f6 Added better plugin auth checking to tests and other minor changes Steve Teahan 2020-12-30 18:18:30 -05:00
  • e151e5c85e Cover the case where pymysql isn't installed for plugin tests Steve Teahan 2020-12-30 09:33:21 -05:00
  • 096f7dc592 Skip tests that rely on sha256_password if pymysql < 0.9 Steve Teahan 2020-12-30 00:46:00 -05:00
  • 38a7d416b9 Updated tests to cover a couple of missing branches Steve Teahan 2020-12-29 22:31:08 -05:00
  • 4100f4ba0e mysql_user: fixed encrypted option for MySQL 8.0 and test coverage Steve Teahan 2020-12-29 08:29:35 -05:00
  • 9900b11d0d mysql_user: refactor to reduce execute() calls Steve Teahan 2020-12-26 19:00:59 -05:00
  • 9eb007969c Generating changelog for release 1.1.2, remove fragments 1.1.2 Andrew Klychkov 2020-12-18 11:29:36 +03:00
  • af0811d764 Change release version in galaxy.yml Andrew Klychkov 2020-12-18 11:28:05 +03:00
  • 2cf7d60976 Add release 1.1.2 changelog fragment Andrew Klychkov 2020-12-18 11:26:24 +03:00
  • ebe503823a
    mysql_replication: fix crashes caused by deprecated terminology (#71) Andrew Klychkov 2020-12-18 11:17:18 +03:00
  • b7e828a092
    mysql_db: fix false warning related to unsafe_login_password (#74) Andrew Klychkov 2020-12-18 10:56:49 +03:00
  • 13aa75cf95 mysql_db: fix false warning related to unsafe_login_password Andrew Klychkov 2020-12-18 09:55:24 +03:00
  • 14a4a2db38 Change suggested Andrew Klychkov 2020-12-16 09:13:12 +03:00
  • 20f9699199
    mysql_user: Fixed change detection with append_privs (#69) (#72) steveteahan 2020-12-16 00:22:00 -05:00
  • eb7ce97f61 Expanded priv append tests to cover additional case Steve Teahan 2020-12-15 19:35:33 -05:00
  • 0c68410d16 Added fragments and check_mode tests Steve Teahan 2020-12-14 20:34:06 -05:00
  • e4648aceb5 Fixed unrelated mysql_replication doc causing failures in CI Steve Teahan 2020-12-14 20:15:16 -05:00
  • 3e6ebe6b4a mysql_user: Fixed change detection with append_privs (#69) Steve Teahan 2020-12-12 02:08:44 -05:00
  • 0de26b08bd Improve coverage Andrew Klychkov 2020-12-10 15:43:56 +03:00
  • 444bd82785 Get rid of extra blank line Andrew Klychkov 2020-12-10 14:04:57 +03:00
  • 8ff33bd729 Improve code and coverage Andrew Klychkov 2020-12-10 13:58:38 +03:00
  • 5c9e05b026 Add changelog fragment Andrew Klychkov 2020-12-10 13:39:11 +03:00
  • 3d2661b927 Add unit tests Andrew Klychkov 2020-12-10 13:15:18 +03:00
  • 34bfeedeb4 Fix tests Andrew Klychkov 2020-12-09 16:20:36 +03:00
  • 615ca44b1a Adjust mysql version Andrew Klychkov 2020-12-09 16:08:24 +03:00
  • 7589985036 Add debug statement Andrew Klychkov 2020-12-09 16:06:24 +03:00
  • 288f4cfef9 Add version check to the tests Andrew Klychkov 2020-12-09 15:37:48 +03:00
  • ba0ebf3a45 Adjust integration tests Andrew Klychkov 2020-12-09 14:40:58 +03:00
  • 4e4e61565f Tests: mysql 8.0.21 -> 8.022 Andrew Klychkov 2020-12-09 12:34:48 +03:00
  • 81b3670e11 Fix unrelated sanity errors Andrew Klychkov 2020-12-09 11:41:23 +03:00
  • e07e96bf6d mysql_replication: fix crashes caused by deprecated terminology Andrew Klychkov 2020-12-09 10:27:36 +03:00
  • d309d5af2d
    mysql_user: fix documentation (#65) Andrew Klychkov 2020-11-26 13:51:02 +03:00
  • 3e9cc02e0c
    Update plugins/modules/mysql_user.py Andrew Klychkov 2020-11-26 13:29:09 +03:00
  • 6dd5429186
    Update plugins/modules/mysql_user.py Andrew Klychkov 2020-11-26 13:28:58 +03:00
  • d2aee92064 Changed suggested Andrew Klychkov 2020-11-26 13:18:09 +03:00
  • ea54a44c76
    mysql_info: fix documentation (#67) Andrew Klychkov 2020-11-26 13:12:51 +03:00
  • 549c7fe15a
    mysql_variables: fix documentation (#66) Andrew Klychkov 2020-11-26 13:12:31 +03:00
  • 504bc87a4a
    mysql_db: improve documentation formatting (#64) Andrew Klychkov 2020-11-26 13:12:11 +03:00
  • ef0327c1c1 mysql_info: fix documentation Andrew Klychkov 2020-11-26 10:31:17 +03:00
  • 4912fb56e2 mysql_variables: fix documentation Andrew Klychkov 2020-11-26 10:06:45 +03:00
  • 9d85212f24 mysql_user: fix documentation Andrew Klychkov 2020-11-26 09:58:51 +03:00
  • 3c9431bfd4 mysql_db: improve documentation formatting Andrew Klychkov 2020-11-25 16:07:32 +03:00
  • 09d0ce2ce0
    Remove version from README (#61) Andrew Klychkov 2020-11-17 11:22:21 +03:00
  • fa97fe03f3 Remove version from README Andrew Klychkov 2020-11-17 10:34:21 +03:00
  • bb99cf5b04
    Add mysqlclient library reference in doc (#57) Jose Angel Munoz 2020-11-06 19:14:45 +01:00
  • 2dcbd7846f
    mysql_query, mysql_user: simple refactoring of type checks (#58) Andrew Klychkov 2020-11-06 13:12:07 +03:00
  • 129541aef0 Improve integration test coverage Andrew Klychkov 2020-11-06 11:26:19 +03:00
  • 6ef2a60309 do the same for mysql_user Andrew Klychkov 2020-11-06 10:39:54 +03:00
  • ef8a4700b7 mysql_query: simple refactoring of query type check Andrew Klychkov 2020-11-06 10:20:28 +03:00
  • 50881156f4
    Add mysqlclient library reference in doc imjoseangel 2020-11-05 21:00:38 +01:00
  • b2bde48020
    mysql_query: add note about running queries from file via mysql_db module (#55) Andrew Klychkov 2020-11-05 13:29:24 +03:00
  • 57787e260a mysql_query: add note about running queries from file via mysql_db module Andrew Klychkov 2020-11-05 09:26:42 +03:00
  • c3dd146220 Generate changelog for release 1.1.1, remove fragments 1.1.1 Andrew Klychkov 2020-11-03 21:46:32 +03:00
  • 5b0aed749e Add changelog 1.1.1 release summary Andrew Klychkov 2020-11-03 21:43:40 +03:00
  • ae9c0a1751
    mysql_query: fix failing when single-row query contains commas (#53) Andrew Klychkov 2020-11-03 15:04:39 +03:00
  • 4189c430a6 change suggested Andrew Klychkov 2020-11-03 09:44:34 +03:00
  • faf4469432 Remove the irrelevant note Andrew Klychkov 2020-11-02 21:50:01 +03:00
  • e4209c79ed Fix Andrew Klychkov 2020-11-01 22:37:31 +03:00
  • 079afc7bb1 Improve test coverage Andrew Klychkov 2020-11-01 22:06:07 +03:00
  • 1d7d16ad13 Fix typo Andrew Klychkov 2020-11-01 21:45:09 +03:00
  • a4c87570b9 Improve documentation and tests Andrew Klychkov 2020-11-01 21:42:02 +03:00
  • 639b729ec7 add changelog fragment Andrew Klychkov 2020-11-01 21:01:41 +03:00
  • a86282cd5e mysql_query: fix failing when single-row query contains commas Andrew Klychkov 2020-11-01 20:55:42 +03:00
  • e3657d1629
    Update mysql_query.py David AUFFRAY 2020-11-01 17:59:21 +01:00
  • 0dfd63a4cb
    Update README.md and galaxy.yml (#48) Andrew Klychkov 2020-10-14 09:18:06 +03:00
  • 7a77be127c Update README.md and galaxy.yml Andrew Klychkov 2020-10-13 16:29:11 +03:00
  • ffc4f4eb94 Add release changelog 1.1.0 Andrew Klychkov 2020-10-13 16:17:58 +03:00
  • 82ad06e072
    mysql modules: fix failing when \!include_dir is in config file (#47) Andrew Klychkov 2020-10-13 16:05:39 +03:00
  • ea8a5eb578 Fix comment Andrew Klychkov 2020-10-13 15:26:23 +03:00
  • 1a33abbada Fix CI Andrew Klychkov 2020-10-13 15:25:15 +03:00
  • b2cdd081b8 Fix CI Andrew Klychkov 2020-10-13 15:22:06 +03:00
  • 55c7b9c2f3 fix CI Andrew Klychkov 2020-10-13 11:08:37 +03:00
  • d3486a16c8 fix CI Andrew Klychkov 2020-10-13 10:29:39 +03:00
  • 39a4f32540 Add changelog fragment Andrew Klychkov 2020-10-13 09:42:51 +03:00
  • 4855ac4d24 mysql modules: fix failing when \!include_dir is in .my.cnf Andrew Klychkov 2020-10-13 09:27:21 +03:00
  • 8c79011dbd
    Disable hostname check (#38) Jorge Rodriguez (A.K.A. Tiriel) 2020-10-12 21:19:43 +03:00
  • dc98327483
    Link to latest plugin docs (not 2.9) John R Barker 2020-10-11 06:10:25 +01:00
  • 9a377f6d91
    module_utils: to add a destructor, in order to explicitly close the connection when the Connection object is GC'd (#44) Jorge Rodriguez (A.K.A. Tiriel) 2020-10-08 08:24:32 +03:00
  • 6082af2351
    Add changelog fragment Jorge-Rodriguez 2020-10-06 09:52:14 +03:00
  • 18fd739a04
    Monkey patch the Connection class Jorge-Rodriguez 2020-10-06 09:48:58 +03:00
  • c2caa9f58b
    Update changelogs/fragments/35-disable-hostname-check.yml Jorge Rodriguez (A.K.A. Tiriel) 2020-10-05 10:55:15 +03:00
  • 0be597e607
    Update plugins/doc_fragments/mysql.py Jorge Rodriguez (A.K.A. Tiriel) 2020-10-05 10:54:44 +03:00
  • 5acc1e9da3
    Update plugins/doc_fragments/mysql.py Jorge Rodriguez (A.K.A. Tiriel) 2020-10-05 10:54:27 +03:00
  • 5d9469831b
    Ignore check_hostname when using MySQLdb Jorge-Rodriguez 2020-10-04 10:37:38 +03:00
  • f6d552d95e
    Update galaxy.yml for the next expected release version, update README (#42) Andrew Klychkov 2020-10-01 10:11:19 +03:00
  • 3aed674194
    Fix variable overwrite Jorge-Rodriguez 2020-09-30 13:54:41 +03:00
  • ad55918eaf
    Fix issue with mysqldb silently failing to update out of range variables Jorge-Rodriguez 2020-09-30 13:31:14 +03:00
  • 09c528dd06
    Fix sanity issues Jorge-Rodriguez 2020-09-30 08:37:55 +03:00
  • 3f3f7e7b26
    Rearrange job matrix Jorge-Rodriguez 2020-09-30 08:37:40 +03:00
  • a126852b23
    Update matrix job name Jorge-Rodriguez 2020-09-30 08:25:11 +03:00
  • 07b2bfa420
    Add caution note to documentation fragment. Jorge-Rodriguez 2020-09-30 08:12:46 +03:00
  • b8b7353ad9
    Extend integration tests job matrix Jorge-Rodriguez 2020-09-30 08:03:08 +03:00
  • 0f86c8ed8d
    Give test user privileges to run test operations Jorge-Rodriguez 2020-09-30 08:02:16 +03:00
  • 423264226d
    Remove stray line Jorge-Rodriguez 2020-09-29 18:12:44 +03:00
  • 00c851ceee
    Propagate test to all other plugins Jorge-Rodriguez 2020-09-29 18:01:25 +03:00
  • ef80ff83c4
    Update documentation fragment Jorge-Rodriguez 2020-09-29 17:27:42 +03:00
  • 0b9523c6eb
    Propagate check_hostname option across the collection Jorge-Rodriguez 2020-09-29 17:22:53 +03:00
  • 01f5e120e4
    Add check_hostname option Jorge-Rodriguez 2020-09-29 16:36:51 +03:00
  • e554cb56cd
    Add changelog fragment Jorge-Rodriguez 2020-09-30 08:22:12 +03:00
  • 1035f06412 Update galaxy.yml for the next expected release version, update README Andrew Klychkov 2020-10-01 08:31:14 +03:00