Commit Graph

27748 Commits

Author SHA1 Message Date
Justin Kotalik e2fbff2bd5 Feedback 2018-04-10 23:00:18 -07:00
James Newton-King b30c2fecbf
SSE formatting refactor (#1916) 2018-04-11 17:13:15 +12:00
Mikael Mengistu 83821a028d
Rename HubEndPointTestUtils folder (#1943) 2018-04-11 04:05:28 +00:00
James Newton-King c83baf2b76
Remove params from message ctors (#1931) 2018-04-11 12:11:13 +12:00
Mikael Mengistu 13f7981010
Rename Callback to Configure in UseConnections (#1939) 2018-04-11 00:08:22 +00:00
Mikael Mengistu e2169ceda6
Connect to Redis asynchronously (#1922) 2018-04-10 23:48:11 +00:00
Andrew Stanton-Nurse 71be5bf637
fix logging browser tests (#1940) 2018-04-10 16:45:17 -07:00
Andrew Stanton-Nurse 3136e5b05f
fix #1923 by avoiding extra build step (#1924) 2018-04-10 16:26:37 -07:00
Ryan Brandenburg 49acd16712 Updating external dependencies 2018-04-10 15:59:31 -07:00
Justin Kotalik 7859d40299 Merge branch 'dev' into jkotalik/ancmCurrent 2018-04-10 15:40:45 -07:00
Justin Kotalik 46efcd9332 Move srwWrapper to right location 2018-04-10 14:43:05 -07:00
Justin Kotalik 5c91dbe062 Get tests working 2018-04-10 14:21:23 -07:00
Justin Kotalik b978df455c Create a separate nuget package for ANCMV1 2018-04-10 14:21:23 -07:00
Justin Kotalik da513bd8d8 Get build.cmd working and cleanup ignored files. 2018-04-10 14:21:00 -07:00
Justin Kotalik df9efa0770 Code changes to get ANCM current working on github 2018-04-10 14:19:53 -07:00
Justin Kotalik b594130020 Adds source code from VSTS 2018-04-10 14:19:53 -07:00
Pavel Krymets 157e7f4fdd Creates two separate projects for ANCM V1 and V2. 2018-04-10 14:19:32 -07:00
ASP.NET CI c4986b0f92 Updating submodule(s)
EntityFrameworkCore => da3bffecca207a90e7dacc498e48da983986ae86
HttpClientFactory => 60a23380a354ebaf27c8cd3505e745bd8b7f1541
IISIntegration => df383aa0f3

[auto-updated: submodules]
2018-04-10 14:18:34 -07:00
Pavel Krymets df383aa0f3
Merge pull request #752 from aspnet/pakrym/cpp2
Explore usage of std::mutex and CHandle
2018-04-10 13:54:46 -07:00
ASP.NET CI d779669554 Updating submodule(s)
SignalR => 5fa2892561

[auto-updated: submodules]
2018-04-10 20:40:34 +00:00
Ryan Nowak 3971e164d9 Update dependencies.props
Update polly dependencies
2018-04-10 13:34:58 -07:00
David Fowler 5fa2892561
Change the HubSample to reconnect to the server (#1933)
- Modified the sample to test our reconnect patterns
- Add IConnectionInherentKeepAliveFeature to the tcp connection impl since Kestrel doesn't implement the heartbeat (yet).
2018-04-10 12:44:30 -07:00
ASP.NET CI a35b88bc04 Updating submodule(s)
Caching => b9a3a2d20030a1b52f51e60aee723df08a4265b1
HttpSysServer => bec259f976
IISIntegration => 6629236a0e
KestrelHttpServer => 7e5104573e
Templating => da32f45f58

[auto-updated: submodules]
2018-04-10 12:29:48 -07:00
David Fowler 5aafb9b8be
Remove ITransport dependency on IConnection (#1934) 2018-04-10 12:29:16 -07:00
FabianMeiswinkel bec259f976 #364 - Expose HTTP_503_RESPONSE_VERBOSITY option (#447) 2018-04-10 12:08:33 -07:00
Pavel Krymets 6629236a0e
Merge pull request #767 from aspnet/pakrym/perf
Improve performance
2018-04-10 12:07:26 -07:00
Jass Bagga da32f45f58
Do not set sslPort if HTTPS not configured (#458)
Addresses #457
2018-04-10 12:02:10 -07:00
Nate McMaster 2657a17a63
Use an older version of microsoft/dotnet which still has libunwind.so in it 2018-04-10 11:57:42 -07:00
Pavel Krymets d63e8c5558 CPP 2018-04-10 11:04:34 -07:00
ASP.NET CI f072c4f3c6 Updating submodule(s)
Razor => 5504374125
StaticFiles => 6b18dea711

[auto-updated: submodules]
2018-04-10 17:44:48 +00:00
Ryan Brandenburg 7e5104573e Skip flaky tests 2018-04-10 10:44:18 -07:00
Ajay Bhargav Baaskaran 5504374125 Preserve directive node diagnostics in document node 2018-04-10 10:24:21 -07:00
Ryan Brandenburg 14cc048102 Fix npm command 2018-04-10 10:17:52 -07:00
Nate McMaster 8e261175d2
Generate a .csv file containing tag information 2018-04-10 10:03:31 -07:00
Nate McMaster f762d5dc61
Merge branch 'release/2.1' into dev 2018-04-10 09:53:47 -07:00
Nate McMaster c5db8370d0
chmod +x .sh scripts 2018-04-10 09:42:10 -07:00
dotnet-maestro-bot 78e4d4383c Updating external dependencies to '20180406-05-1567334' (release/2.1) (#1044) 2018-04-10 09:12:18 -07:00
Pavel Krymets ee2e46a614 What about now? 2018-04-10 09:08:13 -07:00
ASP.NET CI fa22428a2c Updating submodule(s)
HttpSysServer => 61f7c82d49

[auto-updated: submodules]
2018-04-10 09:02:04 -07:00
Kristian Hellang 6b18dea711 Replace Constants.CompletedTask with Task.CompletedTask (#235) 2018-04-10 08:58:39 -07:00
Kristian Hellang 61f7c82d49 Replace Helpers.CompletedTask and Helpers.CanceledTask (#446) 2018-04-10 08:57:25 -07:00
Pavel Krymets 80e799d17c PR comments 2018-04-10 08:30:37 -07:00
ASP.NET CI 07eb423ca9 Updating submodule(s)
SignalR => 8a3516284e

[auto-updated: submodules]
2018-04-10 07:18:49 -07:00
Ben Adams 8a3516284e Add GetMessageBytes to IHubProtocol (#1915) 2018-04-10 07:14:09 -07:00
ASP.NET CI cf3876cd23 Updating submodule(s)
SignalR => 31dfe91962

[auto-updated: submodules]
2018-04-10 05:38:35 -07:00
Vegard Løkken 31dfe91962 Support async access token factory (#1911) 2018-04-10 05:34:10 -07:00
ASP.NET CI b0333402dc Updating submodule(s)
EntityFrameworkCore => 3902d943a489107d9e2336a434ecf489376d0516
KestrelHttpServer => b030ab7e49
Logging => 4ba247853734e3070f229f8bcd17f9b3c0c1b5ab
SignalR => 6bc2ebb4c5

[auto-updated: submodules]
2018-04-10 03:08:48 -07:00
James Newton-King 6bc2ebb4c5
Use invariant culture and ordinal comparisons (#1928) 2018-04-10 16:52:19 +12:00
BrennanConroy 32bbc58bef
Replace messagepack dependency (#1046) 2018-04-09 18:47:56 -07:00
David Fowler b030ab7e49
Update Connections.Abstractions.csproj (#2473) 2018-04-09 17:55:14 -07:00