pan-wang
a732b106f5
Fix websocket close handshake issue and race condition when websocket client disconnect without close handshake ( #151 )
2017-09-11 18:44:15 -07:00
Justin Kotalik
509ddc6ced
Adds ANCM in-process flag. ( #144 )
2017-09-11 15:30:54 -07:00
Luke Latham
6b8449f491
Sortable log files with stdoutLogFile ( #131 )
...
Fixes #130
2017-08-30 14:33:30 -07:00
Nate McMaster
1297798546
Use PackageLineup to manage PackageReference versions
2017-08-29 11:38:56 -07:00
Nate McMaster
5cf936d3cd
Use Directory.Build.props/targets
2017-08-29 11:36:17 -07:00
Nate McMaster
d15129110e
Ensure .NET Core 1.0.5 is installed
2017-08-24 13:07:05 -07:00
Nate McMaster
7908015a3d
Upgrade to xunit 2.3.0-beta4
2017-08-22 16:49:36 -07:00
John Luo
f6329c4dc7
Update Microsoft.AspNetCore.Server.IntegrationTesting package version
2017-08-07 17:12:49 -07:00
pan-wang
93b37e14db
fix websocket connection issue and some memory leak, and add debug print ( #129 )
2017-08-04 14:51:15 -07:00
John Luo
3789c1aa14
Ensure fallback to curl after failed wget
2017-08-02 14:32:15 -07:00
John Luo
189a37df1d
Update __get_remote_file logic
2017-08-02 12:44:45 -07:00
Nate McMaster
24f09551d9
Remove usage of PackagePublisher
2017-07-28 17:17:26 -07:00
Nate McMaster
a8802b2d2c
Fix versions in the test project so restore works
2017-07-28 09:52:21 -07:00
Nate McMaster
42853bcca1
Update bootstrapper to use the compiled version of KoreBuild
2017-07-27 15:03:42 -07:00
Nate McMaster
c0364a5508
Fix syntax warning when running build.sh on older versions of bash
...
[ci skip]
2017-07-26 10:27:45 -07:00
Nate McMaster
a8fcb6ac65
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:32:44 -07:00
Pranav K
7b9085f7b0
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:13:35 -07:00
Ryan Brandenburg
d25fead7b2
Set AspNetCoreVersion
2017-07-24 17:56:39 -07:00
Ryan Brandenburg
f935e9aad2
2.0.0-rtm to 2.1.0-preview1
2017-07-24 12:31:05 -07:00
Pranav K
4b9a10363c
Explicitly call Restore on AspNetCore.csproj before calling pack on it.
2017-07-18 14:53:34 -07:00
Pranav K
4d35489e85
Use dotnet pack to pack AspNetCore file
2017-07-17 14:44:36 -07:00
Chris R
cc31406913
Merge branch 'rel/2.0.0' into dev
2017-07-13 15:36:59 -07:00
Chris R
5753784ac4
#391 Add back the DisplayName setting
2017-07-13 11:22:38 -07:00
jhkimnew
afba2d05ae
Jhkim/add test gracefulshutdown ( #120 )
...
Add new test for Graceful shutdown and Filtering MS request headers
2017-07-12 16:48:47 -07:00
jhkimnew
078a03ac70
Fixed build issue ( #119 )
2017-07-10 15:02:53 -07:00
pan-wang
002c8b9bc9
Adding shutdown http message to support the scenario that ctrl signal is not allowed ( #118 )
2017-07-10 14:55:15 -07:00
Pranav K
b2edc306f8
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:57:57 -07:00
Pranav K
550cc03619
Updating KoreBuild branch
2017-07-10 11:57:57 -07:00
Pranav K
6f486060f4
Merge branch 'rel/2.0.0' into dev
2017-07-10 11:43:27 -07:00
Pranav K
3d48a7e05e
Branching for 2.0.0 rtm
2017-07-10 11:43:27 -07:00
Chris R
c8bbbe764a
#395 Add baseline and breaking change files
2017-07-10 09:41:31 -07:00
Hao Kung
4c3e0b6721
Specify scheme
2017-07-07 12:14:34 -07:00
Chris R
2e2dc67978
#390 Add back AutomaticAuthentication for opt-out.
2017-07-07 11:28:57 -07:00
Ryan Brandenburg
0bac54b474
Remove NETSTandard.Library.NETFramework
2017-07-07 10:45:46 -07:00
Pranav K
afd5adadab
Update version suffix for 2.0.0 RTM release
2017-07-06 15:08:24 -07:00
Ryan Brandenburg
061d001f38
Set "TreatWarningsAsErrors" before NuGet restore
...
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:09:56 -07:00
Nate McMaster
f051122216
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:37:54 -07:00
Pranav K
a0049e2c29
Update LICENSE.txt text
2017-07-03 14:06:20 -07:00
Hao Kung
824051cb28
React to auth
2017-06-29 16:29:00 -07:00
Pranav K
e25eb9135e
Add NETStandardImplicitPackageVersion
2017-06-29 08:16:29 -07:00
John Luo
5155456653
Handle graceful shutdown from ANCM
2017-06-27 13:20:21 -07:00
Ryan Brandenburg
622da80b43
Update PackagePublisher version ( #113 )
2017-06-23 13:46:21 -07:00
pan-wang
6b411adbd0
revert the preserve host header change as it failed on Antares ( #114 )
2017-06-21 16:48:38 -07:00
pan-wang
cee4cf7544
Antares blocks some windows APIs. We have use socket instead of calli… ( #109 )
...
* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable to check whether the backend is listening on given port.
* Use socket instead of calling GetExtendedTcpTable to check if the backend process listens on given port since Antares blocks couple APIs
* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable
* update format
* format change
2017-06-12 19:41:12 -07:00
Chris R
f5253459ec
Change nuget pacakge version to include -pre-
2017-06-12 15:16:01 -07:00
Pranav K
a224b1a833
Re-enable desktop tests
...
* Remove FrameworkSkipCondition to enable desktop tests.
* Remove ConditionalTheory \ ConditionalFact since it's no longer required.
* Replace InlineData with meaningful test names
* Cleanup commented out lines of code
2017-06-09 16:44:48 -07:00
Pranav K
e714153782
Update to PackagePublisher 1.0.2-*
2017-06-09 10:29:14 -07:00
Pranav K
c267d192d6
Remove usage of TaskCache
2017-06-08 11:46:50 -07:00
jhkimnew
fc54fef0bf
Fix nuget output path ( #107 )
...
Fix nuget output path
* Update theoutput path of nuget package
2017-06-08 10:42:32 -07:00
Chris R
448e6787e2
Fix auth enabled check
2017-06-07 15:43:24 -07:00