James Newton-King
a699b61ffa
Increase TS HubConnection timeout in tests for slow build environments ( #2328 )
2018-05-22 09:24:33 +12:00
James Newton-King
b1194f67e7
Increase logging in flakey CanCloseStreamMethodEarly test ( #2330 )
2018-05-22 09:15:54 +12:00
ASP.NET CI
c1072ee740
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-20 19:47:10 +00:00
Andrew Stanton-Nurse
b62d72542b
Add note about building TS library first ( #2324 )
2018-05-19 21:54:10 -07:00
James Newton-King
e29296220d
Fix not reading to end of argument JSON on binding error ( #2319 )
2018-05-19 19:50:43 +12:00
James Newton-King
879646aba3
Fix losing UTC DateTimeKind on ISO8601 UTC values ( #2317 )
2018-05-19 18:43:14 +12:00
James Newton-King
96bbe70cd8
Handle incoming HTTP requests being canceled gracefully ( #2314 )
2018-05-19 13:32:05 +12:00
James Newton-King
bff2060454
Fix JsonHubProtocol error message when too many arguments ( #2312 )
2018-05-18 19:55:53 +12:00
Andrew Stanton-Nurse
b493f01b35
Fix #2291 by documenting how to debug TS tests ( #2306 )
2018-05-17 17:09:45 -07:00
BrennanConroy
32cee74a0c
Generate baselines and enable Api check ( #2304 )
2018-05-17 15:21:13 -07:00
John Luo
26e456fd25
Fix tests after logging change ( #2308 )
2018-05-17 13:27:50 -07:00
Pavel Krymets
3719dc00fa
Enable analyzers ( #2300 )
2018-05-17 09:48:07 -07:00
BrennanConroy
422965f3c1
React to logging changes ( #2299 )
2018-05-17 09:18:37 -07:00
James Newton-King
eaa03679de
Fix flakey tests from SSE receiving a 404 response on stop ( #2282 )
2018-05-17 18:31:56 +12:00
Brian Mortensen
cd8f238f83
Add Content-Type header in HttpClient.ts ( #2242 )
2018-05-17 10:31:39 +12:00
Andrew Stanton-Nurse
2388dd3a76
Merge pull request #2287 from aspnet/release/2.1
...
Android HttpClientHandler.ClientCertificates fix (#2270 )
2018-05-16 12:39:50 -07:00
James Newton-King
e1a22b315d
Android HttpClientHandler.ClientCertificates fix ( #2270 )
2018-05-16 11:25:39 -07:00
Mikael Mengistu
2041cf6ede
Don't create empty lambdas ( #2283 )
2018-05-16 11:12:53 -07:00
Mikael Mengistu
283297f455
Remove handlers from HubConnection ( #2267 )
2018-05-15 23:57:02 -07:00
BrennanConroy
9cb683a41d
Merge branch 'release/2.1' into dev
2018-05-15 16:16:02 -07:00
BrennanConroy
95f543848c
Fix multiple connections for a single user in Redis and MemoryLeak ( #2273 )
2018-05-15 15:57:23 -07:00
James Newton-King
43aa392dff
Add state to TS HubConnection ( #2268 )
2018-05-16 08:43:08 +12:00
BrennanConroy
2e0057e477
Remove backpressure from benchmarks app ( #2087 )
2018-05-14 10:52:19 -07:00
BrennanConroy
36b7f72460
Expose Hub method for server time for benchmarking ( #2264 )
2018-05-14 08:35:23 -07:00
James Newton-King
7625bbcb6c
Add HubConnection.State ( #2204 )
2018-05-14 19:23:00 +12:00
Stephen Halter
ffc665ccc2
Use correct TaskCompletionSource ctor ( #2261 )
...
https://github.com/dotnet/corefx/issues/29664
2018-05-13 19:52:19 -07:00
ASP.NET CI
9acc2ee2cc
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-13 14:23:53 -07:00
Andrew Stanton-Nurse
6b6821dd3b
Merge pull request #2260 from aspnet/release/2.1
...
Embed version in the JavaScript client (#2229 )
2018-05-11 12:56:03 -07:00
Andrew Stanton-Nurse
f005e80b14
Embed version in the JavaScript client ( #2229 )
2018-05-11 12:55:22 -07:00
Andrew Stanton-Nurse
76a6cbcd84
Embed version in the JavaScript client ( #2229 )
2018-05-11 12:54:30 -07:00
Andrew Stanton-Nurse
e1f7cb4105
Update Issue Template ( #2231 )
...
We changed some of the logging APIs and I decided it would be better to just write a Wiki page with a full diagnostics guide to refer to from the template. We can also link to the guide when we need to ask for more information (logs, traces, etc.)
2018-05-11 09:48:37 -07:00
James Newton-King
023e61495f
Test combining multi-byte character writes with individual chars ( #2238 )
2018-05-10 17:38:19 -07:00
BrennanConroy
7916f95235
Merge branch 'release/2.1' into dev
2018-05-10 16:54:26 -07:00
BrennanConroy
4b1fb58a8a
Throw error on unexpected close ( #2205 )
2018-05-10 16:38:21 -07:00
BrennanConroy
3dbfa3e8f8
More realistic echo scenario ( #2240 )
2018-05-10 08:32:03 -07:00
James Newton-King
db33d593f0
Gracefully handle disposing while writing ( #2180 )
2018-05-09 17:57:56 -07:00
BrennanConroy
27355346b4
Update Jwt to 2.2 ( #2237 )
2018-05-09 11:50:39 -07:00
BrennanConroy
f09b0e13d9
Upgrade to netcoreapp2.2 and remove netcoreapp2.0 testing ( #2221 )
2018-05-09 09:59:02 -07:00
Mikael Mengistu
62d892315b
Merge pull request #2224 from aspnet/release/2.1
...
Use params passed into HubConnectionBuilder (#2223 )
2018-05-07 21:44:04 -07:00
Mikael Mengistu
6f6382799b
Use params passed into HubConnectionBuilder ( #2223 )
2018-05-07 18:19:20 -07:00
Andrew Stanton-Nurse
f163670bec
Merge pull request #2220 from aspnet/release/2.1
...
update README for npm packages (#2216 )
2018-05-07 09:14:44 -07:00
Andrew Stanton-Nurse
1012b36bfb
update README for npm packages ( #2216 )
2018-05-07 09:14:24 -07:00
ASP.NET CI
d3a800f0b3
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-06 12:31:30 -07:00
James Newton-King
da7a95f563
Handle null collections when writing NegotiateResponse ( #2202 )
2018-05-04 16:08:06 -07:00
Andrew Stanton-Nurse
b1fccab7b1
Merge pull request #2203 from aspnet/release/2.1
...
switch tests to 'jest' (#2193 )
2018-05-04 12:57:19 -07:00
Andrew Stanton-Nurse
e3e80b957c
switch tests to 'jest' ( #2193 )
2018-05-04 12:51:33 -07:00
Mikael Mengistu
562b494229
New Idle Connection Benchmark Scenario ( #2178 )
2018-05-04 18:08:02 +00:00
Andrew Stanton-Nurse
9902835671
Merge branch 'release/2.1' into dev
2018-05-04 09:06:45 -07:00
Andrew Stanton-Nurse
c009e15b0c
Make HttpTransportType a flags enum in TypeScript ( #2179 )
2018-05-04 09:05:29 -07:00
ASP.NET CI
4c1c494748
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:51:09 -07:00