Commit graph

3888 commits

Author SHA1 Message Date
ta264
9100191ad0 New: Ensure covers up to date with Goodreads 2020-09-02 21:51:49 +01:00
ta264
709a945531 Fixed: Error fetching paged records from API without a sort key
(cherry picked from commit 53f1857e6349fc4c674dbaec50b0dda681f073ae)
2020-09-02 16:39:18 +01:00
ta264
6e398b3a57 Fixed: Error fetching results in Add New 2020-08-31 21:48:29 +01:00
ta264
72f1c8b9a8 Fix modules derived from BookModuleWithSignalR 2020-08-30 21:20:35 +01:00
ta264
3a12ae6956 New: Show series info in author books table and book details 2020-08-30 14:42:10 +01:00
ta264
9139113d14 New: Send publisher and language to calibre 2020-08-30 13:25:49 +01:00
ta264
4adffff5ba Remove old lidarr UI settings
Fixes #401
2020-08-29 16:08:30 +01:00
Qstick
e4ad1c5e16 Switch Automation to Chrome for Test Speed 2020-08-25 22:01:44 +01:00
ta264
737bde0c5c Fix test 2020-08-25 22:20:04 +01:00
ta264
38ce17fc53 Fixed: Trigger search when new book added via import list 2020-08-25 22:35:14 +01:00
Mark McDowall
0d8e36ca33 Fixed: Imported downloads not being removed when seeding goals are met
Closes #1400
2020-08-25 21:39:53 +01:00
Mark McDowall
162cbf01ed Fixed: Remove seeded downloads if they've finished seeding after import
Closes #1389

(cherry picked from commit 9d766cfed588ee49525f68815b7e5eb980ddc11f)
2020-08-25 21:39:52 +01:00
Mark McDowall
0868626450 Fixed: Don't process downloads removed from the client
Closes #1377
2020-08-25 21:39:50 +01:00
Mark McDowall
e24bd83395 Don't re-trigger completed event
Closes #1376
2020-08-25 21:39:49 +01:00
ta264
f58cffef51 Log out SQL trace on error
Closes #394
2020-08-21 20:28:54 +01:00
ta264
9fc0a8d4d1 New: Option to disable automatic search on import lists 2020-08-19 22:44:06 +01:00
ta264
ede8b9aa4a Fixed: Goodreads owned books import 2020-08-19 22:44:06 +01:00
ta264
220808a7c4 Fixed: Import list import error 2020-08-19 22:44:06 +01:00
ta264
515751b1e1 New: Send series info to calibre when importing 2020-08-19 22:16:43 +01:00
ta264
6ea1a56b50 New: Import shelves from any goodreads user
Fixes #369
2020-08-19 22:16:43 +01:00
ta264
412a2dcb6f Fixed: Error adding some authors
Fixes the case where the author wasn't the main contributor to their
most popular book

