Граф коммитов

964 Коммитов

Автор SHA1 Сообщение Дата
Pranav K 5f54ed4702 Updating json files to pin versions and build files to pin KoreBuild 2016-05-17 14:31:22 -07:00
Pranav K 2e51785829 Updating NuGet.config 2016-05-17 14:30:44 -07:00
David Obando e3096322ae Merge pull request #662 from aspnet/daobando/captainslog
Fixes null reference exception
2016-05-12 16:30:52 -07:00
David Obando b838abc005 Fixes null reference exception 2016-05-09 17:08:42 -07:00
John Luo aa9ed1593e React to deployer update 2016-05-06 16:51:41 -07:00
Kiran Challa e3808ab769 [Fixes #656] 'dotnet run' does not work on MusicStore app 2016-05-06 10:14:18 -07:00
John Luo b7b0c5ba6d Recognize new variants of nano server product types 2016-05-05 12:17:06 -07:00
Chris R 2e079cb99d React to OpenIdConnect package version change 2016-05-03 15:12:35 -07:00
Pranav K 59d905ae3b Fix build warnings 2016-05-02 11:27:20 -07:00
Pranav K 50e1ee2460 Adding more rids 2016-04-28 22:58:06 -07:00
Pranav K 849fc0e89f Modify Startup to run the right servers 2016-04-28 14:50:34 -07:00
BrennanConroy 838146c4a9 Fix mistype 2016-04-28 14:07:28 -07:00
BrennanConroy e7845f3b37 Use fallback logic 2016-04-28 12:35:27 -07:00
BrennanConroy 27b34cc7e6 Remove references to UseDefaultHostingConfiguration 2016-04-28 09:55:05 -07:00
Kiran Challa 37a0983d23 Fixed project.json 2016-04-27 10:21:15 -07:00
Pranav K b9048889db Remove usage of IApplicationEnvironment 2016-04-25 16:16:44 -07:00
John Luo 5a8263bb26 Missed update to #645, enabling testing of standalone apps on coreclr 2016-04-25 14:36:49 -07:00
Chris R 3a811e2b6d React to FormReader API changes. 2016-04-25 12:21:10 -07:00
John Luo c9160c21ba Convert to shared runtime and test both standalone and shared runtime 2016-04-25 11:29:17 -07:00
Chris R 14860290d0 React to OpenIdConnect default ResponseType change. 2016-04-22 10:03:04 -07:00
Pranav K b6db6d1e4f Use latest build of dotnet-test-xunit 2016-04-19 14:54:06 -07:00
Andrew Peters 83685073fb Fixing test 2016-04-18 14:34:28 -07:00
Andrew Peters 90d816dfd0 Adding TODO for ordering in GenreComponent 2016-04-18 14:34:20 -07:00
Andrew Peters 48b17c886c Various improvements:
- Use more efficient projection query for GenreMenuComponent.
- Change some sync EF calls to async.
- Log at Information level when Development.

Fix: #636

Conflicts:
	src/MusicStore/Components/GenreMenuComponent.cs
2016-04-18 14:34:08 -07:00
Chris R 8e4580f956 React to WebListener configuration changes. 2016-04-16 23:27:55 -07:00
Ryan Nowak e72c9e3e46 Fix typo in URL 2016-04-14 17:27:54 -07:00
John Luo 9b9bf73ece Use UseServer() instead of UseKestrel() to allow override in tests 2016-04-14 11:43:31 -07:00
John Luo ff46985cbd Move web.config 2016-04-11 10:21:51 -07:00
Chris R e5b807e4d2 React to UseIIS rename. 2016-04-07 11:49:12 -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