Praburaj
47b786f8f9
Merge branch 'release' into dev
2015-02-05 15:14:22 -08:00
Praburaj
710c2d7d21
Removing the AzureAD feed from security repo
...
Wilson packages are now part of aspnet myget feeds. Removing azure feed from restore sources.
2015-02-05 15:11:15 -08:00
Yishai Galatzer
e94cec51fa
Script Tag Helper
...
Implement Script TagHelper
Add functional test
Resolved #1576
2015-02-05 14:35:02 -08:00
Doug Bunting
3de5db0c78
Provide `deep-clean` target to remove folders `git clean` cannot
...
- use `rimraf` instead of noisier, slower `robocopy-delete`
- _rimraf.shade is modeled after bower.shade
2015-02-05 14:25:44 -08:00
Doug Bunting
530d655d59
Use `default` for `*GloballyInstalled` variables
...
- allows calling .shade files to avoid repeated `TestCommand()` calls
nit in _node-install.shade:
- name `default nodeDir` variable to match other shade files; reusing value
2015-02-05 14:21:10 -08:00
Ryan Nowak
12f8f23ccb
Make BindingSource extensible
...
This is a major refactor of how IBinderMetadata interacts with model
binders and value providers. We're doing this to support better
extensibility for metadata in ApiExplorer.
You'll notice a bunch of deleted code in DefaultApiDescriptionProvider
that maps metadata marker interfaces to a fixed list of Api sources. This
is replaced now with IBindingSourceMetadata - which also replaces the
hierarchy of marker interfaces. Now user code can create an arbitrary
binding source and have a consistent API for model-binders,
value-providers and full-visibility in ApiExplorer as
well.
Additonally, there's some error checking in place that better enforces the
constraints we already have in the system. IE you can't create a 'greedy'
model binder that uses value-provider data.
Two additional enhancements are planned for followup PRs:
1. Add a BindingSource property to model-metadata. This will remove some
duplication, but I want to delay it because it would touch another 10 or
so files.
2. Add an extensibility interface for our 'special' model binders like the
file binder so these can show up in ApiExplorer as well.
2015-02-05 13:41:31 -08:00
Kiran Challa
8c32d9e207
Removed misplaced test files due to bad merge.
...
The latest version of these files are already present in Microsoft.AspNet.Mvc.Xml.Test.
2015-02-05 13:21:33 -08:00
Doug Bunting
f1154a850c
Speed up developer builds a bit
...
- do not delete node_modules folders during every build
2015-02-05 12:09:33 -08:00
Doug Bunting
80f7e445e5
Pay attention to `bower` and `grunt` libraries, not containing folder
...
- should help to avoid repeated CI failures executing `bower`
also get `grunt` working on Linux machines when globally installed
2015-02-05 12:09:10 -08:00
ajcvickers
4139f3f18b
React to EF changes in tests.
2015-02-05 11:09:32 -08:00
ajcvickers
88d977b193
React to EF changes
2015-02-05 10:56:14 -08:00
Ajay Bhargav Baaskaran
5e704cd5ef
Added custom exception message for Format Exception
2015-02-05 10:51:32 -08:00
Andrew Nurse
35ac526aec
update instructions from release
2015-02-05 10:48:00 -08:00
Praburaj
c635116278
Changing some more logger usage to use structured logging.
2015-02-05 10:38:49 -08:00
Pranav K
59db8143da
Updating CompilerCache to use IMemoryCache and file system watcher to
...
expire files in razor file cache.
Add a functional test to ensure the compiler cache does not get
initialized until the first request to a View.
Fixes #1708
2015-02-05 09:52:17 -08:00
Praburaj
d78932d927
Using structure logging strings.
2015-02-04 17:29:04 -08:00
Brennan
127858dd7b
Updating .kproj files
2015-02-04 16:44:02 -08:00
N. Taylor Mullen
19ca77ac2d
Fixed xml docs.
2015-02-04 16:40:06 -08:00
Yishai Galatzer
5a3863d562
Implement StreamOutputFormatter
...
Include Functional tests and unit tests
Resolves #1653
2015-02-04 16:04:02 -08:00
sornaks
4691823a50
Issue #1785 - Changes to add CacheProfiles for response caching.
2015-02-04 15:25:45 -08:00
Brennan
4a0518ec99
Updating .kproj file
2015-02-04 14:29:14 -08:00
Brennan
51b80f660e
Updating .kproj file
2015-02-04 14:27:26 -08:00
Brennan
b17d718d27
Updating .kproj files
2015-02-04 14:24:28 -08:00
Brennan
6224268953
Updating .kproj files
2015-02-04 14:20:22 -08:00
sornaks
6e8cc6ba74
Adding extension methods ConfigureMvcOptions and ConfigureRazorViewEngineOptions.
2015-02-04 14:07:07 -08:00
Suhas Joshi
9763c97ab0
Adding console logger to sample
2015-02-04 13:28:52 -08:00
Suhas Joshi
1165ba363e
Increasing time out for mono
2015-02-04 12:00:15 -08:00
Praburaj
8617bdc223
Printing the runtime information at the beginning of the test
2015-02-04 11:10:53 -08:00
Brennan
a54886b3f3
Updating .kproj files
2015-02-04 09:13:50 -08:00
Harsh Gupta
e805e67b4c
[Fix for #1929 ] HeaderModelBinder needs to honor explicit name.
2015-02-03 19:36:48 -08:00
damianedwards
2c3148fd25
Remove npm/grunt from TagHelpers project.json to fix build
2015-02-03 17:18:37 -08:00
damianedwards
ff63cb8b0d
Move grunt execution to before compilation
2015-02-03 17:17:41 -08:00
sornaks
67dcdbf8a1
Issue #1669 : Adding extension method ConfigureRouteOptions.
2015-02-03 16:18:19 -08:00
sornaks
accf0c76f0
Bug #1915 - Remove AddMvc overload with default parameter.
2015-02-03 16:10:33 -08:00
Victor Hurdugaci
afb8f51d19
Environment variable to specify the build branch
2015-02-03 15:37:12 -08:00
ASP.NET Push Bot
0cfbfac556
⬆️ kvm.ps1, kvm.cmd, kvm.sh
...
Source: aspnet/kvm@27be17b70b
2015-02-03 15:09:44 -08:00
Praburaj
5df0d884aa
Removing a fixed waittime of 25 seconds on mono
...
Setting an increased retry wait time. Now test will wait for 42 seconds before giving up.
2015-02-03 15:09:26 -08:00
N. Taylor Mullen
cf3d049272
Add tests to validate TagHelper escape functionality.
...
- Added extensive unit tests.
- Added functional test to validate output for runtime and design time.
#187
2015-02-03 14:34:47 -08:00
N. Taylor Mullen
94230a5a14
Add TagHelper parse level opt-out character '!'.
...
- Added the ability to opt-out of TagHelper parsing by adding a '!' to the beginning of a tag name.
- Modified parsing logic to allow bangs in tags.
- Bangs in tags are removed from output always and are handled as meta code.
#187
2015-02-03 14:25:30 -08:00
sornaks
2c5ae68ab6
Issue #1944 : Move DelegatingStream to internal namespace and rename to NonDisposableStream.
2015-02-03 13:34:42 -08:00
Mugdha Kulkarni
c669f7a612
Fixing xml doc issue
2015-02-03 13:20:30 -08:00
N. Taylor Mullen
c3006f6b21
React to aspnet/Razor#285 .
...
- Cannot only provide assembly name to @addtaghelper.
2015-02-03 12:33:30 -08:00
N. Taylor Mullen
32f0858e8f
Add tests for @addtaghelper and @removetaghelper wildcard ability.
...
- Also added tests to ensure cases of @addtaghelper "MyAssemblyName" create an error.
- Regenerated all CS files to folow new format.
#285
2015-02-03 12:16:01 -08:00
N. Taylor Mullen
a78ed663d0
Add ability for wildcards in @addtaghelper and @removetaghelper.
...
- @addtaghelper and @removetaghelper can now utilize the '*' wild card to represent 0 or more characters.
- Restricted the @addtaghelper to need the TypeName. @addtaghelper "MyAssemblyName" => @addtaghelper "*, MyAssemblyName".
#285
2015-02-03 12:15:56 -08:00
damianedwards
ad66a71eeb
LinkTagHelper activates ILogger directly from DI:
...
- #1948
2015-02-03 11:41:50 -08:00
damianedwards
eba2808109
Register ILogger<T> -> Logger<T> in default services
2015-02-03 10:36:35 -08:00
damianedwards
3d33418f31
Add the LinkTagHelper:
...
- #1580
2015-02-03 10:12:38 -08:00
Praburaj
e26705e2de
Changing codeplex -> github.com/aspnet/musicstore
2015-02-02 17:39:09 -08:00
N. Taylor Mullen
7afd78b36a
Fix empty attribute projections for TagHelpers.
...
- Added TagHelperParseTreeRewriter tests, attempted to cover all empty attribute edge cases.
- Added Codegen tests to validate output and DesignTimeLineMappings.
#271
2015-02-02 15:49:08 -08:00
Praburaj
260820e4d8
Merge branch 'release' into dev
2015-02-02 14:35:41 -08:00