Commit Graph

14348 Commits

Author SHA1 Message Date
N. Taylor Mullen 8385418d91 Update build.sh to use dnvm correctly. 2015-03-08 12:50:30 -07:00
N. Taylor Mullen fc5f2c55cf Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm. 2015-03-08 12:50:30 -07:00
N. Taylor Mullen 1bf2c7c7f3 Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:50:29 -07:00
N. Taylor Mullen 19df67f33e Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:50:29 -07:00
N. Taylor Mullen 87a89457bd Update build.sh to use dnvm correctly. 2015-03-08 12:48:17 -07:00
N. Taylor Mullen 00d6e37d6c Update kvm/KVM/Kvm => dnvm/DNVM/Dnvm. 2015-03-08 12:48:17 -07:00
N. Taylor Mullen 2697cf0d80 Update K_BUILD_VERSION/kre/KRE/.k => DNX_BUILD_VERSION/dnx/DNX/.dnx. 2015-03-08 12:48:16 -07:00
N. Taylor Mullen cb5e7d82f9 Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:48:15 -07:00
Troy Dai e46896b7cd Futher renaming work
1. SKIP_KVM_INSTALL => SKIP_DNX_INSTALL
2. Update k test
2015-03-07 16:08:24 -08:00
Troy Dai 197ef48120 Rename k => dnx and update kvm to dnvm 2015-03-07 15:10:32 -08:00
Doug Bunting ee55e38260 CR comments
- change order a bit and add a unit test
2015-03-06 16:44:55 -08:00
Doug Bunting 9618dfa272 Correct one unit test 2015-03-06 15:55:47 -08:00
Doug Bunting 89a1ec1cb5 Apply `configureHostServices` after the `fallbackProvider`
- allows MVC to override `IApplicationEnvironment` in functional tests
2015-03-06 15:06:39 -08:00
Hao Kung 28cc37de96 Add another Create overload that was missing 2015-03-06 08:57:58 -08:00
N. Taylor Mullen 2ecb358c10 React to interface hosting changes. 2015-03-05 22:04:46 -08:00
Praburaj Thiagarajan 0603e5ff57 Merge pull request #419 from friism/dev-add-heroku-button
Dev add heroku button
2015-03-05 19:49:09 -08:00
Michael Friis d03b3f2ac8 add Heroku button to README 2015-03-05 19:45:45 -08:00
Michael Friis 0f5365e5e5 add app.json 2015-03-05 19:45:45 -08:00
Michael Friis 7109a01bc7 add .deployment file to specify what project to build 2015-03-05 19:45:45 -08:00
Levi B 9988d5205e GetXyzEncoder() shouldn't throw if IServiceProvider is null
Also remove dependency on full DI; use Interfaces instead
2015-03-05 18:43:59 -08:00
Praburaj eeda8e3d73 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 17:03:03 -08:00
Praburaj d5e1b198dc Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:54:21 -08:00
Praburaj 9bcc863321 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:36:21 -08:00
Praburaj 620e83b590 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:23:18 -08:00
Brennan ca9d6bcd77 DI API changes 2015-03-05 14:39:19 -08:00
Brennan 09ccc84a17 DI API changes 2015-03-05 14:29:22 -08:00
Hao Kung 28bfb92e63 React to identity changes 2015-03-05 14:23:12 -08:00
Brennan 88eb10dcfe DI API changes 2015-03-05 14:21:35 -08:00
Hao Kung f7c78b8fbc Make it easier to add hosting services
Fixes https://github.com/aspnet/Hosting/issues/145
2015-03-05 12:23:14 -08:00
David Fowler d0980738e3 Removed AddLogging since it comes from Logging now 2015-03-05 02:20:20 -08:00
N. Taylor Mullen be747a63ed Remove trailling semicolon in test project.json 2015-03-05 00:37:27 -08:00
ianhong a67ed25586 Adding MusicStore unit tests for Session and Cookies 2015-03-04 23:51:39 -08:00
David Fowler a6ced0c60c Removed configuration parameter from AddTypeActivator 2015-03-04 21:23:59 -08:00
Brennan c230aa23e1 Logging API changes 2015-03-04 21:17:32 -08:00
Brennan 9147d6a7b6 Merge branch 'brecon/loggingapi' of https://github.com/aspnet/Hosting into brecon/loggingapi 2015-03-04 20:05:06 -08:00
Brennan 02ed770353 Logging API changes 2015-03-04 20:04:49 -08:00
Hao Kung a1e5048a0a React to DI 2015-03-04 19:27:34 -08:00
Hao Kung a2e1110b7a React to DI changes 2015-03-04 18:44:34 -08:00
Hao Kung 7adf11b7bc React to DI changes 2015-03-04 18:25:49 -08:00
Hao Kung 20848da93f React to DI changes 2015-03-04 18:08:36 -08:00
Praburaj c632c8a6a4 Reverting change to include ILogger<> from manifest
This seems to cause MVC to fail.
2015-03-04 17:48:08 -08:00
Brennan 5655751d84 Logging API changes 2015-03-04 17:05:50 -08:00
Hao Kung 32ff156923 React to DI changes, AddDataProtection no longer takes Config 2015-03-04 16:35:33 -08:00
ianhong c2f4d13392 Remove [Required] from the Order model to fix a test failure 2015-03-04 16:30:55 -08:00
Praburaj 2af7332667 Adding ILogger<> to the manifest
Change from Hao.
2015-03-04 15:58:19 -08:00
Praburaj 718d923c7d Adding IApplicationLifetime to the manifest
Since IApplicationLifetime is not added to the manifest, while calling HostingServices.Create() before invoking ConfigureServices() we end up creating a new instance of IApplicationLifetime. So the Cancellationtoken that hosting triggers on appshutdown is different from what the app is exposed.
2015-03-04 15:48:31 -08:00
ianhong 5f95406fd0 MusicStore Unit Tests (1) - MVC, EF, Cache, RequestAborted, User 2015-03-04 15:16:23 -08:00
ianhong 6efdbc75c7 Adding a unit test for SignInManager and UnitManager 2015-03-04 14:47:58 -08:00
Praburaj ae23f7c7bc Adding a feature to get the traceidentifier for a request
Addresses : https://github.com/aspnet/HttpAbstractions/issues/117

Related changes in Helios & weblistener in separate PRs.
2015-03-04 14:18:51 -08:00
Kirthi Krishnamraju 2e84d68973 Replaced BuddyType attribute with ModelMetadatType and SimpleMapper with Automapper 2015-03-04 08:46:46 -08:00