Commit Graph

444 Commits

Author SHA1 Message Date
Pranav K b06f6266d5 Merge branch 'release' into dev 2016-05-05 08:28:16 -07:00
Pranav K 3a86d941d6 Remove includes and excludes 2016-05-04 09:11:12 -07:00
Pranav K f94362dca9 Merge branch 'release' into dev 2016-05-02 16:10:31 -07:00
Pranav K 77fbeec8bb Fix build break 2016-05-02 16:10:21 -07:00
Pranav K 53327df4fc Merge branch 'release' into dev 2016-05-02 14:55:45 -07:00
Pranav K 0b393fbc04 Fix build warnings 2016-05-02 13:21:03 -07:00
Ryan Brandenburg 48b436ec8a Allow query string on ReExecuting status code page 2016-05-02 10:57:20 -07:00
BrennanConroy 0ed54e9165 Merge branch 'release' into dev 2016-04-27 15:06:43 -07:00
BrennanConroy 8a74260217 Remove references to UseDefaultHostingConfiguration 2016-04-27 15:06:31 -07:00
Nate McMaster 3729be1049
Merge branch 'release' into dev 2016-04-26 16:46:13 -07:00
Nate McMaster 856326080c
React to EF package renames
https://github.com/aspnet/EntityFramework/pull/5142
2016-04-26 16:45:20 -07:00
Pranav K 758f15a3eb Merge branch 'release' into dev 2016-04-26 12:13:08 -07:00
Pranav K 3d09f972ad Remove IApplicationEnvironment references 2016-04-26 12:12:57 -07:00
Pranav K 8de0f36bf2 Merge branch 'release' into dev 2016-04-26 10:07:43 -07:00
Nate McMaster e71d319556
React to https://github.com/aspnet/EntityFramework/pull/5142 2016-04-26 09:57:35 -07:00
Pranav K ba6044a5f3 Remove references to IApplicationEnvironment \ IRuntimeEnvironment 2016-04-26 09:42:31 -07:00
BrennanConroy a56c54940a Merge branch 'release' into dev 2016-04-25 11:26:54 -07:00
BrennanConroy e528d9ef91 Update web.config and add publish tool 2016-04-25 08:42:12 -07:00
Pranav K d1c6eec38c Merge branch 'release' into dev 2016-04-19 14:53:55 -07:00
Pranav K a35571b8c5 Use latest build of dotnet-test-xunit 2016-04-19 14:53:55 -07:00
Pavel Krymets 48c7c3c1d2 Merge branch 'release' into dev 2016-04-18 17:04:31 -07:00
Pavel Krymets 09ce98ec41 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:04:24 -07:00
Rowan Miller c4888ba13a Merge branch 'release' into dev 2016-04-18 14:13:20 -07:00
Rowan Miller a8bb790596 🐛 Fix Apply Migrations button
During all the changes to how options are handled etc. we ended up where
app.UseDatabaseErrorPage() would no longer register the migrations
middleware that allows the "Apply Migrations" button to work.

Resolves aspnet/EntityFramework#4742
2016-04-18 10:43:22 -07:00
Pavel Krymets 673eae72c0 Merge branch 'release' into dev 2016-04-15 09:44:24 -07:00
Pavel Krymets 4432018ebe Migrate tests, tools and samples to portable 2016-04-15 09:34:48 -07:00
ryanbrandenburg 05d740076b Allow collapse and expand of source code 2016-04-12 14:25:36 -07:00
John Luo a4f5d8d11f Merge branch 'release' into dev 2016-04-11 10:08:44 -07:00
John Luo dfc2e71d7f Moving web.config and use ANCM 2016-04-11 10:08:14 -07:00
Pranav K 460c0837fd Merge branch 'release' into dev 2016-04-08 06:49:16 -07:00
Pranav K 05ee0897fb Removing imports from src projects 2016-04-08 06:49:16 -07:00
Pranav K 543ee3eb69 Merge branch 'release' into dev 2016-04-06 09:47:35 -07:00
Pranav K 41389cd11f Updating to release. 2016-04-06 09:47:33 -07:00
Pranav K ea1802c9fd Remove gruntfile usage 2016-04-03 15:50:49 -07:00
BrennanConroy 591ae3c26a React to logging changes 2016-04-01 11:51:00 -07:00
John Luo bb1b2695bf Reacting to Kestrel extensions 2016-03-30 16:37:07 -07:00
Doug Bunting f1a02433be React to HttpAbstractions namespace changes
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:14:34 -07:00
Victor Hurdugaci 9e08aec0b1 Webhooks notification 2016-03-30 15:04:20 -07:00
jacalvar d51851f342 Return IServiceCollection from service collection extension methods 2016-03-28 15:13:56 -07:00
Anthony van der Hoorn f387d04af1 Adds timestamp in accordance with hosting example, as well as duration 2016-03-24 15:54:59 -07:00
John Luo 5ecba206ad Reacting to Hosting changes 2016-03-24 12:08:58 -07:00
Anthony van der Hoorn 23976ebd53 Addition of InstanceId to the messages being published. 2016-03-23 12:14:41 -07:00
John Luo 0a444088c9 React to Hosting startup filter order reversal 2016-03-18 15:23:04 -07:00
Victor Hurdugaci f02cf6585b Remove the makefile 2016-03-17 14:42:45 -07:00
Eilon Lipton 0f74187a81 Fix package dependencies
Removed some extraneous dependencies and instead made all the
diagnostics packages be independent packages that happen to share some
concepts/source code.

The common Razor base class code was moved to a shared source file. Then
the Diagnostics page, ELM page, and EF database page all use that. Also
updated the page generator to use the new shared code.

See #257
2016-03-15 17:33:10 -07:00
Pranav K f1d588bb54 * Fixing missed changes in EF reaction
* Remove npm install warning.
* Target minimal tfm in Diagnostics.Abstractions
2016-03-12 16:32:59 -08:00
Arthur Vickers 526e5c8032 React to EF D.I. changes 2016-03-11 10:34:06 -08:00
Arthur Vickers 1e80a9a85c Update to reflect changes in EF service registration 2016-03-10 15:52:36 -08:00
Brice Lambson e57e177224 Don't reference facades 2016-03-10 13:06:19 -08:00
Rowan Miller ed1e22dd77 🐛 dnx => dotnet for migrations command help 2016-03-10 10:06:41 -08:00