Qstick
8d8cbd07aa
Fixed: Disregard Real when user disabled proper preference
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-10-13 23:19:30 -04:00
Qstick
6713525757
Simplify ManualImportModule null check
2020-10-13 23:19:30 -04:00
Qstick
e8e4d76d73
Fixed: Edge case where import fails due to DB relationship mismatch
2020-10-13 23:19:30 -04:00
Qstick
f66a6eea6c
Fixed: Improved failed series search messaging
2020-10-13 23:19:30 -04:00
Qstick
7860f9ee81
Fixed: Manage Tracks not showing whether language/quality meets cutoff
2020-10-13 23:19:30 -04:00
Qstick
5bca13b21f
Fixed: Delay profile being ignored for non-revision upgrades
2020-10-13 23:19:30 -04:00
Qstick
dbdc805e80
Remove unnecessary usings
2020-10-13 23:19:30 -04:00
Qstick
ae46d5ae02
Remove Dotnet Framework Version Checks
2020-10-13 23:19:30 -04:00
nitsua
2b5c478a69
New: Add label to disk usage progress bar
...
(cherry picked from commit 7c8ac300777583cb93d9deeed1328bcffaef555c)
2020-10-13 23:19:30 -04:00
Qstick
73c5bb916e
Update README and CONTRIBUTING
2020-10-13 23:19:30 -04:00
Qstick
8abff4a2bc
Cache Yarn Packages on build
2020-10-13 23:19:29 -04:00
Qstick
09ebfe0af8
Catchup Linting
2020-10-13 23:19:29 -04:00
Qstick
b7a9f26222
jsconfig for a bit of autocompletion and intellisense
...
Fixes #1460
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-10-13 23:19:29 -04:00
Qstick
c6794fd0be
Delete appveyor.yml
2020-10-13 23:19:29 -04:00
ta264
3e082df21d
Fixed: Error fetching paged records from API without a sort key
...
[common]
2020-10-13 23:19:29 -04:00
ta264
7aa3ad10ef
Fixed: Don't search twice for new albums on new artists
2020-10-13 23:19:29 -04:00
ta264
a35e773b78
New: Make monitored flags clickable
2020-10-13 23:19:29 -04:00
ta264
1bc52d0138
Fixed: restoring scroll position when going back to index page
2020-10-13 23:19:29 -04:00
ta264
e681469857
Fixed: Speed up AlbumStudio
2020-10-13 23:19:29 -04:00
ta264
dce69212fc
Speed up all albums endpoint
2020-10-13 23:19:28 -04:00
ta264
5ddac7a679
Fixed: Trigger search when new album added via import list
2020-10-13 23:19:28 -04:00
ta264
12d6b5ee9a
Fixed: Don't refresh and rescan artist when new album added
...
Speeds up adding a single album to an existing artist. Should help
reduce the number of full rescans being triggered also - an added
album was triggering one.
2020-10-13 23:19:28 -04:00
Qstick
0e78135f91
Switch Automation to Chrome for Test Speed
2020-10-13 23:19:28 -04:00
Mark McDowall
e836b795de
Fixed: Imported downloads not being removed when seeding goals are met
...
Closes #1400
2020-10-13 23:19:28 -04:00
Mark McDowall
1d58b33ac6
Fixed: Remove seeded downloads if they've finished seeding after import
...
Closes #1389
(cherry picked from commit 9d766cfed588ee49525f68815b7e5eb980ddc11f)
2020-10-13 23:19:28 -04:00
Mark McDowall
e0d880f1da
Small change to creating an itemMap during item update
...
Closes #1381
(cherry picked from commit 7f28ab895a73fe0677c62388b82e4d5f73e5c023)
2020-10-13 23:19:28 -04:00
Mark McDowall
65caac3380
Fixed: Import series failing to add items to process
...
Closes #1380
(cherry picked from commit 97ec1847541ba2a73d25eedbd3c97aa6f2f7e4e0)
2020-10-13 23:19:28 -04:00
Mark McDowall
bc5f78b0c8
Add class to allow for overriding scrollbar width
...
Closes #1379
(cherry picked from commit 42343d528372c494b297e5c84125f7bdb6ab4eec)
2020-10-13 23:19:28 -04:00
Mark McDowall
e8f4b5f8b5
Fixed: Removed items in queue still showing until refresh
...
Closes #1378
(cherry picked from commit 479baf06a72b46429a80e19208fdc753ce0ed8ba)
2020-10-13 23:19:28 -04:00
Mark McDowall
50d1810d36
Fixed: Don't process downloads removed from the client
...
Closes #1377
2020-10-13 23:19:28 -04:00
Mark McDowall
c996643921
Don't re-trigger completed event
...
Closes #1376
2020-10-13 23:19:28 -04:00
ta264
89cbf0c022
Use createItemMap like Sonarr
...
(cherry picked from commit 43d04cd54efcf5569cb316a5856878d4291f96be)
2020-10-13 23:19:28 -04:00
ta264
014eb27a26
Fixed: Speed up UI during refresh
...
Don't update state if we know items are equal to avoid reselections.
Don't pass LastInfoUpdate to frontend to prevent useless updates (the
field isn't used)
2020-10-13 23:19:28 -04:00
ta264
e1a62af586
Fix test
2020-10-13 23:19:28 -04:00
ta264
5668cbfb53
Log out SQL trace on error
...
[common]
2020-10-13 23:19:28 -04:00
ta264
2e1e2137a6
Fixed: Sorting tables by artist/album
...
Fixes Sentry LIDARR-10A
Fixes Sentry LIDARR-105
Fixes Sentry LIDARR-109
2020-10-13 23:19:28 -04:00
ta264
0f5531af4d
Fixed: Error deserializing preferred words with dapper
...
Fixes Sentry LIDARR-106
Fixes Sentry LIDARR-10B
2020-10-13 23:19:28 -04:00
ta264
2a4b3d79b8
Fixed: Shared serializer in ProviderRepository
...
[common]
Some caching happens in the serializer settings so best not to
recreate each time
2020-10-13 23:19:28 -04:00
ta264
53c0ffd129
Swap to dapper with lazyload
2020-10-13 23:19:27 -04:00
ta264
20269aba9b
Delete Marr.Data
2020-10-13 23:19:27 -04:00
ta264
ddef74edde
Fixed: Error refreshing page in Activity/Wanted
2020-10-13 23:19:27 -04:00
Qstick
2639374243
Fixed: Don't Show NoArtist on Calendar if Artists are Loading
2020-10-13 23:19:27 -04:00
Mark McDowall
3e937bd8e5
Fixed: Error occurred while executing task ProcessMonitoredDownloads
2020-10-13 23:19:27 -04:00
Mark McDowall
b8bcd9a038
Fixed: Inaccessible path leading to import process being aborted before processing all items
2020-10-13 23:19:27 -04:00
ta264
48762a3013
Fixed: Re-processing imported download causing task to fail
2020-10-13 23:19:27 -04:00
Mark McDowall
79cae0add4
Fixed: Force grabbing selected delayed items in queue
2020-10-13 23:19:27 -04:00
Taloth Saldono
c402a831f8
Fixed missing interface for the CheckForFinishedDownloadCommand backward compat handling
2020-10-13 23:19:27 -04:00
gl3nni3
a229062e6f
Fixed: Replace duplicate slashes from file names when importing
...
Fixes #3470
2020-10-13 23:19:27 -04:00
Mark McDowall
48750780fe
New: Option to ignore items when removing from queue instead of removing from client
2020-10-13 23:19:27 -04:00
Mark McDowall
d83e20937d
New: Monitor and Process downloads separately
...
New: Queue remains up to date while importing file from remote file system
Fixed: Failed downloads still in queue won't result in failed search
2020-10-13 23:19:27 -04:00