betanummeric
641894e6e8
mysql_role: remove redundant connection closing ( fixes #329 ) ( #330 )
...
* mysql_role: remove redundant connection closing (fixes #329 )
* add changelog fragment for pull request #330
Co-authored-by: Felix Hamme <felix.hamme@ionos.com>
2022-04-05 09:35:46 +02:00
Andrew Klychkov
f00f06df76
Fix the collection to work with mysqlclient connector ( #293 )
...
* Integration tests: restrict exclusion mysqlclient + MariaDB only when testing the mysql_role module
* Fix
* Fix underlying issue
* Fix units
* Add changelog fragment
2022-03-14 10:03:47 +01:00
Benoit Garret
f547b66d35
Honor the set_default_role_all parameter ( #282 )
...
The set_default_role_all parameter is documented, but does nothing. This PR fixes this.
2022-02-04 10:43:24 +01:00
R.Sicart
727b638d13
Get rid of privs comparison ( #243 )
...
* Remove all code related to VALID_PRIVS and get_valid_privs()
* Add tests to update user with invalid privs
* Re-raise InvalidPrivsError when granting privileges
* Fix: compatibility with python2
* More explicit assertions as commented by Andersson007
* Add changelog fragment
2021-11-20 09:28:40 +01:00
R.Sicart
0ce1fa1634
mysql_user: replace VALID_PRIVS by get_valid_privs() function ( #217 )
...
* mysql_user: replace VALID_PRIVS by get_valid_privs() function
* Add EXTRA_PRIVS in case we need to add more privs in the future
* Add changelog fragment
2021-09-23 11:53:37 +02:00
Andrew Klychkov
ce2b269f84
mysql_role: new module ( #189 )
...
* mysql_role: new module
* fixes
* fixes
* Add the role class
* Check if role exists
* role.add()
* role.__get_members
* tmp
* tmp
* Change tests
* Fix
* Fix
* add_members()
* get_privs()
* tmp
* __extract_grants() filler version
* Before big work
* tmp
* drop()
* tmp
* tmp
* Big changes
* Fix
* append_members, detach_members, append_privs
* tmp
* admin option
* Add tests
* Add tests
* Fix tests
* Remove debug warning
* Fix tests
* Add documentation
* Fix MariaDB case
* Fix MariaDB
* Fix MariaDB
* Fix MariaDB
* Fix MariaDB
* Fix MariaDB
* Fix
* Fix
* Remove debug warning
* Add try-except block
* tmp
* tmp
* tmp
* Fix
* Add err handling
* Add user check
* Check admin in db
* Fix CI
* Fix CI
* Fix CI
* Fix CI
* Fix
* Add mutually exclusive options
* Small refactoring, documenting
* Documenting, refactoring
* Change docs
* Refactoring
* Refactoring
* Refactoring
* Add unit tests
* Update README.md
2021-08-10 13:30:34 +02:00