kay.one
9244a4e6ef
Update episode info now uses UpdateMany, InsertMany
13 years ago
Mark McDowall
412a3fc476
EpisodesWithoutFiles now skips ignored episodes, Tests updated.
13 years ago
Mark McDowall
4f68d07c9a
Fixed issue with missing episodes incorrectly using include specials.
...
Added tests for missing episodes.
13 years ago
Mark McDowall
c88ead0585
Wired in the season and episode ignore saving.
...
Converted setSeasonIgnore & setEpisodeIgnore to use inline SQL.
Added tests for setSeasonIgnore & setEpisodeIgnore.
13 years ago
Mark McDowall
0ed898b6db
IsIgnored will now be checked when adding new episodes to the DB, it will:
...
- ignore new episodes of a season if that season was already ignored
- ignore new seasons if the previous was ignored
- ignore specials (when a new series is added), if a user chooses to download specials, all new specials will not be ignored
Added tests for IsIgnored and AddEpisode changes.
13 years ago
kay.one
c37544d4ce
Episode is now marked as grabbed on download
14 years ago
kay.one
69239bc371
Switched to SQLCE 4.0
14 years ago
kay.one
01163a4f87
Cleanup and tests around ImportFile
14 years ago
kay.one
1ba74e0eea
Drop folder is now wired. needs more tests.
14 years ago
kay.one
5c45515b00
Merge branch 'markus101'
14 years ago
kay.one
63adb6b566
Wired-up drop folder move
14 years ago
Mark McDowall
244e0f04f4
Fixed UnitTests (set EpisodeFileId to zero where no episo.de file is expected back)
14 years ago
kay.one
852b1e9bb5
Merge branch 'markus101'
14 years ago
kay.one
45549fa50b
Fixed attach series issue and null episodes.
14 years ago
Mark McDowall
b084a3bc46
EpisodeProvider GetEpisode(s) returns episodes with EpisodeFiles.
14 years ago
kay.one
3d3e864094
EpisodeProvider now fills Series property for all episodes returned.
14 years ago
kay.one
f2fdece18a
Removed subsonic completely
14 years ago
kay.one
33a38481dc
Fixed IsIgnored issues
14 years ago
kay.one
cb8cb1691f
SeriesProvider is now Subsonic free.
14 years ago
kay.one
54d1d5e379
GetEpisodeFilesCount should be around 5 times faster.
14 years ago
kay.one
57690f49a0
Fixed IsSeasonIgnore logic, added tests
14 years ago
kay.one
d3be516fb2
removed Season/SeasonProvider, updated dbBenchmark tests.
14 years ago
kay.one
f97209d476
commiting tests before teamcity demo
14 years ago
kay.one
e547792020
More episode update fixes, tests
14 years ago
kay.one
db3eeda50f
Cleaned up RefreshEpisodeInfo added tests
14 years ago
kay.one
1239da656e
Rewrite of InventoryProvider
14 years ago
kay.one
4cc240a7e0
Better quality parse
14 years ago
kay.one
500e9af6c3
Fixed a bug where reports weren't being added to history
14 years ago
kay.one
c91852018e
simplified some quality types
14 years ago
kay.one
8ba42106c4
fixed broken tests
14 years ago
kay.one
a4f8947d90
Test project cleanup
14 years ago
kay.one
8fca3c3419
more test/fixes
14 years ago
kay.one
3e1ff7e96e
Basic indexer tests are working
14 years ago
kay.one
6d085d5340
Added support to Error/Warning/Fatal verification in text projects
14 years ago
Mark McDowall
742ad0a932
Merge branch 'master' of git://github.com/kayone/NzbDrone
...
Conflicts:
NzbDrone.Core.Test/EpisodeProviderTest.cs
NzbDrone.Core/NzbDrone.Core.csproj
14 years ago
Mark McDowall
deb7f9d811
Merge + Download Settings UI Fixes.
14 years ago
kay.one
e6fb02fac6
Fixed IsNeeded() with tests
...
Added sample xml from all indexers to test project
Fixed a bug where parser would try to use file extension from a report title.
14 years ago
kay.one
217f98c4a9
Moved GetSabTitle from episodeprovider to sabprovider, removed seriesprovider dependency
14 years ago
kay.one
e074164a47
more tests and bug fixes
14 years ago
kay.one
10ad7d1ed5
Added sabtitle method
...
Added custom parse option to Indexrbase
14 years ago
kay.one
9028e498ca
Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
kay.one
e896af5cd0
ReSharper code cleanup
14 years ago
kay.one
fcf51978f9
Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
Mark McDowall
c25af5978d
Removed ISeriesProvider
14 years ago
kay.one
a9f08caa18
Removed IQuality provider
...
Updated AutoMoq to support SetConstant
14 years ago
kay.one
0a783542a6
Removed ITvDbProvider
...
Added SetConstant to AutoMoq
14 years ago
markus101
d3b7d199ab
Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId
14 years ago
Keivan
c8a8fb4d62
Fixed notification issues
...
Added basic support for file scan
Major redactor of ReportTitle/File parsing
Updated Ninject/Ninject.MVC
Removed dependency from Microsoft.Web.Administration
reactored Episode repository structure
14 years ago
Keivan
273de41d23
Cleaned up logging code
...
Added udp logging
Added SyncProvider to provide async long running tasks
Refactored SyncSeries to SyncProvider
Episode Info is now fetched automatically
Optimized RefreshEpisodeInfo for better performance
14 years ago
Keivan
9c7355f3fb
Cleaned up some tests
14 years ago