Commit Graph

14348 Commits

Author SHA1 Message Date
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
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
Wei Wang acc191efca Merge branch 'release' into dev 2014-12-12 11:13:40 -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
Suhas Joshi 9e9f331025 Updating to dev NuGet.config 2014-12-08 15:25:23 -08:00
Suhas Joshi d74c4201f2 Updating to dev NuGet.config 2014-12-08 15:25:11 -08:00
Suhas Joshi 425e9305a5 Updating to dev NuGet.config 2014-12-08 15:25:08 -08:00
Suhas Joshi f958bbf774 Updating to dev NuGet.config 2014-12-08 15:24:40 -08:00
Suhas Joshi fd45ff532c Updating to dev NuGet.config 2014-12-08 15:24:38 -08:00
Suhas Joshi ae6698a924 Updating to dev NuGet.config 2014-12-08 15:24:14 -08:00
Suhas Joshi 9214253ba6 Updating to release NuGet.config 2014-12-08 15:17:09 -08:00
Suhas Joshi 42c2a0a56d Updating to release NuGet.config 2014-12-08 15:16:19 -08:00
Suhas Joshi ae6c971bfb Updating to release NuGet.config 2014-12-08 15:16:10 -08:00
Suhas Joshi 9c28fc93c3 Updating to release NuGet.config 2014-12-08 15:14:17 -08:00
Suhas Joshi d75e4c87ba Updating to release NuGet.config 2014-12-08 15:14:08 -08:00
Suhas Joshi 641cb38d5d Updating to release NuGet.config 2014-12-08 15:12:36 -08:00
Suhas Joshi b20b184b3a Merge remote-tracking branch 'origin/release' into dev 2014-12-08 14:46:28 -08:00
David Fowler a5ab614937 Removed the null check for IApplicationBuilder 2014-12-06 10:41:11 -08:00
David Fowler 559f5491d4 Make services registered in ConfigureServices work in Configure
- Added a test

#114
2014-12-06 10:41:10 -08:00
Chris Ross 4e929bb300 Stop setting WebRoot explicitly. 2014-12-05 11:49:05 -08:00
Chris Ross 2155c08e76 Make WebRootFileSystem settable. 2014-12-05 09:24:06 -08:00
Chris Ross 03e4739a3f Re-merge IWebRoot & IHostingEnv. 2014-12-04 17:23:21 -08:00
Chris Ross b883968eef #86 - Implement IWebRootFileSystemProvider 2014-12-04 14:44:16 -08:00
Praburaj a67bd6820c Adding some coverage for the .Include EF statements 2014-12-04 14:35:32 -08:00
Doug Bunting ea355e137f Fix #118, Only check K projects for XML documentation errors
- ignore leftover XML files e.g. from other branches
 - tested manually in MVC repo with a bad doc file outside a K project
- limit checked XML files to those in `bin` directory under K projects
- align with clean target: that only removes bin directories under K projects
- approach ignores XML files in .csproj projects but no such projects in
  repos where _k-xml-docs-test.shade file is used

Address old [comment](https://github.com/aspnet/Universe/pull/101/files#r16633938) from @Eilon on PR#101
> Traditionally we use i++ and not ++i.
2014-12-04 10:37:42 -08:00
aidan casey 99c566cac1 NDC London bug fix! , changing environment variable name 2014-12-05 04:54:58 +11:00
mikary b580856e66 Updating for EntityFramework API change to DbContext Entry Methods 2014-12-04 09:53:55 -08:00
Suhas Joshi 2286b14290 Add retry logic for Publishtests 2014-12-03 17:00:28 -08:00
Victor Hurdugaci d85580649f Update the expected exception from DI 2014-12-03 13:52:46 -08:00
ajcvickers 715b744146 React to EF API changes 2014-12-02 14:48:55 -08:00
Praburaj 65f58b98a8 Fixing the test failure
On introducing a FK relationship from OrderDetails table to Album table with album id creates a problem when deleting an album that's checked out atleast once.
2014-12-02 11:29:49 -08:00
Praburaj e21f6052f2 Using .Include in queries instead of manual joining
Also removed Identity setup from Ntlm Startup
Some minor using statements ordering.
2014-12-02 11:00:28 -08:00
Suhas Joshi 681327f396 Fixed tests to run on Mono 2014-12-01 17:49:16 -08:00
Brice Lambson 42f92f78e6 Remove some repos 2014-12-01 16:25:38 -08:00
Brice Lambson 22e94d2fbb Add IsTeamCity flag 2014-12-01 10:48:12 -08:00
Giovanni Bassi f1b36e038b update readme.md to new github repo for libuv 2014-11-30 13:55:24 -02:00
Harsh Gupta 688771ad10 Corresponding changes for changing AssociatedMetadataProvider's interface 2014-11-26 17:30:45 -08:00
Victor Hurdugaci 1120863c84 Add schema version to kproj files 2014-11-25 11:15:15 -08:00
Victor Hurdugaci f505d52771 Add schema version to kproj files 2014-11-25 11:10:52 -08:00
Victor Hurdugaci 4a2dd8f279 Add schema version to kproj files 2014-11-25 10:54:18 -08:00
Victor Hurdugaci 7569703906 Add schema version to kproj files 2014-11-25 10:49:23 -08:00
Victor Hurdugaci bf0c8c95b0 Add schema version to kproj files 2014-11-25 10:47:58 -08:00
Victor Hurdugaci 0c841f934e Add schema version to kproj files 2014-11-25 10:36:04 -08:00
Hao Kung a9827a4310 GetDefaultServices -> AddHosting
Also stop adding options
2014-11-24 17:33:11 -08:00
Hao Kung d8041cbbae React to identity changes 2014-11-24 16:41:16 -08:00