1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 16:01:46 +02:00
Commit Graph

124 Commits

Author SHA1 Message Date
kay.one
e635e816f6 moved moving of episode files into their own service. 2013-03-07 21:39:54 +09:00
kay.one
40a959a309 more search cleanup. 2013-03-07 21:39:53 +09:00
kay.one
ef5f565a4d cleaned up episode search 2013-03-07 21:39:52 +09:00
kay.one
02d842a2b2 some preliminary work to move decision engine to use the visitor pattern. 2013-03-07 21:39:51 +09:00
kay.one
dce64a5530 moved naming specification out of general config. 2013-03-07 21:39:50 +09:00
kay.one
db37d020f4 renamed report rejection reason. 2013-03-07 21:39:49 +09:00
Keivan Beigi
10f4dd5a60 removed unused dependencies. 2013-03-05 11:58:53 -08:00
Keivan Beigi
4877ce405e event based cleanup when a series is deleted. 2013-03-05 11:49:34 -08:00
kay.one
d1ba892e45 Added IHandleAsync, these handlers will be run async and in parallel to each other. 2013-03-04 22:25:05 -08:00
kay.one
333a88ebd1 added locking to RssSyncJob 2013-03-04 21:55:36 -08:00
kay.one
6c17639ade added job time that ticks kicks off scheduler. 2013-03-04 21:51:07 -08:00
kay.one
568d4b8eeb moved jobs around again ;) 2013-03-04 21:37:33 -08:00
kay.one
50674d388c more project clean up. 2013-03-04 21:33:34 -08:00
kay.one
eaf6f94c02 job structure cleanup. 2013-03-04 21:20:47 -08:00
Keivan Beigi
5e77d51510 Cleaned up JobController. 2013-03-04 18:34:38 -08:00
Keivan Beigi
8ebcf0eb8b moved jobcontroller to a blocking collection 2013-03-04 17:48:20 -08:00
kay.one
1ccbb3c9d8 automatically download banner,poster, fanart. without a job :D 2013-03-03 21:53:28 -08:00
kay.one
77eedf448e fixed jobs running all the time. 2013-03-02 12:14:18 -08:00
kay.one
beb2f7c7fd removed sqlce 2013-03-02 10:25:39 -08:00
kay.one
de5d5b76e8 moved media file service 2013-02-28 23:05:52 -08:00
Mark McDowall
4e1c04b186 Fixed series info not saving properly when refreshing info 2013-02-28 08:33:55 -08:00
Mark McDowall
0f940364a3 Added todo, using Any() 2013-02-27 14:29:08 -08:00
Keivan Beigi
94daf08361 add series works again, now includes title. 2013-02-25 19:58:57 -08:00
Keivan Beigi
c9370865a4 removed searchhistory storage. 2013-02-25 18:20:42 -08:00
kay.one
5fc25b6095 external notifications are now based on Events. 2013-02-24 15:47:57 -08:00
kay.one
9931bab998 fixed more tests. 2013-02-24 11:57:33 -08:00
kay.one
554924a522 post grab notification and updates are now using the new EventAggregator 2013-02-24 11:18:48 -08:00
kay.one
13658e3c6d moved config to objectdb. 2013-02-23 22:48:52 -08:00
Mark McDowall
7d0d5ab943 Use Series.OID (Tests still need to be updated)
CalendarModule working
2013-02-23 15:09:15 -08:00
Keivan Beigi
d722a8357b this should fix some more tests. 2013-02-22 15:55:43 -08:00
Keivan Beigi
8a34f1096d Replaced EpisodeService with IEpisodeService 2013-02-21 16:47:09 -08:00
Mark McDowall
563db453fc Cleaned up IndexerService and tests 2013-02-21 08:38:31 -08:00
Mark McDowall
1f782dc20e Use IIndexerService 2013-02-20 23:26:32 -08:00
Mark McDowall
43a7d6239e Moved indexers to ObjectDb 2013-02-20 23:07:34 -08:00
Keivan Beigi
b5644bf660 moved series/season/episodes to object db. 2013-02-19 18:05:15 -08:00
kay.one
4504232956 still very broken 2013-02-18 22:56:02 -08:00
kay.one
2d4998d52d moved Series,Seasons,Episodes to their own folders. 2013-02-18 22:01:03 -08:00
Keivan Beigi
499401fc70 Moved DecisionEngine to root of core. 2013-02-18 18:19:38 -08:00
Keivan Beigi
68128809c9 started to remove iisexpress. 2013-02-18 17:13:42 -08:00
kay.one
40f3a8663d splited jobprovider into jobrepo, jobcontroller, moved to object db. 2013-02-17 23:59:43 -08:00
kay.one
177f88303c ignore WithReadDb() calls in mono 2013-02-17 08:23:53 -08:00
kay.one
3ab04fd213 added conditional compile for mono 2013-02-16 11:23:31 -08:00
kay.one
c184595935 added Nancy pipelines for error handling,
cleaned up container registrations.
2013-02-15 16:52:04 -08:00
Mark McDowall
d398440322 Scene Mappings update every 6 hours now 2013-01-26 11:42:32 -08:00
Mark McDowall
7d82c249f9 Fixed issue with Daily Series searching 2013-01-16 18:51:25 -08:00
Mark McDowall
a1e8266cd8 Little JobProvider cleanup 2013-01-14 08:36:16 -08:00
Mark McDowall
5e7c0951b7 Searching refactored
#ND-135 fixed
2013-01-13 00:24:48 -08:00
Mark McDowall
1ef6906dc1 Merge branch 'autofac'
Conflicts:
	NzbDrone.Common/IISProvider.cs
	NzbDrone.Core/CentralDispatch.cs
2013-01-06 01:14:52 -08:00
Mark McDowall
125703a2fa Hidden startup, shutodwn and restart
New: Run without console window by default
New: Added NzbDrone.Console to run with console window
New: Shutdown from UI
New: Restart from UI
2013-01-06 00:25:45 -08:00
Mark McDowall
924d3d0c8e Hello Autofac, Goodbye Ninject 2013-01-02 17:09:13 -08:00