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
6 years ago
rafsanulhasan
d04a7a1c0e
Update Linux container images:
1. runtime 2.1->2.1.3
2. sdk 2.1->2.1.401
6 years ago
rafsanulhasan
bc7e8e7b58
Update Linux container images:
1. runtime 2.1->2.1.3
2. sdk 2.1->2.1.401
6 years ago
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
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
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
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
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
eiximenis
fcff8e45aa
Fixes #630
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
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
eiximenis
89fb5d6fc3
Solves issue #611
6 years ago
Unai Zorrilla Castro
70a2682806
Working on compose dependencies and check new httpclient handlers retries
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
2f9fa4dcca
Added HTTPClient services and review application on WebMVC
6 years ago
eiximenis
684aa4927f
Updates to make it work with Docker
- Dockerfiles changes
- Minor csproj updates to bring back "dotnet bundle" cli
- Enable all protocols in SignalR
- Update package-lock.json in spa
6 years ago
Unai Zorrilla Castro
36fb20acea
Refactoring Catalog and Order status and add problem details feature from 2.1
6 years ago
Unai Zorrilla Castro
b02c1b825d
Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog
6 years ago
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
6 years ago
Ramón Tomás
1d2fc6c42b
Removed commented code in signalr hub registration
6 years ago
Miguel Veloso
cdd87d367f
Fix swagger-ui redirection uri to current one as of v.3.x;
Fix stored values for existing deployments
6 years ago
Ramón Tomás
25c752c61a
Added SignalR Hub service to k8s
6 years ago
Ramón Tomás
04560ff4eb
Created specific service for signalr hub
6 years ago
Ramón Tomás
02f94eeb0e
Updated k8s scripts
6 years ago
Ramón Tomás
f1f17798da
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
6 years ago
Miguel Veloso
97f81c2939
Merge pull request #536 from SychevIgor/rudementsinidentity
drop rudiments from identity api
6 years ago
Alex Kryvdyk
1d8c6178de
Improved encapsulation of DomainEvents collection in Entity class
6 years ago
Alex Kryvdyk
6869ad249a
Remove private property setters in Address value object to make it truly immutable
6 years ago
Alex Kryvdyk
ed26c3359c
Remove private setters to make class immutable
Remove private setters to make a class truly immutable. Otherwise, properties can be updated outside of constructor. This also makes code cleaner. Same in docs https://github.com/dotnet/docs/pull/4755
6 years ago
Cesar De la Torre Llorente
b78daa4685
Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles
7 years ago
Cesar De la Torre Llorente
81477f0757
Fix bug in microsoft/aspnetcore-build:2.0.5-2.1.4 name.
7 years ago
Cesar De la Torre Llorente
c17ecfa16a
Fallback to aspnetcore-build:2.0.5-2.1.4 until issue with aspnetcore-build:2.0 is solved: https://github.com/dotnet-architecture/eShopOnContainers/issues/543
7 years ago
Sychev Igor
039632bebd
docker to 2.0.5 .net core
7 years ago
Sychev Igor
c1db0703a7
packages update 2
7 years ago
Sychev Igor
ccad354645
packages update
7 years ago
Robert Raboud
047e3a945a
Handled uncaught exception in command handling
7 years ago
Robert Raboud
8ef122fea2
Converted tabs to spaces
7 years ago
eiximenis
152fcc8205
Fixed errors and updated config
7 years ago
eiximenis
a18cec21fe
Missing aggregator project
7 years ago
Enrico Tirotta
dbd5999e38
Update Enumeration.cs
7 years ago
Kasper B. Graversen
998a9fdc9b
Fix spelling
7 years ago
Miguel Veloso
954d8718a8
Fix improper use of AddRangeAsync for seeding entities that don't use the SequenceHiLo key generation strategy, as per https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.addrangeasync?view=efcore-2.0
7 years ago
Eduard Tomàs
6cc87fc80a
renaming of PurchaseBff to Aggregator
7 years ago