Ryan Brandenburg
89d493bac8
Merge pull request #805 from dotnet-maestro-bot/merge/release/2.2-to-master
...
[automated] Merge branch 'release/2.2' => 'master'
2018-10-25 16:23:28 -07:00
Ryan Brandenburg
b05185f1f1
ESLint ( #796 )
...
Include ESLint in react templates
2018-10-25 12:27:39 -07:00
Ryan Brandenburg
7c817289ff
Merge branch 'master' into merge/release/2.2-to-master
2018-10-10 16:29:10 -07:00
Ryan Brandenburg
7d09ec6ccc
Low hanging fruit ( #763 )
...
Clean up low hanging fruit
2018-10-10 12:12:11 -07:00
Ryan Brandenburg
f82461b4b0
Merge branch 'merge/release/2.2-to-master'
2018-08-06 13:01:08 -07:00
Ryan Brandenburg
71c15fb76a
Use bootstrap4 for templates
2018-08-06 10:16:35 -07:00
Ryan Brandenburg
d95f971693
Fix broken tests
2018-08-06 07:22:55 -07:00
Nate McMaster
4ca00f6b1b
Merge branch 'release/2.2'
2018-07-03 17:55:29 -07:00
Nate McMaster
263e369b2e
Merge branch 'release/2.1' into release/2.2
2018-07-03 17:21:16 -07:00
Nate McMaster
727bd52b64
Add package version to Microsoft.AspNetCore.App in project templates
...
As discussed in aspnet/Home#3292 , we're reversing course on the implicit package version feature. This adds a package version for Microsoft.AspNetCore.App to the `dotnet new` and VS templates.
2018-07-03 16:53:46 -07:00
Nate McMaster
1f2e966454
Update templating to use netcoreapp3.0
2018-06-29 16:32:30 -07:00
Ryan Brandenburg
19f1bbb813
Adding VSTS file
2018-06-19 10:58:27 -07:00
Nate McMaster
006d111e3b
Merge branch 'release/2.1' into dev
2018-06-07 08:41:25 -07:00
Nate McMaster
a5bb91c2cb
Prevent 2.1 template tests from corrupting machine state
2018-06-05 10:13:33 -07:00
Ryan Brandenburg
cd516b328e
Handle process stdout
2018-05-18 14:56:34 -07:00
Ryan Brandenburg
15ca3dcdaa
Move templates to netcoreapp2.2
2018-05-18 09:28:12 -07:00
John Luo
a8c3615df4
React to implicit Microsoft.AspNetCore.App reference
2018-04-19 16:49:13 -07:00
Jass Bagga
cec6363c5a
Merge branch 'release/2.1' into dev
2018-04-03 10:46:36 -07:00
Jass Bagga
0a5a963bb0
Use dotnet-ef package ( #433 )
...
Addresses #429 and #378
2018-04-03 10:36:06 -07:00
Pranav K
948a2537da
Merge remote-tracking branch 'origin/release/2.1' into dev
2018-04-02 16:17:07 -07:00
Pranav K
d1b745f249
Use Razor.Sdk package to verify templates
...
Fixes #400
2018-04-02 16:15:32 -07:00
Jass Bagga
79cc52d903
Merge pull request #418 from aspnet/release/2.1
...
--no-https option for RazorPagesWeb-CSharp template (#362 )
2018-03-29 13:49:46 -07:00
Jass Bagga
aca30fe8a2
--no-https option for RazorPagesWeb-CSharp template ( #362 )
2018-03-29 13:49:20 -07:00
Javier Calvarro Nelson
9336ee1b74
Merge branch 'release/2.1' into dev
2018-03-26 21:01:32 -07:00
Javier Calvarro Nelson
a8246e2a99
[ Fixes #327 ] Replace AAD template code with packages
...
* Add Microsoft.AspNetCore.Authentication.AzureAD.UI package.
* Add Microsoft.AspNetCore.Authentication.AzureADB2C.UI package.
* Remove AccountController.
* Remove Pages/Views related to authentication.
2018-03-26 20:37:46 -07:00
Kiran Challa
88f8f97702
Merge branch 'release/2.1' into dev
2018-03-20 13:47:26 -07:00
Kiran Challa
69f52cc3b6
Removing Microsoft.AspNetCore.SpaTemplates project and friends
2018-03-20 13:46:11 -07:00
Hao Kung
edaf72c7fc
Add update migrations script ( #376 )
2018-03-20 09:45:53 -07:00
Hao Kung
d682c971b7
Add test for ensuring that migration is current ( #344 )
2018-03-08 12:12:13 -08:00
Nate McMaster
456121af8b
Fix #320 - skip the certificate error page in Edge
2018-02-12 15:42:51 -08:00
John Luo
bd9e53015d
Merge branch 'release/2.1' into dev
2018-02-01 14:48:34 -08:00
John Luo
94cfac8ec6
Use Microsoft.AspNetCore.App in templates
...
- Add BrowserLink and Sqlite for Razor and StarterWeb templates when required
- Add tests for LocalDB scenarios
2018-02-01 12:52:05 -08:00
Nate McMaster
e3b23a9fd8
Merge branch 'release/2.1' into dev
2018-01-25 12:27:21 -08:00
Nate McMaster
9000769449
Update tests to only bind to the loopback IP address
...
Prevents dozens of firewall prompts from appearing while running tests
2018-01-25 12:25:34 -08:00
Jass Bagga
1669e39735
Add firewall exclusions for test executables ( #244 )
2018-01-24 15:11:28 -08:00
Javier Calvarro Nelson
8c94d27d6a
[ Fixes #181 ] Go back to server selected listening ports.
2017-12-28 19:00:29 -08:00
Jass Bagga
886a985726
Target netcoreapp2.1
2017-12-28 17:01:30 -08:00
Javier Calvarro Nelson
4d2e642b94
Add launchSettings.json by default to our templates
...
* Adds launchSettings.json to all of our templates.
* Provides an alternative flag to exclude it.
* Adds HTTPS support in launchSettings.json.
* Re-adds HTTPS redirect and HSTS middleware for C# templates.
* Improves some infrastructure aspects:
* Prefix all our test projects with AspNet.Template to allow easy
killing of orphaned processes.
* Setup an HTTPS certificate automatically for use with tests in the
same way our tooling does it on customers machines.
* Switch from OS selected ports to randomly selected ports. This is
required as we need to know the port to use for HTTPS.
* Allow disabling browser automation through an environment variable.
* Setup Firefox to allow untrusted certificates when using Selenium.
* Allow running Selenium tests on firefox by setting an environment
variable.
2017-12-08 13:08:36 -08:00
Steve Sanderson
1f92811ce0
Make AppVeyor builds more consistent by allowing retry for "npm install"
2017-11-24 11:02:05 +00:00
Steve Sanderson
76cb441a8e
On test completion, kill the ASP.NET process tree (otherwise orphan processes are left behind)
2017-11-20 23:03:44 +00:00
Steve Sanderson
352d05030b
Remove Yarn usage as results were not consistent with npm-shrinkwrap.json
2017-11-20 22:30:56 +00:00
Steve Sanderson
21b15803ae
In tests, restore NPM dependencies using yarn if installed
2017-11-20 14:39:25 +00:00
Steve Sanderson
7961894771
Re-enable test parallelization. Fixes #63 .
2017-11-20 10:58:56 +00:00
Steve Sanderson
fad4fb22fa
Remove test workaround that is no longer needed now the underlying issue is resolved
2017-11-17 15:10:57 +00:00
Steve Sanderson
a76a891865
Workarounds to make SPA template tests work
2017-11-17 11:02:41 +00:00
Steve Sanderson
849a0843c9
Fixes for constructing IWebDriver
2017-11-17 11:02:25 +00:00
Steve Sanderson
f028839b5d
Workaround for publishing issue
2017-11-17 11:02:03 +00:00
Steve Sanderson
2dda2dd99d
Stop tests from hanging if the ASP.NET process fails to exit
2017-11-17 11:01:32 +00:00
Nate McMaster
0ebece7f44
Update tests to remove any template that might match 'ASP.NET Core Empty'
2017-11-09 17:14:01 -08:00
Nate McMaster
aee0d26d67
Merge build infrastructure changes from rel/2.0.3
...
Changes:
- Replaces PackageLineup with the dependencies.props approach to manage package versions.
- Generate the csproj/fsproj files that go into template packages
- Remove the DependencyUpdater and PullRequestSubmitter tasks
- Remove bower.json and bowerrc from Microsoft.DotNet.Web.ProjectTemplates
- Set MyGet feeds via MSBuild instead of NuGet.config
- Upgrades to the functional tests
- Update Selenium
- Make it possible to run tests on macOS/linux
- Disable test parallelization
2017-11-06 16:06:24 -08:00