Ján Mikláš
7bacd887a9
Resume sending queue when rescheduling cancelled task
...
[MAILPOET-5755]
2024-07-04 08:04:34 +02:00
Ján Mikláš
1918d30fcd
Add migration for a new cancelled_at
column for scheduled tasks
...
[MAILPOET-5755]
2024-07-04 08:04:34 +02:00
Jan Jakes
b18bb14ecc
Fix scheduled task entity having the same association twice
...
It also seems that orphanRemoval doesn't play well with our explicit detachAll logic.
[MAILPOET-6047]
2024-05-02 11:52:33 +02:00
Jan Lysý
525c80bac4
Fix PHPStan warnings in lib
...
[MAILPOET-5751]
2023-12-13 11:48:14 +01:00
Jan Jakes
8b01360627
Use orphan removal for scheduled task subscriber entity
...
It is a connecting entity between task and subscriber, and it makes no sense
to keep without either of them. This could prevent some partial-delete bugs.
[MAILPOET-4375]
2023-11-02 12:53:36 +01:00
Oluwaseun Olorunsola
ec987cbc4e
Fix errors in 3rd party lib
...
MAILPOET-5239
2023-04-19 14:47:38 +01:00
Jan Lysý
26a85458a5
Remove usage Sending::createFromQueue from Scheduler test
...
[MAILPOET-4369]
2023-03-02 12:39:35 +02:00
Jan Jakes
926620e8f8
Ignore strict types rule in all existing files that don't have it
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Jan Lysý
5dfda9f3e2
Move task type const from entity to worker
...
[MAILPOET-4366]
2022-08-19 15:11:23 +02:00
Jan Lysý
5f30c7a511
Add method for getting running sending tasks
...
[MAILPOET-4366]
2022-08-19 15:11:23 +02:00
Jan Lysý
6f1e5c9a98
Add new const with the type sending
...
[MAILPOET-4366]
2022-08-19 15:11:23 +02:00
Jan Jakes
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00