041973322
Revert "Update to ASP.NET Core 2.1.3" by
2018-09-01 05:24:52 +0600
9d9d85efa
Merge pull request #2 from sicsbd/dev-asp.netcore2.1enhancements by
2018-09-01 05:19:21 +0600
e23e8c641
a. Project files 1. Specified RuntimeFrameworkVersion to 2.1.3 2. Specified Microsoft.AspNetCore.App meta package version to 2.1.3 3. Updated NuGetPackages to support ASP.NET Core 2.1.3 i. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1 ii. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2 iii.Microsoft.Extensions.Logging 2.1.0->2.1.1 iv. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1 v. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2 vi. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1 vii. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1 viii. Microsoft.AspNetCore.App 2.1.0->2.1.3 ix. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7 x. Microsoft.AspNetCore.SignalR, Microsoft.AspNetCore.SignalR.Core, Microsoft.AspNetCore.SignalR.Redis 1.0.0->1.0.3 4. Updated NuGetPackages i. System.Threading.Tasks.Extensions 4.5.0->4.5.1 ii. WindowsAzure.Storage 9.1.0->9.3.1 b. DockerFile 1. Updated SDK version to 2.1.401 2. Updated Runtime version to 2.1.3 c. Startup.cs file 1. SetCompatibilityVersion to 2.1 in MVC pipeline (Line 83) 2. Suppress compiler warning 3. Re-factored coding styles d. appsettings.json 1. Updated IdentityUrl to use HTTPS endpoint e. launchsettings.json 1. Used 64bit IIS Express bitness by
2018-09-01 05:17:12 +0600
7d56cd2b7
npm shrinkwrap by
2018-09-01 04:09:52 +0600
fad941c49
a. Used 2.1.3 as RuntimeFrameworkVersion (Line 5) b. Add Certificates (Line 73-76, 181-188) c. 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 d. Updated NuGet packages 1. BuildBundleMinifier 2.6.375->2.8.391 2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9 4. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1 by
2018-09-01 04:09:31 +0600
5e405dfea
1. Exposed port 443 for HTTPS 2. Updated SDK 2.1->2.1.401 3. Updated Runtime 2.1->2.1.3 4. Copy SSL certificate to Linux container's system folder for trust by
2018-09-01 03:57:19 +0600
661f537df
1. Specified SSL port 2. Use 64bit IIS Express bitness by
2018-09-01 03:53:57 +0600
065b0112e
1. Specified RequireHttpsPermanent and SSL port to MVC pipeline (Line 74-77) 2. Add SetCompatibilityVersion to 2.1 in the MVC pipeline (Line 82) 3. Configured HttpsRedirection in the DI container (Line 83-85) and used HttpsRedirection MiddleWare (Line 106) 4. Use HSTS (Http Secured Transport Security) MiddleWare on Staging or Production (Line 101-103) by
2018-09-01 03:50:55 +0600
6226b4a6f
1. Updated IdentityUrl, CallbackUrl and XamarinCallback to use HTTPS endpoint 2. Specified kestrel options for SSL by
2018-09-01 03:39:43 +0600
68397e81e
1. Added SSL port 2. Use 64 bit IIS Express bitness by
2018-09-01 03:36:11 +0600
44cdad209
Added .pfx files (IdentityApp & WebSPA) by
2018-09-01 03:34:50 +0600
a336a2b1c
1. Added Allowed Hosts 2. Updated IdentityUrl and CallbackUrl to secured endpoint 3. Added Kestrel HTTPS options: Certificate (.pfx) path and password by
2018-09-01 03:14:21 +0600
477fbdc97
code style formatting by
2018-09-01 03:09:34 +0600
b4044a57b
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 by
2018-09-01 03:02:44 +0600
c15c89817
1. Updated Runtime version 2.1-2.1.3 2. Exposed 443 port for HTTPS 3. Updated SDK version 2.1-2.1.401 by
2018-09-01 02:32:08 +0600
e901aafc5
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) by
2018-09-01 02:29:19 +0600
12b1be780
Used TagHelper instead of Razor to render partial view by
2018-09-01 02:16:00 +0600
b0b9045a0
Changed coding style by
2018-09-01 02:04:40 +0600
87034ce8e
1. Change Launch browser settings 2. Changed Launch URL to HTTPS endpoint by
2018-09-01 02:04:13 +0600
07a8f8fad
Added a privacy controller and view for GDPR Cookie compliance by
2018-09-01 02:02:25 +0600
69e91a5ba
1. Added _CookieConsentPartial.cshtml file for cookie privacy policy consent 2. Used "_CookieConsentPartial" partial page into Layout page to support GDPR Cookie private policy by
2018-09-01 02:01:15 +0600
ac8fdabe5
1. Specified SSL port 2. Use 64bit IIS Express Bitness 3. Specified applicationUrl for Kestrel startup by
2018-09-01 01:56:09 +0600
e73b25b2e
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 by
2018-09-01 01:50:50 +0600
568a09269
Removed environment variables and volumes from api gateway and Aggregator projects from docker compose file by
2018-09-01 01:25:20 +0600
04e754aab
Change startup page to unsecured endpoint to HTTPS endpoint by
2018-09-01 01:22:59 +0600
04e178100
Added HTTPS support for WebSPA, WebMVC and Identity.API Apps in the docker container by
2018-09-01 01:18:33 +0600
80e4f3772
Merge pull request #1 from dotnet-architecture/dev by
2018-09-01 00:57:57 +0600
93a79c1e4
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 by
2018-08-31 23:51:18 +0600
93c7e425c
(refs/pull/709/head)
Merge pull request #2 from v-rodudi/core-2.1.3(2.1) by
2018-08-31 16:50:06 +0300
28381218a
Merge branch 'master' of https://github.com/dotnet-architecture/eShopOnContainers by
2018-08-30 20:41:47 +0800
bde56efc8
Reverted to 2.1-aspnetcore-runtime in Dockerfiles. by
2018-08-30 15:11:31 +0300
2a22ef780
(refs/pull/730/head)
Removed unused EventBusConnection property by
2018-08-30 07:42:08 +0530
0296735cb
Merge pull request #728 from VoodooSV/patch-1 by
2018-08-29 11:33:53 -0700
c9d33543a
(refs/pull/728/head)
Change to latest SDK version 2.1.401 by
2018-08-29 20:30:49 +0300
77061fc75
(refs/pull/726/head)
Updated WebSPA to Angular 6, Bootstrap 4, HttpClient and new rxjs by
2018-08-29 14:44:54 +0100
f7e225566
Updated WebSPA to Angular 6, Bootstrap 4, HttpClient and new rxjs by
2018-08-29 13:59:14 +0100
1b89edec1
mvc devspace by
2018-08-29 11:27:03 +0200
c6153672b
Reverted path to configuration.json for API gateways. by
2018-08-28 16:54:20 +0300
77bec47ea
Removed redundant Path.Combine(). by
2018-08-27 16:20:49 +0300
611023eb3
(refs/pull/767/head)
Updates to Microservices eBook to v2.1.02 by
2018-08-25 13:03:36 -0700
ce039b223
Updates to Microservices eBook to v2.1.02 by
2018-08-25 13:02:34 -0700
7209a6e4b
Uncommented ApplicationInsights. Reverted ESHOP_OCELOT_VOLUME_SPEC variable to docker-compose.override. Changed 2.1.3-aspnetcore-runtime and 2.1.401-sdk in Docker files from microsoft/dotnet-nightly to microsoft/dotnet. by
2018-08-24 18:05:42 +0300
97061748e
Merge pull request #35 from dotnet-architecture/dev by
2018-08-24 09:53:36 +0300
281e4445b
Merge branch 'dev' into core_2.1.3 by
2018-08-21 17:25:51 +0300
2ca7f5cc9
Removed version for Microsoft.AspNetCore.App reference from .csproj files. by
2018-08-20 19:57:29 +0300
8956990b6
Enabled automatic LibMan package restoration in Identity.Api Service by
2018-08-19 15:04:52 +0600
5e250e034
Removed wwwroot folder ref from project files by
2018-08-19 15:02:40 +0600
cbbe9d3b4
Replaced Bower with Library Manager in Identity.API Service by
2018-08-19 14:54:46 +0600
7e9dedf77
Replaced Bower with Library Manager in WebStatusApp by
2018-08-19 14:51:15 +0600
5a1b03bcb
Replaced Bower with Library Manager in MVC App by
2018-08-19 14:47:03 +0600
6af4b9c00
(refs/pull/705/head)
Updated NuGet config file to resolve Microsoft.AspNetCore.App 2.1.3 by
2018-08-19 10:03:06 +0600
c04f90d2d
Updated dockerfile in order to pull updated docker images for .NET core 2.1.3 by
2018-08-19 10:02:05 +0600
9da363697
NuGet dependencies to support ASP.NET Core 2.1.3 by
2018-08-19 10:01:04 +0600
6edfc9cdf
(refs/pull/713/merge)
Merge 1c60531744
into 53479908a0
by
2018-08-19 02:39:09 +0000
fc709102f
(refs/pull/705/merge)
Merge 1c60531744
into 53479908a0
by
2018-08-19 02:35:23 +0000
ed3a5b3f6
Update projects to .NET Core 2.1 (SDK 2.1.400) and related NuGet dependencies to support ASP.NET Core 2.1.2 by
2018-08-19 08:27:30 +0600
d122eafcb
(refs/pull/704/head)
Reverted CardType derived types by
2018-08-18 15:07:17 +0200
488c607a7
Update Enumeration by
2018-08-12 14:44:04 +0200
301e38476
(refs/pull/712/head)
Made method async by
2018-08-18 14:07:03 +0300
f7313dec0
(refs/pull/711/merge)
Merge 8322ee71d5
into 53479908a0
by
2018-08-17 22:13:22 +0000
53479908a
Merge pull request #653 from luk355/dev by
2018-08-17 18:37:04 +0100
828d7f705
Changed Microsoft.AspNetCore.App Version "2.1.3-rtm-30894" -> "2.1.3". by
2018-08-17 16:24:24 +0300
0c6e70d01
Added changes to Dockerfiles. Changed version of Microsoft.AspNetCore.App 2.1.3 -> 2.1.3-rtm-30894. by
2018-08-16 20:54:46 +0300
2448a81a0
Changed Microsoft.AspNetCore.App version 2.1.0 -> 2.1.3. by
2018-08-15 20:43:11 +0300
d7f14447e
Merge pull request #34 from dotnet-architecture/dev by
2018-08-14 09:24:59 +0300
b8ccc2d22
(refs/pull/707/head)
solve continue send message error bugs by
2018-08-14 09:51:39 +0800
667bfdb5f
(refs/pull/702/merge)
Merge 775366adf1
into df010635fc
by
2018-08-13 23:25:28 +0000
775366adf
(refs/pull/702/head)
using var while declaring a variable instead of specific type. by
2018-08-14 05:25:08 +0600
23d3e60c9
used framework provides extension method to add IHttpContextAccessor in the DI container by
2018-08-14 05:24:12 +0600
e70b2b295
install bower 1.8.4 as dev dependency in npm package.json by
2018-08-13 21:26:58 +0600
e159536ff
Removed ASP.NET Core's (2.1) default model validation behavior by
2018-08-13 21:20:55 +0600
1c6053174
(refs/pull/713/head)
used npm shrinkwrap by
2018-08-13 21:03:53 +0600
d9e6a72d5
installed bower 1.8.4 with npm by
2018-08-13 21:02:19 +0600
6d0882d02
using npm shrinkwrap by
2018-08-13 15:45:24 +0600
fc05579bb
install bower package locally using NPM (aka Node Package Manager) by
2018-08-13 15:44:43 +0600
b0949a5bf
Update package.json by
2018-08-13 15:33:57 +0600
0d4d0060b
Specified new address for bower registry from boswer.herokuapp.com to registry.bower.io by
2018-08-13 11:22:17 +0600
15ab58279
Updated solution by
2018-08-12 05:03:40 +0600
e6f329de4
Updated test Projects and codes and NuGetPackages by
2018-08-12 05:03:21 +0600
6413692cb
Updated Razor cshtml file from net21rc1 branch by
2018-08-12 05:02:36 +0600
c7c3d1077
Updated NPM package files Used npm shrinkwrap instead of package-lock for Node package manager by
2018-08-12 05:01:50 +0600
f7a159e53
Updated bower registry source according to new version by
2018-08-12 04:59:53 +0600
13a0c5ddf
updated bower registry according to new version by
2018-08-12 04:59:07 +0600
49200d77b
Updated codes from net21rc1 branch by
2018-08-12 04:58:18 +0600
571b4e1a4
Updated ASP.NET Web/API projects' bootstrap files (startup.cs & program.cs) according to ASP.NET Core 2.1 by
2018-08-12 04:53:27 +0600
282b7550b
Updated project files in the whole solution to update ASP.NET Core 2.0 to 2.1.1 Updated projects' NuGet packages so that it support ASP.Net core 2.1 by
2018-08-12 04:48:20 +0600
50930a56a
Package ref Microsoft.AspNetCore.App version added by
2018-08-04 12:55:29 +0200
307658f33
(refs/pull/689/merge)
Merge 61a1078689
into a2bc8aa567
by
2018-08-02 21:53:17 +0000
61a107868
(refs/pull/689/head)
Update minor issue for serverless ebook by
2018-08-02 14:52:59 -0700
a2bc8aa56
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2018-08-02 14:51:56 -0700
fc031b165
Update serverless ebook minor issue by
2018-08-02 14:51:34 -0700
fdf1d3239
Merge pull request #693 from dotnet-architecture/401-helm by
2018-08-02 17:14:37 +0200
ad47571eb
(refs/pull/693/head)
Fixes 401 after login in helm deployments by
2018-08-02 17:12:48 +0200
cfc1df7c5
odering.api dockerfile.develop by
2018-08-02 17:05:11 +0200
234f76fcd
Update with v1 of Serverless eBook by
2018-08-01 17:21:02 -0700
e476899c3
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev by
2018-08-01 17:15:03 -0700
e6eb5c11e
Update with v1 of Serverless eBook by
2018-08-01 17:14:30 -0700
5e4bade29
Update with v1 of Serverless eBook by
2018-08-01 17:13:46 -0700
91d06af31
starting deploys to devspaces by
2018-07-31 17:22:27 +0200
3e8155596
Merge pull request #33 from dotnet-architecture/dev by
2018-07-31 18:10:26 +0300