Commit Graph

  • f0de0a29da
    Merge pull request #400 from C9Glax/dependabot/github_actions/docker/build-push-action-6.18.0 master Glax 2025-05-28 15:50:47 +02:00
  • d4227f2b8f
    Bump docker/build-push-action from 6.17.0 to 6.18.0 dependabot[bot] 2025-05-28 05:59:24 +00:00
  • aa67c11050 Start-Job endpoint: Add option to start Jobs that our job is dependent on postgres-Server-V2 Glax 2025-05-19 19:57:51 +02:00
  • 7b38d0aa2b Add Debug-output for when next job is due if not job was started Glax 2025-05-19 19:57:27 +02:00
  • 64e31fad54 Job-Cycle match JobTypes and MangaConnectors on running and waiting Jobs Glax 2025-05-19 17:36:32 +02:00
  • 49a70e2341 startNewJobTimeoutMs set to 5000 Glax 2025-05-19 17:36:07 +02:00
  • 9659f2a68a MangaDex.cs year may be null Glax 2025-05-18 22:44:32 +02:00
  • d474868116 Fix missing Permissions for covers Glax 2025-05-18 22:14:51 +02:00
  • b1312c4164 Remove UpdateSingleChapterDownloadedJob.cs Glax 2025-05-18 20:39:24 +02:00
  • 33856f9927 Fix infinity joby (because we did not create new Scope on every cycle) Glax 2025-05-18 20:31:46 +02:00
  • 02ab3d8cae UpdatecoverJob Migrations Glax 2025-05-18 18:17:41 +02:00
  • 7974c58fd5 Fix PgsqlContext Discriminator UpdateCoverJob Glax 2025-05-18 18:16:17 +02:00
  • 503d9dfb5f Fix Name UpdateCoverJob Glax 2025-05-18 17:55:37 +02:00
  • 62b035f6c5 GET Mangaconnector endpoint Glax 2025-05-18 17:20:53 +02:00
  • 40c70fbf19 Update readme Glax 2025-05-18 17:15:53 +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 Glax 2025-05-18 17:05:01 +02:00
  • 9b251169a5 Remove old covers from ImageCache Glax 2025-05-18 16:54:53 +02:00
  • aa29c45094 Do not regenerate JobIds in EF Constructor (and pass down recurrenceTime regardless of usage) Glax 2025-05-18 16:53:42 +02:00
  • bd60fda05a Chapters now have IdOnConnector-Site Glax 2025-05-18 16:30:03 +02:00
  • 8ecbdb91b2 Let Job update itself in its own context Glax 2025-05-18 16:06:52 +02:00
  • cb1c68f295 Remove Job.DependenciesFulfilled Glax 2025-05-18 16:06:39 +02:00
  • 421a25ec31 Delete duplicate IsRequired Statements Glax 2025-05-18 16:06:16 +02:00
  • 2d122a918f Create a Context per cycle Load each Job in a separate context per Job. Glax 2025-05-18 16:06:00 +02:00
  • 100cb06ba0 SearchController.cs Local-Search endpoint Glax 2025-05-18 15:32:58 +02:00
  • 6125b036bf SearchController.cs Local-Search endpoint Glax 2025-05-18 15:31:11 +02:00
  • 3fe3fc09b0 JobContext per Job Glax 2025-05-18 15:21:59 +02:00
  • 96d5b09391 Ony load necessary References and Collections Glax 2025-05-18 15:16:55 +02:00
  • 84aecda916 NoTrackingWithIdentityResolution Glax 2025-05-18 15:00:33 +02:00
  • 0803a92a66 UseQueryTrackingBehavior(QueryTrackingBehavior.NoTracking) Glax 2025-05-18 14:52:06 +02:00
  • 7f55aaf85d test Glax 2025-05-18 14:41:43 +02:00
  • 3853e2daa2 Chapter.cs remove comparison again and instead check chapterids in RetrieveChaptersJob.cs Glax 2025-05-18 14:28:07 +02:00
  • 852fbf5ae8 Chapter.cs Compare Ids for Collection-Comparisons Glax 2025-05-18 14:05:03 +02:00
  • 4e7a725fee Load entry references and collections Glax 2025-05-18 13:53:23 +02:00
  • 698d138642 Load ParentManga.Library for Chapter Glax 2025-05-17 23:30:28 +02:00
  • 8efb60652b RetrieveChaptersJob.cs distinct Chapters Glax 2025-05-17 23:25:00 +02:00
  • fe60b98cb8 MangaDex fix crash if "en" tag was missing Glax 2025-05-17 23:05:48 +02:00
  • 63442e9af6 MangaDex fix crash if "en" tag was missing Glax 2025-05-17 22:51:57 +02:00
  • 703e32a30e Check if directorypath is null Glax 2025-05-17 22:38:12 +02:00
  • 4ddfe4a54c ComicInfoXML filter null values Glax 2025-05-17 22:33:22 +02:00
  • fb2b4d6920
    Merge pull request #396 Glax 2025-05-17 19:26:59 +02:00
  • 496b49ccb3 ParentJob can be updated, DownloadAvailableJobs Endpoint automatically sets ParentJob to the DownloadAvailableChaptersJob (ondeleteCascade) Glax 2025-05-17 19:24:24 +02:00
  • b3efcf19d9 Manga GetCover, GetLatestDownloaded, GetLatestAvailable: Check if Jobs are running to fulfill request Glax 2025-05-17 19:07:01 +02:00
  • 0903ec606b MangaController.cs use Manga.Chapters for Navigation instead of new context-Request Glax 2025-05-17 18:54:24 +02:00
  • 6cfa29e3dd Append Headers instead of Adding MangaController.cs Glax 2025-05-17 18:17:51 +02:00
  • 0519ed26de Remove Lunasea Glax 2025-05-17 17:42:07 +02:00
  • aacdb72d6a Remove LunaseaRecord Glax 2025-05-17 17:42:07 +02:00
  • 3283dd7290 DownloadAvailableChaptersJob.cs only create DownloadSingleChapterJobs for Chapters that have not been downloaded Glax 2025-05-16 22:00:17 +02:00
  • 937c5cb7a7 Create a UpdateChaptersDownloadedJob with creation of DownloadAvailableChaptersJob Glax 2025-05-16 21:59:53 +02:00
  • 225b7f02ad Lazy Load Jobs.DependsOnJobs, Manga.Chapters Glax 2025-05-16 21:53:59 +02:00
  • 6258e07f20 Remove unnecessary Attachments Glax 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 Glax 2025-05-16 21:32:42 +02:00
  • 49b382fe1f Logging for Job-Cycle Glax 2025-05-16 21:27:02 +02:00
  • 5a6dc5a5b2 Logging for Jobs-Filtering Glax 2025-05-16 21:25:08 +02:00
  • 4bc70eca68 Distinct Jobs Glax 2025-05-16 21:23:47 +02:00
  • 63fee081e6 Catch all Exceptions in Job Glax 2025-05-16 21:18:46 +02:00
  • e45b72dcf9 Include Spaces in Directory-Path Glax 2025-05-16 21:18:37 +02:00
  • 021ad5e804 Include FullArchivePath in Chapter-Response Glax 2025-05-16 21:18:19 +02:00
  • 8e0c964883 Update Jobs on each cycle (since it is super fast now) Glax 2025-05-16 21:09:43 +02:00
  • d6e945741a Fix Manga-Chapter loading Glax 2025-05-16 21:09:32 +02:00
  • 3a3306240f Use LazyLoading Glax 2025-05-16 21:05:55 +02:00
  • 110dd36166 Do not update context.Jobs on every cycle Glax 2025-05-16 20:16:11 +02:00
  • 065cac62af Move TRANGA message Glax 2025-05-16 20:15:32 +02:00
  • 563afa1e6f Split UpdateFilesDownloadedJob.cs to UpdateChaptersDownloadedJob.cs and split into UpdateSingleChapterDownloadedJob.cs Glax 2025-05-16 20:12:08 +02:00
  • be2adff57d DownloadSingleChapterJob.cs load Jobs Glax 2025-05-16 20:01:50 +02:00
  • adc7ee606e RetrieveChaptersJob.cs do not use context to access Chapters Glax 2025-05-16 20:00:53 +02:00
  • a764f381c9 Logging for DBContexts Glax 2025-05-16 19:46:14 +02:00
  • 590ccdd09a Use GlobalConnector for Url Search requests Glax 2025-05-16 19:27:34 +02:00
  • 0f0a49f74f Change Search with name to GET Request Glax 2025-05-16 19:27:22 +02:00
  • a1a5028858 Ordering of DownloadChapterJobs (start at first chapter and work up) Glax 2025-05-16 19:18:07 +02:00
  • 1792952039 Fix RequestTypes for ComickIo Glax 2025-05-16 19:17:45 +02:00
  • 9e62eb53cb Log-Output for DownloadClient improved Glax 2025-05-16 19:17:29 +02:00
  • f3c4b012b0 ToString Override for RequestResult Glax 2025-05-16 19:17:13 +02:00
  • cd00d35f22
    Merge pull request #395 from C9Glax/dependabot/github_actions/docker/build-push-action-6.17.0 Glax 2025-05-16 16:15:40 +02:00
  • 7e1c65b470 Optimize requests for JobStarter Glax 2025-05-16 15:15:34 +02:00
  • 4247ae7740 Do not autoinclude chapters for Manga Glax 2025-05-16 15:15:11 +02:00
  • a5954ed5c8 DownloadSingleChapterJob only spawn one Job per Queue for Manga Glax 2025-05-16 14:46:36 +02:00
  • d08544b892 Sending notifications for -> Debug instead of Info Glax 2025-05-16 14:38:47 +02:00
  • f6f86deb7f Add Debug output Glax 2025-05-16 14:36:48 +02:00
  • 16f5817a31 Fix ComickIo Chapter-Loading Glax 2025-05-16 14:36:29 +02:00
  • d5d9f44a5f Add Comick.Io https://github.com/C9Glax/tranga/issues/253 Glax 2025-05-16 14:24:18 +02:00
  • 83bc3b418b Manga Year is not required (nullable) Glax 2025-05-16 14:23:33 +02:00
  • 205f0a1629 MangaAltTitle change Id to random Glax 2025-05-16 14:23:20 +02:00
  • a1c2942208 SearchAddMangaToContext fix Glax 2025-05-16 14:21:14 +02:00
  • 4ef3e877ce
    Bump docker/build-push-action from 6.16.0 to 6.17.0 dependabot[bot] 2025-05-16 05:31:47 +00:00
  • 4b4e24c6a0 Migrations update Glax 2025-05-15 15:14:09 +02:00
  • 475a29b10d Attach Entities to Jobs Glax 2025-05-15 15:13:53 +02:00
  • 694b88d200 Reload Jobs loaded in context Glax 2025-05-09 12:31:40 +02:00
  • 0f6c060026 Remove unnecessary default value for EF Constructors Glax 2025-05-09 12:30:30 +02:00
  • b49b11828c Add ToString Overriddes Glax 2025-05-09 12:22:32 +02:00
  • 2d69b30e83 Fix missing Entity-Relation for UpdateFilesDownloadedJob Glax 2025-05-09 12:03:18 +02:00
  • 53d9be5656 Add ToString Overrides for Chapter and Manga Glax 2025-05-09 12:03:01 +02:00
  • 7d4a6be569 MangaConnectors do not have to return an Object with 6 Parameters. Job-Start Logic readable and optimized More robust Database design Glax 2025-05-09 06:28:44 +02:00
  • 7477f4d04d Do no replace spaces with %20 Glax 2025-05-08 05:28:31 +02:00
  • 30a8162777 Shorten RequestUrl for MangaDex MangaInfo Lower MaxRequestLimits Glax 2025-05-08 04:39:22 +02:00
  • 57baad3d2c Make LastRequest (LastExecutedRateLimit) static Glax 2025-05-08 03:57:45 +02:00
  • 3c5f51e495 fix time formatting Glax 2025-05-08 03:48:57 +02:00
  • 397d3c93df More logging Glax 2025-05-08 03:36:32 +02:00
  • 1b49b171f4 Remove Manganato (for now) Glax 2025-05-08 03:22:31 +02:00
  • ec5d048df5 Add more Logging Glax 2025-05-08 03:03:44 +02:00
  • 7dba2518f9
    Merge pull request #388 from C9Glax/dependabot/github_actions/docker/build-push-action-6.16.0 Glax 2025-04-25 09:01:00 +02:00