Commit Graph

37666 Commits

Author SHA1 Message Date
Justin Van Patten d37f9dded2 React to SessionCollectionExtensions renames
React to aspnet/HttpAbstractions#280
2015-04-16 18:30:25 -07:00
Justin Van Patten f5267fc145 Rename SetInt & GetInt -> SetInt32 & GetInt32
Fixes #256
2015-04-16 18:23:30 -07:00
Chris Ross b4903e22d1 Handle Http.Core rename. 2015-04-16 17:18:34 -07:00
Pranav K 8983a03fed Reacting to changes in OptionsModel 2015-04-16 16:57:44 -07:00
Pranav K 18efefd5cf * Use PropertyHelper.SetValue in DefaultControllerActionArgumentBinder
* Update DefaultModelMetadataProvider to use delegates exposed on
  PropertyHelper instance.

Fixes #2355
2015-04-16 16:38:13 -07:00
Chris Ross 54a8d8f8de Change to async retry helper. 2015-04-16 16:23:22 -07:00
Chris Ross a3b2d2c3eb Handle Http.Core rename. 2015-04-16 15:58:45 -07:00
Chris Ross 6223aac9be Handle Http.Core rename. 2015-04-16 15:48:27 -07:00
Praburaj ecb6184214 Using IRuntimeEnvironment to detect if mono 2015-04-16 15:14:17 -07:00
Pranav K dc4ee8b915 * Adding FilePath to SourceLocation
* Using SourceLocation.FilePath when printing line pragmas, if available.
2015-04-16 15:08:36 -07:00
Pranav K 3b2ded5652 Adding support for printing multiple compilation failures 2015-04-16 14:54:08 -07:00
Chris Ross 133d8b5e96 Handle Http.Core rename. 2015-04-16 14:51:56 -07:00
Chris Ross b5fd971562 Handle Http.Core rename. 2015-04-16 14:36:48 -07:00
Chris Ross 925d7d7828 Handle Http.Core rename. 2015-04-16 14:30:11 -07:00
Chris Ross 1bb35041e9 Handle Http.Core rename. 2015-04-16 12:32:18 -07:00
Hao Kung 501bd4ff10 Merge https://github.com/brentschmaltz/Security 2015-04-16 12:26:42 -07:00
Chris Ross ee554439cf Handle Http.Core rename. 2015-04-16 12:13:40 -07:00
Kiran Challa 879057b873 Addressing minor comment from feedback 2015-04-16 12:09:42 -07:00
Chris Ross d111e24da7 #190 - Swap Http and Http.Core package names. Remove Http.Core namespace. 2015-04-16 12:07:50 -07:00
Ryan Nowak f77493dffe Part 1 of #1712 - Remove reflection in MutableObjectModelBinder
This change introduces a new property to ModelMetadata called
IsBindingRequired, which specifies whether or not a model value must be
present on the wire during model binding.

[DataMember(IsRequired = true)] is currently the only thing that will set
this property.

Updated tests and documentation for clarity on the difference in meaning
between MM.IsRequired and MM.IsBindingRequired. Moved setting for
IsRequired to ValidationMetadata which is a better fit.

