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
Praburaj
b48c46ee7d
Reenabling the open idconnect test
...
Bug # https://github.com/aspnet/Security/issues/144 is fixed.
Reenabling the test to run on CI.
2015-02-02 13:59:28 -08:00
Praburaj
4e83a678c0
Creating authentication ticket by passing in a principal
...
This fixes bug : https://github.com/aspnet/Security/issues/144
2015-02-02 13:46:28 -08:00
Kiran Challa
49294b7d28
Removed custom object result accepting status code as out of box ObjectResult provides this already.
2015-02-02 10:20:20 -08:00
Ryan Nowak
514460b801
Making FormatFilter a Service and some test changes
2015-01-31 23:51:58 -08:00
Mugdha Kulkarni
d7f2630ad2
Making FormatFilterAttribute an IFilterFactory
2015-01-31 23:18:30 -08:00
Mugdha Kulkarni
6a0f471a42
Adding ClearMediaTypeMappingForFormat to FormatterMappings and other PR comments
2015-01-31 23:18:24 -08:00
Mugdha Kulkarni
addd8dd5d2
Changing produces and format filter interaction
2015-01-31 23:18:18 -08:00
Mugdha Kulkarni
7ee80020e1
Incorporating PR comments - 1/19
2015-01-31 23:15:19 -08:00