Commit Graph

153 Commits

Author SHA1 Message Date
Nate McMaster 172b68a836
Pin version variables to the ASP.NET Core 2.1.2 baseline
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 11:59:04 -07:00
Nate McMaster 52aceac61e
Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:50:03 -07:00
ASP.NET CI c7fc179b27 Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:34:46 +00:00
ASP.NET CI a79c7da4d2 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:53:26 -07:00
ASP.NET CI 4c1c494748 Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:51:09 -07:00
ASP.NET CI 21b41a8376 Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:36:36 -07:00
Nate McMaster 4e8c1e14b0
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:45:04 -07:00
James Newton-King 6842ae307f
Undo dev changes 2018-04-18 09:46:21 +12:00
Andrew Stanton-Nurse c05c5a6b2a
React to aspnet/KestrelHttpServer#2496: make IConnectionInherentKeepAliveFeature a boolean feature (#2041) 2018-04-16 11:34:12 -07:00
ASP.NET CI b7cea8690a Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:26:52 -07:00
BrennanConroy 0919914e56
Internalize more classes (#2004) 2018-04-13 11:28:52 -07:00
BrennanConroy 1fc282acb8
Move Benchmark Apps to new folder and use .All package when Benchmarks runs our scenarios (#1965) 2018-04-12 08:28:12 -07:00
James Newton-King b30c2fecbf
SSE formatting refactor (#1916) 2018-04-11 17:13:15 +12:00
Andrew Stanton-Nurse 3136e5b05f
fix #1923 by avoiding extra build step (#1924) 2018-04-10 16:26:37 -07:00
BrennanConroy 6d050140e5
Swtich to MessagePack-CSharp (#1879) 2018-04-09 17:04:32 -07:00
BrennanConroy 962ea25637
Update deps (#1919) 2018-04-09 09:21:56 -07:00
ASP.NET CI 2a71d18a6a Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:42:56 +00:00
David Fowler 9c9d732da6 Upgraded dependencies 2018-04-03 15:12:51 -07:00
Pavel Krymets d23f2beafc
Merge release/2.1 into dev (#1834) 2018-04-03 10:45:44 -07:00
Andrew Stanton-Nurse 07ac150ca8 update kestrel package version to fix build (#1795) 2018-03-30 17:24:35 -07:00
Andrew Stanton-Nurse 9428f49b8e update deps 2018-03-30 15:49:04 -07:00
Andrew Stanton-Nurse 0285549aaa
Merge pull request #1769 from aspnet/release/2.1
collect log messages during browser tests (#1670)
2018-03-29 10:11:35 -07:00
Andrew Stanton-Nurse a4d0bf2e3a
collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
BrennanConroy eaaaeb1ba3
Upgrade deps (#1761) 2018-03-28 22:01:22 -07:00
David Fowler db3441cf93 Merged release/2.1 2018-03-28 14:10:45 -07:00
Nate McMaster (automated) 7a428534c3
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 11:04:33 -07:00
David Fowler d2564cf4e6 Upgrade deps 2018-03-27 19:30:49 -07:00
David Fowler 5cb9b887d4 Upgraded deps 2018-03-27 19:18:50 -07:00
David Fowler dcd773d10d Merged release/2.1 2018-03-27 03:03:10 -07:00
David Fowler 7a9160f3e0
React to https://github.com/aspnet/KestrelHttpServer/pull/2428 (#1734) 2018-03-27 02:02:29 -07:00
ASP.NET CI 482c5f9f6d Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:55:36 -07:00
David Fowler 733a3b3c2d
Upgrade the dependencies (#1712) 2018-03-25 00:51:53 -07:00
David Fowler f52f1161bb Merged release/2.1 2018-03-24 05:05:45 -07:00
David Fowler cb05ce4e0b
Progress towards deleting Sockets.Abstractions (#1705)
* Progress towards deleting Sockets.Abstractions
- Moved our custom DefaultConnectionContext to Sockets.Http and renamed it to HttpConnectionContext.
- Renamed ConnectionManager to HttpConnectionManager
- Use DefaultConnection in tests and benchmarks
- Delete ConnectionMetadata
2018-03-24 04:21:47 -07:00
David Fowler 290f18ac76 Merged release/2.1 2018-03-23 00:06:32 -07:00
David Fowler 2e63e5afe3
The rename games part 1 of many (#1696)
- React to rename of EndPoint to ConnectionHandler
- Rename UseSockets to UseConnections
- Rename MapEndPoint to MapConnectionHandler
- Rename HttpSocketOptions to HttpConnectionOptions
2018-03-22 22:35:55 -07:00
BrennanConroy fd54ec2c4f Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-22 15:57:47 -07:00
BrennanConroy 6d642ea5ce
Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
Pranav K 49e46832e8
Merge pull request #1664 from aspnet/release/2.1
Merge Release/2.1
2018-03-20 12:07:15 -07:00
Pranav K 88b1cff273 No-op signalr dotnet-ci builds 2018-03-20 12:06:25 -07:00
Pranav K 7606ae42d6 Revert "Remove dotnet-build scripts"
This reverts commit 9992e48c60.
2018-03-20 12:06:25 -07:00
Pranav K 9992e48c60
Remove dotnet-build scripts 2018-03-19 17:31:38 -07:00
Pranav K 85b12e9fa1
Enable dotnet-build bot 2018-03-19 12:31:55 -07:00
Mike Harder 881703e4c0
Upgrade Microsoft.NET.Test.Sdk to 15.6.1 (#1627) 2018-03-16 16:56:52 -07:00
BrennanConroy 9337a63cf5 Fix dependency 2018-03-16 16:55:22 -07:00
BrennanConroy 0e38ee3e63
Create connectionIds using RNGCrypto (#1606) 2018-03-16 16:16:34 -07:00
Pranav K 1eb64712fb
Branching for 2.1.0-preview2 2018-03-16 11:17:18 -07:00
David Fowler d27844dfef
ConnectionMetadata is now ConnectionItems (#1604)
* ConnectionMetadata is now ConnectionItems
2018-03-14 20:57:40 -07:00
Andrew Stanton-Nurse c5d38ae32a
Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
David Fowler dc0567690d
Use features from Protocol.Abstractions (#1594)
- This is part of the grand unification of the connection layer between SignalR and Kestrel
2018-03-14 08:17:07 -07:00