Wei Wang
531447687e
Update build.cmd and build.sh to use kvm
2015-01-28 17:19:01 -08:00
Wei Wang
28bca9e312
Merge branch 'release' of github.com:aspnet/Diagnostics into release
2015-01-28 17:18:24 -08:00
Wei Wang
de6cbb05df
Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL
2015-01-28 17:09:43 -08:00
Wei Wang
2435a2468d
Update build.cmd and build.sh to use kvm
2015-01-28 17:09:19 -08:00
Wei Wang
e1aee92472
Merge branch 'release' of github.com:aspnet/DataProtection into release
2015-01-28 17:08:35 -08:00
Ryan Nowak
42df4cf2ed
Fix for #1538 and #1891
...
Changes here are all focused around MaxModelErrors on
ModelStateDictionary.
MaxAllowedErrors now defaults to 200 (same as options). This means that
constructing a new ModelStateDictionary with the default constructor will
use this default. There's a new constructor for creating a
MaxAllowedErrors with a non-default value.
The ControllerActionArgumentBinder is now responsible for setting the
value from options onto ActionContext.ModelState. This results in better
layering and guarantees the option is respected if someone uses
extensibility to call model binding.
ModelStateDictionary.CanAddErrors is renamed to MaxErrorsReached. We
wanted to change the behavior of this property, but realized that it's
very useful inside the model validation code, so opted to renamed.
There's also a bunch of doc cleanup inside ModelStateDictionary to
simplify things and improve clarity.
2015-01-28 16:53:28 -08:00
Wei Wang
6c55b360d0
Rename dotnetsdk to kvm
2015-01-28 16:31:17 -08:00
Anthony Sneed
4821108307
Add SerializerSettings property to Xml DataContractSerializer input and output formatters.
2015-01-28 23:50:16 +01:00
Chris Ross
096a0bf298
#174 - Constants for status codes, lookup for reason phrases.
2015-01-28 13:57:12 -08:00
BrentSchmaltz
3483842ab7
Rollback of setting Principal on AuthenticationTicket.
...
adjust formating of messages.
2015-01-28 10:27:55 -08:00
Praburaj
c3b4b6369e
Some cleanup
2015-01-28 10:18:30 -08:00
Praburaj
4f32cb95fa
Fixing some issues with OpenIdconnect E2E test
...
1. Adding notifications and verification for them.
2015-01-28 10:12:27 -08:00
NTaylorMullen
3e3dd0215d
React to aspnet/Razor#94 .
...
- Implemented ITagHelperinterface for TagCloudViewComponentTagHelper in the TagHelperSample.
2015-01-27 20:20:14 -08:00
N. Taylor Mullen
a0574fb9be
Add tests for TagHelper order control.
...
- Tested runtime run execution order control.
#94
2015-01-27 20:11:44 -08:00
NTaylorMullen
53d60159f9
Add order property to control TagHelper execution order.
...
- Added order property to the ITagHelper class. Lower values indicates higher execution priority.
#94
2015-01-27 20:11:42 -08:00
Praburaj
3ec5584c8c
Adding an E2E flow for OpenIDC
2015-01-27 17:40:16 -08:00
Harsh Gupta
2d15f083da
Porting few tests for JsonOutputFormatter
2015-01-27 16:48:54 -08:00
Kirthi Krishnamraju
f1c62ef302
Fix for #1837 - Determine model type at runtime for TryUpdateModel and added a test
2015-01-27 16:36:47 -08:00
Kirthi Krishnamraju
cbed666cba
Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite
2015-01-27 15:56:49 -08:00
Suhas Joshi
bb3ac53833
Merge branch 'release' into dev
2015-01-27 14:44:32 -08:00
Ryan Nowak
08a578d01f
Issue #1525 - Enhancements to ActionContext
...
- Adding a new constructor that takes ModelState.
- Removing an extra constructor that's not needed
- docs
- test cleanup
2015-01-27 14:35:31 -08:00
Suhas Joshi
19de5f1be1
Fix for test hang issue
2015-01-27 10:06:14 -08:00
BrentSchmaltz
e04358f7f9
Missing resource file.
2015-01-27 09:58:47 -08:00
BrentSchmaltz
e5518e6fc2
ChallengeContext will be null with [Authorize] attribute
...
OpenIdConnect set Ticket.Principal, get identity from there.
2015-01-27 08:15:28 -08:00
Ajay Bhargav Baaskaran
17aa21dc25
Added StatusCode property to OutputFormatterContext
...
- Fixes issue #1809
- Added relevant tests
2015-01-26 17:32:04 -08:00
Praburaj
e3637924ee
Adding a basic smoke test for OpenIdConnect
...
Currently the mono variation is failing.
2015-01-26 17:03:34 -08:00
Ajay Bhargav Baaskaran
8e85d53c88
Provided a way to add data to ActionDescriptor from ApplicationModel.
...
- Added Properties to Action, Controller and Application model
- Added relevant tests
2015-01-26 15:20:02 -08:00
Ryan Nowak
02f656667f
Cleanup of some exception code
...
Decision is **carefully** vet scenarios where we need to throw an
exception with extra data, and create custom exceptions for those cases.
2015-01-26 14:54:31 -08:00
Ryan Nowak
ee419e2442
Add ApiExplorer details to ApplicationModel
...
This change allows you to set global defaults for ApiExplorer on the
ApplicationModel. Additionally, we're more lenient about configuring
ApiExplorer = on with conventional routing. If you turn on ApiExplorer at
the application level, we'll just skip over all conventionally routed
controllers instead of throwing.
2015-01-26 14:47:11 -08:00
Ryan Nowak
8399dc5f4e
Add a custom collection type for ModelMetadata.Properties
...
This is a cleanup PR to improve the common usage of
ModelMetadata.Properties.
We found placed in code where both .Count and the ability to index by
property name would be useful. I was able to cascade this and simplify the
ModelBindingContext as well.
2015-01-26 14:36:40 -08:00
Praburaj
c82cda4a78
Fixing the openIdconnect Startup class to add loggerfactory
...
Also adding a placeholder startup class for openid e2etesting.
2015-01-26 11:11:25 -08:00
Praburaj
d29f24f4ad
Using session to store the cart details instead of cookies.
2015-01-26 10:51:20 -08:00
Pranav K
308de9260f
Merge branch 'release' into dev
2015-01-26 10:03:14 -08:00
Pranav K
eb192a36a6
Renaming kpm-local-publish to kpm-publish
2015-01-25 10:57:14 -08:00
Pranav K
99a22149a9
Changes to allow using kpm add to publish artifacts to CI volatile directory
2015-01-25 10:23:55 -08:00
David Fowler
466a710a16
Make build install go directly to packages cache
2015-01-25 09:02:05 -08:00
Pranav K
8a9dc991ce
Reacting to System.Xml.XmlSerializer version change
2015-01-24 21:40:07 -08:00
Pranav K
36413b4d81
Removing XmlSerializer from TagHelpersSample.Web
2015-01-23 17:26:48 -08:00
Pranav K
f93d0d82c3
Merge branch 'release' into dev
2015-01-23 17:12:16 -08:00
Pranav K
071c697318
Modify BuilderExtensions.UseMvc to not add any routes by default
...
Fixes #1879
2015-01-23 16:51:38 -08:00
Pranav K
c5c89fdaf8
Merge branch 'release' into dev
2015-01-23 16:49:05 -08:00
N. Taylor Mullen
074eae6059
Fixed Microsoft.AspNet.Mvc.Common unneeded assemblyinfo.
2015-01-23 16:29:31 -08:00
Pranav K
29a5cb8aa9
Change the namespace for the MapRoute extension
2015-01-23 16:08:38 -08:00
Wei Wang
af3044a3d1
Merge branch 'release' into dev
2015-01-23 13:21:30 -08:00
Wei Wang
014b76770e
Merge branch 'release' into dev
2015-01-23 13:17:11 -08:00
Wei Wang
21551bceb3
Merge branch 'release' into dev
2015-01-23 12:06:06 -08:00
Wei Wang
6b0c2bb01f
Merge branch 'release' into dev
2015-01-23 11:48:18 -08:00
Wei Wang
117c910f3b
React to kpm subcommand renaming
2015-01-23 10:22:55 -08:00
Wei Wang
42a3fce46a
React to renaming "kpm build" to "kpm pack"
2015-01-23 10:14:33 -08:00
Suhas Joshi
eabe6b1aa7
Fixing start mono processstartinfo
2015-01-22 22:43:25 -08:00