rafsanulhasan
a336a2b1cd
1. Added Allowed Hosts
...
2. Updated IdentityUrl and CallbackUrl to secured endpoint
3. Added Kestrel HTTPS options: Certificate (.pfx) path and password
2018-09-01 03:14:21 +06:00
rafsanulhasan
477fbdc97b
code style formatting
2018-09-01 03:09:34 +06:00
rafsanulhasan
b4044a57b6
1. Added SSL certificates (pfx files)
...
2. Copy the certificate to the Linux Container system folder
3. Specified SSL certificate (pfx) path and password in appsettings.json
2018-09-01 03:02:44 +06:00
rafsanulhasan
c15c898175
1. Updated Runtime version 2.1-2.1.3
...
2. Exposed 443 port for HTTPS
3. Updated SDK version 2.1-2.1.401
2018-09-01 02:32:08 +06:00
rafsanulhasan
e901aafc5c
1. Configured CookiePolicyOptions to the DI Container (Line 39) and used CookiePolicy MiddleWare (line 76) in order to support GDPR Cookie compliance
...
2. Set compatibility version to 2.1 according to documentation (line 172)
3. HTTPS Support
a. Updated MVC pipeline to support HTTPS and specified port (Line 166-171)
b. Configure HTTPS redirection options to the DI (line 51) and used HttpsRedirection MiddleWare (Line 75)
c.
4. Used var instead of type (Line 100, 123, 145, 250-252)
2018-09-01 02:29:19 +06:00
rafsanulhasan
12b1be780e
Used TagHelper instead of Razor to render partial view
2018-09-01 02:16:00 +06:00
rafsanulhasan
b0b9045a08
Changed coding style
2018-09-01 02:04:40 +06:00
rafsanulhasan
87034ce8e0
1. Change Launch browser settings
...
2. Changed Launch URL to HTTPS endpoint
2018-09-01 02:04:13 +06:00
rafsanulhasan
07a8f8fad8
Added a privacy controller and view for GDPR Cookie compliance
2018-09-01 02:02:25 +06:00
rafsanulhasan
69e91a5ba7
1. Added _CookieConsentPartial.cshtml file for cookie privacy policy consent
...
2. Used "_CookieConsentPartial" partial page into Layout page to support GDPR Cookie private policy
2018-09-01 02:01:15 +06:00
rafsanulhasan
ac8fdabe5d
1. Specified SSL port
...
2. Use 64bit IIS Express Bitness
3. Specified applicationUrl for Kestrel startup
2018-09-01 01:56:09 +06:00
rafsanulhasan
e73b25b2e8
a. Added RuntimeFrameworkVersion and set it to 2.1.3
...
b. 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
c. Updated NuGet packages
1. BuildBundleMinifier 2.6.375->2.8.391
2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
3. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
4. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
d. Added NuGet packages
1. Microsoft.VisualStudio.Web.CodeGeneration.Design 2.1.3
e. Removed CLIToolReference from the project file
2018-09-01 01:50:50 +06:00
rafsanulhasan
93a79c1e4f
1. According to ASP.NET Core Documentation, rendered partial view using TagHelper instead of Razor syntax
...
2. Referenced newly installed jquery library from libman in the _Layout.cshtml file of WebMVC project
2018-08-31 23:51:18 +06:00
rafsanulhasan
8956990b6a
Enabled automatic LibMan package restoration in Identity.Api Service
2018-08-19 15:04:52 +06:00
rafsanulhasan
5e250e034b
Removed wwwroot folder ref from project files
2018-08-19 15:02:40 +06:00
rafsanulhasan
cbbe9d3b49
Replaced Bower with Library Manager in Identity.API Service
2018-08-19 14:54:46 +06:00
rafsanulhasan
7e9dedf77e
Replaced Bower with Library Manager in WebStatusApp
2018-08-19 14:51:15 +06:00
rafsanulhasan
5a1b03bcbc
Replaced Bower with Library Manager in MVC App
2018-08-19 14:47:03 +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
3f225e4be4
Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into AzureKeyVault
2018-07-31 09:38:09 +02:00
Unai Zorrilla Castro
b005b63ff5
Add azure key vault support in all services
2018-07-31 09:38:00 +02:00
Miguel Veloso
c3983b30c7
Merge pull request #582 from i02coroj/fix-messages-lost
...
Update EventBusServiceBus.cs
2018-07-26 20:02:33 +01:00
Chen
8f5aa5c554
fix classname of EventBus.Test models
2018-07-21 18:00:05 +08:00
unaizorrilla
7711820b87
Add Azure Key Vault on Ordering.API to validate this scenario
2018-07-16 18:04:25 +02:00
Eduard Tomàs
c01a1f7008
Merge pull request #662 from jo-ninja/UseNameOf
...
Convert some magic strings to use "nameof" operator
2018-07-11 13:08:35 +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
a5f3b9762f
Merge branch 'feature/orgtestprojects' into dev
2018-07-03 14:34:41 +02:00
Unai Zorrilla Castro
d7d4dd4bf1
Added Cesar's feedback
2018-07-03 14:34:04 +02:00
Joni
389aaff013
Convert some magic strings to use "nameof" operator
2018-07-03 16:17:52 +09: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
Juan Antonio Cano
c5234ab1c1
-UriBuilder removed
...
-Refactor in identity urls
2018-06-28 16:48:52 +02: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
Juan Antonio Cano
cc034183aa
Urls for Identity, Gateway Shopping and Marketing added to setting view
2018-06-25 13:11:12 +02:00
eiximenis
fcff8e45aa
Fixes #630
2018-06-12 19:05:51 +02:00
David Britch
853492011f
Performant SettingViews on iOS
2018-06-11 12:28:28 +01:00
eiximenis
c83c6842f5
Merge branch 'features/net21rc1' into dev
2018-06-06 17:01:35 +02:00
David Britch
7efacfc519
Resource files updated.
2018-06-04 12:30:10 +01:00
David Britch
b4daa33ae1
Bumped to Forms 3.0.
2018-06-04 12:10:31 +01:00
eiximenis
9f61e3b029
Fixes the error (400 Bad Response) when cancelling an order
2018-06-04 11:56:13 +02:00
eiximenis
51236fd5af
Update to netcore2.1 RTM
...
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
2018-06-01 18:59:14 +02:00
José Alberto
bee5286bc4
Remove unneeded local variable.
2018-05-30 22:57:27 +02:00
José Alberto
44f43cdc0d
Remove unneeded local variable.
2018-05-30 22:51:49 +02:00
Cesar De la Torre Llorente
01a1d65308
set 10 min as the lifetime for each HttpMessageHandler int the pool
2018-05-26 23:45:37 +02:00
Cesar De la Torre Llorente
104661d39d
Fixed bug, no need of GracePeriodTime setting for the Order microservice. Only for the Ordering.BackgroundTasks
2018-05-26 20:45:32 +02:00