Commit Graph

925 Commits

Author SHA1 Message Date
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
Chris R 00f660b50d React to OpenIdConnect event changes. 2016-03-25 16:11:20 -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
John Luo b4bdf6be08 Reacting to Hosting changes 2016-03-22 13:09:58 -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
ryanbrandenburg 416fc81cec Include Microsoft.AspNetCore.Diagnostics in MusicStore 2016-03-16 13:11:50 -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
Cesar Blum Silveira 485b2d546a ASP.NET 5 -> ASP.NET Core 2016-03-14 21:27:31 -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 d56274040f Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
Nate McMaster a35f2baf78 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:07 -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
Victor Hurdugaci 025d8d6a91 Update the build scripts to the latest version 2016-03-07 20:55:07 -08:00
jacalvar 3faa34acf3 React to changes in Caching 2016-03-07 16:44:38 -08:00
Hao Kung e5dcc78153 React to Identity changes 2016-03-07 14:01:34 -08:00
= e54b539d41 Reacting to HttpAbstractions changes
- will attempt to remove TestSession altogether later
2016-03-04 16:52:48 -08:00
Chris R f9d9886135 React to changes in MSA 2016-03-04 14:42:52 -08:00
Pranav K 64d23d660e Reacting to Security changes 2016-03-04 14:38:27 -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 be43dda0f5 Minor fix to async issue on empty cart 2016-03-03 13:59:15 -08:00
Nate McMaster 0ae07188fc Cleanup some EF TODOs 2016-03-03 13:52:21 -08:00
David Obando fc1a1c8a49 Adding AppVeyor and Travis badges to README.md 2016-03-03 10:28:17 -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
Victor Hurdugaci 673f230e6a Return the error code from build.cmd 2016-02-28 10:12:21 -08:00
Victor Hurdugaci dbb1e069b9 Update the build scripts 2016-02-27 12:51:18 -08:00
Doug Bunting 835b696e0e Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:54:38 -08:00
Kiran Challa 04a9313009 Disable running E2ETests in parallel 2016-02-23 14:40:03 -08:00
moozzyk 5f25bbcd36 Fixing broken test 2016-02-19 16:07:22 -08:00
Kiran Challa 19cdddbcd6 Move Razor tooling package to tooling section and fix build break 2016-02-19 12:41:02 -08:00
Kiran Challa 65ab6cffc0 Reacting to Razor tooling package name change 2016-02-19 12:18:55 -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 b4438c0559 Enable publishing to IIS 2016-02-16 13:52:21 -08:00
Kiran Challa de7475cc33 Updated per KB 3137909. 2016-02-12 14:47:50 -08:00
Brennan 378cc97bd0 Remove Mvc CodeGenerator 2016-02-12 13:27:04 -08:00
Kiran Challa 0da12619cd [Fixes #589] Remove TestMiddleware 2016-02-12 11:23:59 -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