Commit Graph

  • eb323b5394 Fixed broken log provider tests. Mark McDowall 2011-10-20 17:59:51 -0700
  • d8fb295214 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-20 16:46:15 -0700
  • e5c4f34e0e Adding some structure to NzbDrone.Core.Test Keivan Beigi 2011-10-20 16:42:17 -0700
  • f6e14b51f6 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-20 16:39:13 -0700
  • 745d9d9355 TopSlider added for local series searching! Mark McDowall 2011-10-20 16:36:47 -0700
  • ae1a32b874 Fixed an issue where GetEpisodesByParseResult would throw object reference when episode list was null Keivan Beigi 2011-10-20 16:07:47 -0700
  • 08804208cf Awesome relative pathing for CSS and JS fail, reverting back. Mark McDowall 2011-10-20 14:34:57 -0700
  • 3bd99a2b7b Added Support for 1011 as a number convention. Mark McDowall 2011-10-20 14:30:45 -0700
  • ea05635fd3 Moved NLog, Fluentassertion to Nuget. kay.one 2011-10-20 01:02:12 -0700
  • e2290d9f0f Removed broken test kay.one 2011-10-19 22:34:58 -0700
  • 39c8462769 Pushing broken test to test teamcity kay.one 2011-10-19 22:05:04 -0700
  • a9bcbfad8c Added QuickAdd for adding series, not displayed currently, needs some prettifying. Mark McDowall 2011-10-19 08:16:34 -0700
  • d62345f6d7 Javascript and CSS references in _Layout use relative paths instead of absolute. Mark McDowall 2011-10-19 08:10:36 -0700
  • a3e5c90319 Cleanup generating paths for error scenarios. Mark McDowall 2011-10-18 16:49:43 -0700
  • 88b8c053fc Upgraded to NBuilder 3. Keivan Beigi 2011-10-18 14:46:06 -0700
  • e87cdbde44 Removed SharedLiveTemplates.xml. Mark McDowall 2011-10-17 20:08:26 -0700
  • 71f84df2b8 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-17 16:14:21 -0700
  • 69b6f857bd Added test template to ReSharper file Keivan Beigi 2011-10-17 15:36:39 -0700
  • 9f88344134 Resharper... Mark McDowall 2011-10-17 15:33:27 -0700
  • 4b31b5b693 Removed duplicate test. Mark McDowall 2011-10-17 15:31:16 -0700
  • 66b4b094f9 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-17 15:30:43 -0700
  • 173042754d Added live template for test method, Keivan Beigi 2011-10-17 13:59:56 -0700
  • f78c5f2124 Fixed a couple tests, so they shouldn't fail due to other tests impacting them. Mark McDowall 2011-10-17 13:20:09 -0700
  • 714bcee5cb Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-17 13:06:07 -0700
  • 642707e46d Fixed some issues with PostDownloadProvider. Mark McDowall 2011-10-17 13:05:38 -0700
  • 6af98f9e96 more better exception handling. Keivan Beigi 2011-10-17 12:23:34 -0700
  • 2e174c03c9 ExceptioneerTarget Tweaks kay.one 2011-10-16 21:09:43 -0700
  • 288359627e WebException now marks indexer tests as Inconclusive. kay.one 2011-10-16 20:51:15 -0700
  • 458565d473 WebException now marks indexer tests as Inconclusive. kay.one 2011-10-16 20:40:22 -0700
  • 77b867d65e Testing ExceptionVerification Inconclusive logic kay.one 2011-10-16 20:32:57 -0700
  • 1d97455e9f Teamcity should no longer send in Exceptioneer reports kay.one 2011-10-16 20:12:48 -0700
  • 97ed59920b trying to stop team city from sending exeptioneer reports. kay.one 2011-10-16 20:02:20 -0700
  • 287cb03517 Added ignore exception type to ExceptionVerfication kay.one 2011-10-16 19:42:11 -0700
  • c55ca42c21 Migration is no longer executed per test, its ran once and the db is cloned after that, (faster tests, cleaner logs ;) kay.one 2011-10-16 19:03:54 -0700
  • f1248d12c6 Better exception handling in NzbDrone.exe kay.one 2011-10-16 18:42:20 -0700
  • 87cf08a365 Fixed Exceptioneer. kay.one 2011-10-16 18:37:29 -0700
  • 1ff34c8e38 Better test for Fluent.FreeDiskSpace() Mark McDowall 2011-10-15 16:00:59 -0700
  • b3abcb6096 RootDirProvider.GetMostFreeRootDir() will calculate the find the RootDir with the most free space and return its path. Mark McDowall 2011-10-15 11:54:39 -0700
  • 117cebe655 Found and fixed a bug in EpisodeProvider.GetEpisodesByParseResults, where it would incorrectly return all episodes for a season when a file was detected as a Full Season release. Mark McDowall 2011-10-15 11:51:11 -0700
  • c296b6975c Added DirectoryInfo.FreeDiskSpace to get the free disk space of any directory. Mark McDowall 2011-10-15 11:36:09 -0700
  • 9780a03c11 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-14 18:20:19 -0700
  • 2dd2dd6d0d Cleaned up some code, fixed broken build. Keivan Beigi 2011-10-14 17:59:24 -0700
  • e90a3ae9de Windows service seems to be fully working. Keivan Beigi 2011-10-14 17:41:09 -0700
  • 8cac84b4ad PostDownloadProvider broken down further. Mark McDowall 2011-10-14 08:37:19 -0700
  • 6f3065d5ab More work on WindowsService, still broken Keivan Beigi 2011-10-13 18:22:51 -0700
  • 6b7923bd52 Windows service is half working, Keivan Beigi 2011-10-12 19:24:30 -0700
  • 04ed22db55 Moved core of PostDownloadScanJob to PostDownloadProvider. Mark McDowall 2011-10-12 16:47:28 -0700
  • 7549c26ffe Changed Namespace for AutoMoqerTest in NzbDrone.App.Test Mark McDowall 2011-10-11 22:44:10 -0700
  • 4915b32cc6 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-11 20:44:45 -0700
  • 5098ea3249 Added two new Episode Statuses - Unpacking and Failed. Mark McDowall 2011-10-11 20:44:19 -0700
  • 87fe19ab4e Added compile date to footer kay.one 2011-10-11 19:39:46 -0700
  • 1ba959298b Added BuildDateTime to central dispatch kay.one 2011-10-11 19:24:43 -0700
  • b6360eba26 orig file are added to .gitignore kay.one 2011-10-11 00:14:46 -0700
  • a868dfca7c Merge branch 'markus' into kay.one kay.one 2011-10-11 00:11:41 -0700
  • ba11b34099 Service (work in progress) kay.one 2011-10-11 00:11:05 -0700
  • c534d47b0a Added InheritFolderPermissions to DiskProvider. Mark McDowall 2011-10-10 21:00:31 -0700
  • b695a4433e Merge branch kay.one into markus. Mark McDowall 2011-10-10 19:08:21 -0700
  • 1d31c1687c Fixed issue with invalid AirTimes for series causing Upcoming Views to fail. Mark McDowall 2011-10-10 18:11:22 -0700
  • 012fa88301 Merge branch 'markus' into kay.one kay.one 2011-10-09 10:45:08 -0700
  • 495d7b8595 More code to support service, isn't working yet. (Console still works fine) kay.one 2011-10-08 19:16:11 -0700
  • dcc4410f84 Merge branch kay.one with markus. Mark McDowall 2011-10-08 18:23:03 -0700
  • be651660a4 More bugfixes, tests. kay.one 2011-10-07 22:06:16 -0700
  • b456c5c4d2 Cleaned up ConfigProvider, added tests for paths. kay.one 2011-10-07 21:51:35 -0700
  • e15e79a6c1 Merge branch 'markus' into kay.one kay.one 2011-10-07 21:17:46 -0700
  • e941aef9f2 Configuring the AuthenticationType from the WebUI will now work, just restart and NzbDrone will change the AuthenticationType on start. Mark McDowall 2011-10-07 17:17:46 -0700
  • 2c3eff2741 Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus Mark McDowall 2011-10-07 16:25:52 -0700
  • f627b551fc AuthenticationType is now configurable from /Settings/System. Mark McDowall 2011-10-07 16:24:28 -0700
  • 6a9ee3f0b0 Resharper Code cleanup. kay.one 2011-10-06 23:57:43 -0700
  • 57c296c62f Fixed log to console issue. kay.one 2011-10-06 23:43:35 -0700
  • 8bf4f81a04 More nzbdrone.exe refactoring. kay.one 2011-10-06 23:36:04 -0700
  • f973c74c87 ConfigFileProvider will now add missing config values automatically, with a default value. Mark McDowall 2011-10-06 21:36:47 -0700
  • 69ba365cd3 More NzbDrone.exe refactoring kay.one 2011-10-06 20:37:41 -0700
  • f3ca3e97f9 Starting to add windows service support, making nzbdrone.exe unit testable. Keivan Beigi 2011-10-06 18:30:44 -0700
  • d9b2c72125 WindowsAuthentication now works (disabled by default). Mark McDowall 2011-10-06 18:18:34 -0700
  • 430fb9aead SortHelper.SkipArticles will no longer bomb when a null is passed. Mark McDowall 2011-10-06 09:37:34 -0700
  • 33930534c2 Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult Mark McDowall 2011-10-03 19:01:39 -0700
  • 2cafedb1aa UpcomingEpisodes will not show ignored episodes. Mark McDowall 2011-10-03 16:53:21 -0700
  • 7db08a10ec Next airing will not show ignored episodes. Mark McDowall 2011-10-03 16:38:22 -0700
  • ec6a0e6b7f App_Data added to .gitignore Mark McDowall 2011-10-01 00:04:06 -0700
  • f0f706b32c ConfigFile for NzbDrone.exe is now stored under App_Data for NzbDrone.Web. - This will be to provide the users a way to edit Port and set whether they want their default browser to open on startup, all form the WebUI (and not be overwritten on upgrades). Mark McDowall 2011-09-30 20:12:18 -0700
  • 79472964ed DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null) Mark McDowall 2011-09-30 09:32:57 -0700
  • 71e1827ef8 Missing Grid uses ToBestDateString for formatting. Mark McDowall 2011-09-30 09:18:13 -0700
  • 30ffe79442 DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data). Mark McDowall 2011-09-29 21:40:00 -0700
  • 7ca59b92aa Replace '&' with its XML encoded equivalent, before parsing XML. Mark McDowall 2011-09-28 21:39:05 -0700
  • fd205d3d57 Moved Grid altering CSS to its own file, used for Series/Details, missing, upcoming and histtory grids. Mark McDowall 2011-09-28 18:58:23 -0700
  • 9714a96437 Upcoming/Index now uses .ToBestDateString() for Dates, only showing on FutureForecast grid (instead of all grids). Status is shown on grid and option to search for episode. Mark McDowall 2011-09-28 17:20:29 -0700
  • 6736afbeab Added NextAiring to Series (ResultColumn), which is used for Series/Index. Added tests and fixed broken tests after adding new property. Mark McDowall 2011-09-28 10:56:30 -0700
  • f014ddcfea Added Tests for DateTime Fluent. Mark McDowall 2011-09-28 10:12:53 -0700
  • 9271b39787 Added ToBestDateString for DateTime, using on Series/Details. Mark McDowall 2011-09-27 17:10:08 -0700
  • 5f0a95b2b1 Fixed XBMC JSON requests. Mark McDowall 2011-09-27 10:41:36 -0700
  • 4eea6b8c6b Added fix for HttpProvider.PostCommand so it uses a valid URL. Mark McDowall 2011-09-26 17:50:58 -0700
  • b239e28898 Added additional logging to XBMC Provider, to trace failure to update library. Mark McDowall 2011-09-26 17:17:41 -0700
  • 0dbb3789eb Treat SUBPACK's as extra releases, so they will not be downloaded. Mark McDowall 2011-09-25 18:00:21 -0700
  • 7d4e097137 Fixed CSS for Save Button hover, so that the text no longer moves. Mark McDowall 2011-09-23 18:27:54 -0700
  • 95b4250d5d Updated IndexerSettingsModel with better descriptions. Mark McDowall 2011-09-22 17:18:41 -0700
  • 3efe465114 Added multiple bindings for IISExpress. Allowing users to not run as admin (or add an urlacl as admin), but still access NzbDrone from localhost. Mark McDowall 2011-09-20 22:41:44 -0700
  • 78a9adbbcc Added scene mapping for Hawaii Five-0 (hawaiifive2010). Mark McDowall 2011-09-19 22:13:24 -0700
  • 43fa8a1f66 Fixed broken Season parsing REGEX, added test to verify issue without parsing XML. Mark McDowall 2011-09-19 21:29:04 -0700
  • 339f191ab8 Releases with only extras will be skipped, with tests. Mark McDowall 2011-09-19 17:13:19 -0700
  • 4604bbd821 Mark invalid series downloads with NzbDrone prefix. Mark McDowall 2011-09-18 13:53:05 -0700