Commit Graph

40898 Commits

Author SHA1 Message Date
Hisham Abdullah Bin Ateya fae6a8cf16 Add AppVeyor, Travis build status 2015-06-23 07:16:59 +03:00
Stephen Halter 315abc2fd5 Update GettingStartedDeb.md
Add "sudo apt-get install unzip" to the DNVM install instructions for Debian.

https://github.com/aspnet/Home/issues/616
2015-06-22 19:21:18 -07:00
Hisham Abdullah Bin Ateya 61d7a830db Fix AppVeyor token 2015-06-22 21:33:00 +03:00
Eilon Lipton f13e82bee8 Merge pull request #7 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 11:25:14 -07:00
Hisham Abdullah Bin Ateya c8eb49d71d Add AppVeyor, Travis build status 2015-06-22 21:21:40 +03:00
Eilon Lipton 83577bc67b Merge pull request #62 from hishamco/dev
Fix AppVeyor token
2015-06-22 11:11:18 -07:00
Eilon Lipton 63ae1dc759 Merge pull request #296 from hishamco/dev
Fix AppVeyor token
2015-06-22 11:11:12 -07:00
Hisham Abdullah Bin Ateya 814a904ef3 Fix AppVeyor token 2015-06-22 21:08:19 +03:00
Hisham Abdullah Bin Ateya 0b2ff38345 Fix AppVeyor token 2015-06-22 21:01:50 +03:00
Barry Dorrans fbfff98ec4 Add links to basic auth samples
Closes #209
2015-06-22 10:10:18 -07:00
Eilon Lipton 1f788c48c1 Merge pull request #61 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 08:11:23 -07:00
Eilon Lipton 08092f4a64 Merge pull request #35 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 08:02:47 -07:00
Eilon Lipton f644443cc8 Merge pull request #291 from hishamco/buildStatus
Add AppVeyor, Travis build status
2015-06-22 08:00:53 -07:00
Eilon Lipton bfb4d07aac Merge pull request #60 from hishamco/dev
Using 'nameof' operator instead of magic strings
2015-06-22 07:58:46 -07:00
Hisham Abdullah Bin Ateya 2e86becbbe Add AppVeyor, Travis build status 2015-06-21 00:40:22 +03:00
Hisham Abdullah Bin Ateya f6678a31df Add AppVeyor, Travis build status 2015-06-20 22:53:01 +03:00
Hisham Abdullah Bin Ateya 3b333a7845 Add AppVeyor, Travis build status 2015-06-20 22:24:17 +03:00
Hisham Abdullah Bin Ateya 3930ab639b Using 'nameof' operator instead of magic strings 2015-06-20 21:12:19 +03:00
PatrickNausha b55b654953 Add required script extension. 2015-06-19 17:20:26 -07:00
Chris R 98f8bf6fd3 #296 Keep the process alive long enough to shutdown gracefully. 2015-06-19 15:04:42 -07:00
Eilon Lipton 2f87f38e80 Merge pull request #504 from hishamco/dev
Using 'nameof' operator instead of magic strings
2015-06-19 14:44:09 -07:00
Hisham Abdullah Bin Ateya 44a58ff1b9 Using 'nameof' operator instead of magic strings 2015-06-20 00:16:34 +03:00
Arthur Vickers 3b29dbdd98 Fix old way of getting Migrator 2015-06-19 11:55:58 -07:00
Ajay Bhargav Baaskaran b135a9d53b [Fixes #188] Added support for AppendTrailingSlash in RouteOptions 2015-06-19 11:46:25 -07:00
Arthur Vickers 791ec1a016 Use ApplyMigrations extension method 2015-06-19 11:37:01 -07:00
Arthur Vickers 148be8c410 Remove use of SqlServerDatabase! 2015-06-19 11:28:13 -07:00
Arthur Vickers 6fa89f5da1 Add missing using directive. 2015-06-19 11:20:41 -07:00
Arthur Vickers 28d2d2e5d7 Add using directive 2015-06-19 11:18:18 -07:00
Arthur Vickers 820b26744f React to removal of RelationalDatabase 2015-06-19 11:15:39 -07:00
Arthur Vickers 3283d48cca React to removal of RelationalDatabase 2015-06-19 11:11:10 -07:00
Arthur Vickers b4a7d09ad2 React to removal of RelationalDatabase class. 2015-06-19 11:07:28 -07:00
Arthur Vickers a07065c02e React to removal of AsRelational 2015-06-19 09:39:41 -07:00
Hisham Abdullah Bin Ateya 797e1287e3 Using [NotNull] 2015-06-19 09:19:51 -07:00
Hisham Abdullah Bin Ateya 7fcbefc86f Using 'nameof' operator instead of magic strings 2015-06-19 09:19:50 -07:00
ASP.NET Push Bot 1ca1ca890c ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@c2d21644e3
2015-06-19 08:48:25 -07:00
ASP.NET Push Bot c52c61a90a ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@a542e255c0
2015-06-18 21:24:42 -07:00
Doug Bunting c4fa402105 Add `ModelBindingResult.IsFatalError` and make body binding more consistent
- part I of II for #2445 (with a duplicate code PR to follow)
- needed for #2445 because new `ModelState` entries for values will make inconsisteny worse
- change `BodyModelBinder` to use same keys for all `ModelBindingResult`s and `ModelState` entries
 - return fatal error result if formatter adds an error to `ModelState`
 - update potential callers to avoid avoid ignoring `IsFatalError`
- fix test attempting to serialize all of `ModelState`
 - will be borked with additional `RawValue`s in state
- fix two other tests that serialized `ModelState` but checked only `IsValid`

nits:
- address minor inconsistencies in `ModelBindingContext`
- use `System.Reflection.Extensions` package a bit more, where it's already referenced
- remove some unused resources
2015-06-18 16:19:01 -07:00
BrennanConroy 3b5472b350 Add AzureAD 2015-06-18 15:55:57 -07:00
Chris R 03f7e4b362 React to IRequestIdentifierFeature refactor. 2015-06-18 15:55:12 -07:00
Chris R 2c43b350b4 React to IRequestIdentifierFeature refactor. 2015-06-18 15:38:58 -07:00
Eilon Lipton 361225aec7 Merge pull request #17 from hishamco/dev
Using [NotNull]
2015-06-17 20:44:13 -07:00
Stephen Halter 29098d6383 Fix UvLoopHandle.ReleaseHandle on linux
Libuv.loop_close can clear the GCHandle pointer on linux
2015-06-17 17:53:56 -07:00
Peter Jas b00ff9a42d build: Enables FreeBSD support.
Changed hardcoded bash shebang to env to support multiple directory
structures (required to build on FreeBSD).

PR-URL: #671
2015-06-17 14:17:17 -07:00
eduaglz 741f2b1cc7 Makes AddEntityFrameworkStores use TryAdd instead of Add 2015-06-17 16:03:26 -05:00
Ajay Bhargav Baaskaran b245996949 [Fixes #2700] Added HttpHeadAttribute 2015-06-17 12:58:02 -07:00
anurse 47ff0f26ac return to the official xunit build 2015-06-17 12:09:09 -07:00
Arthur Vickers cd74c3acd3 Stop using GenerateValueOnAdd. 2015-06-17 11:56:23 -07:00
Arthur Vickers 7f63665607 Stop using GenerateValueOnAdd. 2015-06-17 11:54:48 -07:00
Hao Kung e645863e82 Merge branch 'release' into dev 2015-06-17 11:29:39 -07:00
Doug Bunting f55367597a Pull in latest `dnvm` from Home's dev branch
- lots of `dnvm.ps1` fixes
- FreeBSD fixes in `dnvm.sh`
2015-06-17 11:28:48 -07:00