Fixed datatype for smtpSecure property to bool #69

Open
BergCyrill wants to merge 1 commit from BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype into master
BergCyrill commented 2024-04-05 11:49:16 +02:00 (Migrated from github.com)

We were having issues when using the uptime-kuma-api to configure a notification with type "smtp".
After some troubleshooting and viewing entries in the kuma.db we had pinned down the issue due to a wrong datatype of the smtpSecure property in the notification provider.

This PR fixes this issue - we have tested this modification in our environment successfully.

We were having issues when using the uptime-kuma-api to configure a notification with type "smtp". After some troubleshooting and viewing entries in the kuma.db we had pinned down the issue due to a wrong datatype of the smtpSecure property in the notification provider. This PR fixes this issue - we have tested this modification in our environment successfully.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype:BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git checkout BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git checkout BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git rebase master
git checkout master
git merge --ff-only BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git checkout BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git rebase master
git checkout master
git merge --no-ff BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git checkout master
git merge --squash BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git checkout master
git merge --ff-only BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git checkout master
git merge BergCyrill/bugfix/no-ref/fix-smtpSecure-datatype
git push origin master
Sign in to join this conversation.
No description provided.