Commit 393a36a
committed
Remove SignalR
Neither ServicePulse nor ServiceInsight use SignalR, and neither has for
several releases. ServicePulse dropped it as part of the migration to Vue.js.
Nothing has connected to the `/api/messagestream` hub since, so this is all
dead weight in the error instance. Audit and Monitoring were never involved.
Removed:
- `MessageStreamerHub` and the `/api/messagestream` endpoint. Alongside
pushing notifications out, the hub exposed a `SendMessage` method that let
clients dispatch arbitrary NServiceBus messages into ServiceControl's input
queue, so that goes too.
- `GlobalEventHandler`, `Envelope` and `ServicePulseNotifier`.
- `AddSignalR()`, its JSON protocol configuration, and the
`AddServicePulseSignalRNotifier()` registration.
- `IUserInterfaceEvent`, the marker that selected which domain events got
broadcast, and the 25 classes that implemented it.
- `EventLogItemAdded`, which was only ever constructed to be broadcast.
`AuditEventLogWriter` now just maps and stores the log item, which is what
`/api/eventlogitems/` reads.
- The `Microsoft.AspNetCore.SignalR.Client` package reference, the acceptance
tests that used it, and the `HttpMessageHandlerFactory` test infrastructure
those tests were the only consumers of.1 parent e3e5a14 commit 393a36a
46 files changed
Lines changed: 35 additions & 520 deletions
File tree
- docs
- src
- ServiceControl.AcceptanceTests.RavenDB
- ServiceControl.AcceptanceTests
- Monitoring/CustomChecks
- Recoverability/MessageFailures
- TestSupport
- ServiceControl.DomainEvents
- Interfaces
- Recoverability
- ServiceControl.Hosting/Auth
- ServiceControl
- Contracts
- CustomChecks
- EventLog
- MessageFailures
- MessageRedirects
- CustomChecks
- EventLog
- Infrastructure
- SignalR
- WebApi
- Monitoring/Contracts/HeartbeatMonitoring
- Recoverability/Retrying/Messages
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
Lines changed: 5 additions & 84 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
| |||
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
31 | | - | |
| 26 | + | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
| |||
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 44 | + | |
124 | 45 | | |
125 | 46 | | |
126 | 47 | | |
127 | 48 | | |
128 | 49 | | |
129 | | - | |
| 50 | + | |
130 | 51 | | |
131 | 52 | | |
132 | 53 | | |
133 | 54 | | |
134 | | - | |
| 55 | + | |
135 | 56 | | |
136 | 57 | | |
137 | 58 | | |
| |||
145 | 66 | | |
146 | 67 | | |
147 | 68 | | |
148 | | - | |
| 69 | + | |
Lines changed: 0 additions & 118 deletions
This file was deleted.
0 commit comments