-
-
Notifications
You must be signed in to change notification settings - Fork 2k
feat: add resend notification functionality #3512
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
base: canary
Are you sure you want to change the base?
Conversation
- Introduced a new notification type "resend" to the system. - Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress. - Implemented functions to create, update, and send resend notifications. - Updated notification router to handle resend notifications with appropriate API endpoints. - Enhanced existing notification services to support sending notifications via the Resend service. - Modified various notification utilities to accommodate the new resend functionality.
The profile form was sending `name` field but the database column is `firstName`. This caused the firstName to be silently ignored during updates. Changed form field and API schema to use `firstName` to match the database column.
…us-bash Fix/prevent send malicious bash
…us-bash fix(wss): add container ID validation to enhance security in WebSocke…
…us-bash feat(wss): add directory validation for WebSocket server log paths
fix: profile firstName field not updating
…domain-fail-with-only-mail fix: zod object for assign domain
…ations feat: add Pushover notification provider
|
Can you fix the conflicts? |
chore(databases): bump default postgres version while creating to 18
…rong-when-using-remote-builder fix(application): update commit info extraction to include appName an…
…figuration in tests
…epository-as-a-provider-spaces-in-the-repo-name-break-the-repo-selection feat(bitbucket): add optional slug field for repositories and update …
…uance-broken-with-inwx chore(traefik): update Traefik version to 3.6.7 in setup scripts
- Introduced a new notification type "resend" to the system. - Added database schema for resend notifications including fields for apiKey, fromAddress, and toAddress. - Implemented functions to create, update, and send resend notifications. - Updated notification router to handle resend notifications with appropriate API endpoints. - Enhanced existing notification services to support sending notifications via the Resend service. - Modified various notification utilities to accommodate the new resend functionality.
…m/mhbdev/dokploy into resend-provider-for-notifications
Done |
- Updated the exports in the swarm forms index to include LabelsForm and ModeForm while ensuring RestartPolicyForm and UpdateConfigForm are correctly exported. - Removed the obsolete SQL file '0135_illegal_magik.sql' and its references from the journal. - Deleted the associated snapshot JSON file to clean up unused database schema definitions.
|
Can you create the docs for this new notification provider? https://github.com/Dokploy/website/pulls, similar to this recently notification provider added #3512 |
I made a PR over there Dokploy/website#120 |
What is this PR about?
Checklist
Before submitting this PR, please make sure that:
canarybranch.Issues related (if applicable)
closes #3511
Screenshots (if applicable)