Commit Graph

24210 Commits

Author SHA1 Message Date
Chris Ross 8b7d33baaf #63 - Use the PathBase in the Cookie path by default. 2014-12-18 14:41:16 -08:00
rowanmiller 5e00937d59 Handle wrapped exceptions in Database Error Page
If a database exception is wrapped later in the request (after EF has logged it) then we were not displaying the database error page.
This was occurring in ASP.NET Identity where the exception was getting wrapped in an AggregateException.
We now walk the tree of inner exceptions looking for a match.
Also adding some extra logging as this was hard to debug without resorting to source code.
2014-12-18 14:16:38 -08:00
Pranav K 52a72e6b0e Updating makefile.shade so build only-compile is pretty printed in
TeamCity
2014-12-18 14:06:45 -08:00
Victor Hurdugaci 03d174efe2 Skip bug config on CI 2014-12-18 10:50:57 -08:00
Suhas Joshi 3b99fb5b9e Added new target for release check 2014-12-18 10:35:45 -08:00
Stefaan Vermassen b15e1a7880 Fixed README typos 2014-12-18 01:12:31 +01:00
Victor Hurdugaci a92e2e9c00 Throw when a repo fails to build 2014-12-17 15:52:24 -08:00
Brennan 46e60b1276 Update tests to use official xunit 2014-12-17 15:15:43 -08:00
Victor Hurdugaci c00007caab More disabled tests 2014-12-17 14:08:36 -08:00
Suhas Joshi 368e96ad32 Fixes teamcity issue with Console.ReadLine() 2014-12-17 11:50:33 -08:00
Brennan 47c870c871 Update tests to use official xunit 2014-12-17 10:56:55 -08:00
Brennan d08e5d3572 Updating tests to use official xunit 2014-12-17 10:46:08 -08:00
Brennan 2d2eedf89e Update tests to use official xunit 2014-12-17 10:41:02 -08:00
Brennan b014a9ef41 Update tests to use the official xunit 2014-12-17 10:23:40 -08:00
Brennan 2df9d8f098 Update tests to use official xunit 2014-12-16 10:44:13 -08:00
Brennan 32ff0e14a1 Missed a comma, whoops 2014-12-16 10:24:47 -08:00
Praburaj 51f60d5fd5 Enabling native module variations.
These do no run unless a machine has native module setup done and an environment variable named IIS_NATIVE_MODULE_SETUP=true. So the test will get skipped on pretty much on all machines except the ones where we want to run on.
2014-12-16 10:23:14 -08:00
Pranav K 8136affef9 Updating exception filters to use when instead of if 2014-12-16 10:21:48 -08:00
Brennan 372cedda69 Update tests to use official xunit 2014-12-16 10:21:42 -08:00
Brennan 700fa531de Updating tests to use official xunit 2014-12-16 10:14:53 -08:00
Pranav K fcf2f93aa3 Updating System.ObjectModel version that was copied incorrectly 2014-12-15 16:50:13 -08:00
Victor Hurdugaci e10f64c32f Ignore some tests on downlevel 2014-12-15 16:45:35 -08:00
Pranav K 2e943eb3ab Reacting to System.Diagnostics.Tracing version change 2014-12-15 16:20:40 -08:00
Ryan Nowak c323e4d32f Updating routing to use official xunit runner 2014-12-15 16:11:17 -08:00
Brennan 4ad0f41eea Update tests to use official xunit 2014-12-15 15:17:07 -08:00
Pranav K 017549aa46 Reacting to System.Threading version changes 2014-12-15 15:10:39 -08:00
Brennan b7eb1a92bb Update tests to use official xunit 2014-12-15 15:09:59 -08:00
Pranav K 70b2bdba99 Reacting to System.Threading version changes 2014-12-15 15:07:49 -08:00
Pranav K 20f21aa57f Removing transitive dependencies from Microsoft.AspNet.Security.OAuth 2014-12-15 15:04:48 -08:00
Pranav K 10a32fda26 Reacting to System.Threading version changes
* Sorting project.json references alphabetically
2014-12-15 14:44:33 -08:00
Pranav K ae169aa794 Reacting to System.Threading version changes 2014-12-15 14:42:21 -08:00
Pranav K effdc65d9f Reacting to System.Threading.ExecutionContext being removed 2014-12-15 14:32:31 -08:00
Chris Ross 04fbb076b2 #22 - Update client tests to use Kestrel so they can run on Win7. 2014-12-15 14:18:58 -08:00
Pranav K b3eaf788dd Updating build pull to pull to pull in parallel 2014-12-15 14:17:29 -08:00
Praburaj 4315eb231f Some more fixes 2014-12-15 13:11:44 -08:00
Praburaj 50b756a776 Clean up - removing work arounds for bugs
1. Removed worked arounds that were previously applied for bugs as they are fixed now.
2. Sorted all using statements. Moved System.* to the top.
3. Fixed some of the code to follow engineering guidelines.
2014-12-15 11:48:24 -08:00
Doug Bunting c8323f4ef3 Let VS assign a port for the MVC 6.0 project
- also add commented-out connection string for IIS deployment
2014-12-14 21:20:49 -08:00
SonjaKhan 4f75ae6485 grouping elm by activity context 2014-12-12 17:12:11 -08:00
Praburaj 0c59794996 A few changes
1. Adding helpers to install an app on IIS and run on top of native module
2. Enabled CoreCLR + Ntlm tests.
2014-12-12 16:07:49 -08:00
Chris Ross 2cdce758b1 Fix dependency versions. 2014-12-12 14:54:01 -08:00
Chris Ross 0ae0435e98 Add a solution and kproj files. 2014-12-12 14:21:12 -08:00
Chris Ross 1b2415c5b3 Clean up samples. 2014-12-12 14:20:47 -08:00
Chris Ross 5243789dd2 Handle DI changes in tests. 2014-12-12 13:59:21 -08:00
Wei Wang acc191efca Merge branch 'release' into dev 2014-12-12 11:13:40 -08:00
SonjaKhan 71a4c18598 Collapsed Logs 2014-12-11 16:49:13 -08:00
Suhas Joshi 3ebda03df9 Updating dev with latest on master 2014-12-10 17:43:57 -08:00
ajcvickers 9b72e3a0bd Reacting to EF API changes 2014-12-10 14:19:51 -08:00
AndriySvyryd 6120168c86 Reacting to the new EF relationship discovery convention 2014-12-10 14:16:20 -08:00
Wei Wang 9d643ae1ee Move web.config from project root to wwwroot 2014-12-10 14:08:35 -08:00
Victor Hurdugaci 4114c872ac Add the complete build option to the build script (build + test) 2014-12-10 14:07:58 -08:00