1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-05-02 13:12:26 +02:00

15 Commits

Author SHA1 Message Date
391efcb9bc Add Field jobType to Job 2023-11-02 15:18:41 +01:00
3c2ce266f6 Changed (fixed?) queuelogic 2023-09-20 21:59:39 +02:00
f5b6b1785f small improvements 2023-09-19 19:57:35 +02:00
c0e6da144e Changed Job.ExecuteNow to ExecutionEnqueue
Instead of replacing progressToken, change Increments based in completed increments
2023-09-02 16:14:21 +02:00
51a1ae72ca Added parentJobId for deserialization
When creating Jobs with null as recurrence time, set it to zero
Job.NextExecution() removed the recurrence check
2023-09-02 16:12:10 +02:00
79bbc92467 Added lastExecution time on jobs.json parse 2023-09-02 15:05:15 +02:00
ae5be31c89 Fixed Jobs/StartNow 2023-09-02 14:49:31 +02:00
0b77dc1172 Added ProgressToken state Cancelled 2023-09-02 14:45:46 +02:00
4cce2e04cb Renamed Job.Reset to ResetProgress 2023-09-02 14:13:30 +02:00
5465ac4e5c Removed DELETE Jobs/DownloadChapter and Jobs/MonitorManga. Can both be reached with DELETE Jobs (jobId)
Added POST Jobs/Cancel
CancelJob and RemoveJob cancels/removes subJobs
2023-09-02 14:13:15 +02:00
a05e1914e3 Log output changes 2023-09-02 14:11:11 +02:00
eaab7c5235 Fixed jobs not starting at all 2023-09-01 23:08:31 +02:00
4d1e43e7b3 Job: add Id 2023-08-26 02:40:24 +02:00
2572a537ab Job Inherits from GlobalBase 2023-08-24 13:34:23 +02:00
a4aa571870 Added Jobs and ProgressToken 2023-08-04 14:51:40 +02:00