Fixes #42
Fixes #360
2020-08-19 22:10:22 +01:00
ta264
be83bff893 Quieten calibre 2020-08-19 22:01:44 +01:00
Qstick
8c6ecd3b7a Fixed: Don't lock command queue if updating is disabled 2020-08-19 21:57:11 +01:00
Taloth Saldono
f94a286479 Lock CommandQueueManager.PushMany too 2020-08-19 21:50:52 +01:00
Taloth Saldono
e39fee9209 Skip unknown/removed commands still queued in the database 2020-08-19 21:50:42 +01:00
Taloth Saldono
edd278a131 Fixed timing issue allowing multiple instances of the same command to be queued 2020-08-19 21:45:00 +01:00
Mark McDowall
4f131428b8 Fixed: Broken tasks getting stuck in queue 2020-08-19 21:44:56 +01:00
ta264
01290965c5 Fix test 2020-08-19 19:16:54 +01:00
Mark McDowall
f9af5e2502 Fixed: Error occurred while executing task ProcessMonitoredDownloads 2020-08-18 22:57:29 +01:00
Mark McDowall
bc395860bb Fixed: Inaccessible path leading to import process being aborted before processing all items 2020-08-18 22:57:26 +01:00
ta264
b9ba7228b5 Fixed: Re-processing imported download causing task to fail 2020-08-18 22:57:13 +01:00
Taloth Saldono
84faeca0d3 Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling 2020-08-18 22:49:23 +01:00
gl3nni3
921bfdb20d Fixed: Replace duplicate slashes from file names when importing
Fixes #3470
2020-08-18 22:48:31 +01:00
ta264
0d3798b8b1 Fixed: Bad SQL queries getting files for book 2020-08-19 17:47:36 +01:00
ta264
190c4059cc Fix default quality revision version to 1 not 0 2020-08-19 17:47:27 +01:00
ta264
dfccb8b6dd Fix fpcalc tests 2020-08-17 21:44:48 +01:00
ta264
2ce12e1a7e Move runtime copy into a separate target 2020-08-17 21:29:26 +01:00
ta264
9973dd8195 Move msbuild target files into folder 2020-08-17 21:29:26 +01:00
ta264
b2d1617e44 Disable single instance check for integration tests
Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
2020-08-17 10:34:53 +01:00
Dtaggart
e563f7f75e New: Added silent notification option to telegram
(cherry picked from commit 9e392977b9f66be37c1fd6938c0b051c362ddb42)
2020-08-16 21:21:03 +01:00
ta264
0387f8e33e New: Calibre root folder health check 2020-08-16 11:21:53 +01:00
ta264
8781b78be9 Fixed: Validate calibre connection before saving root folder 2020-08-16 11:21:53 +01:00
ta264
d2fa75dee5 New: Support digest authentication with Calibre 2020-08-16 11:21:53 +01:00
ta264
1e2d931f9a Support for digest auth with HttpRequests
[common]
2020-08-16 11:21:53 +01:00
ta264
655017e1ed Simplify calibre settings
The IProviderConfig stuff wasn't used
2020-08-16 11:21:53 +01:00
ta264
d2dcc45492 Fixed: Shared serializer in ProviderRepository
[common]

Some caching happens in the serializer settings so best not to
recreate each time
2020-08-16 11:21:53 +01:00
ta264
1ace52784b Print log file on fail 2020-08-16 06:29:33 +01:00
ta264
2b994fdc0c Run integration tests in parallel
Revert "Try to fix alpine integration tests"

This reverts commit d8cb86c5dd.

