Commit Graph

17302 Commits

Author SHA1 Message Date
Praburaj 05cd84667a Enabling X64/CoreClr based test variations as the CLR issues are resolved 2014-08-28 11:55:51 -07:00
Praburaj 963c76f770 Updating deployment helpers to start the host on mono. 2014-08-26 16:48:39 -07:00
Hao Kung e60b1665e3 React to Identity Rename 2014-08-25 11:41:49 -07:00
Praburaj fd5f081cb6 Increasing the wait timeout after the application deployment
I'm starting to see that tests start running too soon before the application started. Increasing the wait time to a bigger number.

It will increase the test runtime of each selfhost variation by a couple more seconds, but it will increase the reliability.
2014-08-22 11:59:58 -07:00
Praburaj c7defa70c9 Updating instructions to run the sample on Mono
With some recent product bug fixes the sample can now run on Mono. The sample uses InMemory store to run on mono due to lack of SqlClient.
2014-08-22 11:35:54 -07:00
Chris Ross 1aed739edb WebUtilities: Add more query helpers. 2014-08-22 09:04:30 -07:00
Praburaj 5878f8ccb8 Increasing the wait time out to 3 seconds after the db file is created.
A couple of selfhost variations are failing on some of the new CI machines. While trying to reproduce I see that the klr.exe processes are lauching fine. But the tests fail for a couple of self-host variations. Only suspicion is this time out as the client gets a socket exception. It is possible that client is making a request before the server is ready.
2014-08-21 12:48:03 -07:00
Chris Ross bc0732f900 Code cleanup. 2014-08-21 12:13:26 -07:00
Levi B 990fe49df1 Remove old Win7-only PBKDF2 implementation. 2014-08-20 23:17:09 -07:00
Levi B 4588b1c898 Add preliminary PBKDF2 routines to unblock identity work.
Win7 and Win8 optimizations will be committed as part of the larger DataProtection overhaul.
2014-08-20 22:47:47 -07:00
Praburaj df3d56be5e Enabling the test code to run on mono
This does not include the deployment helper on mono. So the test needs to point to a statically deployed application url to run.
There are some bugs in mono Httpclient like in case of 302's RequestMessage's Uri not modified, cookies not cleared in cookie container etc. I will file bugs in mono on those and this is a work around until then.

There is still more work and refactoring. This is a first step.
2014-08-20 17:46:53 -07:00
Chris Ross ddc7f08957 #116 - Add IBuilder.Properties collection. 2014-08-20 12:39:28 -07:00
Chris Ross 7230a3d78e Add form and query helpers needed for Facebook auth. 2014-08-20 12:39:24 -07:00
Pranav K e61a7e1927 Adding Caching to Universe repo list 2014-08-20 07:07:37 -07:00
Pranav K aa9ace6157 Reacting to System.IO package version change 2014-08-20 06:56:38 -07:00
Pranav K 226e6f3291 Reacting to System.IO package version change 2014-08-20 06:56:34 -07:00
Pranav K e2a3f1455b Reacting to System.IO package version change 2014-08-20 06:56:33 -07:00
Pranav K 6551a30391 Reacting to System.IO package version change 2014-08-20 06:56:32 -07:00
ajcvickers 0eaad754c4 Reacting to ForeignKey API change. 2014-08-19 15:50:23 -07:00
Pranav K 25b1243c7f Adding a target to force push master branch 2014-08-18 10:23:12 -07:00
Pranav K f3d544bc1f Changes to support reseting master to release 2014-08-18 10:07:50 -07:00
Louis DeJardin 70972fb7a1 Rebase cleanup 2014-08-15 16:08:47 -07:00
Louis DeJardin c720364d0e Registering standard LoggerFactory : ILoggerFactory implementation 2014-08-15 16:03:35 -07:00
ajcvickers 9ee9104883 Reacting to ConventionModelBuilder name change 2014-08-15 11:35:24 -07:00
David Fowler 4d6df1d927 Removed source files from the project 2014-08-15 09:45:21 -07:00
David Fowler 23b13d3143 Removed source files from the project 2014-08-15 09:42:19 -07:00
ajcvickers e2736173e8 Change ModelBuilder to ConventionModelBuilder 2014-08-15 08:45:28 -07:00
David Fowler 26084c7f13 Removed source files from the project 2014-08-15 08:17:40 -07:00
David Fowler 274f20a383 Removed source files from the project 2014-08-15 08:14:48 -07:00
David Fowler 58468e9509 Removed source files from the project 2014-08-15 08:13:03 -07:00
David Fowler 23d2830960 Updated solution file 2014-08-15 07:46:11 -07:00
David Fowler abfad7f643 Removed files from project file 2014-08-15 07:44:31 -07:00
Praburaj cb9184e1c0 Prevent binding on some columns in order 2014-08-12 12:28:11 -07:00
Praburaj abd215a543 Using HttpNotFound helper in actions returning 404 2014-08-12 11:44:48 -07:00
dougbu 6f7e62201b Support test for XML documentation errors
- can't be done as a unit test because `k.cmd test` doesn't write assemblies for referenced projects
- instead support extending the "test" target in builds

To enable this in a repo, add the following to the makefile.shade file:
```
#xml-docs-test target='test'
  k-xml-docs-test
```

Example output with one syntax error and one invalid reference:
```
info: Target xml-docs-test
warn: Invalid documentation syntax in src\Microsoft.AspNet.Mvc.Core\bin\debug\net45\Microsoft.AspNet.Mvc.Core.xml
warn:  3170: <!-- Badly formed XML comment ignored for member "T:Microsoft.AspNet.Mvc.Rendering.HtmlHelper" -->
warn:  3203: If the object is already an <see cref="!:IDictionaries&lt;string, object&gt;"/> instance, then it is
```
2014-08-11 16:17:15 -07:00
Praburaj ca515e3e87 Adding missing Anti-Xsrf token validations in some Post actions
1. Also adding this validation on a AJAX only used action.
2014-08-08 12:46:36 -07:00
Chris Ross 6d45f817f9 Make new overloads virtual. 2014-08-07 15:58:26 -07:00
Chris Ross 22f3d52762 #111 - Change Challenge, SignIn parameter order to support params. 2014-08-07 15:21:02 -07:00
Pranav K 66a15775cb Updating dev Nuget.config 2014-08-06 12:30:54 -07:00
Pranav K 18ac38e4a7 Updating dev Nuget.config 2014-08-06 12:30:53 -07:00
Pranav K ddd0ba653b Updating dev Nuget.config 2014-08-06 12:30:51 -07:00
Pranav K faf406736d Updating dev Nuget.config 2014-08-06 12:30:43 -07:00
Pranav K cd78e115d4 Updating dev Nuget.config 2014-08-06 12:30:43 -07:00
Pranav K 7ca4ba5d65 Updating dev Nuget.config 2014-08-06 12:30:35 -07:00
Pranav K 907a3c6cf3 Updating dev Nuget.config 2014-08-06 12:30:32 -07:00
Pinpoint c3daa5c8c0 Handle paths containing spaces in build.cmd
#99
2014-08-06 18:09:26 +02:00
Pranav K ffe3767467 Updating NuGet.config 2014-08-06 08:30:54 -07:00
Pranav K bacfb03a1e Reverting repo list to topological order 2014-08-05 16:01:01 -07:00
Pranav K e86cae43bb Updating release Nuget.config 2014-08-05 15:51:09 -07:00
Pranav K a2a663b240 Updating release Nuget.config 2014-08-05 15:50:46 -07:00