Chris Ross (ASP.NET)
f2ddea2aa9
Temporarily bump the version of IntegrationTesting.IIS
2018-08-09 13:09:10 -07:00
Chris Ross (ASP.NET)
b078521f17
Hold open the nginx dynamic port
2018-08-09 12:30:32 -07:00
ASP.NET CI
c061e5463c
Updating submodule(s)
...
KestrelHttpServer => bd3a8a3511
SignalR => da35d1f4e1
[auto-updated: submodules]
2018-08-09 12:23:54 -07:00
Stephen Halter
bd3a8a3511
Small test fix to avoid potential flakiness
2018-08-09 12:12:24 -07:00
Andrew Stanton-Nurse
da35d1f4e1
add version number to java client build ( #2776 )
2018-08-09 12:10:20 -07:00
John Luo
cef46fdaa7
Merge branch 'johluo/more-graceful' into release/2.2
2018-08-09 12:00:36 -07:00
John Luo
7c9e234457
Gracefully wait for streams to complete when pipe completes
2018-08-09 11:59:47 -07:00
ASP.NET CI
a96f55b354
Updating submodule(s)
...
IISIntegration => 8361b8cfa9
[auto-updated: submodules]
2018-08-09 11:58:04 -07:00
Pavel Krymets
8361b8cfa9
Split handler resolution from application info ( #1177 )
2018-08-09 11:32:51 -07:00
ASP.NET CI
9393b18419
Updating submodule(s)
...
KestrelHttpServer => c8418c6de8
[auto-updated: submodules]
2018-08-09 11:30:50 -07:00
Günther Foidl
c8418c6de8
Derive SocketAwaitable from SocketAsyncEventArgs ( #2592 )
...
* SocketSenderReceiverBase as baseclass for SocketSender and SocketReceiver
* Made SocketAwaitable.GetResult inlineable
* SocketAwaitable renamed to SocketAwaitableEventArgs and inherited from SocketAsyncEventArgs
Thus saving an extra object (`SocketAwaitable`) and two int-fields, so less allocations.
2018-08-09 11:24:06 -07:00
ASP.NET CI
457c9c93bd
Updating submodule(s)
...
IISIntegration => e6330ab19b
[auto-updated: submodules]
2018-08-09 10:24:59 -07:00
Pavel Krymets
e6330ab19b
Fix win7 test again ( #1187 )
2018-08-09 10:08:44 -07:00
Pavel Krymets
d7ad4c79ee
Fix incremental checks for test projects ( #1186 )
2018-08-09 10:03:03 -07:00
ASP.NET CI
535c3093bf
Updating submodule(s)
...
IISIntegration => dd429e9597
[auto-updated: submodules]
2018-08-09 09:56:07 -07:00
Pavel Krymets
dd429e9597
Catch exceptions thrown by is_regular_file ( #1179 )
2018-08-09 09:45:28 -07:00
ASP.NET CI
e9c083fe65
Updating submodule(s)
...
IISIntegration => d6f410bf42
[auto-updated: submodules]
2018-08-09 09:26:18 -07:00
Pavel Krymets
d6f410bf42
Add locked app_oflline file test and remove retrying client ( #1178 )
...
* Add locked app_oflline file test and remove retrying client
* Write bytes to file
2018-08-09 09:21:02 -07:00
ASP.NET CI
1c8833af54
Updating submodule(s)
...
IISIntegration => 8cf39d3592
[auto-updated: submodules]
2018-08-08 22:12:07 -07:00
Pavel Krymets
8cf39d3592
Merge pull request #1180 from aspnet/pakrym/ASPNETCORE_DETAILEDERRORS
...
Move ASPNETCORE_DETAILEDERRORS env var to web.config
2018-08-08 21:42:06 -07:00
ASP.NET CI
2bd6ed6a76
Updating submodule(s)
...
Routing => 12cb35894e
[auto-updated: submodules]
2018-08-08 21:41:50 -07:00
Ryan Nowak
12cb35894e
Add support for GraphViz
...
Adds **internal** support for dumping a route table to GraphViz DOT
notation. This allows us to dump the DFA graph for a route table and
visualize it.
Example:
https://gist.github.com/rynowak/2b24e4a6a602ca6f9c4de3ec227d621b
2018-08-08 21:36:39 -07:00
ASP.NET CI
d4eda810ca
Updating submodule(s)
...
EntityFrameworkCore => 7d5488a606173df0f57da37dcab82b472fb15e45
[auto-updated: submodules]
2018-08-08 18:04:13 -07:00
ASP.NET CI
5fde7445e4
Updating submodule(s)
...
KestrelHttpServer => aaf0293ebc
[auto-updated: submodules]
2018-08-08 17:38:21 -07:00
Stephen Halter
aaf0293ebc
Fix logging verification in tests ( #2795 )
2018-08-08 17:16:08 -07:00
Pavel Krymets
433dd42909
Use web.config for ASPNETCORE_DETAILEDERRORS
2018-08-08 17:14:46 -07:00
ASP.NET CI
5543ff59c2
Updating submodule(s)
...
SignalR => 5843b5415b
[auto-updated: submodules]
2018-08-08 17:11:17 -07:00
Mikael Mengistu
5843b5415b
Update Java client build scripts for Maven publishing ( #2765 )
2018-08-08 17:50:55 -06:00
ASP.NET CI
174468892d
Updating submodule(s)
...
SignalR => 6a6e1743ae
[auto-updated: submodules]
2018-08-08 16:43:41 -07:00
BrennanConroy
6a6e1743ae
Expose full implementation for configureLogging in ESM definition file ( #2770 )
2018-08-08 16:38:43 -07:00
ASP.NET CI
22fc641d37
Updating submodule(s)
...
EntityFrameworkCore => 421c5e9490f0311bd8128575f24c749da75c9efa
SignalR => a550ae6cc3
[auto-updated: submodules]
2018-08-08 23:07:01 +00:00
BrennanConroy
a550ae6cc3
Provide a better error message when invoking a non-existant hub method ( #2768 )
2018-08-08 15:55:33 -07:00
ASP.NET CI
ae964c26be
Updating submodule(s)
...
Caching => 5897f525cc915c693a115902f4a52b323f531d5b
SignalR => c9104d4932
[auto-updated: submodules]
2018-08-08 15:38:18 -07:00
Mikael Mengistu
c9104d4932
Move Java client into com.microsoft.aspnet.signalr ( #2763 )
2018-08-08 16:32:46 -06:00
ASP.NET CI
278044861d
Updating submodule(s)
...
EntityFrameworkCore => db6c471b2900eab38f59a883f2c5894f58451844
[auto-updated: submodules]
2018-08-08 15:12:33 -07:00
ASP.NET CI
23f3836d4b
Updating submodule(s)
...
Mvc => da1189e6f1
[auto-updated: submodules]
2018-08-08 14:45:38 -07:00
Kristian Hellang
da1189e6f1
Use StatusCodes constants instead of literals in the ProducesResponseType code fix ( #8234 )
...
* Use StatusCodes constants instead of literals
2018-08-08 14:41:30 -07:00
ASP.NET CI
eec40de774
Updating submodule(s)
...
SignalR => 2265acde78
[auto-updated: submodules]
2018-08-08 21:10:09 +00:00
BrennanConroy
2265acde78
Don't start stream if already canceled ( #2764 )
2018-08-08 14:04:05 -07:00
ASP.NET CI
a127bcd1b6
Updating submodule(s)
...
EntityFrameworkCore => 31a186c131bce1e0136963d95bda5009d8c32028
[auto-updated: submodules]
2018-08-08 13:28:11 -07:00
ASP.NET CI
53ec39e2bf
Updating submodule(s)
...
EntityFrameworkCore => eaf6b3ba686105f4ffa6307d461b044442d78c56
[auto-updated: submodules]
2018-08-08 13:01:18 -07:00
ASP.NET CI
20bf355d10
Updating submodule(s)
...
EntityFrameworkCore => e352f3682b763ba376aa4b6dcafabd90d3e621bb
[auto-updated: submodules]
2018-08-08 12:24:19 -07:00
ASP.NET CI
a20f320435
Updating submodule(s)
...
SignalR => 186a85b7e0
[auto-updated: submodules]
2018-08-08 11:57:53 -07:00
ASP.NET CI
a25fbf823f
Updating submodule(s)
...
IISIntegration => d153bab4a1
KestrelHttpServer => c0557cfca7
[auto-updated: submodules]
2018-08-08 11:30:59 -07:00
BrennanConroy
186a85b7e0
Add timestamp to logs TS client ( #2760 )
2018-08-08 11:28:30 -07:00
Pavel Krymets
d153bab4a1
Use configurationRedirection for IIS Deployer ( #1170 )
2018-08-08 11:25:44 -07:00
Stephen Halter
c0557cfca7
Improve exception handling in Http2Connection.ProcessRequestsAsync ( #2787 )
2018-08-08 11:20:49 -07:00
Chris Ross (ASP.NET)
5378900e0c
Ack settings before window updates #2772
2018-08-08 11:19:23 -07:00
ASP.NET CI
1b83131d57
Updating submodule(s)
...
Razor => d097adee5f
SignalR => d3f418efd8
Templating => f868277373
[auto-updated: submodules]
2018-08-08 11:04:36 -07:00
Nate McMaster
e7447ca360
Consume a new version of System.IO.Pipelines from ProdCon
2018-08-08 11:03:27 -07:00