Commit Graph

262 Commits

Author SHA1 Message Date
Hao Kung 7db6925ffc
Split sqllite and sql server migrations (#348)
* Split sqllite and sql server migrations

* Fix casing, move files around

* Remove if defs and add check
2018-03-13 11:41:16 -07:00
Jass Bagga dbc5e38d04
Match launchSettings variable to sourceName in template.json (#354)
Addresses #346
2018-03-13 09:52:20 -07:00
Scott Addie 0879dbd082 Convert ValuesController return types to ActionResult<T> (#351)
Addresses #339
2018-03-13 09:50:39 -07:00
Scott Addie 12c3cf028c Assign language and template type to 3 C# item templates (#343)
Addresses #341
2018-03-12 11:22:07 -07:00
Jass Bagga 6ca89b2ff1
Update dependencies (#352) 2018-03-12 11:06:09 -07:00
Hao Kung d682c971b7
Add test for ensuring that migration is current (#344) 2018-03-08 12:12:13 -08:00
Pranav K bae1156511
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is specified 2018-03-06 10:06:31 -08:00
Pranav K ac81f2bb35
Use dotnet-core feed in repos 2018-03-06 10:06:31 -08:00
ASP.NET CI 61fd3ae7ea Update dependencies.props
[auto-updated: dependencies]
2018-03-04 12:31:30 -08:00
Jass Bagga c4d1f20c78
Remove bundleconfig.json files from project templates (#335)
Addresses #326
2018-03-01 11:58:18 -08:00
ASP.NET CI 3267789666 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:18:39 -08:00
Jass Bagga 8cac91b15e
Update jQuery (#307) 2018-02-22 14:39:18 -08:00
Pranav K 56e2dbebf2 Use FeatureBranchVersionSuffix when generating VersionSuffix 2018-02-21 18:27:17 -08:00
Steve Sanderson 7debea272c Update Angular template content to match @angular/cli@1.7.0 2018-02-21 13:56:19 +00:00
ASP.NET CI 74c5c05a2e Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:34:43 -08:00
Nate McMaster 456121af8b
Fix #320 - skip the certificate error page in Edge 2018-02-12 15:42:51 -08:00
ASP.NET CI 4f9b7c611a Update dependencies.props
[auto-updated: dependencies]
2018-02-11 12:45:08 -08:00
Javier Calvarro Nelson 2f42f8f8b4 Merge branch 'release/2.1' into dev 2018-02-09 15:07:53 -08:00
Javier Calvarro Nelson e81e124586 Fix whitespaces 2018-02-09 15:07:33 -08:00
Javier Calvarro Nelson 46bfdf1d14 Merge branch 'release/2.1' into dev 2018-02-09 14:57:10 -08:00
Javier Calvarro Nelson 1f3a26051d Fix duplicated namespace on startup 2018-02-09 14:56:18 -08:00
Javier Calvarro Nelson 8f005c7a58 Merge branch 'release/2.1' into dev 2018-02-09 14:19:40 -08:00
Javier Calvarro Nelson 025d366b83 Fix bad merge 2018-02-09 14:08:01 -08:00
Javier Calvarro Nelson 6bb798d2b7 Add minimumsamesitepolicy.None in the cookie policy options on the templates 2018-02-09 13:51:34 -08:00
Javier Calvarro Nelson 7a1f716fc0 Merge branch 'release/2.1' into dev 2018-02-09 13:39:09 -08:00
Javier Calvarro Nelson 67cf534bda Fix B2C templates 2018-02-09 13:20:16 -08:00
ASP.NET CI 1effa1cfaa Update dependencies.props
[auto-updated: dependencies]
2018-02-09 12:04:36 -08:00
Hao Kung abe222eb53 Merge branch 'release/2.1' into dev 2018-02-08 12:39:58 -08:00
Hao Kung 06f1340f2a
[2.1] Update initial identity migration (#313) 2018-02-08 12:37:40 -08:00
Peter Blazejewicz 3d118de0d5 Pass properties to super in derived classes. Fixes #289
Thanks!
2018-02-08 11:17:15 +00:00
Peter Blazejewicz 6b44610079 Align class event handler creation with React docs
This is small change to align example React app with current advised way of assigning
event handlers that are declared as ES6 class methods:
https://reactjs.org/docs/handling-events.html

Thanks!
2018-02-08 11:17:09 +00:00
Steve Sanderson c000f6af2d Update Angular template to match @angular/cli@1.6.8 output 2018-02-08 11:03:00 +00:00
Jass Bagga acc2147ac5
Merge pull request #315 from aspnet/release/2.1
Remove hard coded copyright year
2018-02-07 14:28:39 -08:00
Jass Bagga 5ed4e6e3f7
Remove hard coded copyright year 2018-02-07 14:27:50 -08:00
Jass Bagga 6b490836b1 Remove hard coded copyright year 2018-02-07 14:13:02 -08:00
Ryan Brandenburg 2d6d29270b Revert "Skip flaky tests"
This reverts commit cff1d46ac9.
2018-02-05 11:11:53 -08:00
Jass Bagga b177f5a145
Merge pull request #304 from aspnet/release/2.1
Remove F# web app VS host file
2018-02-05 10:42:02 -08:00
Jass Bagga fe3e420e0e
Remove F# VS host file (#303) 2018-02-05 10:30:14 -08:00
Jass Bagga cc14da18eb Remove F# web app hosts file 2018-02-05 10:14:14 -08:00
Javier Calvarro Nelson 9655e7d9fa Update dependencies 2018-02-03 13:56:52 -08:00
Eilon Lipton 062f6b4d31
Merge pull request #284 from peterblazejewicz/fix/279
Add empty TypeScript starter template file. Closes #279
2018-02-02 16:35:37 -08:00
Eilon Lipton 087a81ab28
Merge pull request #291 from peterblazejewicz/feat/280
Update project .gitignore. Closes #280
2018-02-02 16:34:25 -08:00
Javier Calvarro Nelson ef2cd819f4 Merge branch 'release/2.1' into dev 2018-02-02 16:13:38 -08:00
Javier Calvarro Nelson 216e9f62c4 Fix kestrel urls in launchSettings.json 2018-02-02 16:10:15 -08:00
Javier Calvarro Nelson a4427f5263 Fix kestrel urls in launchSettings.json 2018-02-02 16:07:02 -08:00
Ryan Brandenburg cff1d46ac9 Skip flaky tests 2018-02-02 13:48:49 -08:00
Peter Blazejewicz fd62b194ca Update project .gitignore. Closes #280
Just project file with support for IDEA/Rider

Thanks!
2018-02-02 22:27:44 +01:00
Jass Bagga 66750bb20a
Merge pull request #285 from aspnet/release/2.1
Adding host configurations for F# templates (#281)
2018-02-02 12:19:37 -08:00
Jonathon Marolf 8079ab8b58 Adding host configurations for F# templates (#281) 2018-02-02 12:18:50 -08:00
Peter Blazejewicz ebeb7b93f9 Add empty TypeScript starter template file. Closes #279
No content, the header with the same CTA as in site.js

And no BOM, there is no policy to enforce it in the repo.

Thanks!
2018-02-02 21:14:20 +01:00