Kavita/API/Data/Repositories
Joe Milazzo 6ea9f2c73e
Scan Loop Fortification (#1573)
* Cleanup some messaging in the scan loop to be more context bearing

* Added Response Caching to Series Detail for 1 min, due to the heavy nature of the call.

* Refactored code to make it so that processing of series runs sync correctly.

Added a log to inform the user of corrupted volume from buggy code in v0.5.6.

* Moved folder watching out of experimental

* Fixed an issue where empty folders could break the scan loop

* Another fix for when dates aren't valid, the scanner wouldn't get the proper min and would throw an exception (develop)

* Implemented the ability to edit release year from the UI for a series.

* Added a unit test for some new logic

* Code smells

* Rewrote the handler for suspending watching to be more resilient and ensure no two threads have a race condition.

* More error handling for when a ScanFolder is invoked but multiple series belong to that folder, log it to the user and default to a library scan.

* ScanSeries now will check for kavitaignores higher than it's own folder and respect library level.

* Fixed an issue where image series with a folder name containing the word "folder" could get ignored as it thought the image was a cover image.

When a series folder is moved or deleted, skip parent ignore finding.

* Removed some old files, added in scanFolder a check if the series found for a folder is in a book library and if so to always do a library scan (as books are often nested into one folder with  multiple series). Added some unit tests

* Refactored some scan loop logic into ComicInfo, wrote tests and updated some documentation to make the fields more clear.

* Added a test for GetLastWriteTime based on recent bug

* Cleaned up some redundant code

* Fixed a bad merge

* Code smells

* Removed a package that's no longer used.

* Ensure we check against ScanQueue on ScanFolder enqueuing

* Documentation and more bullet proofing to ensure Hangfire checks work more as expected
2022-10-09 09:23:41 -07:00
..
AppUserProgressRepository.cs v0.5.2 - UX Refresh, Custom Themes, Metadata Editing, and OPDS updates! (#1189) 2022-04-02 10:11:07 -07:00
ChapterRepository.cs Reader Bugs + New Features (#1536) 2022-09-16 06:06:33 -07:00
CollectionTagRepository.cs New Scan Loop (#1447) 2022-08-19 05:42:38 -07:00
DeviceRepository.cs Send To Device Support (#1557) 2022-09-23 15:41:29 -07:00
GenreRepository.cs Scan Loop Last Write Time Change (#1492) 2022-08-30 08:29:09 -07:00
LibraryRepository.cs Misc Polish and Fixes (#1542) 2022-09-18 10:24:30 -07:00
MangaFileRepository.cs New PDF Reader (#1324) 2022-06-15 14:43:32 -07:00
PersonRepository.cs Scan Loop Last Write Time Change (#1492) 2022-08-30 08:29:09 -07:00
ReadingListRepository.cs Security Hotfix (#1415) 2022-08-08 13:47:37 -07:00
SeriesMetadataRepository.cs v0.5.0 Release (#960) 2022-01-18 15:31:34 -08:00
SeriesRepository.cs Scan Loop Fortification (#1573) 2022-10-09 09:23:41 -07:00
SettingsRepository.cs All Around Polish (#1328) 2022-06-22 10:25:52 -07:00
SiteThemeRepository.cs Book Reader Redesign with e-ink focus (#1246) 2022-05-08 17:52:15 -07:00
TagRepository.cs Scan Loop Last Write Time Change (#1492) 2022-08-30 08:29:09 -07:00
UserRepository.cs Auth Email Rework (#1567) 2022-10-01 08:23:35 -05:00
VolumeRepository.cs Misc Bugfixes (#1378) 2022-07-17 07:19:36 -07:00