Commit Graph

3 Commits

Author SHA1 Message Date
Zsolt Alföldi
696d0227a3 Update query in MarkResolved method to include 'manual_needed' status
- Modified the SQL query in the MarkResolved function to select torrents with both 'active' and 'manual_needed' statuses, enhancing the functionality of the method.
2026-05-07 01:25:34 +02:00
Zsolt Alföldi
ecea084003 Add support for notification dry run feature
- Introduced NOTIFICATION_DRY_RUN configuration option in .env.example and k8s/secret.example.yaml.
- Updated README.md to include usage instructions for the new dry run feature.
- Implemented logic in app.go to preview notifications without sending them when the dry run option is enabled.
- Enhanced config.go to load the new configuration option and validate notification types accordingly.
- Added a new function in notify.go to generate manual-needed notification messages for preview.
2026-05-07 00:35:05 +02:00
Zsolt Alföldi
469e5b0678 init 2026-05-07 00:14:02 +02:00