Commit Graph

1701 Commits

Author SHA1 Message Date
Mikael Mengistu 71ac906159
Java Client HubConnectionBuilder API Review (#2991) 2018-09-26 12:42:39 -07:00
ASP.NET CI e5470d9239 Update dependencies.props
[auto-updated: dependencies]
2018-09-23 19:31:13 +00:00
BrennanConroy ef3d3b1cdd
[TS] Change websocket library in Node (#2989) 2018-09-21 08:58:54 -07:00
BrennanConroy 4dfd93c1d7
[TS] Wait for handshake response (#2983) 2018-09-20 14:23:43 -07:00
BrennanConroy f0a34a4ca4
Clone Windows Identity in LongPolling connections (#2985) 2018-09-20 13:39:25 -07:00
Mikael Mengistu bf1aa1d818
Make tests classes and HubMessageType enum package private in the Java client(#2992) 2018-09-20 12:44:19 -07:00
Mikael Mengistu f88b7ce044
Move Java chat sample to samples package (#2974) 2018-09-20 10:33:16 -07:00
BrennanConroy 6ba5e87b45
Allow CancellationToken in streaming hub methods (#2818) 2018-09-19 15:21:07 -07:00
BrennanConroy 4b378692a4
[Java] Add Invoke support (#2961) 2018-09-19 13:58:15 -07:00
BrennanConroy 8be051ce34
Idempotentize AddSignalR (#2972) 2018-09-19 13:39:34 -07:00
Mikael Mengistu f27df1d61e
Java Async APIs (#2971) 2018-09-19 10:14:35 -07:00
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