Kavita/API/Data
Joseph Milazzo 0be0e294aa
Metadata Optimizations (#910)
* Added a tooltip to inform user that format and collection filter selections do not only show for the selected library.

* Refactored a lot of code around when we update chapter cover images. Applied an optimization for when we re-calculate volume/series covers, such that it only occurs when the first chapter's image updates.

* Updated code to ensure only lastmodified gets refreshed in metadata since it always follows a scan

* Optimized how metadata is populated on the series. Instead of re-reading the comicInfos, instead I read the data from the underlying chapter entities. This reduces N additional reads AND enables the ability in the future to show/edit chapter level metadata.

* Spelling mistake

* Fixed a concurency issue by not selecting Genres from DB. Added a test for long paths.

* Fixed a bug in filter where collection tag wasn't populating on load

* Cleaned up the logic for changelog to better compare against the installed verison. For nightly users, show the last stable as installed.

* Removed some demo code

* SplitQuery to allow loading tags much faster for series metadata load.
2022-01-08 06:41:47 -08:00
..
Metadata Metadata Optimizations (#910) 2022-01-08 06:41:47 -08:00
Migrations Metadata Optimizations (#910) 2022-01-08 06:41:47 -08:00
Repositories Metadata Optimizations (#910) 2022-01-08 06:41:47 -08:00
Scanner Scan Chunking (#604) 2021-09-30 06:08:05 -07:00
DataContext.cs More Filtering and Support for ComicInfo v2.1 (draft) Tags (#851) 2021-12-16 13:41:38 -08:00
DbFactory.cs Metadata Optimizations (#910) 2022-01-08 06:41:47 -08:00
LogLevelOptions.cs Implemented a startup task that will instantiate all the DI so first API isn't having to eat that overhead. 2021-03-13 17:44:29 -06:00
MigrateBookmarks.cs Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
MigrateConfigFiles.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
MigrateCoverImages.cs .NET 6 Coding Patterns + Unit Tests (#823) 2021-12-05 08:58:53 -08:00
Seed.cs Bookmark Refactor (#893) 2022-01-05 09:56:49 -08:00
UnitOfWork.cs More Filtering and Support for ComicInfo v2.1 (draft) Tags (#851) 2021-12-16 13:41:38 -08:00