coolify/app/Notifications
Andras Bacsai 9e3467578f feat: add environment_uuid support and update API documentation
- Introduced `environment_uuid` as a required field in various API endpoints and schemas.
- Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided.
- Modified routes and controller methods to accommodate the new UUID parameter.
- Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity.
- Removed deprecated fields related to environment handling.

This change enhances the API's flexibility in identifying environments, improving overall usability.
2024-12-17 13:42:16 +01:00
..
Application feat: add environment_uuid support and update API documentation 2024-12-17 13:42:16 +01:00
Channels chore: rename topicID to threadId like in the telegram API response 2024-12-11 23:13:13 +01:00
Container feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
Database feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
Dto refactor: unify notification icon 2024-12-11 18:37:12 +01:00
Internal feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
ScheduledTask feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
Server feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
TransactionalEmails fix: Email should be retried with backoff 2024-11-26 10:19:05 +01:00
CustomEmailNotification.php fix: Email should be retried with backoff 2024-11-26 10:19:05 +01:00
Test.php feat(notification): add Pushover 2024-12-11 18:13:16 +01:00