Also added functional tests for [BindingBehavior] and [DataMember] in
model binding because they were totally missing.
2015-04-16 12:07:33 -07:00
Kiran Challa c3f10f4a0f Logging for content-negotiation 2015-04-16 12:02:55 -07:00
Praburaj 9c5d86d4c0 Enabling host shutdown events. 2015-04-16 11:55:54 -07:00
Chris Ross 22a1cab976 #149 - Expose connection information as 1st class. 2015-04-16 11:41:41 -07:00
Praburaj c44e65c27f Stabilizing IIS helpers. 2015-04-16 11:34:22 -07:00
Kiran Challa 7576116969 Removed test code related to logging and instead used Testing repo's logging helpers. 2015-04-16 11:19:24 -07:00
Kiran Challa 65bd8c448a Removed Logging related ILogValues types and cleaned up tests. 2015-04-16 11:19:20 -07:00
Kiran Challa 20daab2fb5 Removed direct dependency on Framework.Logging and instead used Framework.Logging.Interfaces.
Fixed breaking code which additionally cleans up start-up logging which we wanted to do.
2015-04-16 11:19:17 -07:00
Chris Ross d034dbb3c7 Infrastructure and Hello World and NTLM tests. 2015-04-16 10:38:05 -07:00
Henk Mollema 9eb87d4676 Removed htmlAttributes null check in GenerateForm
The null check caused the form not to use the default url generation
behavior when html attributes were specified.
2015-04-16 16:29:27 +02:00
Praburaj 9eca47b388 Changing all validators to async 2015-04-15 23:59:04 -07:00
Praburaj 0083778faf Helpers async 2015-04-15 23:35:47 -07:00
Praburaj bea42ef0ca Making tests async 2015-04-15 23:21:44 -07:00
Praburaj 9c8fa0f3f9 Return HttpResponseMessage from RetryHelper 2015-04-15 23:15:12 -07:00
Praburaj 0823c5802c Cleanup. 2015-04-15 21:51:46 -07:00
Praburaj cae0d494a9 Moving some logging into the helpers 2015-04-15 21:37:15 -07:00
Praburaj edec7e9cce Changing the retry interval to 1 second with retry count = 60
Also exposing a host shutdown token to prevent retries after the process died.
2015-04-15 16:59:48 -07:00
Praburaj 64977e14a9 Fixing IIS variations 2015-04-15 16:06:54 -07:00
Praburaj 76d0d56b5d Setting DNX_APPBASE from the deployment helpers 2015-04-15 15:09:15 -07:00
Harsh Gupta 7f68a47fde Fixing doc comments for c67236141b 2015-04-15 14:46:29 -07:00
Praburaj 6dd1fd7dc1 Selfhost does not seem to like CreateNoWindow on CI. 2015-04-15 14:36:22 -07:00
Harsh Gupta c67236141b Fixes 2304:
The fix splits client validation and model validation into two separate hierarchies.
Introduced ClientModelValidatorProvider in MvcOptions, which can be iterated to produce IClientModelValidators.
As a result of this, HtmlGenerator code can be free of ActionBindingContext and directly consumes options.
This also means that we do not modify the client validations during resource filters.
2015-04-15 14:30:46 -07:00
Praburaj 1c648fa905 Revert "Fixing runtime info middleware on coreclr"
This reverts commit 7f83cc4e99.
2015-04-15 13:55:21 -07:00
Praburaj 5a289a2c9b Merge branch 'packagename' into dev 2015-04-15 13:50:12 -07:00
Praburaj eac23bc1d8 Moving some helpers into validator class 2015-04-15 13:49:57 -07:00
Hao Kung f191792b96 React to Http Challenge changes 2015-04-15 13:10:35 -07:00
Hao Kung f71d49744e React to WebHostingBuilder 2015-04-15 12:45:28 -07:00
N. Taylor Mullen eaa58bc913 Change inject directive to format correctly after newline during design time.
- Also modified existing tests to account for aspnet/Razor#332 which fixed models formatting after newline.
- Updated tests for inject to understand new formatting parsing.

aspnet/Razor#332
2015-04-15 12:18:45 -07:00
Praburaj ebf76371de Adding a package description for the ELM middleware package
Fixes: https://github.com/aspnet/Diagnostics/issues/100
2015-04-15 12:10:04 -07:00
Ajay Bhargav Baaskaran 4951235eef [Fixes #2337] Added support for file types in input taghelper and
htmlhelper
2015-04-15 11:58:40 -07:00
Ajay Bhargav Baaskaran a9f2c937df React to Cookie changes 2015-04-15 11:50:11 -07:00