-
Notifications
You must be signed in to change notification settings - Fork 5
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
Delete SMTP Server #256
Delete SMTP Server #256
Conversation
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.
Thanks for your PR, looks great.
Just added some spelling issues to be consistent. Feel free to mark the PR as ready 🚀 .
I'll create an integration test for the SMTP:
|
0a667eb
to
7e71d6d
Compare
7e71d6d
to
dd7ea95
Compare
01ac59f
to
0c25049
Compare
fix: clear email worker cache when deleting SMTP servers feat: add route for deleting smtp servers from root app chore: delete unused type test: update and delete smtp servers In order to test the system events created in it, we need to either loosen up the comparison relation (so that we can skip comparison of system events by id), or allow for fixing the system event ids that will be used so the assertions are meaningful. Also the update test has been reintroduced after fixing this. fix: casing/typos on email server i18n test: add integration tests for smtp auth
0c25049
to
dd8ee3c
Compare
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.
lgtm, thanks for all adjustments!
Hello folks! 👋🏼 Here's a PR sketching support for deleting SMTP servers.
It includes:
SmtpDeleted
Eventpool_smtp
table by idSmtp.Delete
commandSmtp.Access
guardSmtp.delete
controller/admin/settings/smtp/:id/delete
routeMissing a few tests, and probably isn't entirely fitting the repo-style yet. I have some comments but we can discuss them over a call first.
Happy to address/amend anything, just let me know 🙌🏼