1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-27 14:12:40 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
kay.one
e1177463cd Removed MVC3 GAC dependency 2011-05-30 15:39:06 -07:00
kay.one
8eb04d9de7 Updated jQuery/Ninject/Unity using nuget 2011-05-30 00:38:39 -07:00
kay.one
1399ff15f2 moved all libraries out of NzbDrone.Core\Libraries to the root of the solution 2011-05-30 00:33:07 -07:00
kay.one
10cf7b774a using nuget for Moq 2011-05-30 00:27:39 -07:00
kay.one
6ade4b4bd7 Updated sqlite to the latests official builds 2011-05-30 00:05:45 -07:00
kay.one
5879d3ac31 Added dbBenchmark tests 2011-05-29 23:47:11 -07:00
kay.one
1239da656e Rewrite of InventoryProvider 2011-05-28 12:23:35 -07:00
kay.one
5a812801b7 EpisodeSearchJob bug fixes/tests 2011-05-26 20:07:32 -07:00
kay.one
a6ad977114 Fixed import new series being stuck in a loop if an update failed
Seperated IndexerProviderTest from ProviderTests
Fixed some ToString() issues
Refactored IndexerBase/IndexerProvider
2011-05-26 19:12:28 -07:00
kay.one
500e9af6c3 Fixed a bug where reports weren't being added to history 2011-05-23 21:12:54 -07:00
kay.one
ce63f05512 added better db migration support than what Subsonic provides out of the box. 2011-05-23 17:34:57 -07:00
kay.one
180da4c82a Migrator.net fails 2011-05-23 16:29:14 -07:00
kay.one
f33c2c4939 Added episode status to back end, getting ready for backlog 2011-05-22 09:53:06 -07:00
kay.one
e4ff0d6471 Diskscan/Info update job refactoring and test 2011-05-20 17:23:49 -07:00
kay.one
849beef5a2 Added inventory provider with basic tests 2011-05-19 21:59:35 -07:00
kay.one
6d085d5340 Added support to Error/Warning/Fatal verification in text projects 2011-05-18 20:55:35 -07:00
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.
2011-04-25 10:48:16 -07:00
kay.one
9028e498ca Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in. 2011-04-20 00:44:13 -07:00
kay.one
59899286ee Added TimerProvider 2011-04-19 18:20:20 -07:00
Keivan
6f2dcbf838 Revered back to subsonic
Added indexer configuration back-end
2011-04-18 17:12:06 -07:00
kay.one
8cade435d1 Application will automatically restart on db error.
Added SyncProvider Tests
2011-04-09 19:28:54 -07:00
Mark McDowall
0a7f7fc1fc Added tests for RootDirProvider. 2011-04-09 14:35:13 -07:00
kay.one
53607d89fe wrote automoqer unit test 2011-04-07 23:50:30 -07:00
kay.one
a9f08caa18 Removed IQuality provider
Updated AutoMoq to support SetConstant
2011-04-07 21:03:46 -07:00
kay.one
0a783542a6 Removed ITvDbProvider
Added SetConstant to AutoMoq
2011-04-06 20:34:48 -07:00
kay.one
c1bd62ae64 Added AutoMoq. Removed IHTTP Provider 2011-04-06 19:25:52 -07:00
kay.one
67fb2cf987 Cleaned up Test project's references 2011-04-04 23:55:02 -07:00
kay.one
73aecc0796 added test for basic FeedProviderBase, fixed some issues with it. 2011-04-04 23:33:24 -07:00
kay.one
7e4c38ec3f removed most of existing rss code 2011-04-03 22:24:19 -07:00
kay.one
6870c2326f Updated Ninject using NuGet 2011-03-28 22:10:37 -07:00
markus101
a413a9d53d Fixed unit tests. 2011-02-16 18:15:48 -08:00
markus101
da979639ba More config pages have been added. AJAX to save. Order with jquery sortable.
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
2011-01-28 22:10:22 -08:00
Keivan
bf1ff29519 look right in IE, all episodes are ajax loaded.
commited somewhere between vancouver and vegas @ 2135ft. Alt and 480mph.
2010-10-29 20:54:48 -06:00
Keivan
fa0af257ff fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI 2010-10-24 00:46:58 -07:00
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
2010-10-20 18:49:23 -07:00
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
2010-10-17 10:25:27 -07:00
Keivan
9c7355f3fb Cleaned up some tests 2010-10-07 15:17:24 -07:00
Keivan
81e155ae42 Added basic episode support 2010-10-04 23:21:18 -07:00
Keivan
899e5a9a22 aFixed QualityProfile storage test 2010-09-29 23:59:00 -07:00
Keivan
27164d422c fixed sql lite x64/x86 issue 2010-09-29 18:39:25 -07:00
Keivan
26c03d7162 Added broken tests 2010-09-29 10:19:18 -07:00
Keivan
9515c8788a still trying this merge 2010-09-27 20:59:02 -07:00
Keivan
7543f6e786 Fixed merge with Mark's fork 2010-09-27 20:56:39 -07:00
Keivan
e2128d2235 Merged Mark's fork in 2010-09-27 20:40:01 -07:00
Keivan
babe2735ee failed attempt to write a test for Series Controller 2010-09-27 20:04:39 -07:00
markus101
a2967f4658 IHttpController/HttpController Added (So we can Mock SABnzbd requests)
More unit tests for SabController
2010-09-27 17:49:34 -07:00
Keivan
020a7462c0 updated some tests 2010-09-27 17:27:02 -07:00
markus101
a427f9c16d SabController - Removed AddByPath, Completed AddByUrl and IsInQueue
Created SabControllerTest - Added AddByPath Test (Needs more work)
Added, Episode, FeedItem, ItemInfo and Site classes to store information
2010-09-26 19:20:42 -07:00
kay.one
7540890987 Added Ninject.Moq 2010-09-26 17:22:44 -07:00
kay.one
772452aa8b added tests for basic config set/get to db 2010-09-23 23:16:43 -07:00