Commit Graph

1690 Commits

Author SHA1 Message Date
BrennanConroy 70ea1268a7
Use JUnit 5 for tests (#2968) 2018-09-18 09:45:29 -07:00
BrennanConroy 8f1ecc8bba Merge branch 'release/2.1' into release/2.2 2018-09-18 08:56:01 -07:00
BrennanConroy bc148a0724
Incorrect nameof usage (#2967) 2018-09-18 08:36:17 -07:00
ASP.NET CI 3f05f09fe4 Update dependencies.props
[auto-updated: dependencies]
2018-09-16 12:28:05 -07:00
Mikael Mengistu 529cfeeff8
Java Client API review cleanup (#2956) 2018-09-15 16:43:16 -04:00
David Fowler 48b3f18642
Improve the handshake request parsing errors (#2953)
- Print out the raw handshake payload as utf8 text if it fails to parse as JSON or if we're missing properties. This should help flesh out potentially buggy clients.
2018-09-13 22:11:17 -07:00
BrennanConroy 7663de258e Merge branch 'release/2.1' into release/2.2 2018-09-13 13:26:29 -07:00
BrennanConroy 8a8d1e7d0a
Add expected test log exception to fix flaky test (#2958) 2018-09-13 12:43:52 -07:00
BrennanConroy 55597adf61
[Java] De-Serializing Custom Types (#2940)
Move json out of HubConnection
2018-09-12 15:47:10 -07:00
Mikael Mengistu 9db1c2af1a
Making all the things Package Private in the Java Client (#2945) 2018-09-11 16:56:37 -07:00
BrennanConroy bfae012dd0 Merge branch 'release/2.1' into release/2.2 2018-09-11 16:05:46 -07:00
BrennanConroy 8dffc68cea
Cancel previous request on close (#2923) (#2942) 2018-09-11 15:50:00 -07:00
BrennanConroy 015a8c1461
Collect "redis MONITOR" logs (#2946) 2018-09-11 14:19:45 -07:00
BrennanConroy a51eec7a1d
Add NodeJS in-box support (#2910) 2018-09-11 13:16:15 -07:00
BrennanConroy 399ac267ca
Cancel previous request on close (#2923) 2018-09-10 15:09:05 -07:00
BrennanConroy adc5706bcb
Add more redis logs (#2936) 2018-09-10 11:51:27 -07:00
ASP.NET CI caa5bfeb65 Update dependencies.props
[auto-updated: dependencies]
2018-09-09 12:29:27 -07:00
Ben Adams db99baac35 Don't capture AsyncLocals onto Timers (#2904) 2018-09-07 14:08:08 -07:00
BrennanConroy b9e118b61f
Remove a nullref in test logs (#2925) 2018-09-07 10:39:24 -07:00
Mikael Mengistu 39e6c6ff2f
Spotless for the Java Client (#2924) 2018-09-07 10:39:05 -07:00
Mikael Mengistu f18c1d7159
Should skip negotiate in tests that use fake urls (#2921) 2018-09-06 11:49:46 -07:00
Mikael Mengistu 43cbb9edda
Unify exceptions for unsupported message types (#2908) 2018-09-06 11:01:12 -07:00
Mikael Mengistu b0155446ab
Use HubException for error in HandShakeResponse (#2914) 2018-09-06 11:00:05 -07:00
BrennanConroy b67137bc00 Merge branch 'release/2.1' into release/2.2 2018-09-06 09:34:07 -07:00
BrennanConroy 647ea8a945
Add VSCode debug configuration for Java (#2916) 2018-09-06 08:54:37 -07:00
Mikael Mengistu dc6088bf21
Negotiate + SignalR Service Support for the Java client (#2882) 2018-09-05 16:53:07 -07:00
Nate McMaster ac7ca5b270
Update branding to 1.1.0-preview3 2018-09-05 16:28:32 -07:00
Liangying.Wei 201c058b93 Fix TestWebSocketConnectionFeature that CancellationToken is not working (#2906) 2018-09-05 09:31:05 -07:00
BrennanConroy 753c3da852
Avoid ODE in tests with Server logging (#2742) (#2907) 2018-09-04 13:57:19 -07:00
ASP.NET CI d20d4f128e Update dependencies.props
[auto-updated: dependencies]
2018-09-02 12:27:12 -07:00
BrennanConroy f42f4c56e6
Initialize HttpConnectionManager before registering callbacks (#2878) 2018-08-30 14:42:16 -07:00
Andrew Stanton-Nurse f91ba38907
fix chrome headless lag on Win7 (#2890) 2018-08-29 12:55:57 -07:00
Andrew Stanton-Nurse e2cc0e2a19
add --no-restore when building functional test proj (#2889) 2018-08-29 12:55:19 -07:00
Andrew Stanton-Nurse 73e6742ba2
Use gradle to detect java (#2888) 2018-08-29 12:53:17 -07:00
BrennanConroy f314362ea5
Remove logging from flaky SSE tests (#2880) 2018-08-28 12:52:42 -07:00
BrennanConroy 3bc2cfc3b1
Merge pull request #2877 from aspnet/brecon/merge215
Merge release/2.1 to release/2.2
2018-08-28 11:47:51 -07:00
BrennanConroy 90a1be7133 Merge branch 'release/2.1' into release/2.2 2018-08-28 11:15:48 -07:00
BrennanConroy 04c606d55f LongPolling: Setting connection to inactive while there is still an active poll (#2769) 2018-08-28 09:44:50 -07:00
BrennanConroy ef533caf11 Fix flaky test: StreamDoesNotStartIfTokenAlreadyCanceled (#2805) 2018-08-28 09:44:17 -07:00
BrennanConroy fd53f84f63 TypeScript improvements and tslib dep (#2808)
Resolves "Module not found: Can't resolve 'tslib' in '...@aspnet\signalr\dist\esm'"
2018-08-28 09:43:12 -07:00
Nate McMaster 118fc0a27f
Fail CI builds if the JDK cannot be found, warn for local builds, and add a flag to completely skip building the Java client 2018-08-24 10:38:58 -07:00
Andrew Stanton-Nurse 2db0c086b2
fix #2853 by adding blurb to readme (#2854) 2018-08-23 09:00:51 -07:00
BrennanConroy 070bc945f1
Add junit test result files to typescript functional and unit tests (#2846) 2018-08-22 12:05:35 -07:00
BrennanConroy f8a46faf9d
Detect ASP.NET SignalR server connection attempt (#2820) 2018-08-22 11:17:04 -07:00
BrennanConroy 5f4d0dac3c
Ignore failures from sending ping (#2840) 2018-08-22 10:36:36 -07:00
BrennanConroy db3f3f2a53
Tweak some Redis log levels (#2838) 2018-08-22 10:35:43 -07:00
Andrew Stanton-Nurse fd5d024651
remove extraneous file (#2851) 2018-08-21 16:22:04 -07:00
BrennanConroy ac0e8f11ca
Fix TS msgpack on IE and Ping breaking connection on server (#2847) 2018-08-21 14:47:43 -07:00
Mikael Mengistu 60d617c5ac
Check connection state before start stop and send (#2824) 2018-08-21 14:03:32 -07:00
ASP.NET CI 61eea0d0d4 Update package branding for 2.2.0-preview2 2018-08-21 13:33:52 -07:00