Commit Graph

244 Commits

Author SHA1 Message Date
Qstick 947ad15af0 New: Build on Net6 2021-12-24 14:17:17 -06:00
bakerboy448 7ad7680fa3 Fixed: Improve Log Cleansing
(cherry picked from commit 721b7ccd7bb9eaa12719b5ced1e6edd12b511260)
2021-11-29 22:37:49 -06:00
ta264 7fe36a7e92 New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
2021-09-26 19:56:50 -04:00
Qstick 57bd659f4c New: Even More Mono Cleaning 2021-06-30 23:52:24 -04:00
ta264 2cc114c037 New: Drop mono support
(cherry picked from commit fb130fd0e916262651a8ce97f4263f05117b91cc)
2021-06-30 23:52:24 -04:00
ta264 9d265ef9b2 Move test harness packages into Directory.Build.props 2021-06-30 23:52:24 -04:00
ta264 c1a6e1c39d New: Build with NET5
(cherry picked from commit da1686b53c3bfa3904414d92ae0fb2435c4c0309)
2021-06-30 23:52:24 -04:00
bakerboy448 bd0e1899ae Fixed: Discordnotifier is now Notifiarr
Fixed: Cleanse Notifiarr APIKey from logs

Fixes #2130
Fixes #2221
2021-05-08 17:26:07 -04:00
Qstick ff6ca24e14
Update BuildInfoFixture.cs 2021-05-06 13:03:19 -04:00
Robin Dadswell 0758a27d5b Generalized RateLimit logic to all indexers based on indexer id
Fixes #1982

Co-authored-by: Taloth Saldono <Taloth@users.noreply.github.com>
2021-04-01 23:21:03 -04:00
Qstick d198c9987e Fixed: Don't fail entire import if Validation error on list item
Fixes #2021
Fixes #2133
2021-04-01 22:47:15 -04:00
Taloth Saldono baa1fe4602 Fixed: Qbittorrent api errors when only one of two seed criteria was configured
closes #2099

(cherry picked from commit 652d44722b96a7a830ec45fe83260ddcecc525a7)
2021-04-01 22:03:16 -04:00
bakerboy448 96c1d13790 Fixed: Cleanse Tracker Announce Keys from logs
Closes #2030

(cherry picked from commit e67864fecb4a66792152ff8fb0889ee1a176919f)
2021-04-01 21:26:16 -04:00
servarr[bot] f890fa1697
Cleanse more /home/username scenarios (#2024)
* Cleanse more /home/username scenarios

(cherry picked from commit 23047623ee89944260b6073813ff1f4e5223be71)

* Update CleanseLogMessageFixture.cs

* Update CleanseLogMessageFixture.cs

Co-authored-by: Taloth Saldono <Taloth@users.noreply.github.com>
Co-authored-by: Qstick <qstick@gmail.com>
2021-03-29 23:13:28 -04:00
ta264 8063a32acd Fixed: FolderWritable check for CIFS shares mounted in Unix
See https://github.com/dotnet/runtime/issues/42790

Implemented workaround in https://github.com/dotnet/runtime/issues/42790#issuecomment-700362617
2021-01-17 02:55:59 -05:00
Mark McDowall 9af68b653b Fixed: Cleanse account and passwd from Download Station URLs 2020-12-17 08:08:26 -05:00
Taloth Saldono c92b254bb7 Fixed: Regression causing updater to fail (manual update required if on 3.0.3.971, see forums) 2020-12-17 08:08:26 -05:00
Taloth Saldono 2c22ed2912 Fixed: Dataloss when moving series folder to root folder with only different casing 2020-12-17 08:08:26 -05:00
Mark McDowall b63dde0298 Fixed: Parsing of URLs with double slashes in the path 2020-12-17 08:08:26 -05:00
Taloth Saldono 4f220d9532 Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs) 2020-12-17 08:08:26 -05:00
Arthur Bols e5f48959eb New: Removed chown and simplified chmod options for linux/osx 2020-12-17 08:08:26 -05:00
Qstick 77328559e9 Fixed recursion issue when emptying recycle bin
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-10-13 23:25:40 -04:00
ta264 9945c986d9 Revert Cached changes from bb02d73c4
Bring it back in line with Sonarr.  I was originally worried that we
were caching all Artists and this would be a resource hog.  But the
caching will happen on every RSS scan so I think we're better off just
holding the cache and not worrying.
2020-10-13 23:25:38 -04:00
Taloth Saldono 341c42d8e6 Tiny fix in test, left-over from my on-windows test. 2020-10-13 23:19:31 -04:00
Taloth Saldono b1a56e7c2c Fixed: File imports on cloud drives slow due to transaction logic 2020-10-13 23:19:30 -04:00
Qstick 3f96208c41 Fixed: Use Proxy for MediaCovers and Metadata 2020-10-13 23:19:30 -04:00
Qstick d72014eb66 New: Event Driven HealthCheck Support
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2020-10-13 23:19:30 -04:00
gl3nni3 a229062e6f Fixed: Replace duplicate slashes from file names when importing
Fixes #3470
2020-10-13 23:19:27 -04:00
Taloth Saldono 8e74a76538 Added Plex url to cleanser 2020-10-13 23:19:26 -04:00
Taloth Saldono 312c3b786e Cleanse remote IP Address from trace log file 2020-10-13 23:19:26 -04:00
Taloth Saldono cc974574b2 Cleanse getnzb url 2020-10-13 23:19:26 -04:00
ta264 36319578a0 Try to fix service test 2020-10-13 23:19:26 -04:00
Taloth Saldono e75ee6e842 Fixed: Executing powershell and python scripts directly in Connect->Custom Scripts
Fixes #1203

