ASP.NET Push Bot
514d9d7eef
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@71866b043e
2015-04-22 09:10:27 -07:00
Hao Kung
3e94336390
Remove hosting and logging dependencies
2015-04-21 17:02:16 -07:00
Chris Ross
6072e3b1b8
#221 Remove unneeded dependencies around DataProtection.
2015-04-21 16:21:50 -07:00
Henk Mollema
323ec2fdc7
Throw exception with unknown attributeName
...
Throw a meaningful exception if the attribute to copy does not exists
in the attributes of the TagHelperContext rather than:
`System.InvalidOperationException : Sequence contains no matching
element`.
Added test too.
2015-04-21 14:49:14 -07:00
Ajay Bhargav Baaskaran
d4132d98fd
Moved CommonTestEncoder to Testing repo
2015-04-21 13:32:02 -07:00
Chris Ross
870c430f8f
Consume the checked in DeploymentHelpers.
2015-04-21 13:12:16 -07:00
Praburaj
cedfd88254
Disabling openidconnect coreclr variation temporarily
...
OpenIdconnect fails on latest coreclr. Until this is fixed disabling the coreclr variation.
https://github.com/aspnet/Security/issues/223
2015-04-21 12:48:46 -07:00
Praburaj
1248c7a76b
Assigning application pool runtime version to 4.0.30319 explicitly
...
I'm noticing that leaving it to an empty value defaults to 4.0 runtime on Win8.1 and above. But on downlevel OSes this defaults to v2.0 app pool resulting in errors.
Always assigning the app pool version explicitly.
2015-04-21 11:41:57 -07:00
Chris Ross
65e57d28f3
Add PathString+string operator to prevent too much string<->PathString implicit conversion.
2015-04-21 11:08:54 -07:00
Kiran Challa
162c4709c1
Refactor attribute route
2015-04-21 11:02:05 -07:00
Chris Ross
86bd393d3d
Add string+PathString operator to prevent too much string<->PathString implicit conversion.
2015-04-21 10:23:22 -07:00
Kiran Challa
d270525fde
Create a logging scope having request id
2015-04-21 08:52:01 -07:00
Chris Ross
5fac18b418
HttpAbstractions#265 - Remove IApplicationBuilder.Server setter.
2015-04-21 08:20:13 -07:00
Suhas Joshi
b775e90b5b
Use configure from cookies repo
2015-04-20 17:29:46 -07:00
Praburaj
1a4dc9488a
Trying to redirect the stdinput as well to see if this succeeds on CI
2015-04-20 16:48:37 -07:00
Praburaj
f92b1f36e1
Redirecting output for all process starts to see correlation in logs.
2015-04-20 16:19:56 -07:00
Praburaj
f3a4cf0ea7
Fixing the CreateNoWindow=false issue on selfhost
...
When CreateNoWindow is set to false, I see the selfhost process exiting immediately after start due to https://github.com/aspnet/Hosting/issues/140 .
To fix this I'm manually redirecting the stderror and stdoutput streams so test runs will have necessary logs.
2015-04-20 16:00:47 -07:00
Chris Ross
7d6349c81d
Fix samples.
2015-04-20 15:59:31 -07:00
Hao Kung
7bc6cab72e
Fix samples
2015-04-20 15:26:22 -07:00
Chris Ross
99f3aa197f
#118 - Use common cookie header formatters.
2015-04-20 15:16:29 -07:00
sornaks
064c01cf2b
#2267 - Moving responsibility for setting ModelState.MaxAllowedErrors into a more appropriate location.
2015-04-20 14:31:04 -07:00
ASP.NET Push Bot
e9dbf24790
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@9c54d02bea
2015-04-20 14:12:43 -07:00
Praburaj
78e9ef2782
Add more logging while starting dnx.exe or dnu.cmd
2015-04-20 13:51:00 -07:00
Ryan Nowak
8bae02928d
Fix build break
2015-04-20 12:44:30 -07:00
Chris Ross
0737ea392f
Add NotNull to Predicate setter.
2015-04-20 11:41:43 -07:00
Praburaj
0e9f876d4e
Removing timeout for dnu publish
...
Sometimes on slower machines that it takes more than this time especially when -no-source is turned on.
2015-04-20 11:11:00 -07:00
Chris Ross
4030be585d
#265 Add implicit converters between string and PathString.
2015-04-20 10:54:33 -07:00
Praburaj
0ab04fd319
Setting exit code in exception message.
2015-04-20 10:25:53 -07:00
Praburaj
df6f59a1d1
Logging the dnx and dnu paths while running selfhost or dnu publish.
2015-04-20 10:17:18 -07:00
Eilon Lipton
dedf923f09
Merge pull request #2399 from henkmollema/fix-1764
...
Removed clear-text password from sample
2015-04-20 09:25:07 -07:00
Matt Ellis
d386e78ee6
Use $HOME as a possible storage location
...
If LOCALAPPDATA and USERPROFILE are both null (as is the case on
Linux/OSX) use "$HOME/.aspnet" as the root folder for data protection
keys
Fixes #76
2015-04-19 21:52:35 -07:00
Praburaj
0929aa23df
Enclosing a bunch of test only code within #if TESTING
2015-04-18 18:03:17 -07:00
Praburaj
5b4aed8dcc
Fixing the configoverride.json location
2015-04-17 21:59:12 -07:00
Praburaj
cd878d57c1
Removing some terms to clear the policheck.
2015-04-17 18:41:19 -07:00
Ryan Nowak
2719111453
Add more details to ModelAttributes
...
This change adds more information to ModelAttributes, so that metadata
providers can look at the attributes on the property and type separately
if so desired
2015-04-17 17:35:20 -07:00
Praburaj
c384fcc3c2
Deployment helpers moved to hosting repo.
2015-04-17 14:51:58 -07:00
Praburaj
fc96d4d3a5
Server deployment helpers in testing repo.
2015-04-17 14:46:43 -07:00
Ajay Bhargav Baaskaran
a4fd51772f
[ Fixes #2276 ] Serialize only simple types to session in TempData
2015-04-17 14:30:47 -07:00
Chris Ross
7d7cd5fde7
#265 Remove some overloads for Run, Map, and MapWhen.
2015-04-17 12:28:02 -07:00
Chris Ross
43c3913b86
#265 Remove setters for IApplcationBuilder.Properties and Server.
2015-04-17 12:18:09 -07:00
Praburaj
94ff5f85f0
Skipping mono tests on both clr and coreclr.
2015-04-17 12:00:10 -07:00
Praburaj
9027ce0982
Fixing the RuntimeInformation enum change
...
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Praburaj
b27c6fc1e2
Fixing runtime info middleware on coreclr
...
Also adding more information like OS, runtime type and architecture to the info page.
2015-04-17 11:47:46 -07:00
Pranav K
fb451b51e5
Added SourceLocation to inherited chunks \ tag helpers
...
Updated CompilationResult to support compilation failures from multiple
files.
Fixes #2321
2015-04-17 11:23:38 -07:00
Ajay Bhargav Baaskaran
f878ca5b15
[ Fixes #1919 ] Added path info to RazorPage exceptions
2015-04-17 10:30:37 -07:00
Troy Dai
63f6f42e7e
Update the sample data
...
Change the domain name in sample user from sample.com to example.com
2015-04-17 09:18:12 -07:00
ianhong
21031a3aa8
Add sample and functional test for custom inline constraints
2015-04-17 08:42:20 -07:00
Henk Mollema
3ac6acdab4
Removed clear-text password from sample
...
Removed unused clear-text password as it encourages risky coding.
#1764
2015-04-17 13:58:48 +02:00
Kiran Challa
e7728dde3f
Log view discovery
2015-04-17 04:23:45 -07:00
Troy Dai
06b61511e5
Creating 100 sample users in sample data when it is run in Performance Lab
2015-04-16 21:21:34 -07:00