Closed sveneberth closed 2 months ago
This pull request is in conflict with #1249, can you please integrate it here and fix the config first
Yeah, I expected this.
I will resolve the conflicts and do the renamings later.
@phorward @ArneGudermann @KadirBalku I'm now done, you can review now :)
This allows to store the credentials and other settings on the instance itself and reduce the config size. Furthermore I think this is more pythonic, combines what belongs together and makes
abc
meaningful.This a small breaking change. Instead of
you write now
Furthermore
snake_case
names as requested by @phorwardemail.sendEMail
is nowemail.send_email
email.sendEMailToAdmins
is nowemail.send_email_to_admins
deprecated
package, which is not working smooth as expected, but this can be done later ...max_retries
variableResolves #813