1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Commit Graph

101 Commits

Author SHA1 Message Date
Mark McDowall
8581896f58 Fixed broken tests and removed strict mocker 2012-12-20 21:44:59 -08:00
Mark McDowall
5113bf3878 Renaming Season will succeed if no files are moved
Fixed: Renaming a season that is already named correctly will not error
2012-12-20 13:23:09 -08:00
Mark McDowall
eebb086c60 Keep serching for episodes when partial search returns no results 2012-12-19 21:43:09 -08:00
Mark McDowall
eddbd4a97b Renamed some settings, added 2nd priority for sab
New: Separated priorities for new and old episodes when sent to SABnzbd
2012-11-22 18:56:27 -08:00
Mark McDowall
5bbe310af5 Merge branch 'xem' into 'master'
Conflicts:
	NzbDrone.Common/DiskProvider.cs
	NzbDrone.Core.Test/ProviderTests/DiskScanProviderTests/ImportFileFixture.cs
	NzbDrone.Core/Providers/DecisionEngine/CustomStartDateSpecification.cs
	NzbDrone.Core/Providers/DiskScanProvider.cs
	NzbDrone.Core/Providers/DownloadProvider.cs
2012-10-20 16:07:04 -07:00
Mark McDowall
db585b3bd7 Merge remote-tracking branch 'origin/dynamic-jobs' 2012-10-19 08:39:07 -07:00
Mark McDowall
c693f90271 Fixed up issues with initial XEM implementation 2012-10-17 23:49:53 -07:00
Mark McDowall
1b2fe6e842 Fixed broken tests 2012-10-17 21:28:54 -07:00
Mark McDowall
8280561e11 User configurable RSS Sync Time
New: RSS Sync Interval is now user configurable (Default 25 minutes)
2012-10-07 12:16:43 -07:00
Mark McDowall
cb0f1fe513 PostDownloadScanJob can now be passed a path 2012-09-22 23:01:31 -07:00
Mark McDowall
aa282fbd4d Fixed up tests 2012-09-10 23:35:25 -07:00
Mark McDowall
a4dde81ceb Converted jobs to dynamic 2012-09-10 12:04:17 -07:00
Mark McDowall
edb0b3af86 SeasonSearchJob will do a partial search search and then individual searches, when it is still missing results (greater than 0, but all not found).
Fixed: Season/Series searching shouldn't add duplicate episodes.
2012-05-17 16:52:26 -07:00
Mark McDowall
b7fea36045 Fixed: Season searching won't fail when search for season 0 (specials). 2012-05-03 22:58:42 -07:00
Mark McDowall
38927e3ca1 Signalr errors will not be shown in the UI.
New: Search History, review recent searches and force specific reports to download (Under history)
2012-04-23 00:38:42 -07:00
Mark McDowall
cef7b6a8dc SearchResult Controller added.
Force Download added.
2012-04-22 23:31:11 -07:00
Mark McDowall
c7f8f57f77 Episode searching now stores the results of the tests. 2012-04-19 23:42:13 -07:00
Mark McDowall
c8f1bccc50 Removed Progress Notification from BannerProvider. 2012-03-07 12:37:36 -08:00
Mark McDowall
a00c20c1af Fixed spelling of enviroment provider (Environment). :) 2012-03-06 18:59:43 -08:00
Mark McDowall
5764059f1d New: Banner will be deleted when series is deleted. 2012-03-06 18:53:49 -08:00
kay.one
c5df00cc87 Fixed: fixed an issue where season ignore check wasn't working correctly.
Fixed: unavailable nzbdrone service will no longer block series from being added.
2012-02-27 21:50:56 -08:00
kay.one
318c1ef120 Fixed broken tests. 2012-02-26 17:44:35 -08:00
kay.one
39be4c567d Fixed: Fixed an issue where there could be a race condition during app update. 2012-02-26 13:22:35 -08:00
Mark McDowall
f015739285 Fixed broken tests. 2012-02-22 00:00:51 -08:00
Mark McDowall
969f8ae5e2 SeasonProvider Added to handle ignoring of Seasons. 2012-02-20 19:25:19 -08:00
kay.one
174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues. 2012-02-04 22:50:41 -08:00
Mark McDowall
02cb12bdb8 BacklogSetting refactoring. 2012-01-25 17:02:21 -08:00
Mark McDowall
9eb022fdf4 BacklogStatus added to individually control which series are included in backlog searches. Applies to Backlog and RecentBacklog jobs. Editable in Series/MassEdit and Series Edit. 2012-01-23 22:29:32 -08:00
kay.one
4da2e1cb72 Episode auto-ignore is now done in realtime rather than using a job. 2012-01-16 20:05:36 -08:00
kay.one
24d51093d6 Fixed issue where AppUpdateJob would throw when there are no updates available. 2012-01-16 10:10:18 -08:00
Mark McDowall
488be41fb1 Fixed broken tests after adding new job. 2012-01-15 20:25:09 -08:00
Mark McDowall
624b6e5acb Fixed broken tests. 2012-01-14 18:05:46 -08:00
Mark McDowall
69ddeeb0e3 Fixed spelling for Expected[LogType].
Fixed broken tests for GetEpisodesByParseResult.
2011-12-19 16:58:26 -08:00
kay.one
1b45a85f3f All tests now use base class Mocker 2011-12-14 20:15:53 -08:00
Mark McDowall
75cfb7e044 Season Search will only search for past episodes if it falls back to that. 2011-12-11 23:24:45 -08:00
kay.one
1de610c5bb moved last job over. 2011-12-01 23:51:32 -08:00
kay.one
fabc4c84bd Moved Jobs to their own folder. 2011-12-01 17:33:17 -08:00
kay.one
60814fde7b Fixed a bug in SeriesSearchJob that would cause it to fail. 2011-11-25 23:52:54 -08:00
Mark McDowall
e781501021 Added RecentBacklogSearchJob to fill missing episodes from the last 30 days, runs nightly. 2011-11-23 17:09:09 -08:00
kay.one
54e5874770 Update client is now moved rather than copied. 2011-11-21 20:42:05 -08:00
kay.one
508be34ebc Update fixes. 2011-11-20 18:59:42 -08:00
kay.one
51518787d8 Lots of initialization, configuration clean up. 2011-11-13 16:22:18 -08:00
kay.one
72d0fc50ed Alot of refactoring. 2011-11-12 23:27:16 -08:00
kay.one
1270e464b3 More autoupdate code. 2011-11-12 20:07:06 -08:00
kay.one
82b6ec5ed4 Some test cleanup 2011-11-03 16:23:54 -07:00
kay.one
633f0b6197 PathProvider. visit us for all of your pathing needs. 2011-11-02 22:04:14 -07:00
kay.one
cd32a70179 Starting path clean up. (All paths should go through EnvironmentProvider) 2011-10-28 21:54:33 -07:00
kay.one
4ae268b8e5 lots of different things ;) 2011-10-23 22:54:09 -07:00
kay.one
f52620db70 Replaced deprecated NBuilder calls. 2011-10-22 22:39:14 -07:00
kay.one
8f9946eb63 Added some update APIs to check for updates and download and extract the update package.
Todo: apply updated, UI.
2011-10-20 22:04:26 -07:00
Keivan Beigi
e5c4f34e0e Adding some structure to NzbDrone.Core.Test 2011-10-20 16:42:17 -07:00