{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":278157509,"defaultBranch":"main","name":"community.mysql","ownerLogin":"ansible-collections","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-07-08T17:51:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44586252?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1708595948.0","currentOid":""},"activityList":{"items":[{"before":"47610347baa5a23a65f0d3221382a09ee964f0e1","after":"6c4dca4bceda609810a5138bc5496a13359bba8d","ref":"refs/heads/main","pushedAt":"2024-05-31T07:14:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"mention MariaDB (#640)\n\n* mention MariaDB\r\n\r\n* mention MariaDB in descriptions and notes\r\n\r\n* nits\r\n\r\n* chmod -x","shortMessageHtmlLink":"mention MariaDB (#640)"}},{"before":"a80b805619f108580ecb09d7d02693316fa3765b","after":"47610347baa5a23a65f0d3221382a09ee964f0e1","ref":"refs/heads/main","pushedAt":"2024-05-30T15:10:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"Adds support for show binary log status statement (#638)\n\n* feat: adds support for show binary log status statement\r\n\r\n* feat: adds support for mariadb show binlog status statement","shortMessageHtmlLink":"Adds support for show binary log status statement (#638)"}},{"before":"6ce2f49f96373bc357a71bdcf4ae1412086d8f4b","after":"a80b805619f108580ecb09d7d02693316fa3765b","ref":"refs/heads/main","pushedAt":"2024-05-21T18:58:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"Adds support for `CHANGE REPLICATION SOURCE TO` statement (#636)\n\n* feat: adds support for 'change replication source to' statement","shortMessageHtmlLink":"Adds support for CHANGE REPLICATION SOURCE TO statement (#636)"}},{"before":"47710cfb93fad4f98c5895d5a263fadd1d0cc8c5","after":"6ce2f49f96373bc357a71bdcf4ae1412086d8f4b","ref":"refs/heads/main","pushedAt":"2024-05-02T08:26:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Improve get replica/primary status (#634)\n\n* Fix case where a failed fetchone() still return a dict\r\n\r\n* Fix test for MariaDB\r\n\r\n* fix case where a failed fetchone() still return a dict for primary\r\n\r\n* Add changelog fragment","shortMessageHtmlLink":"Improve get replica/primary status (#634)"}},{"before":"0618ff6c41c0c76c923485d74fa8dd3db7177fd2","after":"47710cfb93fad4f98c5895d5a263fadd1d0cc8c5","ref":"refs/heads/main","pushedAt":"2024-04-16T08:52:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Enhance support of tls_requires in mysql_user and mysql_info (#628)\n\n* fix option name\r\n\r\n* Add tests for users using SSL\r\n\r\n* Rewrite get_tls_requires using mysql.user table\r\n\r\n* Add tls_requires to users_info filter\r\n\r\n* add more consistant test users\r\n\r\n* Add tls tests users in cleanup task\r\n\r\n* Fix tls_requires data structure inconsistencies between modules\r\n\r\n* Refactor user implementation to host get_tls_requires\r\n\r\n* fix MySQL tls_requires not removed from user passed as empty\r\n\r\n* Fix wrong variable used to return a hashed password\r\n\r\n* Fix sanity\r\n\r\n* fix unit tests\r\n\r\n* Add changelog fragment\r\n\r\n* Add PR URI to the changelog\r\n\r\n* Add more precise change log\r\n\r\n* fix documentation using wrong variable as an example\r\n\r\n* Document example returned value `tls_requires` from users_info filter\r\n\r\n* Revert changes that will be in a separate PR\r\n\r\n* Fix sanity","shortMessageHtmlLink":"Enhance support of tls_requires in mysql_user and mysql_info (#628)"}},{"before":"f105fd9a95581ecf088837b861ae6eb5adcd30f9","after":"0618ff6c41c0c76c923485d74fa8dd3db7177fd2","ref":"refs/heads/main","pushedAt":"2024-04-12T07:00:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"Fix sanity tests for ansible-core 2.18 (#627)","shortMessageHtmlLink":"Fix sanity tests for ansible-core 2.18 (#627)"}},{"before":"bfe2fdc3ff8b94b14574cdade1639ce11877215c","after":"f105fd9a95581ecf088837b861ae6eb5adcd30f9","ref":"refs/heads/main","pushedAt":"2024-04-11T08:46:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests dependencies (#623)\n\n* Add tests for Ansible core 2.17 (devel is 2.18 today)\r\n\r\n* Drop tests for Ansible core 2.14 and add 2.17\r\n\r\n* Cut duplicate exclude\r\n\r\n* Add back python 3.8 and 3.9 for stable2.15\r\n\r\n* Bump action to prevent deprecation warnings\r\n\r\n* Cut python 3.9 for devel in roles tests\r\n\r\n* Attempt to fix GHA line folding\r\n\r\n* fix typo\r\n\r\n* Bump ubuntu\r\n\r\nLatest ansible-test doesn't work with old ubuntu. See here for more\r\ninfo: https://github.com/ansible-collections/collection_template/blob/main/.github/workflows/ansible-test.yml#L83-L91\r\n\r\n* fix docker_image var assignation\r\n\r\n* fix yamllint false positive\r\n\r\n* Attempt to fix docker_image_multiline assignation\r\n\r\n* Fix empty var due to scope of each command\r\n\r\n* Attempt to fix docker_image assignation\r\n\r\n* fix error \"vars should be dict\"\r\n\r\n* Document URL of the repository for the action ansible-test-gh-action\r\n\r\n* Disable role tests\r\n\r\n* Document ansible-core version tested\r\n\r\n* Cut ansible-core 2.14 from testing documentation","shortMessageHtmlLink":"Add tests for Ansible core 2.17 (devel is 2.18 today) and bump tests …"}},{"before":"c99c19a489d0c1db85457bc8b7ffbeccf82788dd","after":"bfe2fdc3ff8b94b14574cdade1639ce11877215c","ref":"refs/heads/main","pushedAt":"2024-03-14T06:19:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"mysql_user: fix ed25512 plugin handling (#619)","shortMessageHtmlLink":"mysql_user: fix ed25512 plugin handling (#619)"}},{"before":"52a11d72358028e6eb4ed2a439db424d13cab297","after":"c99c19a489d0c1db85457bc8b7ffbeccf82788dd","ref":"refs/heads/main","pushedAt":"2024-02-27T09:27:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"README.md: update Communication guide (#617)","shortMessageHtmlLink":"README.md: update Communication guide (#617)"}},{"before":"40af258d86f8408d7176d9762efe09709c8c11e6","after":"52a11d72358028e6eb4ed2a439db424d13cab297","ref":"refs/heads/main","pushedAt":"2024-02-22T09:53:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Release 3.9.0 commit (#616)","shortMessageHtmlLink":"Release 3.9.0 commit (#616)"}},{"before":"21fe52d8f1c3d3aeeff1e78b7f38617c4855abe0","after":"40af258d86f8408d7176d9762efe09709c8c11e6","ref":"refs/heads/main","pushedAt":"2024-02-22T09:31:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"password_expire support for mysql_user (#598)\n\n* initial commit for password_expire support\r\n\r\n* sanity check and default values\r\n\r\n* add one more if block for version check\r\n\r\n* some changes and integration tests\r\n\r\n* docs and sanity and integration test fix\r\n\r\n* make integration tests work\r\n\r\n* make integration tests work\r\n\r\n* fix unneeded commits\r\n\r\n* fix verify as well\r\n\r\n* Update plugins/modules/mysql_user.py\r\n\r\nCo-authored-by: Laurent Indermühle \r\n\r\n* Update tests/integration/targets/test_mysql_user/tasks/test_password_expire.yml\r\n\r\nCo-authored-by: Laurent Indermühle \r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Laurent Indermühle \r\n\r\n* Update plugins/modules/mysql_user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Update plugins/modules/mysql_user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Update plugins/modules/mysql_user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Update plugins/modules/mysql_user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Update plugins/module_utils/user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Update plugins/module_utils/user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Update plugins/module_utils/user.py\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* typo and no_log remove for password_expire* vars\r\n\r\n* add change log fragment\r\n\r\n* move one if statement to module initialiazation\r\n\r\n* fix merge conflicts\r\n\r\n* fix order\r\n\r\n* some fixes\r\n\r\n* set no_log to true for password word containing keys\r\n\r\n* fix sanity error\r\n\r\n* Update changelogs/fragments/598-password_expire-support-for-mysql_user.yml\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n---------\r\n\r\nCo-authored-by: Laurent Indermühle \r\nCo-authored-by: Andrew Klychkov ","shortMessageHtmlLink":"password_expire support for mysql_user (#598)"}},{"before":"32718ca2956b2b776d633710a940d45c4d517431","after":"21fe52d8f1c3d3aeeff1e78b7f38617c4855abe0","ref":"refs/heads/main","pushedAt":"2024-02-22T09:19:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"CONTRIBUTING.md: add a detailed guide (#615)","shortMessageHtmlLink":"CONTRIBUTING.md: add a detailed guide (#615)"}},{"before":"e34209b3f8462878421269f7c4bc2e3771b8ee53","after":"32718ca2956b2b776d633710a940d45c4d517431","ref":"refs/heads/main","pushedAt":"2024-01-25T06:55:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Update MAINTAINERS file (#612)","shortMessageHtmlLink":"Update MAINTAINERS file (#612)"}},{"before":"5ed3eaf3eeb2d5681cd13625dbb380348ba84f5a","after":"e34209b3f8462878421269f7c4bc2e3771b8ee53","ref":"refs/heads/main","pushedAt":"2024-01-23T10:27:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Fix sanity issues (#609)\n\n* Fix sanity issues\r\n\r\n* Remove ignore entries","shortMessageHtmlLink":"Fix sanity issues (#609)"}},{"before":"6d18b8d9965ee15c75e277cc0d5b3072fe602ed7","after":"19454cca7fba600e18b93f3573a594e42d183824","ref":"refs/heads/stable-1","pushedAt":"2024-01-23T10:27:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Remove CI (#611)","shortMessageHtmlLink":"Remove CI (#611)"}},{"before":"6e2310d356db93f4b8bd880aea6e99f9b6e86b03","after":"082fd3fe16fd229779ff2c0bd1a311f1b1a4bb1b","ref":"refs/heads/stable-2","pushedAt":"2024-01-23T10:27:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Remove CI (#610)","shortMessageHtmlLink":"Remove CI (#610)"}},{"before":"b894d28957c76bf4b5a944c9ded203c409a608bc","after":"6e2310d356db93f4b8bd880aea6e99f9b6e86b03","ref":"refs/heads/stable-2","pushedAt":"2024-01-22T10:12:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Release 2.4.2 commit (#607)","shortMessageHtmlLink":"Release 2.4.2 commit (#607)"}},{"before":"368c9b4b65d2ca4c62d4bdfb76df5c900ed402bf","after":"b894d28957c76bf4b5a944c9ded203c409a608bc","ref":"refs/heads/stable-2","pushedAt":"2024-01-22T10:06:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Version 2.*.* is EOL (#606)","shortMessageHtmlLink":"Version 2.*.* is EOL (#606)"}},{"before":"852c19a78a85956135c6ceaae02b50e364bbb5f6","after":"5ed3eaf3eeb2d5681cd13625dbb380348ba84f5a","ref":"refs/heads/main","pushedAt":"2024-01-19T14:51:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Version 2.*.* is EOL (#605)","shortMessageHtmlLink":"Version 2.*.* is EOL (#605)"}},{"before":"051aa48d8d1218f7a7b666e724fbfd98fa696007","after":"852c19a78a85956135c6ceaae02b50e364bbb5f6","ref":"refs/heads/main","pushedAt":"2024-01-19T14:41:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"Using `show all slaves status` when using MariaDB to be consistent with MySQL (#602)\n\n* Using `show all slaves status` whe using MariaDB to be consistent\r\nwith the MySQL behaviour.\r\n\r\n* Fixing lint issues\r\n\r\n* Fix issue by using dict attribute\r\n\r\n* Fix unit tests\r\n\r\n* fix lint test\r\n\r\n* Add unit tests\r\n\r\n* Fix unit tests\r\n\r\n* Adding changlog fragment\r\n\r\n* Update changelogs/fragments/602-show-all-slaves-status.yaml\r\n\r\nCo-authored-by: Laurent Indermühle \r\n\r\n* Refactoring change by moving common logic to the module_utils\r\n\r\n* Fix sanity checks\r\n\r\n* Fix sanity checks\r\n\r\n* Adding lines to fix sanity checks\r\n\r\n* Fixing sanity checks\r\n\r\n* Update changelogs/fragments/602-show-all-slaves-status.yaml\r\n\r\nCo-authored-by: Andrew Klychkov \r\n\r\n* Removing is_mariadb and is_mysql functions\r\n\r\n---------\r\n\r\nCo-authored-by: Laurent Indermühle \r\nCo-authored-by: Andrew Klychkov ","shortMessageHtmlLink":"Using show all slaves status when using MariaDB to be consistent wi…"}},{"before":"81ab18d56c64f64cb5bc369ce7fc79ff1aba1eed","after":"051aa48d8d1218f7a7b666e724fbfd98fa696007","ref":"refs/heads/main","pushedAt":"2024-01-19T14:37:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"feat[mysql_user]: add support for mysql user attributes (#604)\n\n* add support for mysql user attributes\r\n\r\n* fix CI\r\n\r\n* write integration tests\r\n\r\n* requested changes pt. 1\r\n\r\n* requested changes pt. 2\r\n\r\n* fix changelog fragment\r\n\r\n---------\r\n\r\nCo-authored-by: n-cc ","shortMessageHtmlLink":"feat[mysql_user]: add support for mysql user attributes (#604)"}},{"before":"534a6fa1bca05574cf55bdb4ca4c3f9beb26bac4","after":"368c9b4b65d2ca4c62d4bdfb76df5c900ed402bf","ref":"refs/heads/stable-2","pushedAt":"2023-11-30T15:41:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"[PR #599/81ab18d backport][stable-2] chore[CI]: fix conditional statements should not include jinja 2 templating (#601)\n\n* chore: fix conditional statements should not include jinja 2 templating (#599)\r\n\r\nThanks to @tompal3 for your contribution\r\n\r\n(cherry picked from commit 81ab18d56c64f64cb5bc369ce7fc79ff1aba1eed)\r\n\r\n* fix query for stable-2","shortMessageHtmlLink":"[PR #599/81ab18d backport][stable-2] chore[CI]: fix conditional state…"}},{"before":"8dfab12bae0dfe9bbcb4d40f7cdd7670e457c5fa","after":"81ab18d56c64f64cb5bc369ce7fc79ff1aba1eed","ref":"refs/heads/main","pushedAt":"2023-11-30T12:39:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"chore: fix conditional statements should not include jinja 2 templating (#599)\n\nThanks to @tompal3 for your contribution","shortMessageHtmlLink":"chore: fix conditional statements should not include jinja 2 templati…"}},{"before":"0dbedf57cb988c3a5c3444f79d2da996e101edf1","after":"8dfab12bae0dfe9bbcb4d40f7cdd7670e457c5fa","ref":"refs/heads/main","pushedAt":"2023-11-13T11:35:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Andersson007","name":"Andrew Klychkov","path":"/Andersson007","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/34477873?s=80&v=4"},"commit":{"message":"README: Add forum info (#589)","shortMessageHtmlLink":"README: Add forum info (#589)"}},{"before":"10de776151388455bca39234e83629d724094745","after":null,"ref":"refs/heads/patchback/backports/stable-2/0dbedf57cb988c3a5c3444f79d2da996e101edf1/pr-584","pushedAt":"2023-10-27T12:08:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"}},{"before":"37b105c526fa127cf3487f878570244d3886dfad","after":"534a6fa1bca05574cf55bdb4ca4c3f9beb26bac4","ref":"refs/heads/stable-2","pushedAt":"2023-10-27T12:08:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"Document MySQL and MariaDB don't store roles with same manner (#584) (#585)\n\n(cherry picked from commit 0dbedf57cb988c3a5c3444f79d2da996e101edf1)\r\n\r\nCo-authored-by: Laurent Indermühle ","shortMessageHtmlLink":"Document MySQL and MariaDB don't store roles with same manner (#584) (#…"}},{"before":"45aa359041977f94a82acb59ed24091337f1ad84","after":"10de776151388455bca39234e83629d724094745","ref":"refs/heads/patchback/backports/stable-2/0dbedf57cb988c3a5c3444f79d2da996e101edf1/pr-584","pushedAt":"2023-10-27T11:29:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"Document MySQL and MariaDB don't store roles with same manner (#584)\n\n(cherry picked from commit 0dbedf57cb988c3a5c3444f79d2da996e101edf1)","shortMessageHtmlLink":"Document MySQL and MariaDB don't store roles with same manner (#584)"}},{"before":"57d9ba03eb82ca3fa390303eff4bbb00e7387abf","after":"37b105c526fa127cf3487f878570244d3886dfad","ref":"refs/heads/stable-2","pushedAt":"2023-10-27T11:21:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"cut ansible devel from the test matrix (#587)","shortMessageHtmlLink":"cut ansible devel from the test matrix (#587)"}},{"before":null,"after":"45aa359041977f94a82acb59ed24091337f1ad84","ref":"refs/heads/patchback/backports/stable-2/0dbedf57cb988c3a5c3444f79d2da996e101edf1/pr-584","pushedAt":"2023-10-26T12:21:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"patchback[bot]","name":null,"path":"/apps/patchback","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/21488?s=80&v=4"},"commit":{"message":"Document MySQL and MariaDB don't store roles with same manner (#584)\n\n(cherry picked from commit 0dbedf57cb988c3a5c3444f79d2da996e101edf1)","shortMessageHtmlLink":"Document MySQL and MariaDB don't store roles with same manner (#584)"}},{"before":"fd0b1919c3ecc831efe98ebdc1bedf8895a01cd2","after":"0dbedf57cb988c3a5c3444f79d2da996e101edf1","ref":"refs/heads/main","pushedAt":"2023-10-26T12:21:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"laurent-indermuehle","name":"Laurent Indermühle","path":"/laurent-indermuehle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/592514?s=80&v=4"},"commit":{"message":"Document MySQL and MariaDB don't store roles with same manner (#584)","shortMessageHtmlLink":"Document MySQL and MariaDB don't store roles with same manner (#584)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWLzUVQA","startCursor":null,"endCursor":null}},"title":"Activity · ansible-collections/community.mysql"}