Jorge-Rodriguez
09c528dd06
Fix sanity issues
2020-10-01 08:38:47 +03:00
Jorge-Rodriguez
3f3f7e7b26
Rearrange job matrix
2020-10-01 08:38:47 +03:00
Jorge-Rodriguez
a126852b23
Update matrix job name
2020-10-01 08:38:47 +03:00
Jorge-Rodriguez
07b2bfa420
Add caution note to documentation fragment.
2020-10-01 08:38:46 +03:00
Jorge-Rodriguez
b8b7353ad9
Extend integration tests job matrix
2020-10-01 08:38:46 +03:00
Jorge-Rodriguez
0f86c8ed8d
Give test user privileges to run test operations
2020-10-01 08:38:46 +03:00
Jorge-Rodriguez
423264226d
Remove stray line
2020-10-01 08:38:45 +03:00
Jorge-Rodriguez
00c851ceee
Propagate test to all other plugins
2020-10-01 08:38:45 +03:00
Jorge-Rodriguez
ef80ff83c4
Update documentation fragment
2020-10-01 08:38:45 +03:00
Jorge-Rodriguez
0b9523c6eb
Propagate check_hostname option across the collection
2020-10-01 08:38:44 +03:00
Jorge-Rodriguez
01f5e120e4
Add check_hostname option
2020-10-01 08:38:44 +03:00
Jorge-Rodriguez
e554cb56cd
Add changelog fragment
2020-10-01 08:37:24 +03:00
Andrew Klychkov
e669901f3d
Generate CHANGELOG.rst
2020-10-01 08:17:20 +03:00
Andrew Klychkov
b1df34c08a
Add 1.0.2.yml fragment for release
2020-10-01 08:15:33 +03:00
Andrew Klychkov
6322a65dbb
mysql_user: fix error when modifying user with host_all ( #40 )
...
* mysql_user: fix error when modifying user with host_all
* Add changelog fragment and CI tests
* Update changelogs/fragments/40-mysql_user_fix_error_when_host_all_used.yml
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <jorge.rodriguez@tiriel.eu>
2020-09-30 22:37:42 +03:00
Andrew Klychkov
998913e5d2
Update galaxy.yml to the next expected version, update README ( #37 )
...
* Update galaxy.yml to the next expected version
* Update README.md
2020-09-29 10:27:47 +03:00
Andrew Klychkov
ca621216ef
Generage CHANGELOG.rst
2020-09-29 09:32:31 +03:00
Andrew Klychkov
d8330576f0
Add 1.0.1 changelog fragment, remove 1.0.0 changelog fragment
2020-09-29 09:10:17 +03:00
Felix Fontein
1538b9d946
Do not run same sanity tests twice ( #36 )
...
* Do not run same sanity tests twice.
* Fix test config.
2020-09-28 08:21:04 +03:00
Andrew Klychkov
94b383a6dc
mysql_db: fix false warning related to unsafe_login_password ( #34 )
...
* mysql_db: fix false warning when use_unsafe_password is set
* add changelog fragment
* fix fragment
* improve fragment
2020-09-28 08:17:04 +03:00
Andrew Klychkov
f1c647f360
CI tests: add a note not to use tests as an example of writing roles ( #32 )
2020-09-28 08:15:47 +03:00
Jorge Rodriguez (A.K.A. Tiriel)
2fb5104c94
Add changelog fragment for #26 ( #35 )
...
* Add changelog fragment for #26
* Update changelogs/fragments/26-remove_tls_requirements.yml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
* Fix changelog format
* Update changelogs/fragments/26-remove_tls_requirements.yml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2020-09-26 15:43:07 +03:00
Andrew Klychkov
7719360c83
Add clarification about requirements ( #24 )
2020-09-21 20:59:25 +03:00
Jorge Rodriguez (A.K.A. Tiriel)
6e040e1496
Add test to verify TLS requirements are removed ( #26 )
...
* Add test to verify TLS requirements are removed
* Fix cursor parsing
* small fixes
* Refactor TLS tests into their own file
* Fix TLS requirements parsing
2020-09-21 07:39:08 +03:00
arcmop
b3a22390f0
Fix documentacion for requirements.yml file configuration ( #23 )
...
Co-authored-by: Cesar Ortiz <you@example.com>
2020-09-08 17:59:47 +01:00
Andrew Klychkov
0810cd00c6
Update next expected release version in galaxy.yml and actualize ( #19 )
...
README.md
2020-08-17 22:29:05 +03:00
Andrew Klychkov
79e4076bcb
remove old changelog fragments ( #18 )
2020-08-17 22:20:32 +03:00
Andrew Klychkov
e80cafe6a9
community.mysql: release 1.0.0
2020-08-17 16:17:56 +03:00
Andrew Klychkov
3d41c26b4b
community.mysql: release 1.0.0
2020-08-17 15:28:21 +03:00
Andrew Klychkov
ff90bfe43d
Update galaxy.yml WG reference ( #16 )
2020-08-17 14:24:27 +03:00
Jorge Rodriguez (A.K.A. Tiriel)
36e7e6603e
Add TLS connection parameters ( #9 )
...
* Add TLS connection parameters
* Add check mode tests
* Fix check mode indentation
* Run MySQL commands with the mysql_command variable
* Fix typo
* Restore code lost during cherry pick
* Fix conditionals to accomodate for MySQL v8
* Fix equal operators
* Remove Black formatting in an attempt to make codecov happy
* Remove deprecation notice
* Fix closing bracket
* Remove code duplication
2020-07-28 09:44:52 +03:00
Ben Mildren
ecd70e8022
pinned pymysql to 0.9.3 to ensure warnings are handled ( #10 )
...
Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
2020-07-23 16:56:11 +01:00
Ben Mildren
ac79b437c8
updated replication integration tests, added testing for mysql 5.7 ( #7 )
...
Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
2020-07-14 14:13:16 +01:00
Andrew Klychkov
c255d7ece2
mysql modules: fix examples to use FQCN ( #3 )
2020-07-13 10:52:49 +01:00
Felix Fontein
4a3cfa6a32
Fixups ( #2 )
...
* Add changelog fragments from c.g.
* Adjust version_added to 0.1.0, which comes closer to the truth.
* Add changelogs/.plugin-cache.yaml to gitignore.
2020-07-12 12:35:55 +01:00
Ben Mildren
c26bc095ad
initial commit ( #1 )
...
* initial commit
* removed remaining references to community.general
* enabled integration pipeline
* switched from preconfigured replication topology to simple multinode install
* updated version from 1.0.0 to 0.1.0
2020-07-10 17:16:58 +01:00
John R Barker
9fcbbaad81
Initial commit
2020-07-08 18:51:12 +01:00