Commit Graph

39740 Commits

Author SHA1 Message Date
Chris Ross 3343bb4d23 Hosting #86 - Consume WebRootFileSystem 2014-12-05 11:03:19 -08:00
Chris Ross 184233af61 #79: Remove cookie compression. 2014-12-05 10:40:46 -08:00
Chris Ross 2155c08e76 Make WebRootFileSystem settable. 2014-12-05 09:24:06 -08:00
Yishai Galatzer 1bded288bf Missing setter for default handler on IRouteBuilder
CR in person with pranavkm
2014-12-04 17:33:45 -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
Hao Kung 33d8645187 Add ChangeEmail APIs 2014-12-04 13:25:18 -08:00
Hao Kung 5658af6b61 Allow multiple validators
Role/Password/User validators are now IEnumerable instead of a single
instance
2014-12-04 13:06:41 -08:00
Mugdha Kulkarni ba8cf3ca46 Changed to use OptionalRouteConstraint created by Routing to use for inline optional parameters in attribute routing. Also added tests for inline parameters. 2014-12-04 11:00:48 -08:00
Mugdha Kulkarni f549a550a9 Fixing the issue #123.
Added OptionalRouteConstraint class to take care of optional inline parameter. It will create the OptionalRouteConstraint for a inline parameter that is optional with real constraint on the parameter as inner constraint of OptionalRouteConstraint.
2014-12-04 10:54:27 -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
Brice Lambson 17e5811a97 React to a change in EntityFramework.Migrations 2014-12-03 14:40:17 -08:00
Victor Hurdugaci 0654c86d61 Update the expected exception from the DI container 2014-12-03 14:13:21 -08:00
Kiran Challa 00b61ec1e6 [Partial fix for #1372]Added SimpleTypesExcludeFilter to exlcude validation on simple types and also added tests to cover scenarios. 2014-12-03 14:09:51 -08:00
Victor Hurdugaci d85580649f Update the expected exception from DI 2014-12-03 13:52:46 -08:00
Victor Hurdugaci d788e87a94 React to DI changes part 2 2014-12-03 13:36:54 -08:00
Victor Hurdugaci dbdf2e66ba Update message from DI exception 2014-12-03 13:09:44 -08:00
Pranav K 7b20909a60 Revert changs to Flush point tests made as part of 4ad3e9
This should resolve timing issues that are currently being seen.
2014-12-03 12:56:14 -08:00
Victor Hurdugaci 91549e15a5 React to DI changes 2014-12-03 12:09:31 -08:00
Pranav K 933f7eeb22 Layout specification and discovery should follow the same behavior as
partials

Fixes #1047
2014-12-03 11:54:46 -08:00
Pranav K 765f113515 Checkin VS auto-modifications to kproj files 2014-12-03 11:11:43 -08:00
Suhas Joshi f99a29a12c Make Lockoutend date nullable 2014-12-02 16:20:47 -08:00
Praburaj cfd5630cf2 Addressing breaking IFileSystem changes
@pranavkm
2014-12-02 15:58:05 -08:00
ajcvickers 715b744146 React to EF API changes 2014-12-02 14:48:55 -08:00
ajcvickers f24d3a5462 React to EF change in tests 2014-12-02 14:32:28 -08:00
ajcvickers 4030d77b31 React to EF API changes 2014-12-02 14:26:09 -08:00
Chris Ross ce8abf7767 Ensure the logger factory is initialized. 2014-12-02 13:45:29 -08:00
Daniel Roth f75140765c Rename FromSericesAttribute.cs to FromServicesAttribute.cs 2014-12-02 13:15:00 -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
Ryan Nowak 0152aac7f4 Fix for #1652 - Make Authorization Filters run first
This change moves authorization filters to be the first filter stage
(before exception filters).
2014-12-02 10:39:50 -08:00
Chris Ross 2ecf92f7e8 #79 - Log verbose request & response details. 2014-12-02 10:15:44 -08:00
Chris Ross 3fdf656353 #74 - Log the listening addresses at startup. 2014-12-02 10:13:00 -08:00
lajones ce46ac455e Fix for EF issue 1109 - removing Microsoft.DataAnnotations nuget package.
Replacing dependencies with direct dependencies on the underlying packages/assemblies.
2014-12-02 09:34:05 -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
SonjaKhan b5a328aa0e fixing dependencies 2014-12-01 14:11:01 -08:00
Brice Lambson 22e94d2fbb Add IsTeamCity flag 2014-12-01 10:48:12 -08:00
Doug Bunting 07523c6634 Address aspnet/razor#236, recreate XML files when xml-docs-test target is run directly
- must still `build initialize` between `git clean` and `build xml-docs-test`

nit: add description of xml-docs-test target
2014-11-30 21:36:36 -08:00
Doug Bunting 06a2f72bb3 Address #236, recreate XML files when xml-docs-test target is run directly
- must still `build initialize` between `git clean` and `build xml-docs-test`

nit: add description of xml-docs-test target
2014-11-30 21:34:02 -08:00
Doug Bunting 0e3e53dcfe Address aspnet/razor#236, recreate XML files when xml-docs-test target is run directly
- must still `build initialize` between `git clean` and `build xml-docs-test`

nit: add description of xml-docs-test target
2014-11-30 21:30:59 -08:00
Doug Bunting 1431d1ae0b Quit fighting VisualStudio
- let it reformat project file and add `<DevelopmentServerPort/>` element
2014-11-30 20:37:05 -08:00
Giovanni Bassi f1b36e038b update readme.md to new github repo for libuv 2014-11-30 13:55:24 -02:00
Harsh Gupta 2353bd911a Adding Support for TryUpdateModel using include expressions and predicate. 2014-11-26 17:44:50 -08:00
Harsh Gupta 688771ad10 Corresponding changes for changing AssociatedMetadataProvider's interface 2014-11-26 17:30:45 -08:00
Harsh Gupta b54c326ee6 Updating Associated Metadata Provider to follow the existing pattern. 2014-11-26 16:56:32 -08:00