rafsanulhasan
b4cdfae42d
Removed Kestrel SSL Configuration
2018-09-01 19:39:15 +06:00
rafsanulhasan
325a05c0ca
Resolved conflicts
2018-09-01 18:29:02 +06:00
rafsanulhasan
3bef6889cb
Resolved conflicts
2018-09-01 18:18:28 +06:00
rafsanulhasan
206be058e5
Edited/Removed files
2018-09-01 17:53:32 +06:00
Rafsanul Hasan
1bdb8bcbb1
Delete appsettings.json
2018-09-01 17:34:36 +06:00
Rafsanul Hasan
a11bc8b8e3
Delete appsettings.json
2018-09-01 17:33:40 +06:00
Rafsanul Hasan
117d9f67a3
Delete appsettings.json
2018-09-01 17:33:30 +06:00
Rafsanul Hasan
68fb27a783
Delete appsettings.json
2018-09-01 17:33:22 +06:00
Rafsanul Hasan
bca401475a
Delete appsettings.json
2018-09-01 17:33:10 +06:00
Rafsanul Hasan
b219ead1c7
Delete Startup.cs
2018-09-01 17:32:27 +06:00
Rafsanul Hasan
f7159d52e7
Delete Dockerfile
2018-09-01 17:31:32 +06:00
Rafsanul Hasan
393a4c90d4
Delete appsettings.json
2018-09-01 17:31:05 +06:00
Rafsanul Hasan
dda7d5b3e5
Merge branch 'dev' into enhancements/netcore2.1/asp.netcore2.1/GDPR
2018-09-01 17:09:08 +06:00
rafsanulhasan
fa98fdf161
Copy the SSL certificate (.pfx) file to the /root/.aspnet/https/ in the linux containers
2018-09-01 17:01:34 +06:00
rafsanulhasan
786b3c9542
Configured SSL certificate settings for Kestrel
2018-09-01 17:00:33 +06:00
rafsanulhasan
d85a076e9f
Added self-signed SSL certificates
2018-09-01 16:54:01 +06:00
rafsanulhasan
fb8abbf3e0
Used HSTS MiddleWare for Http Strict Transport Security
2018-09-01 16:51:41 +06:00
rafsanulhasan
0d63172dc8
1. Changes in DI container
...
a. Specified RequireHttpsPermanent and SSL port MVC pipeline options
b. Configured HttpsRedirection
2. Used HttpsRedirection MiddleWare
2018-09-01 16:49:39 +06:00
rafsanulhasan
a62648bac9
Update insecure endpoints to SSL/TLS encrypted HTTPS endpoints
2018-09-01 16:30:22 +06:00
rafsanulhasan
f5c12d6018
1. Edited docker project
...
a. Added HTTPS endpoints
b. Added port forwarding rules
b. Use shared volumes for https certificates and user secrets
2. Docker Files
a. Exposed 443 port for SSL
2018-09-01 16:29:09 +06:00
rafsanulhasan
9f4d34c9cf
Updated Test projects' NuGet references to support ASP.NET Core 2.1.3 …
...
1. Microsoft.NET.Test.Sdk 15.7.0->15.8.0
2. Microsoft.AspNetCore.TestHost 2.1.0->2.1.1
2018-09-01 14:34:30 +06:00
rafsanulhasan
63b4e56ffe
Removed DotNetCliReferenceTools
2018-09-01 14:32:21 +06:00
rafsanulhasan
e18c325fcf
a. Updated NuGet References to support ASP.NET Core 2.1.3
...
1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
5. Microsoft.AspNetCore.App 2.1.0->2.1.3
6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
9. Microsoft.Extensions.Logging 2.1.0->2.1.1
10. Polly 6.0.1->6.1.0
11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
12. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1
14. Swashbuckle.AspNetCore 1.1.0->2.4.0
b. Updated NuGet packages
1. BuildBundleMinifier 2.6.375->2.8.391
2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
2018-09-01 14:09:18 +06:00
rafsanulhasan
d04a7a1c0e
Update Linux container images:
...
1. runtime 2.1->2.1.3
2. sdk 2.1->2.1.401
2018-09-01 14:07:09 +06:00
rafsanulhasan
bc7e8e7b58
Update Linux container images:
...
1. runtime 2.1->2.1.3
2. sdk 2.1->2.1.401
2018-09-01 14:06:09 +06:00
rafsanulhasan
35edba7371
a. Updated NuGet References to support ASP.NET Core 2.1.3
...
1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
5. Microsoft.AspNetCore.App 2.1.0->2.1.3
6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
9. Microsoft.Extensions.Logging 2.1.0->2.1.1
10. Polly 6.0.1->6.1.0
11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
12. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1
14. Swashbuckle.AspNetCore 1.1.0->2.4.0
b. Updated NuGet packages
1. BuildBundleMinifier 2.6.375->2.8.391
2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
2018-09-01 14:04:02 +06:00
rafsanulhasan
2a51c444a5
Resolved conflicts
2018-09-01 10:44:27 +06:00
rafsanulhasan
3a8ff555dc
Merge branch 'dev' into features/VS2017/LibraryManager
2018-09-01 10:40:35 +06:00
rafsanulhasan
a894fb46be
Resolved conflicts
2018-09-01 10:05:14 +06:00
rafsanulhasan
71b3121ce7
Update _Layout.cshtml files in Identity.API, WebMVC and WebStatus projects to use correct jquery script
2018-09-01 09:57:39 +06:00
rafsanulhasan
7e0000bf12
Removed Bower package installation configuration project pre-publish script
2018-09-01 09:45:42 +06:00
rafsanulhasan
56e8a11f4d
Configured Identity.API project to download packages from CDNs specified in libman.json file on project build
2018-09-01 09:07:43 +06:00
rafsanulhasan
4e186004d2
Added Library Manager to Identity.API project
2018-09-01 09:06:14 +06:00
rafsanulhasan
01306be946
Removed packages previously install with bower from Identity.API project
2018-09-01 09:04:13 +06:00
rafsanulhasan
030777b0a9
Removed bower from Identity.API project
2018-09-01 09:02:32 +06:00
Miguel Veloso
53479908a0
Merge pull request #653 from luk355/dev
...
Modified Enumeration class to support private constructor
2018-08-17 18:37:04 +01:00
Unai Zorrilla Castro
5c06f6e500
Fix issue 685
2018-07-31 11:30:00 +02:00
Unai Zorrilla Castro
b005b63ff5
Add azure key vault support in all services
2018-07-31 09:38:00 +02:00
unaizorrilla
7711820b87
Add Azure Key Vault on Ordering.API to validate this scenario
2018-07-16 18:04:25 +02:00
eiximenis
9b4ab032a2
Merge branch 'helm' into dev
2018-07-10 10:49:53 +02:00
eiximenis
9351fb31eb
final updates to helm scripts
2018-07-09 14:20:27 +02:00
Unai Zorrilla Castro
10344eb361
Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev
2018-07-06 18:10:50 +02:00
Joni
c55e2adecb
Fix spelling 'commited' => 'committed'
2018-07-05 15:07:38 +09:00
Joni
3888cffa08
Fix spelling
2018-07-05 14:44:45 +09:00
Unai Zorrilla Castro
d7d4dd4bf1
Added Cesar's feedback
2018-07-03 14:34:04 +02:00
Lukas Behal
92cb497db8
build break fix - removed missed new constrain which is not required anymore
2018-07-03 14:57:45 +12:00
Lukas
84e4758df2
modified Enumeration class to support private constructor for defined Enum types, refactored orderingContextSeed to use GetAll() method to get predefined types
2018-06-30 22:41:17 +12:00
unaizorrilla
afca2308b1
Created unit test and functional tests on each microservice, work on settings for each project tests, modifyc how TestServer is created. Create a docker-compose for run tests
2018-06-27 15:57:37 +02:00
eiximenis
fcff8e45aa
Fixes #630
2018-06-12 19:05:51 +02:00
eiximenis
9f61e3b029
Fixes the error (400 Bad Response) when cancelling an order
2018-06-04 11:56:13 +02:00