Ramón Tomás
4dff728d11
Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
7 years ago
yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
7 years ago
Cesar De la Torre
5bc8f126f8
Removing not required await Task.CompletedTask;
7 years ago
Cesar De la Torre
21484d6385
Improved the IHostedService background task (GracePeriodManagerService) in the Ordering microservice to use the new BackgroundService abstract base class from .NET Core 2.1 (.NET Standard 2.1). We're currently using that class code embeded in eShopOnContainers project until .NET Core 2.1 is released with this new class.
The new class BackgroundService is compatible with the current IHostedService interface in .NET Core 2.0.
I removed the similar but nont-tested HostedService base class (it was not official from the .NET team) that we were previously using.
7 years ago
Cesar De la Torre
127864d3bd
Additional refactoring on IdentifiedCommandHandlers
7 years ago
Cesar De la Torre
ebf9822af3
Refactored code related to Idempotent CommandHandlers
7 years ago
Ramón Tomás
804620330d
Fix Rabbitmq bug with multiple service instances
7 years ago
Cesar De la Torre
e36e606d64
Cleaned-up BuyerRepository.cs
7 years ago
Cesar De la Torre
6eaf3ae452
Cleaned-up Order class and EventBusRabbitMQ class
7 years ago
Cesar De la Torre
1e5bea953c
Cleaned-up Domain Event Handler
7 years ago
Cesar De la Torre
b1e3bdefbe
Cleaned-up the registration of DomainEventHandlers and FluentValidation Validators
7 years ago
Ramón Tomás
ee61c8f44d
Created Readme.md for setting load test scenarios
7 years ago
Cesar De la Torre
d2f7d6a5d6
Minor clean-up on Entity, Domain Events.
7 years ago
Cesar De la Torre
a88fbf339f
Minor clean-up in Ordering Context
7 years ago
Cesar De la Torre
625f53213b
Added a comment about Addess as Value Object and EF Core 2.0 onwed entity
7 years ago
Cesar De la Torre
16ee563112
Cleaning up the Address ValueObject
7 years ago
Cesar De la Torre
18af108cd6
Cleaning up the Address ValueObject class
7 years ago
Cesar De la Torre
0ca2faaaab
Removing unneeded blank lines on the ValueObject class
7 years ago
Cesar De la Torre
1b51865349
Minor refactoring at Seedwork
7 years ago
Cesar De la Torre
48af69ce18
Minor updates in comments, so it is clearer.
7 years ago
Igor Sychev
5e13467315
no more dynamics as a return types from controllers
7 years ago
Cesar De la Torre
8c810ad8a1
Minor changes in SwaggerEndpoints for each microservice.
7 years ago
Cesar De la Torre
617bcdc8ec
Increased maxRetryCount (number of retries) of EFDbContext trying to connect to the ASP.NET Identity database so EF migrations is run properly if the SQL container starts up slower.
7 years ago
Ramón Tomás
2ad61d9057
Created new load test scenarios
7 years ago
Ramón Tomás
c51c101f90
Updated Load Tests
Added middleware to bypass authorization in load testing
7 years ago
Ramón Tomás
42ce196270
Updated SF Linux manifests
7 years ago
Igor Sychev
e1c93bd05a
update to latest packages
7 years ago
Igor Sychev
7dfb2db7c3
packages update and clean up *.csproj files from useless content
7 years ago
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
7 years ago
Igor Sychev
94c043e69a
identity4 2.0 rtm
7 years ago
Igor Sychev
1b38589ff0
retry policy defined via config
7 years ago
Igor Sychev
9e535930ce
swagge responce types and code https://github.com/dotnet-architecture/eShopOnContainers/issues/305
7 years ago
Cesar De la Torre
3f6f598e8a
Fixed bug about loggerFactory and ConfigureAuthService() at MArketing.API Startup.cs
7 years ago
Cesar De la Torre
c9ad364aa5
Missing fix
7 years ago
Cesar De la Torre
121a92c557
Fix for regression bug at AddDbContext<IntegrationEventLogContext> for Catalog.API
7 years ago
Ramón Tomás
c3e15969b9
Added Appinsights K8s telemetry initializer
7 years ago
Ramón Tomás
a04cef97ef
Added AppInsights service
7 years ago
Cesar De la Torre
373bdd9896
Set Retries with exponential backoff to most microservices sqlOptions, so errors when spinning the SQL container late shouldn't happen.
7 years ago
Ramón Tomás
eb38172abf
Removed swagger from Payment.api
7 years ago
Unai Zorrilla Castro
ec5aee5187
Remove hardcoded database name from GracePeriodManagerService
7 years ago
Ramón Tomás
83f8bd8f5b
Added swagger to Payment.api
7 years ago
Cesar De la Torre
14c3d69784
Fix namespace in RAZOR page _LoginPartial.cshtml, so nocompilation error when doing dotnet publish from CLI. Like D:\GITREPOS\eShopOnContainers-dev\src\Services\Identity\Identity.API\Views\Shared\_LoginPartial.cshtml(2,20): error CS0234: The type
or namespace name 'Models' does not exist in the namespace 'Identity.API' (are you missing an assembly reference?)
7 years ago
Igor Sychev
f9c7e386c7
We don't need swagger and MVC contollers in Payment API
7 years ago
Igor Sychev
926cc9f5e5
Health check for Payment
7 years ago
Ramón Tomás
cecdc40ac1
Fix Authentication issue in Locations.api
Created input in user campaigns view to update the user's location
7 years ago
Ramón Tomás
aeea739d1d
Create polygons by continent in LocationsContextSeed db
7 years ago
Unai Zorrilla Castro
be6e276bff
Fix issue with AddAuthentication and no default Schema on Marketing.API
7 years ago
Ramón Tomás
2f47258453
fix namespaces in LoginPartial
7 years ago
Unai Zorrilla Castro
d8b374ac4a
Create DesignTimeFactories for context used on startup with dependencies
7 years ago
Unai Zorrilla Castro
04c90f09f9
Fix view models namespaces issues. Remove unnecessary design time ordering context provider
7 years ago