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

Deal with missing/broken signup methods #667

Merged
merged 7 commits into from Feb 26, 2022

Conversation

felixrindt
Copy link
Member

@felixrindt felixrindt commented Jan 5, 2022

Fixes #557

  • catch errors of found signup methods
  • deal with missing signup methods
  • tests
  • get rid of this report_exception function and use proper logging instead - using the admin-mailer logging backend
  • migrate Make notification sending more robust #655 to use the new logging

@coveralls
Copy link

coveralls commented Jan 5, 2022

Coverage Status

Coverage decreased (-0.05%) to 86.851% when pulling af0275f on fix/missing_signup_method_handling into 0de7fc9 on main.

@felixrindt felixrindt force-pushed the fix/missing_signup_method_handling branch from 69917d2 to bbaff47 Compare February 22, 2022 18:03
@felixrindt felixrindt force-pushed the fix/missing_signup_method_handling branch from bbaff47 to af0275f Compare February 22, 2022 20:18
@felixrindt felixrindt enabled auto-merge (rebase) February 26, 2022 20:23
@felixrindt felixrindt merged commit bdb511b into main Feb 26, 2022
@felixrindt felixrindt deleted the fix/missing_signup_method_handling branch February 26, 2022 20:23
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.

Deal with uninstalled signup methods
3 participants