Commit Graph

39740 Commits

Author SHA1 Message Date
Pranav K c1680e92d6 Reacting to System.Text.Encoding package version change 2014-09-11 10:07:08 -07:00
Pranav K acc5c31f28 Reacting to System.Text.Encoding package version change 2014-09-11 10:07:05 -07:00
Pranav K b15810a173 Reacting to System.Text.Encoding package version change 2014-09-11 10:06:57 -07:00
Pranav K 6944fd4bc4 Reacting to System.Text.Encoding package version change 2014-09-11 10:06:55 -07:00
Pranav K 1b1e02e9dd Reacting to System.Text.Encoding package version change 2014-09-11 10:06:52 -07:00
Pranav K 06997363e8 Reacting to System.Text.Encoding package version change 2014-09-11 10:06:49 -07:00
Pranav K 547d77778e Reacting to System.Text.Encoding package version change 2014-09-11 10:06:46 -07:00
Pranav K 417556c84c Reacting to System.Text.Encoding package version change 2014-09-11 10:06:41 -07:00
Pranav K 9c31dbc684 Bulding Universe does not require kvm 2014-09-11 06:23:54 -07:00
Chris Ross 56987a66c6 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 14:47:02 -07:00
Chris Ross a2fc6e28a8 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 14:39:52 -07:00
Chris Ross 85ad1aeb96 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 14:12:08 -07:00
Chris Ross 0cd6e52383 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 12:50:37 -07:00
Chris Ross fbe4da4db9 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 12:44:52 -07:00
Chris Ross 3f76dcc166 Handle the IBuilder rename to IApplicationBuilder. 2014-09-10 12:37:39 -07:00
Wei Wang 64455620a0 React to renaming TargetFramework to RuntimeFramework 2014-09-10 12:31:50 -07:00
Chris Ross 51c3dc98dc Handle IBuilder rename to IApplicationBuilder. 2014-09-10 12:27:01 -07:00
Chris Ross d7f5c81b13 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 12:14:50 -07:00
Chris Ross d50923a730 Handle IBuilder rename to IApplicationBuilder. 2014-09-10 12:06:55 -07:00
Chris Ross 335895d9b4 #122 - Rename IBuilder to IApplicationBuilder. 2014-09-10 11:45:02 -07:00
Praburaj 0c3cf30d2c Commenting the external logins from login cshtml to work around a bug
https://github.com/aspnet/HttpAbstractions/issues/115

Also adding a work around for the EF issue.
2014-09-10 11:26:29 -07:00
Chris Ross 200f894b5b Handle IBuilder rename to IApplicationBuilder. 2014-09-10 10:25:41 -07:00
jacalvar cde1a95d49 [Fixes #900] Use [Route(...)] on action methods to specify an attribute route that allows all verbs.
1. Changed attribute usage on RouteAttribute.
2. Added a test on action discovery to ensure that actions with [Route] get discovered as
   attribute routed actions.
3. Added a test on reflected action descriptor provider to ensure that an action with [Route] on
   the controller and [Route] on the action results in an action that allows any Http method.
2014-09-10 10:11:42 -07:00
Wei Wang 13adde63fa Update the method used to read JSON asynchronously 2014-09-10 09:13:22 -07:00
Wei Wang 44ccea6871 Upgrade Newtonsoft.Json to 6.0.4 version 2014-09-10 08:52:12 -07:00
Wei Wang 43fdf2a460 Upgrade Newtonsoft.Json to 6.0.4 version 2014-09-09 20:42:41 -07:00
Praburaj c41407d7b7 Adding cache service to the Ntlm startup 2014-09-09 16:45:19 -07:00
Hao Kung 19d6805c7c Standardize sql db names for tests 2014-09-09 15:26:29 -07:00
Hao Kung 00261c1984 Drop database at start and end of sql tests 2014-09-09 14:31:11 -07:00
Pranav K 8562a5c454 Adding build.sh to MusicStore 2014-09-09 14:12:36 -07:00
jacalvar 9345afeed2 [Fixes #731] Add unit tests for ReflectedActionDescriptorProvider
1. Added tests that cover parameters in actions.
2. Added tests that cover building the reflected application model.
3. Added tests that cover attribute routed action constraints and default values.
4. Added tests that cover conventionally routed action constraints and default values.
5. Refactored and cleaned up ReflectedActionDescriptorProvider. All the refactors consist
   of extracting blocks of code to separate methods to better display the flow when building
   the action descriptors.
2014-09-09 14:03:05 -07:00
Hao Kung de6b7a0a26 Drop test sql databases at the end of each test run 2014-09-09 13:49:15 -07:00
Praburaj bb9934a565 Fixing KRE name for mono in deployment utility 2014-09-09 13:15:38 -07:00
YishaiGalatzer 8fd7cd51e2 Fix the sample to await when writing directly to the output stream in a controller. 2014-09-09 08:39:44 -07:00
Praburaj 17f3808154 Fixing a build break 2014-09-08 18:14:45 -07:00
Praburaj 093caaae7e Adding some mocks for Google, Facebook and Twitter for E2Evalidation
Social mock tests are not executed right now due to 2 issues:
1. Identity extensions related to Social are not in yet.
2. Helios currently does not support loading of environment based startup class.
2014-09-08 18:02:03 -07:00
N. Taylor Mullen 489caed17c Validate Tag Helper registration system functionality.
- This involved adding tests to cover GetTagHelpers methods on the default tag helper descriptor provider.

#70
2014-09-08 17:14:31 -07:00
N. Taylor Mullen 555615f60e Add TagHelper registration system.
- This registration system accepts tag descriptors that it then uses to feed requests for tag helpers.
- Added some infrastructure pieces that are used to build up valid tag helper descriptors.

#70
2014-09-08 17:14:22 -07:00
N. Taylor Mullen a9f6a63e7f Test nested tags in script tag fix.
#115
2014-09-08 17:08:45 -07:00
N. Taylor Mullen 82b45387a1 Fix nested tags in script tag.
#115
2014-09-08 17:08:36 -07:00
Chris Ross 9fc4e8704b #62 - Abort the request for read/write failures. 2014-09-08 16:06:51 -07:00
Chris Ross 77f9fc496d Update dependecy versions. 2014-09-08 13:50:14 -07:00
Chris Ross 80c8891c08 #49 - OAuth base middleware. 2014-09-08 11:42:11 -07:00
Pranav K df0b33a378 Updating ViewStartUtility to use IFileSystem.TryGetParentPath 2014-09-05 14:38:11 -07:00
ajcvickers 666a2d3e69 And again... 2014-09-05 14:35:24 -07:00
ajcvickers 610c5531a3 React to EF API change 2014-09-05 14:29:29 -07:00
Praburaj 07424caead Updating the home repo with the latest KVM scripts 2014-09-05 13:20:12 -07:00
Praburaj 7e77078160 Adding in memory caching to the sample 2014-09-05 12:53:08 -07:00
Pranav K 694bfe91c7 Empty commit to fix CI 2014-09-05 12:10:35 -07:00
David Fowler 3b28e06d15 Fixed kestrel build 2014-09-05 11:43:30 -07:00