Commit Graph

374 Commits

Author SHA1 Message Date
Kiran Challa 40abffefcb Added smoke tests to verify on Nano server 2016-04-21 15:28:47 -07:00
Pranav K 10a1a15881 Merge branch 'release' into dev 2016-04-19 14:54:06 -07:00
Pranav K b6db6d1e4f Use latest build of dotnet-test-xunit 2016-04-19 14:54:06 -07:00
Kiran Challa 4c2c1d939b Fixed build break 2016-04-18 16:19:22 -07:00
Kiran Challa 6435591d1c Created a configurable memory cache 2016-04-18 15:48:14 -07:00
Andrew Peters 83685073fb Fixing test 2016-04-18 14:34:28 -07:00
John Luo 73e341e543 Reenable tests after CoreFX fix 2016-04-18 14:01:49 -07:00
Andrew Peters 81d5dc124d Fixing test 2016-04-15 13:46:14 -07:00
ryanbrandenburg 19325a6cce Add logging to 'business' events 2016-04-13 11:39:22 -07:00
Kiran Challa a3fca566c5 Uncomment test code and change ASPNET_ENV to ASPNETCORE_ENVIRONMENT 2016-04-07 11:27:54 -07:00
John Luo a3b959a028 Skip test failures caused by CoreFX bug 2016-04-05 10:41:37 -07:00
Chris R f734ff3c81 Prevent fuctional tests from executing concurrently. 2016-04-04 09:46:44 -07:00
Kiran Challa ed7d5eb5e7 Remove the temporary fix where HttpClient was not sending cookies more than a certain length 2016-04-03 07:27:08 -07:00
BrennanConroy 8e38221bf8 React to logging changes 2016-04-01 11:55:28 -07:00
Kiran Challa 044dab1a70 Revert "Temporarily comment out flaky google login scenario tests to unblock build"
This reverts commit 65f24a3fc7.
2016-03-31 11:42:57 -07:00
Kiran Challa 4d9b7edfd8 Revert the temporary fix of HttpClient where cookies were not being sent as part of redirect request 2016-03-31 11:18:50 -07:00
Doug Bunting 20a24a2ab6 React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:24:10 -07:00
BrennanConroy 9b29eb19ae Enable OpenId Tests 2016-03-30 14:04:13 -07:00
Pranav K 7f4a772859 Updating to NETStandard.Library 1.5.0 2016-03-28 06:32:52 -07:00
Doug Bunting b83e142bfe Fix build break: Add `ObjectPoolProvider` to DI in integration tests 2016-03-27 13:04:17 -07:00
BrennanConroy 3edb06d983 React to Deployer changes 2016-03-25 15:00:36 -07:00
John Luo 514d752959 Enable IISExpress tests 2016-03-24 18:10:25 -07:00
Pranav K 6c8b1f2ac3 Updating to latest CoreCLR packages 2016-03-24 12:46:51 -07:00
Doug Bunting 0cdc7f76fd React to HttpAbstractions change: `WebSocketAcceptContext` in new namespace
- see issue aspnet/HttpAbstractions#590 and pull aspnet/HttpAbstractions#589
2016-03-18 22:00:38 -07:00
Arthur Vickers 98c69c3c4b Use separate service providers 2016-03-16 09:18:07 -07:00
Arthur Vickers 6116f0e2e8 AddOptions, which is apparently not brought in my memory cache anymore. 2016-03-15 15:56:43 -07:00
Arthur Vickers dc34c630b7 Go back to using app service provider as EF internal service provider when using in memory 2016-03-15 15:32:08 -07:00
Pranav K 43ce29c1f9 Fixing CI build failure 2016-03-14 13:25:25 -07:00
Arthur Vickers a4ed79cc5a Reacting to changes in EF service registration. 2016-03-10 14:55:58 -08:00
Nate McMaster 6c2f6d245b Add missing prefix on cookie name 2016-03-08 10:06:44 -08:00
Nate McMaster 7a624ba5be Workaround cookie issues in corefx 2016-03-08 09:41:45 -08:00
Nate McMaster 944afdc5ea Clean up E2E tests
- Fix incorrect deployment environment variables
 - Utilize xunit logging utility for cleaner, more traceable output
 - Cleanup database creation/deletion
 - Fix name in R# settings file
2016-03-08 08:50:16 -08:00
= e54b539d41 Reacting to HttpAbstractions changes
- will attempt to remove TestSession altogether later
2016-03-04 16:52:48 -08:00
John Luo ec9d212dc3 Reacting to Hosting deployer change 2016-03-04 12:22:07 -08:00
Kiran Challa 65f24a3fc7 Temporarily comment out flaky google login scenario tests to unblock build 2016-03-03 16:59:19 -08:00
Nate McMaster 0ae07188fc Cleanup some EF TODOs 2016-03-03 13:52:21 -08:00
Doug Bunting da20c535c5 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 20:37:03 -08:00
N. Taylor Mullen e1870dd9f3 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:41:04 -08:00
Kiran Challa 3574b1d981 Reacting to MVC's action result naming changes 2016-02-19 11:28:25 -08:00
ryanbrandenburg 2c5061a8ab * Include version in project.json 2016-02-18 12:04:38 -08:00
Kiran Challa 09590416bd Build and test with dotnet 2016-02-10 14:56:49 -08:00
Kiran Challa 96e5d9bec5 Remove System.Runtime reference 2016-02-08 14:07:48 -08:00
N. Taylor Mullen 86c08ecf22 React to FacebookHelper and CLI changes. 2016-02-07 01:21:34 -08:00
N. Taylor Mullen d61c6985b7 Update ASP.NET 5 versions for ASP.NET Core.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:29:04 -08:00
N. Taylor Mullen d761c6b7ba Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:27:05 -08:00
ryanbrandenburg a182eca6d4 * Use suggested Antiforgery AJAX patern. 2016-01-12 11:56:59 -08:00
N. Taylor Mullen 90601ef853 Cleanup `Microsoft.AspNet.Server.IIS` usage. 2015-12-28 16:48:37 -08:00
Ryan Nowak 9b9fd5ff00 React to breaking changes in antiforgery 2015-12-15 15:55:09 -08:00
Kiran Challa 05dcc22da7 Temporarily disabling smoke tests from running on Mono 2015-12-14 10:07:06 -08:00
Kiran Challa 5c2ef70cae Modifying E2E tests to run on coreclr 2015-12-12 23:01:38 -08:00