Skip to content
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

mysql_user: add correct ed25519 plugin handling when creating a user #674

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

Andersson007
Copy link
Collaborator

SUMMARY

Fixes #672

@Andersson007
Copy link
Collaborator Author

ready for review

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 64.79%. Comparing base (37a718c) to head (93b9554).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
plugins/module_utils/user.py 0.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (37a718c) and HEAD (93b9554). Click for more details.

HEAD has 8 uploads less than BASE
Flag BASE (37a718c) HEAD (93b9554)
integration 12 4
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #674       +/-   ##
===========================================
- Coverage   76.31%   64.79%   -11.52%     
===========================================
  Files          20       17        -3     
  Lines        2651     2599       -52     
  Branches      676      672        -4     
===========================================
- Hits         2023     1684      -339     
- Misses        427      696      +269     
- Partials      201      219       +18     
Flag Coverage Δ
integration 64.79% <0.00%> (-10.88%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Andersson007 Andersson007 merged commit 3425fdb into ansible-collections:main Sep 5, 2024
47 of 49 checks passed
@Andersson007
Copy link
Collaborator Author

@markuman thanks for reviewing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for ed25519 password plugin in mysql_user
2 participants