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

944 Коммитов

Автор SHA1 Сообщение Дата
Kiran Challa d584c09413 Fixed OpenIdConnectBackChannelHttpHandler's path to the configuration file 2015-11-30 13:45:03 -08:00
Kiran Challa a2f5fcbd2d Fix Startup.cs to enable running test on non-Windows OSes 2015-11-25 14:22:35 -08:00
Pavel Krymets 705769bda6 Fix build 2015-11-24 15:40:45 -08:00
Ryan Nowak 765304aad9 React to breaking changes in MVC 2015-11-20 16:04:30 -08:00
Nate McMaster 9db4940c5d Increase connect timeout in music store tests 2015-11-20 11:42:37 -08:00
Pranav K ef293c645c Fixing tests 2015-11-17 17:06:36 -08:00
Pranav K 5a3c4957d9 Reacting to FromServices changes 2015-11-17 16:20:56 -08:00
Doug Bunting 9d3ceb66e5 Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 14:16:09 -08:00
Doug Bunting 71b8ec7118 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 11:08:09 -08:00
Troy Dai 9532446b56 Disable OpenIdConnectTests on Mono temporary
The OpenIdConnectTests have been skipped on Windows for months. The
tests are not up-to-date. Work item #565 is filed to track the work of
updating the test. In the meantime, the tests are disabled to make
MusicStore pass on Travis.
2015-11-13 11:43:24 -08:00
Pranav K 5ddab1ffc8 Reacting to DI changes 2015-11-13 11:31:02 -08:00
N. Taylor Mullen 221bf30492 Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:25:15 -08:00
Doug Bunting a02b003243 Remove unused `using Microsoft.AspNet.Diagnostics.Entity`
- also sort `using`s
2015-11-12 12:14:54 -08:00
ryanbrandenburg 5270c514a8 * Decrement cart count when removing cart item 2015-11-12 11:59:22 -08:00
Doug Bunting dddc6a2ebb Remove quotes from `@addTagHelper` directive
- react to aspnet/Razor#561 fix: PR aspnet/Razor#591 and commit aspnet/Razor@0c95315
2015-11-07 12:27:32 -08:00
Brennan Conroy 13886a5af3 Merge branch 'release' into dev 2015-11-04 09:54:16 -08:00
BrennanConroy 7371558dbf azureadwebstack release feed 2015-11-04 08:33:47 -08:00
Chris R 3c1fa00c4d React to Query changes. 2015-11-03 11:37:22 -08:00
Chris R a6a17f296d React to ServerFactory changes. 2015-10-31 07:35:42 -07:00
N. Taylor Mullen 978e2bb474 React to aspnet/Razor#196.
- `TagHelper`s now auto-fill enums. Updated files to reflect new auto-filling enum changes.
2015-10-29 16:24:56 -07:00
Pranav K d8697fe985 Merge branch 'release' into dev 2015-10-28 12:52:31 -07:00
Pranav K 05ef1d944a Updating to release NuGet.config. 2015-10-28 12:43:12 -07:00
Pranav K 94be30ca0e Merge remote-tracking branch 'origin/release' into dev 2015-10-28 12:32:03 -07:00
Ryan Nowak 1b232a27cb React to breaking changes in StringValues 2015-10-23 17:00:28 -07:00
Pavel Krymets eb302bf359 Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions 2015-10-23 08:34:00 -07:00
Pavel Krymets 59cf82f9f1 React to hosting changes 2015-10-21 12:33:13 -07:00
Rowan Miller d27d18fe5a 💚 Fix more calls to UseDatabaseErrorPage
Some more calls that I missed in my previous commit. The overload being used in the templates has swapped to a builder pattern (see aspnet/Diagnostics#184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:22:43 -07:00
Rowan Miller 42a5a28210 💚 React to API change in UseDatabaseErrorPage
The overload being used in the Startup.cs has swapped to a builder pattern (see https://github.com/aspnet/Diagnostics/issues/184). But rather than updating to the new signature, just swapping to the parameterless overload since it enables everything by default (same as UseDeveloperExceptionPage()).
2015-10-21 10:00:03 -07:00
Chris R b437669e93 React to ISecureDataFormat changes. 2015-10-19 10:06:56 -07:00
Arthur Vickers 1b87767472 Fix bug in test where key value was not being set. 2015-10-16 15:27:39 -07:00
Victor Hurdugaci ec7d04a178 Use cmd for fast delete 2015-10-16 11:47:37 -07:00
Victor Hurdugaci 69ed946970 Move compiler shared to its own folder 2015-10-16 10:11:09 -07:00
あまみや ゆうこ 912aaaa9d2 To correct word spell 2015-10-16 09:49:04 -07:00
Pranav K f8b39bea63 Reacting to Cors rename 2015-10-15 16:00:05 -07:00
Kiran Challa c36b89aa16 Unskip a test as it has been fixed in dnx 2015-10-15 14:26:10 -07:00
Chris R dbe4327932 React to Authentication API changes. 2015-10-15 09:24:14 -07:00
Kiran Challa 67692e1c89 Skipped failing tests 2015-10-14 04:10:13 -07:00
Kiran Challa 916bca69fc Fix tests 2015-10-13 10:27:58 -07:00
Doug Bunting 598fa025ef Fix local build break 2015-10-12 13:16:01 -07:00
Doug Bunting 2633bb5277 React to aspnet/Universe#290 fix
- pick up latest `build.cmd` and `build.sh` files
  - preserve installation of x64 DNX packages in this repo
2015-10-11 00:45:30 -07:00
Nate McMaster 176a89dfe7 React to EF rename 2015-10-05 13:50:45 -07:00
Kiran Challa ee04ad6cd7 Updated build.cmd to install more versions of dnx runtime 2015-10-05 10:47:46 -07:00
Pranav K 576023cc0f Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:59 -07:00
Eilon Lipton 26aca2b99c Remove unneeded namespaces, use new startup APIs 2015-10-01 18:34:21 -07:00
Doug Bunting f3fb2374ac Cleanup dependencies and restore runtime installations
- remove and sort `using`s
- remove a couple of `project.json` dependencies reached transitively
  - both pretty clean before I started this

Also install runtimes needed for testing
- accidentally lost in 19f8830
2015-10-01 16:42:49 -07:00
N. Taylor Mullen 90a066f3f1 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:59:54 -07:00
Pranav K f0d83bcbb5 Merge remote-tracking branch 'origin/release' into dev 2015-09-30 11:30:55 -07:00
Pranav K ec8c0d87f1 Updating to AzureAD feed 2015-09-30 11:29:58 -07:00
Pranav K fed03ab17e Merge branch 'release' into dev 2015-09-28 23:20:15 -07:00
Pranav K 5071084d78 Updating to release NuGet.config. 2015-09-28 23:20:13 -07:00