503d9dfb5f
Fix Name UpdateCoverJob
2025-05-18 17:55:37 +02:00
49bd66ccab
Add UpdateCoverJob.cs
...
Covers get updated on every pull
If a Manga has no DownloadAvailableChaptersJob, Cover is removed
Add endpoint POST Settings/CleanupCovers that removed covers not associated to any Manga
2025-05-18 17:05:01 +02:00
aa29c45094
Do not regenerate JobIds in EF Constructor
...
(and pass down recurrenceTime regardless of usage)
2025-05-18 16:53:42 +02:00
8ecbdb91b2
Let Job update itself in its own context
2025-05-18 16:06:52 +02:00
cb1c68f295
Remove Job.DependenciesFulfilled
2025-05-18 16:06:39 +02:00
3fe3fc09b0
JobContext per Job
2025-05-18 15:21:59 +02:00
96d5b09391
Ony load necessary References and Collections
2025-05-18 15:16:55 +02:00
7f55aaf85d
test
2025-05-18 14:41:43 +02:00
3853e2daa2
Chapter.cs remove comparison again and instead check chapterids in RetrieveChaptersJob.cs
2025-05-18 14:28:07 +02:00
4e7a725fee
Load entry references and collections
2025-05-18 13:53:23 +02:00
698d138642
Load ParentManga.Library for Chapter
Docker Image CI / build (push) Has been cancelled
2025-05-17 23:40:15 +02:00
8efb60652b
RetrieveChaptersJob.cs distinct Chapters
2025-05-17 23:25:00 +02:00
703e32a30e
Check if directorypath is null
2025-05-17 22:38:12 +02:00
496b49ccb3
ParentJob can be updated, DownloadAvailableJobs Endpoint automatically sets ParentJob to the DownloadAvailableChaptersJob (ondeleteCascade)
2025-05-17 19:24:24 +02:00
3283dd7290
DownloadAvailableChaptersJob.cs only create DownloadSingleChapterJobs for Chapters that have not been downloaded
2025-05-16 22:00:17 +02:00
225b7f02ad
Lazy Load Jobs.DependsOnJobs, Manga.Chapters
2025-05-16 21:53:59 +02:00
6258e07f20
Remove unnecessary Attachments
2025-05-16 21:36:24 +02:00
622198a09e
Changes to Job.cs:
...
- Nest try-catch for DBUpdateException and other Exceptions
- More Logging for Jobs
2025-05-16 21:32:42 +02:00
63fee081e6
Catch all Exceptions in Job
2025-05-16 21:18:46 +02:00
d6e945741a
Fix Manga-Chapter loading
2025-05-16 21:09:32 +02:00
3a3306240f
Use LazyLoading
2025-05-16 21:05:55 +02:00
563afa1e6f
Split UpdateFilesDownloadedJob.cs to UpdateChaptersDownloadedJob.cs and split into UpdateSingleChapterDownloadedJob.cs
2025-05-16 20:13:39 +02:00
be2adff57d
DownloadSingleChapterJob.cs load Jobs
2025-05-16 20:01:50 +02:00
adc7ee606e
RetrieveChaptersJob.cs do not use context to access Chapters
2025-05-16 20:00:53 +02:00
4247ae7740
Do not autoinclude chapters for Manga
2025-05-16 15:15:11 +02:00
a5954ed5c8
DownloadSingleChapterJob only spawn one Job per Queue for Manga
2025-05-16 14:46:36 +02:00
475a29b10d
Attach Entities to Jobs
2025-05-15 15:13:53 +02:00
0f6c060026
Remove unnecessary default value for EF Constructors
2025-05-09 12:30:30 +02:00
b49b11828c
Add ToString Overriddes
2025-05-09 12:22:32 +02:00
7d4a6be569
MangaConnectors do not have to return an Object with 6 Parameters.
...
Job-Start Logic readable and optimized
More robust Database design
2025-05-09 06:28:44 +02:00
a490e233d7
Jobs remove redundant fields (context tracking)
Docker Image CI / build (push) Has been cancelled
2025-04-02 02:16:55 +02:00
f085c5cf8e
Fix RetrieveChaptersJob
2025-04-02 02:09:05 +02:00
91e033a2ec
Logging
2025-03-31 19:08:35 +02:00
5b03befbf1
#168 Multiple Base-Paths (Libraries) Support
Docker Image CI / build (push) Has been cancelled
2025-03-16 16:48:19 +01:00
9b4baa1334
Do not try and add duplicate chapters.
2025-03-13 23:39:31 +01:00
0e68d64f75
Annotation for jobs
2025-03-13 20:51:05 +01:00
434e30dc47
DownloadSingleChapterJob creates a scan for downloaded files
2025-03-13 20:06:59 +01:00
19ff3f578a
Move adding jobs to context to Job.Run (from Tranga.cs)
2025-03-13 20:06:46 +01:00
d7f21550cd
Fix annotations
2025-03-13 19:15:55 +01:00
0af83f2fd0
Update Swagger Documenatation for 501 NotImplemented
2025-03-08 18:36:57 +01:00
832ddf1442
Implement MoveFileOrFolderJob.cs
2025-03-08 18:35:41 +01:00
ffc0e7555a
Add NewtonsoftJson to Swagger
...
Add RetrieveChaptersJob.cs
Add UpdateFilesDownloadedJob.cs
Remove DownloadNewChaptersJob.cs and instead use DownloadAvailableChaptersJob.cs
2025-03-08 18:09:41 +01:00
6909c367e5
Types return only Ids of related Entities
2025-03-08 12:54:07 +01:00
c679d7c677
Fix DownloadMangaCover, Implement Manga/Cover endpoint
2025-03-07 14:07:59 +01:00
894f105786
DownloadSingleChapter narrow down FileStream options
2025-03-07 13:38:32 +01:00
d314559361
UpdateMetadataJob add check if archives for chapters exist on disk
2025-03-07 13:26:49 +01:00
5c0ace291b
DownloadSingleChapterJob update coverfilename in cache in database
2025-03-07 13:26:07 +01:00
5921e524a9
Option to disable/enable jobs
2025-03-07 11:32:59 +01:00
e2ff2c76ed
Jobs:
...
Fix multiple jobs running on the same connector
Fix state-updates
Add more Documentation to JobController
Only allow non-running jobs to be started
2025-03-03 21:13:03 +01:00
8a0829ef69
JobState set enum to bytes with fixed values
2025-03-03 21:11:39 +01:00