-
Notifications
You must be signed in to change notification settings - Fork 89
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
Update the list of supported connectors #178
Update the list of supported connectors #178
Conversation
For a first try, I've gone with the current minimum version introduced in #163. So this would be:
|
Codecov Report
@@ Coverage Diff @@
## main #178 +/- ##
==========================================
- Coverage 76.92% 76.12% -0.80%
==========================================
Files 20 20
Lines 1794 1801 +7
Branches 439 444 +5
==========================================
- Hits 1380 1371 -9
- Misses 268 281 +13
- Partials 146 149 +3
Continue to review full report at Codecov.
|
@ziegenberg thanks for the PR!
Is there another way to get it? |
BTW before pushing, you can run all the tests locally, see https://github.com/ansible/community-docs/blob/main/create_pr_quick_start_guide.rst . It's very simple. Needs only Docker installed. |
and for this collection you should use just
|
@ziegenberg if you find something unclear while reading the guide https://github.com/ansible/community-docs/blob/main/create_pr_quick_start_guide.rst. I'd be really happy if you share it (feel free to create an issue under https://github.com/ansible/community-docs). |
Yeah, I know. What a bummer. But I haven't had enough time to looked into it further. It was a bit late the other day and I had no energy left to setup testing. So I thought let's see what ci will make of it. Looks like it wasn't too fond of my code. :) I'll have to investigate into this issue and do some local debugging. |
There's no rush:) The main thing is not to burn out:) |
Maybe it MySQL-Python should be dropped and also replaced by mysqlclient like in ansible-collections/community.proxysql@df5ede0 |
@ziegenberg @bmalynovytch @Jorge-Rodriguez what do you think of ^ ? |
I agree, but we shouldn't further to follow the usual procedure of warnings about the connector no longer being supported and so on |
@ziegenberg PR #163 has been superseded by #246 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes should conform to the discussion in #141
Additionally, we should implement the replacement of Python-MySQLdb with mysqlclient, which will affect the whole collection.
At this point it'd be up to @ziegenberg whether he wants to implement that replacement here.
Hi! |
Welcome back! And thank you for working on this. |
@ziegenberg feel free to re-open the PR or create a new one if you still want to finish it, thanks! |
SUMMARY
Update the list of supported connectors (especially the links) in README.
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION