Feature: Repository Monitor

Subscribe to be notified of database changes.
This commit is contained in:
Gary Sharp
2013-04-11 16:11:42 +10:00
parent b5531e64bd
commit 4869005c82
29 changed files with 657 additions and 216 deletions
@@ -22,6 +22,9 @@ namespace Disco.Web.Areas.API
context.Routes.MapConnection<Disco.Services.Tasks.ScheduledTasksLiveStatusService>(
"API_Logging_TaskStatusNotifications", "API/Logging/TaskStatusNotifications/{*operation}");
context.Routes.MapConnection<Disco.BI.Interop.SignalRHandlers.RepositoryMonitorNotifications>(
"API_Repository_Notifications", "API/Repository/Notifications/{*operation}");
context.MapRoute(
"API_Update",
"API/{controller}/Update/{id}/{key}",