[common]
2020-08-16 06:29:33 +01:00
ta264
ea909c6d99 Bump net core to 3.1.7 2020-08-14 06:35:58 +01:00
ta264
4cc09a7cc0 Fix test 2020-08-13 20:44:49 +01:00
ta264
d8cb86c5dd Try to fix alpine integration tests 2020-08-13 19:12:16 +01:00
Taloth Saldono
a67dda87a8 Additional logging in case of integration test startup failures
Closes #292
2020-08-13 19:12:16 +01:00
ta264
745fba3bf8 Disable stylecop for backend build on azure
Linting issues are picked up by the analyze task
2020-08-06 21:42:03 +01:00
ta264
07295cd7b2 Fix integration test packages 2020-08-06 21:41:42 +01:00
ta264
6bcc9de7af Fixed: Allow books with missing language by default 2020-08-06 20:24:34 +01:00
ta264
20b997473a Fixed: Error adding indexers 2020-08-05 22:35:26 +01:00
ta264
f5c6070f23 Fixed: Correct query for lazy-loading files 2020-08-05 22:35:26 +01:00
ta264
e1862653f9 Fixed: Don't strip apostrophes 2020-08-05 22:35:26 +01:00
ta264
31cad994ba Fixed: Remove disambiguation from search 2020-08-05 22:40:27 +01:00
ta264
dbba39c487 Fixed: Book title should not include the series 2020-08-05 22:38:35 +01:00
ta264
46c0e3c481 Ignore book-search test 2020-08-05 21:47:04 +01:00
ta264
6a24bf7a78 Disable newznab book-search, enable for Torznab 2020-08-05 21:16:01 +01:00
Qstick
93105cfff7 Fix build due to apiPath setting in Newznab presets 2020-08-05 13:26:58 -04:00
Mark McDowall
859dae07db New: Add Tabula Rasa Newznab Preset
(cherry picked from commit 31be74e6d33e0066c1dca6115c7272a49dc8d277)
2020-08-05 12:49:05 -04:00
ta264
c022533aba Try to fix service test 2020-08-04 15:18:38 +01:00
ta264
919a807c72 Fix fingerprinting tests 2020-08-04 14:53:32 +01:00
ta264
eee72460e3 Add libMonoPosixHelper for musl-arm64 2020-08-04 14:53:32 +01:00
ta264
58f71232ab New: Musl (alpine linux) compatibility 2020-08-04 14:53:32 +01:00
Taloth Saldono
289113b204 Fixed: Added glusterfs to known network drive filesystems so it shows up in System 2020-07-31 15:28:09 +01:00
ta264
821aa90b14 New: Goodreads Shelves + Owned Books notifications 2020-07-14 06:11:51 +01:00
ta264
5f2d57f33b Fixed: Goodreads import lists 2020-07-03 22:26:06 +01:00
ta264
723beb9ca3 Fixed: Multiple editions ending up monitored 2020-07-02 22:24:53 +01:00
ta264
bdebb1593c Fixed: Editing authors from bookshelf
Fixes #39
2020-07-02 22:04:39 +01:00
Qstick
222157150c Use new fluentmigrator prerelease feed, update to alpha 289 2020-07-02 19:40:28 +01:00
Qstick
6dbce8d12e Sync Packages with Radarr 2020-07-02 19:40:28 +01:00
ta264
c1b9590df2 Bump to net core 3.1.5, update packages 2020-07-02 19:40:28 +01:00
ta264
ac73b9711a Fixed: Parsing books written before year 1 2020-07-02 19:40:28 +01:00
ta264
9e5966365c Fixed: Send correct covers to Goodreads
Also use original release date and set goodreads id
2020-07-01 22:25:21 +01:00
ta264
15f9ae3c13 Log progress while fetching books 2020-07-01 22:01:52 +01:00
Taloth Saldono
5ef55d2180 Fixed DownloadFile when file already exists 2020-07-01 21:16:07 +01:00
Taloth Saldono
3c335d498e Fixed tests 2020-07-01 21:16:07 +01:00
Taloth Saldono
138a188cc9 Fixed: Download mediacover using configured proxy. 2020-07-01 21:16:07 +01:00
ta264
3fa605177c New: Cache goodreads responses 2020-07-01 21:16:07 +01:00
Qstick
50e9225574 Use HTTPS for httpbin tests 2020-07-01 21:16:07 +01:00
Qstick
d1565b44e4 Update HttpClientFixture.cs 2020-07-01 21:16:07 +01:00
ta264
46b1c933a3 Fix UtcConverter - already UTC back from DB 2020-07-01 21:16:07 +01:00
ta264
45d49117ca New: Use Goodreads directly, allow multiple editions of a book (new DB required) 2020-07-01 21:16:07 +01:00
Thomas Mathews
d83d2548e5
Fixed: author manual import (#32)
* Fix: apply fix from Lidarr to the Readarr manual import modal

* Rename Album to Book in the identification override

* Rename "audio" to "book" in the interactive import modal empty message
2020-05-26 20:55:40 +01:00
Thomas Mathews
324db4959d
Fixed: bookshelf count and colour (#30)
* Add total book count to the result set from the statistics query

* Rename TotalTrackCount and map it

* Fix the colouring of the book count/percentage
2020-05-25 15:12:23 +01:00
ta264
22679d6187 Fixed: Missed list monitor type rename 2020-05-20 22:05:01 +01:00
ta264
2cb54cdc83 Fix housekeepers 2020-05-19 21:50:37 +01:00
Qstick
307989aab7 More Fun in Core with Naming 2020-05-19 21:50:37 +01:00
Qstick
b0e966418e Fixed: Command Inherited Properties not Saved to DB 2020-05-19 21:50:37 +01:00
Qstick
3ae3c9dfc1 New: Improve Newznab Searching (Book-Search Caps, ISBN Search) 2020-05-19 21:50:37 +01:00
Qstick
ee4e44b81a Method, Variable, Class Renames in Readarr.Api 2020-05-19 21:50:37 +01:00
ta264
6c7e4ca210 Fixed: MediaManagement Settings (fresh db required) 2020-05-14 21:53:50 +01:00
Qstick
8547af9fae Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2020-05-13 20:42:22 -04:00
Taloth Saldono
bc88a26c80 Added UpdateMechanismMessage to allow package maintainers provide custom message 2020-05-10 22:54:40 +01:00
Qstick
d0e2cf9571 New: Set Branch, Update Mech from PackageInfo 2020-05-10 22:54:40 +01:00
Thomas Mathews
663aa462b0
New: Option to attach files to email notifications (#18) 2020-05-10 15:09:43 +01:00