Commit Graph

59 Commits (f3ca3e97f991fe64a99574bbd2f42e252d1fb6f3)

Author SHA1 Message Date
Mark McDowall 33930534c2 Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult
13 years ago
Mark McDowall 6736afbeab Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property.
13 years ago
Mark McDowall 4b2427ade7 Report size is now verified to ensure it is under the MaxSize for that quality type, with tests.
13 years ago
Mark McDowall 179de93a6e Removed AttachSeries for IEnumerable and using join instead, speed difference is negligible or in some cases faster .
13 years ago
Mark McDowall 8592ae4c88 AttachSeries is no longer used for single episodes, PetaPoco will get the series in a single call for us.
13 years ago
Mark McDowall 0a65e85e21 EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class)
13 years ago
Mark McDowall 0b586de226 Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
13 years ago
Mark McDowall 8cffa5168b Fixed broken EpisodeProvider tests.
13 years ago
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.
13 years ago
Mark McDowall c88ead0585 Wired in the season and episode ignore saving.
13 years ago
Mark McDowall 0ed898b6db IsIgnored will now be checked when adding new episodes to the DB, it will:
13 years ago
kay.one c37544d4ce Episode is now marked as grabbed on download
13 years ago
kay.one 69239bc371 Switched to SQLCE 4.0
13 years ago
kay.one 01163a4f87 Cleanup and tests around ImportFile
13 years ago
kay.one 1ba74e0eea Drop folder is now wired. needs more tests.
13 years ago
kay.one 5c45515b00 Merge branch 'markus101'
13 years ago
kay.one 63adb6b566 Wired-up drop folder move
13 years ago
Mark McDowall 244e0f04f4 Fixed UnitTests (set EpisodeFileId to zero where no episo.de file is expected back)
13 years ago
kay.one 852b1e9bb5 Merge branch 'markus101'
13 years ago
kay.one 45549fa50b Fixed attach series issue and null episodes.
13 years ago
Mark McDowall b084a3bc46 EpisodeProvider GetEpisode(s) returns episodes with EpisodeFiles.
13 years ago
kay.one 3d3e864094 EpisodeProvider now fills Series property for all episodes returned.
13 years ago
kay.one f2fdece18a Removed subsonic completely
13 years ago
kay.one 33a38481dc Fixed IsIgnored issues
13 years ago
kay.one cb8cb1691f SeriesProvider is now Subsonic free.
13 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
14 years ago
Mark McDowall deb7f9d811 Merge + Download Settings UI Fixes.
14 years ago
kay.one e6fb02fac6 Fixed IsNeeded() with tests
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
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