1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00
Commit Graph

63 Commits

Author SHA1 Message Date
Keivan Beigi
3b22c087c6 creating powershell build and package script 2013-03-28 17:12:40 -07:00
kay.one
63ba1ed026 removed some unneeded references. 2013-03-25 23:48:48 -07:00
kay.one
651c7c095a removed logconfiguration 2013-02-27 22:59:36 -08:00
Keivan Beigi
c935db93dd config file based logging configuration. 2013-02-27 18:43:01 -08:00
Keivan Beigi
324b5e3b80 fixed some broken tests. 2013-02-18 17:57:28 -08:00
Keivan Beigi
68128809c9 started to remove iisexpress. 2013-02-18 17:13:42 -08:00
kay.one
97398f604b removed mono/pilot build configs. 2013-02-17 21:49:25 -08:00
kay.one
b0940ed8de upgraded to autofac 3. created nancy only mode for nzbdrone.exe /n 2013-02-17 11:19:38 -08:00
kay.one
88b06e8747 added mono build config 2013-02-16 14:01:18 -08:00
Keivan Beigi
86e554010d Revert "updated autofac to 3.0"
This reverts commit 4f6e928b4e650750c38f8bab8dbd36146c00933f.
2013-02-15 16:52:41 -08:00
Keivan Beigi
8a5a326480 updated autofac to 3.0 2013-02-15 16:52:39 -08:00
Mark McDowall
7eb522f871 More logging and better handling of services 2013-01-15 15:17:12 -08:00
Mark McDowall
a2e237b926 More logging during updates 2013-01-14 13:14:32 -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
ca94a3de3d Register Common providers 2013-01-03 18:52:01 -08:00
Mark McDowall
05aed27923 Register Types in Updater 2013-01-03 18:29:55 -08:00
Mark McDowall
924d3d0c8e Hello Autofac, Goodbye Ninject 2013-01-02 17:09:13 -08:00
Mark McDowall
48114ee6cc UpdateProvider for Update is now injected 2012-12-17 23:14:50 -08:00
Mark McDowall
64468cd9ed Upgraded nuget packages, Ninject 3, SignalR 5 2012-11-03 11:23:47 -07:00
kay.one
0eab46ce32 removed exceptioneer, updated ninject refrence for update. 2012-09-25 18:57:24 -07:00
Mark McDowall
eee24aff1d Tests added
Series metadata will be created when series info is refreshed (and on
add)
2012-07-12 11:30:43 -07:00
kay.one
a2d4b59002 Updated exceptron driver 2012-04-30 16:08:00 -07:00
kay.one
16eecb3b4f Updated to exceptron api v1a 2012-04-29 18:24:24 -07:00
kay.one
aff17f7767 Exceptions are now sent to exceptrack 2012-04-22 16:14:02 -07:00
Mark McDowall
a00c20c1af Fixed spelling of enviroment provider (Environment). :) 2012-03-06 18:59:43 -08:00
kay.one
7a3f7bf67c Fixed: Exceptions during Upgrade and AppStart are reported correctly. 2012-03-01 17:57:36 -08:00
kay.one
174f765ec9 New: NzbDrone service to automatically report errors and episode parse issues. 2012-02-04 22:50:41 -08:00
kay.one
d1e3298da1 Enabled rolling file logging. 2012-01-22 18:41:44 -08:00
kay.one
9be08b810e Nzbdrone.exe file logging 2011-12-19 11:32:52 -08:00
kay.one
0884fa617a Added extra logging to update/ProcessProvider 2011-12-11 22:54:09 -08:00
kay.one
034d0c46e5 Updated some logs, removed .vob .ts from video extentions 2011-11-25 15:46:29 -08:00
kay.one
35e47e1adc Updated twitterizer to 2.4.0.26532
Updated Json to 4.0.4
Updated NBuilder to 3.0.1.1
2011-11-22 17:28:53 -08:00
Mark McDowall
b849d45e9c Adding logging before deleting update package. 2011-11-21 19:46:58 -08:00
Mark McDowall
0224db7440 UpdateProvider will delete update package after installation. 2011-11-21 18:53:22 -08:00
Mark McDowall
a91c7bbff4 Removed Trace Logging from FileExists.
Update will now use copy to update, instead of move.
2011-11-21 16:39:56 -08:00
kay.one
6e9a6313ff Fixed update log path issues. 2011-11-20 20:18:40 -08:00
kay.one
5ea8fd22f7 Fixed application path detection. 2011-11-20 19:42:45 -08:00
kay.one
508be34ebc Update fixes. 2011-11-20 18:59:42 -08:00
kay.one
b74ef12a4c Update log files are now copied to application folder. 2011-11-20 18:13:10 -08:00
kay.one
ff8d837380 Upgrade log files are now date stamped (no longer overwritten) 2011-11-20 17:30:59 -08:00
kay.one
d73853f08b Update provider now closes all orphaned IISExpress instances before update. 2011-11-20 17:13:58 -08:00
Mark McDowall
ce73b45814 Added some additional logging to Updater to help track down a UnauthorizedAccessException during update. 2011-11-18 22:49:12 -08:00
kay.one
373b3ab075 Update now moves the update package to target folder, should make updates faster. 2011-11-17 23:31:40 -08:00
kay.one
e35a4bf8ac Fixed an upgrade/service bug where it would try to stop an already stopped service. 2011-11-14 18:38:15 -08:00
kay.one
8779a37f7f UI for automatic update. 2011-11-13 22:01:51 -08:00
kay.one
fbf7d20c5d Fixed update client path issue 2011-11-13 19:09:34 -08:00
kay.one
6369d4f817 Update updates ;) 2011-11-13 18:54:09 -08:00
kay.one
56a6e1372d Update client is now included in the build package 2011-11-13 16:57:03 -08:00
kay.one
79b3a22c9a Fixed some exception logging where exceptions weren't logged. 2011-11-13 12:42:12 -08:00