ansible/docs/docsite/rst/porting_guides
pratikgadiya12 393e4a41d0 Added support to create and delete multiple databases in MySQL (#58602)
* Added support to create/delete mulitiple databases in MySQL

Fixes: #58370

* Added additional tests cases and fixed documentation changes

* Code refactoring and added tests for better test coverage

- Removed db_exists usage from most of the code. Used existence_list
 and non_existence_list instead

- Added additional tests to cover all scenarios w.r.t creation and deletion
 on multiple databases

- Added tests for dump operations

* Minor fix

* Minor fix - create check mode test

* Added dump tests for better dump tests coverage

* Removed minor database connection details

* fixed error

* Added test case for import operations

* Code refactoring and review fixes

- Added dump all test case

* Fixed review comments

* Minor review comment fixes

* Altered db_create return value

* Removed db_list and altered "does exist" to just "exist"

* Kept db and db_list in module.exit_json

* Refactored tests

- Added removal of dump2 file

* Moved import tests to state_dump_import file

* Removed import tests from multi_db_create_delete

* Updated porting guide, added RETURN block

* Minor identation fix

* Added validation to check if databases are dumped
2019-07-18 16:56:32 +02:00
..
porting_guide_2.0.rst Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
porting_guide_2.3.rst Fix refs broken by removal of old module docs 2018-08-24 15:37:13 -07:00
porting_guide_2.4.rst Remove Deprecated configs 2.8 (#46825) 2018-11-05 12:08:13 -05:00
porting_guide_2.5.rst removes last :doc: links in other sections of the docs (#58432) 2019-06-27 12:18:17 -04:00
porting_guide_2.6.rst lineinfile note belongs in changelog for 2.6, not 2.7 (#45517) 2018-09-11 22:00:40 +01:00
porting_guide_2.7.rst replace - fixed combined before and after usage (#31452) 2019-03-26 11:49:58 -04:00
porting_guide_2.8.rst Fix ansible_async_dir in the migration doc 2019-05-31 00:15:13 +02:00
porting_guide_2.9.rst Added support to create and delete multiple databases in MySQL (#58602) 2019-07-18 16:56:32 +02:00
porting_guides.rst Fix 2.8 changlog url and reverse order porting guides TOC (#56373) 2019-05-14 08:43:47 -05:00