1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-10 04:52:42 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Mark McDowall
c928ccb201 Added progress messaging, using info logging
Also extension methods for complete and failed (for coloured UI messaging)
2013-09-01 21:12:57 -07:00
Mark McDowall
eeda4e83f9 Fixed the broken tests 2013-09-01 21:12:54 -07:00
Mark McDowall
c96ba5efd3 Commands return immediately and signalr is used to control the UI 2013-09-01 21:12:41 -07:00
Mark McDowall
a3961ffb69 Added CommandId to commands 2013-09-01 21:12:18 -07:00
kay.one
9f0ae763ff moved logic for reading static file to mappers 2013-08-19 23:23:36 -07:00
Keivan Beigi
9181b1bb91 more granular Concurrency control.
indexer calls are done fully paralleled.
events are dispatched on max of 2 threads.
2013-05-29 18:35:26 -07:00
kay.one
c122502634 fixed app not responding to anything but localhost
disabled startup update check
2013-05-20 19:41:24 -07:00
kay.one
687f8d9384 fixed disk scan scheduler. 2013-05-12 19:52:55 -07:00
kay.one
fa8f67d7fe fixed service registration for event handlers and executors. 2013-05-07 22:47:15 -07:00
Keivan Beigi
182192e0ba added commands.
they can be triggered using the api

api/command/
2013-04-26 19:03:34 -07:00
Keivan Beigi
7ae9e79540 renamed EventAggregator to MessageAggregator 2013-04-24 10:32:03 -07:00
kay.one
62f15d4d96 season list is properly populated in series details. 2013-03-03 15:21:53 -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
c35682376e added sample event for series added 2013-02-23 12:34:51 -08:00
kay.one
66972e5bc6 simplified EventAggregator 2013-02-23 12:09:44 -08:00