rafsanulhasan
|
b0b9045a08
|
Changed coding style
|
6 years ago |
rafsanulhasan
|
87034ce8e0
|
1. Change Launch browser settings
2. Changed Launch URL to HTTPS endpoint
|
6 years ago |
rafsanulhasan
|
07a8f8fad8
|
Added a privacy controller and view for GDPR Cookie compliance
|
6 years ago |
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
|
6 years ago |
rafsanulhasan
|
ac8fdabe5d
|
1. Specified SSL port
2. Use 64bit IIS Express Bitness
3. Specified applicationUrl for Kestrel startup
|
6 years ago |
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
|
6 years ago |
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
|
6 years ago |
rafsanulhasan
|
8956990b6a
|
Enabled automatic LibMan package restoration in Identity.Api Service
|
6 years ago |
rafsanulhasan
|
5e250e034b
|
Removed wwwroot folder ref from project files
|
6 years ago |
rafsanulhasan
|
cbbe9d3b49
|
Replaced Bower with Library Manager in Identity.API Service
|
6 years ago |
rafsanulhasan
|
7e9dedf77e
|
Replaced Bower with Library Manager in WebStatusApp
|
6 years ago |
rafsanulhasan
|
5a1b03bcbc
|
Replaced Bower with Library Manager in MVC App
|
6 years ago |
Unai Zorrilla Castro
|
5c06f6e500
|
Fix issue 685
|
6 years ago |
Unai Zorrilla Castro
|
b005b63ff5
|
Add azure key vault support in all services
|
6 years ago |
Chen
|
8f5aa5c554
|
fix classname of EventBus.Test models
|
6 years ago |
unaizorrilla
|
7711820b87
|
Add Azure Key Vault on Ordering.API to validate this scenario
|
6 years ago |
eiximenis
|
9351fb31eb
|
final updates to helm scripts
|
6 years ago |
Joni
|
c55e2adecb
|
Fix spelling 'commited' => 'committed'
|
6 years ago |
Joni
|
3888cffa08
|
Fix spelling
|
6 years ago |
Unai Zorrilla Castro
|
d7d4dd4bf1
|
Added Cesar's feedback
|
6 years ago |
Joni
|
389aaff013
|
Convert some magic strings to use "nameof" operator
|
6 years ago |
Lukas Behal
|
92cb497db8
|
build break fix - removed missed new constrain which is not required anymore
|
6 years ago |
Lukas
|
84e4758df2
|
modified Enumeration class to support private constructor for defined Enum types, refactored orderingContextSeed to use GetAll() method to get predefined types
|
6 years ago |
Juan Antonio Cano
|
c5234ab1c1
|
-UriBuilder removed
-Refactor in identity urls
|
6 years ago |
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
|
6 years ago |
Juan Antonio Cano
|
cc034183aa
|
Urls for Identity, Gateway Shopping and Marketing added to setting view
|
6 years ago |
eiximenis
|
fcff8e45aa
|
Fixes #630
|
6 years ago |
David Britch
|
853492011f
|
Performant SettingViews on iOS
|
6 years ago |
David Britch
|
7efacfc519
|
Resource files updated.
|
6 years ago |
David Britch
|
b4daa33ae1
|
Bumped to Forms 3.0.
|
6 years ago |
eiximenis
|
9f61e3b029
|
Fixes the error (400 Bad Response) when cancelling an order
|
6 years ago |
eiximenis
|
51236fd5af
|
Update to netcore2.1 RTM
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
|
6 years ago |
José Alberto
|
bee5286bc4
|
Remove unneeded local variable.
|
6 years ago |
José Alberto
|
44f43cdc0d
|
Remove unneeded local variable.
|
6 years ago |
Cesar De la Torre Llorente
|
01a1d65308
|
set 10 min as the lifetime for each HttpMessageHandler int the pool
|
6 years ago |
Cesar De la Torre Llorente
|
104661d39d
|
Fixed bug, no need of GracePeriodTime setting for the Order microservice. Only for the Ordering.BackgroundTasks
|
6 years ago |
Unai Zorrilla Castro
|
cd1f11b480
|
Create new polly policies for each service instead of use the same, in order to resolve problems with the execution context name
|
6 years ago |
Unai Zorrilla Castro
|
fb15ed1e11
|
Removed unused file
|
6 years ago |
eiximenis
|
89fb5d6fc3
|
Solves issue #611
|
6 years ago |
Unai Zorrilla Castro
|
654555387c
|
Minor refactoring
|
6 years ago |
Unai Zorrilla Castro
|
88fa0a6309
|
Remove unnecesary catch
|
6 years ago |
Unai Zorrilla Castro
|
70a2682806
|
Working on compose dependencies and check new httpclient handlers retries
|
6 years ago |
Cesar De la Torre Llorente
|
6127457e8e
|
Changed order in pipeline so SetHandlerLifetime() is first, right on the on the IHttpClientBuilder that is returned when creating the Typed Client.
|
6 years ago |
Cesar De la Torre Llorente
|
1fa6242c1c
|
Added opt-in HttpClientLogging config
|
6 years ago |
Cesar De la Torre Llorente
|
8844aaba75
|
Adding an example of a HttpMessageHandler's Lifetime to 5 minutes in the pool. The default lifetime of HttpMessageHandler instances in the pool is 2 minutes.
|
6 years ago |
Unai Zorrilla Castro
|
460fc997af
|
Create Generic Host prototype for background task in order to be reviewed
|
6 years ago |
Unai Zorrilla Castro
|
094ba7c3c6
|
Review HTTP Aggregators. Remove IHTTPClient Resiliency building block. Fix TestController code ( ask about on this controller ). Tested with VS and docker-compose up directly
|
6 years ago |
Unai Zorrilla Castro
|
96816e7bf7
|
Refactor aggregators to use AddHttpClient like on WebMVC
|
6 years ago |
Unai Zorrilla Castro
|
554b4e4a0c
|
Remove unused tables
|
6 years ago |
Unai Zorrilla Castro
|
2f9fa4dcca
|
Added HTTPClient services and review application on WebMVC
|
6 years ago |