Co-Authored-By: taloth <taloth@users.noreply.github.com>
2020-10-13 23:19:25 -04:00
Qstick 3af96f1863 Fix HttpClientTests, Use Servarr HttpBin Mirror 2020-10-13 23:19:20 -04:00
Qstick f5e2a447e9 Sync Packages with Radarr 2020-10-13 23:18:47 -04:00
ta264 d6e47fde7e Fixed: NET Core not deleting source when moving across drives
This reverts commit 10fc0b071fae9807fa456144b0708d95574d17ff.  Use the
mono fix from 43a35c84477fd194eaa816f1b3e4ade6cb4af42a in NET Core also
2020-10-13 23:18:47 -04:00
ta264 a2ba8e76bb New: Watch filesystem for changes to library 2020-10-13 23:18:47 -04:00
ta264 a1e0b39495 Fixed: NET Core doing copy/delete instead of rename 2020-10-13 23:18:46 -04:00
Qstick a4b78b44ce StyleCop (#1058)
* Stylecop Rules and Fixes
2020-10-13 23:18:09 -04:00
ta264 8da53ae6aa New: Bump to .NET Core 3.1 2020-10-13 23:18:07 -04:00
ta264 92334d237a Disable some flaky tests on MacOS 2020-10-13 23:18:07 -04:00
ta264 fc5e2b63e0 Filter OOM from sentry 2020-10-13 23:18:07 -04:00
ta264 8fe924fdcd New: Multi target net framework 4.6.2 and net core 3.0 2020-10-13 23:18:02 -04:00
ta264 d881b26261 Fixed: Convert MonoOnly to PosixOnly 2020-10-13 23:15:01 -04:00
ta264 b1349213f2 New: Use dotnet tooling, produce 64bit build on windows 2020-10-13 23:15:01 -04:00
ta264 8280c85b94 Fixed: Duplicate Retry attribute breaking build 2020-10-13 23:15:00 -04:00
ta264 4bf9b7055d Fixed: Make ProcessProvider tests more reliable 2020-10-13 23:15:00 -04:00
ta264 d4547138ec Fixed: Remove obsolete HttpProvider 2020-10-13 23:15:00 -04:00
ta264 250d79b5bb Fixed: app.config no longer required 2020-10-13 23:15:00 -04:00
Qstick c97fbee6d9 Fixed: Clean Spotify Refresh Token from Logs 2020-10-13 23:14:59 -04:00