-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patchback/backports/stable 1/51a38840d977e6184be3ef1d6f427c8cb3dc4545/pr 342 #379
Conversation
…le-collections#156) * mysql: revert changes made in PR 116 * Add changelog fragment * Fix CI * Fix CI * Fix CI * Update CI * Fix CI (cherry picked from commit 738343d)
* Add CONTRIBUTORS file (ansible-collections#166) (cherry picked from commit ac927fd) * Add documentation for privs with functions and procedures (ansible-collections#169) (cherry picked from commit 6bce48e) * Update README.md (ansible-collections#168) * Update README.md * Fix * Add MAINTAINERS file (cherry picked from commit 479edd8) * Improve wording in README (ansible-collections#170) * Improve wording in README * Update README.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> (cherry picked from commit c909aa2) * Update REVIEW_CHECKLIST.md (ansible-collections#171) (cherry picked from commit 2236110) * README: add a note how people can complain (ansible-collections#172) * README: add a note how people can complain * Change * Improve * Update README.md Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> Co-authored-by: Jorge Rodriguez (A.K.A. Tiriel) <[email protected]> (cherry picked from commit be4e84a) * README: fix typos (ansible-collections#174) (cherry picked from commit 2a80c30) * README.md: Add link to IRC (ansible-collections#175) (cherry picked from commit 3335a95) * README.md, CONTRIBUTING.md: add links to the Maintainer guidelines (ansible-collections#179) (cherry picked from commit 8fad3f8) * Update README (ansible-collections#181) (cherry picked from commit 6d9288d) * Update README.md (ansible-collections#183) * Update README.md * Change IRC ref (cherry picked from commit 69012a2) * README: fix link (ansible-collections#184) (cherry picked from commit 8ab6ea7) * README: fix the channel name (ansible-collections#185) (cherry picked from commit cd75992) * CONTRIBUTING.md: replace the content with a link to Ansible contributing guidelines (ansible-collections#187) (cherry picked from commit 56a2148) * Update README (ansible-collections#186) * Update README * Fix * Fix * Fix * Fix * Add Libera.Chat link (cherry picked from commit adb201a) * fix typo (ansible-collections#190) "optoin" -> "option" (cherry picked from commit 596ba0c) * Update README.md (ansible-collections#191) * Update README.md * Update README.md (cherry picked from commit 6f02cb2) * Add MAINTAINING.md, update README.md (ansible-collections#192) (cherry picked from commit 0fabb2b) Co-authored-by: Alexander Skiba <[email protected]> Co-authored-by: Baptiste Mille-Mathias <[email protected]>
…nsible-collections#193) (ansible-collections#197) * mysql_query: correctly reflect changed status in replace statements. * Fix the wrong indent. (cherry picked from commit 9055bb4) Co-authored-by: Tong He <[email protected]>
… that do not contain tables (ansible-collections#209) * mysql_info: fix TypeError failure when there are databases that do not contain tables (ansible-collections#205) * mysql_info: fix TypeError failure when there are databases that do not contain tables * Add changelog fragment (cherry picked from commit a1f419d) * Fix sanity errors
(cherry picked from commit 4de0e25)
…ions#274) * Prepare for distutils.version being removed in Python 3.12 (ansible-collections#267) * Prepare for distutils.version being removed in Python 3.12 * Update plugins/module_utils/version.py Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit d9e12b8) * Use vendored version of distutils.version (ansible-collections#269) * Use vendored version of distutils.version * Correct fragment * Update plugins/module_utils/version.py Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 9c575b4) * Add ignore-2.13.txt
…tions#298) * Enable and fix integration tests for devel * Add exclusions
…nsible-collections#311) (ansible-collections#313) (cherry picked from commit 55458f5) Co-authored-by: R.Sicart <[email protected]>
(cherry picked from commit e6e661b) Co-authored-by: Andrew Klychkov <[email protected]>
…) (ansible-collections#320) (cherry picked from commit 5afae45) Co-authored-by: Andrew Klychkov <[email protected]>
* Clarified error message about missing python modules (ansible-collections#279) * Clarified error message about missing python modules, and tweak documentation to suggest overriding interpreter. * Mention mysqlclient as another option * Correct mysqlclient suggestions from python2 to python3 Co-authored-by: Matthew Exon <[email protected]> (cherry picked from commit 82baf75) * Copy ignore-2.13.txt to ignore-2.14.txt (ansible-collections#323) * Copy ignore-2.13.txt to ignore-2.14.txt * Fix sanity (cherry picked from commit c16b242) Co-authored-by: Matthew Exon <[email protected]>
Co-authored-by: R.Sicart <[email protected]>
…llections#351) (cherry picked from commit f57ed38) Co-authored-by: Andrew Klychkov <[email protected]>
…ed to it (ansible-collections#346) * mysql_user: fix parsing privs when a user has roles assigned to it * Fix CI * Fix CI
…lause is used (ansible-collections#375) * mysql_query: fix false change reports when IF NOT EXISTS clause is used (ansible-collections#322) * mysql_query: fix false change reports when IF NOT EXISTS clause is used * Fix * Fix doc, add fragment * Improve doc (cherry picked from commit 6474610) * Fix tests
@hubiongithub it seems that something went unexpected as i can see that the backport contains a lot of other commits. if you share how you did it (all the steps), we could help find what was missed. |
@hubiongithub i would suggest:
|
13313 git remote -v |
git hist | head git version 2.25.1 (Ubuntu 20.04 here) git log seems what wee want? git log | head
|
git checkout -b backport-0 upstream/stable-1 git cherry-pick -x 51a3884 CONFLICT (content): Merge conflict in plugins/modules/mysql_user.py edit it, git add, git commit: git push origin backport-0
PR380 will try this fpr stable-2 if this worked, sorry for the mess, but I've no idea what went wrong. |
13:04 $ git checkout main
|
strange. Let me create backport PRs |
@hubiongithub you're doing everything right, just need to choose |
SUMMARY
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION