Commit Graph

10 Commits

Author SHA1 Message Date
6763fd802c fix: comment out pip cache steps for debugging purposes 2025-10-30 13:05:57 +01:00
56840ac313 feat(newsletter): Add subscription confirmation email functionality
All checks were successful
CI / test (3.11) (push) Successful in 9m26s
CI / build-image (push) Successful in 49s
- Implemented `send_subscription_confirmation` function to send a confirmation email upon subscription.
- Added a default HTML template for the confirmation email in settings.
- Updated the newsletter management page to handle subscription and unsubscription actions.
- Created new templates for embedding contact and newsletter forms.
- Added styles for the new templates and unified CSS styles across the application.
- Updated tests to reflect changes in the newsletter management API endpoints.
2025-10-30 12:38:26 +01:00
f7695be8ef fix: update CI workflow to use environment variables for Docker registry credentials
All checks were successful
CI / test (3.11) (push) Successful in 9m25s
CI / build-image (push) Successful in 2m2s
2025-10-23 09:47:53 +02:00
3a24e86c45 fix: optimize Dockerfile by refining build dependencies and improving caching strategy
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / build-image (push) Has been cancelled
2025-10-23 09:23:57 +02:00
70b45fdafa fix: enhance pip cache directory step with additional output for debugging 2025-10-23 09:17:34 +02:00
4824472c77 fix: removing app artifact upload step, re-activating test result upload
Some checks failed
CI / test (3.11) (push) Successful in 9m27s
CI / build-image (push) Has been cancelled
2025-10-23 09:04:12 +02:00
912f80966b Update README to reflect Gitea Actions workflow and Docker image tagging process
All checks were successful
CI / test (3.11) (push) Successful in 9m27s
CI / build-image (push) Successful in 2m14s
2025-10-22 17:46:21 +02:00
d9dbcb5fd6 Enhance CI workflow by adding pip cache directory setup and improving image build conditions 2025-10-22 17:46:07 +02:00
03f26d7ac1 Remove commented-out section for uploading test results in CI workflow
Some checks failed
CI / test (3.11) (push) Successful in 9m24s
CI / build-image (push) Failing after 1m2s
2025-10-22 17:14:53 +02:00
4cefd4e3ab v1
Some checks failed
CI / test (3.11) (push) Failing after 5m36s
CI / build-image (push) Has been skipped
2025-10-22 16:48:55 +02:00