Commit Graph

959 Commits

Author SHA1 Message Date
Kiran Challa ef5a5cdf5d updated 2016-04-18 15:57:41 -07:00
Kiran Challa 95eaa0a11c Remove duplicate glyphicon 2016-04-18 15:57:12 -07:00
Kiran Challa 6435591d1c Created a configurable memory cache 2016-04-18 15:48:14 -07:00
John Luo 73e341e543 Reenable tests after CoreFX fix 2016-04-18 14:01:49 -07:00
Chris R 0668e45413 Clean up server configuration. 2016-04-18 13:36:52 -07:00
Chris R 909be6d307 Merge branch 'release' into dev 2016-04-16 23:28:25 -07:00
Chris R 8e4580f956 React to WebListener configuration changes. 2016-04-16 23:27:55 -07:00
Andrew Peters 81d5dc124d Fixing test 2016-04-15 13:46:14 -07:00
Andrew Peters 7a551325c6 Adding TODO for ordering in GenreComponent 2016-04-15 13:32:31 -07:00
Andrew Peters fb4fadb0b1 Various improvements:
- Use more efficient projection query for GenreMenuComponent.
- Change some sync EF calls to async.
- Log at Information level when Development.

Fix: #636
2016-04-15 12:29:30 -07:00
Ryan Nowak cbf7dd55ae Fix typo in URL 2016-04-15 11:05:29 -07:00
Ryan Nowak e72c9e3e46 Fix typo in URL 2016-04-14 17:27:54 -07:00
Andrew Peters 2080a9776e Fixing bug in GetCartAlbumTitles 2016-04-14 16:18:20 -07:00
Andrew Peters 6aea6541d0 Re-enable tracking queries by default. 2016-04-14 15:39:58 -07:00
John Luo 42b5762365 Merge branch 'release' into dev 2016-04-14 13:22:42 -07:00
John Luo 9b9bf73ece Use UseServer() instead of UseKestrel() to allow override in tests 2016-04-14 11:43:31 -07:00
Andrew Peters 4cf6e463bb Minor improvements to EF usage.
1) Queries are untracked by default.
2) Use projection query in CartSummaryComponent.
3) Removed redundant async methods.
2016-04-13 15:04:30 -07:00
ryanbrandenburg 19325a6cce Add logging to 'business' events 2016-04-13 11:39:22 -07:00
John Luo 9818214c5c Merge branch 'release' into dev 2016-04-11 10:22:54 -07:00
John Luo ff46985cbd Move web.config 2016-04-11 10:21:51 -07:00
Chris R 66e8f21f1d Merge branch 'release' into dev 2016-04-07 11:56:53 -07:00
Chris R e5b807e4d2 React to UseIIS rename. 2016-04-07 11:49:12 -07:00
Kiran Challa a3fca566c5 Uncomment test code and change ASPNET_ENV to ASPNETCORE_ENVIRONMENT 2016-04-07 11:27:54 -07:00
Pranav K 0d34e36ee9 Merge branch 'release' into dev 2016-04-06 09:50:55 -07:00
Pranav K 75226d6e06 Updating to release. 2016-04-06 09:50:52 -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
John Luo a587270b61 Fix build 2016-03-31 11:01:58 -07:00
John Luo cfd6ec311e Remove hosting.json 2016-03-30 16:58:39 -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
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