Ryan Brandenburg
1992701808
Reorganize source code in preparation to move into aspnet/AspNetCore
...
Prior to reorganization, this source code was found in d0bcdf3dd9
2018-11-27 12:06:02 -08:00
BrennanConroy
d0bcdf3dd9
Fix dynamic require for Webpack ( #3306 )
2018-11-19 09:29:28 -08:00
BrennanConroy
e2a712a1cd
Add logging to HubConnectionHandlerTests ( #3286 )
2018-11-16 10:00:18 -08:00
BrennanConroy
7e96a02975
Skip cert errors on Chromium too ( #3299 )
2018-11-14 10:48:26 -08:00
BrennanConroy
3896fc7242
Cleanup process ( #3300 )
2018-11-14 10:48:12 -08:00
BrennanConroy
b476df9acd
Custom CORS-like middleware to allow wildcard origin in test app ( #3292 )
2018-11-12 09:06:51 -08:00
Nate McMaster
a9def470e3
Don't attempt to detect java if SkipJavaClient is true
2018-11-11 20:24:25 -08:00
Nate McMaster
a242dc726d
Ensure .jar files are included in code signing with the correct certificate
2018-11-11 16:31:08 -08:00
BrennanConroy
df668017ee
Add HTTPS tests for node/browser tests ( #3283 )
2018-11-09 15:29:00 -08:00
BrennanConroy
d0dac557ac
Fix flaky test ( #3268 )
2018-11-08 11:47:26 -08:00
Andrew Stanton-Nurse
f4d3ebe09a
Add docs blurb to Readme ( #3276 )
2018-11-07 12:10:48 -08:00
BrennanConroy
a03b8f85a8
Add docker retry to stackexchange redis tests ( #3270 )
2018-11-07 08:48:49 -08:00
BrennanConroy
56f78b4593
Retry redis docker ( #3265 )
2018-11-06 15:23:03 -08:00
Pavel Krymets
7ae4cb0fb6
Remove obsolete logging API usage ( #3267 )
2018-11-06 14:30:09 -08:00
BrennanConroy
bbdf95e449
Skip flaky java test ( #3266 )
2018-11-06 14:15:53 -08:00
BrennanConroy
ffd4bcd850
Server per test ( #3253 )
2018-11-06 09:33:15 -08:00
BrennanConroy
b006a2c789
Clean up logging ( #3247 )
2018-11-01 15:47:01 -07:00
Andrew Stanton-Nurse
4496366794
Remove Jenkins PR build config files
2018-11-01 11:03:47 -07:00
BrennanConroy
83139d36f4
Add some missing test logging ( #3242 )
2018-10-31 16:05:26 -07:00
Mikael Mengistu
5b486cdfa9
Java API Doc revisions
2018-10-31 10:42:43 -07:00
BrennanConroy
865de16086
Enable cookie jar for Node client using request package ( #3202 )
2018-10-30 22:13:24 -07:00
BrennanConroy
36ca210a65
[Java] Add null ref test for websocket
2018-10-30 15:43:43 -07:00
BrennanConroy
46a3d7e342
Merge branch 'release/2.2' of https://github.com/DHosseiny/SignalR into DHosseiny-release/2.2
2018-10-30 15:43:10 -07:00
BrennanConroy
c9600ac2d4
[Java] Log invocation binding failures ( #3160 )
2018-10-30 13:49:43 -07:00
BrennanConroy
73f2f19984
[Java] API level support down to 23
2018-10-29 16:53:47 -07:00
Mikael Mengistu
1edf818104
Remove hidden BiConsumer reference ( #3215 )
2018-10-29 13:33:19 -07:00
BrennanConroy
9407fe12f6
RxJava is on the public API so the library needs to declare it as such ( #3155 )
2018-10-29 11:43:01 -07:00
Seyyed davud hosseiny
e8b9dc52ba
Fix NullPointerException when unboxing null to int.
...
Change int to Integer to allow use null as code.
2018-10-27 10:48:14 +03:30
Mikael Mengistu
e1b602a7c5
Remove BiFunction Ref ( #3213 )
2018-10-26 13:38:35 -07:00
Mikael Mengistu
2ad1996220
Remove LogLevel enum ( #3203 )
2018-10-26 10:50:24 -07:00
Mikael Mengistu
fc3a1fee61
Remove Dependency on java.util.Function ( #3186 )
2018-10-25 14:50:21 -07:00
Brady Gaster
0aab8e5dd0
added maven badge to readme.md ( #3201 )
...
* added lines to the sample code that result in it working with copy/paste
* removed readme.md change
* added maven badge to readme.md
2018-10-25 12:38:05 -07:00
Mikael Mengistu
132eac5e37
Add version numbers to the build.gradle file ( #3195 )
2018-10-24 13:42:33 -07:00
BrennanConroy
29c06e2636
Update deps ( #3170 )
2018-10-24 11:18:41 -07:00
Andrew Stanton-Nurse
c129d272a4
Update npm readme with Node info ( #3194 )
...
I noticed that these READMEs are out of date now that we have "official" node support.
2018-10-24 11:15:34 -07:00
Mikael Mengistu
7eb5afd141
Update Build Badges ( #3184 )
2018-10-24 11:03:10 -07:00
BrennanConroy
f7d10bec02
[Java] Plumb RxJava through client ( #3148 )
2018-10-23 10:52:26 -07:00
Mikael Mengistu
0f5fc5b912
Remove Duration API from Java Client ( #3173 )
2018-10-23 09:45:01 -07:00
BrennanConroy
63900a462b
Use Node https module for https requests ( #3171 )
2018-10-23 08:21:54 -07:00
BrennanConroy
2bea4608fa
Fix tests to use dynamic ports ( #3177 )
2018-10-22 20:32:53 -07:00
Mikael Mengistu
4a3d1c689f
Remove functional interfaces ( #3165 )
2018-10-22 11:37:09 -07:00
Mikael Mengistu
95ccb1ee52
More Java Docs ( #3138 )
2018-10-19 14:31:05 -07:00
BrennanConroy
d82a3e6c99
Update to new VSTS script ( #3162 )
2018-10-19 12:29:47 -07:00
BrennanConroy
e68c8025d5
Don't set Redis timeout ( #3154 )
2018-10-19 09:14:33 -07:00
Mikael Mengistu
d3aaf1f542
Remove withTransport and withHttpClient APIs( #3152 )
2018-10-18 16:31:44 -07:00
Mikael Mengistu
7191c12a65
Enable logging in chat sample ( #3134 )
2018-10-18 15:32:57 -07:00
Mikael Mengistu
203c2a22ed
Add package-info file for docs ( #3123 )
2018-10-18 11:03:10 -07:00
ASP.NET CI
b0f7fbbe99
Update package branding for 2.2 RTM
2018-10-16 12:48:20 -07:00
Mikael Mengistu
297156a4ef
Check if HubConnection stopped normally ( #3135 )
2018-10-16 12:07:56 -07:00
David Fowler
defbadb26b
Various timer cleanup ( #3129 )
...
This change does 2 things:
- It disables the websocket keep alive since SignalR has its own bidirectional pings. This should remove a significant timer overhead per WebSocket connection that we end up with today. We have a single timer that sends to all connection on an interval.
- Don't pass the CancellationToken to ReadAsync in the handshake since the Pipe implementation holds onto the token for longer than it
needs to which keeps Timer objects alive (see dotnet/corefx#32806 )
I found this when reading the source code and looking at dumps of a couple of SignalR applications.
2018-10-13 11:43:20 -07:00