dsanz
9d7622a59a
Merge branch 'dev' into features/docker-multi-arch
2017-12-11 15:12:26 +01:00
Ramón Tomás
50e96380a7
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
2017-11-30 11:40:54 +01:00
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
2017-11-30 11:40:30 +01:00
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.
2017-11-27 13:48:31 -08:00
Cesar De la Torre
5bc8f126f8
Removing not required await Task.CompletedTask;
2017-11-22 16:22:18 -08:00
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.
2017-11-18 14:24:07 -08:00
Cesar De la Torre
127864d3bd
Additional refactoring on IdentifiedCommandHandlers
2017-11-12 16:28:28 -08:00
Cesar De la Torre
ebf9822af3
Refactored code related to Idempotent CommandHandlers
2017-11-12 14:07:51 -08:00
Ramón Tomás
804620330d
Fix Rabbitmq bug with multiple service instances
2017-11-10 17:37:18 +01:00
Cesar De la Torre
1e5bea953c
Cleaned-up Domain Event Handler
2017-11-08 11:57:01 -08:00
Cesar De la Torre
b1e3bdefbe
Cleaned-up the registration of DomainEventHandlers and FluentValidation Validators
2017-11-08 11:36:10 -08:00
Ramón Tomás
ee61c8f44d
Created Readme.md for setting load test scenarios
2017-11-08 16:28:12 +01:00
Igor Sychev
5e13467315
no more dynamics as a return types from controllers
2017-10-28 09:29:42 +03:00
Cesar De la Torre
8c810ad8a1
Minor changes in SwaggerEndpoints for each microservice.
2017-10-27 14:28:27 -07:00
Ramón Tomás
2ad61d9057
Created new load test scenarios
2017-10-24 18:05:50 +02:00
Ramón Tomás
c51c101f90
Updated Load Tests
...
Added middleware to bypass authorization in load testing
2017-10-23 17:39:45 +02:00
Ramón Tomás
42ce196270
Updated SF Linux manifests
2017-10-16 16:10:40 +02:00
Igor Sychev
e1c93bd05a
update to latest packages
2017-10-13 13:04:06 +01:00
Igor Sychev
7dfb2db7c3
packages update and clean up *.csproj files from useless content
2017-10-13 13:04:06 +01:00
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
2017-10-13 11:35:26 +02:00
Cesar De la Torre
ebcabe2bbb
Merge pull request #368 from SychevIgor/swagger
...
swagger response types and code
2017-10-12 18:00:03 -07:00
Igor Sychev
1b38589ff0
retry policy defined via config
2017-10-12 09:25:01 +01:00
Igor Sychev
9e535930ce
swagge responce types and code https://github.com/dotnet-architecture/eShopOnContainers/issues/305
2017-10-12 08:45:33 +01:00
Ramón Tomás
c3e15969b9
Added Appinsights K8s telemetry initializer
2017-10-11 18:53:26 +02:00
Ramón Tomás
a04cef97ef
Added AppInsights service
2017-10-11 16:26:44 +02:00
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.
2017-10-10 19:56:34 -07:00
Unai Zorrilla Castro
ec5aee5187
Remove hardcoded database name from GracePeriodManagerService
2017-10-06 12:09:16 +02:00
Ramón Tomás
87b13de3b7
Merge branch 'dev' into eShopOnServiceFabric-Win
2017-09-14 14:42:42 +02:00
Unai Zorrilla Castro
04c90f09f9
Fix view models namespaces issues. Remove unnecessary design time ordering context provider
2017-09-14 13:43:41 +02:00
Unai Zorrilla Castro
226c03b573
Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup
2017-09-13 14:53:06 +02:00
Ramón Tomás
5ac3df9943
Updated ARM SF templates
2017-09-12 18:19:31 +02:00
Eduard Tomàs
7321d5e5fc
Base path fix and k8s config updated
2017-09-07 19:18:53 +02:00
Eduard Tomàs
6fd4f46058
Fix for rabbitMQ under windows containers.
...
Also some config tweaking on windows
2017-09-05 15:55:17 +02:00
Eduard Tomàs
8198126daf
Use dotnet multi-architecture images.
...
Removing docker-compose.windows.override (not needed as is identical to docker-compose.override)
2017-09-04 19:07:53 +02:00
RamonTC
4ea8f6814e
Merge pull request #299 from SychevIgor/SychevIgor/WindowsDockerFiles20
...
windows docker files update to 2.0 base images
2017-08-30 17:55:26 +02:00
Igor Sychev
dc566ea2a1
nanowin
2017-08-30 08:48:06 +03:00
Ramón Tomás
9ed7325e0e
Downgrade Identity.api version due to compatibility issues
...
Updated Test project version
Fix issue Idsrv token
2017-08-29 18:11:30 +02:00
Ramón Tomás
364c07a528
Included AspnetCore.all metapackage
2017-08-29 12:03:20 +02:00
Ramón Tomás
0c41218c2c
Include aspnetcore.all metapackage
2017-08-29 11:02:18 +02:00
Ramón Tomás
8dc176add9
Fixed issue #291ordering.api fails after submitting orders
2017-08-26 22:55:24 +02:00
Ramón Tomás
01469da7d3
Fixed bug Swagger is not working for the services #290
2017-08-24 15:41:11 +02:00
Ramón Tomás
58f3b5b274
Removed GracePeriod microservice and added as a HostService
2017-08-23 00:10:28 +02:00
Ramón Tomás
8288acf3a4
Update projects from netcore 2.0.0 preview to 2.0.0
...
Fix netcore 2.0.0 breaking changes in authentication middleware
2017-08-22 22:36:23 +02:00
Ramón Tomás
2baedadc7a
Merge from Dev
2017-08-22 19:46:53 +02:00
Eduard Tomàs
0c73b09406
Using MediatR behaviors instead of Autofac decorators. Solves #187
2017-08-10 16:05:42 +02:00
Ramón Tomás
f39fdb92ca
Fix Failing middleware and move it to Basket.api
2017-07-13 17:35:19 +02:00
Eduard Tomas
eeda5bcb9d
Order.Address is a value object. It has no table and no ID
2017-07-13 13:42:29 +02:00
Ramón Tomás
d289ec00cf
Add swagger authorization option in APIs
2017-07-12 12:10:10 +02:00
Eduard Tomas
d9b9578e48
Merge remote-tracking branch 'origin/dev' into netcore2
...
# Conflicts:
# docker-compose.dcproj
# docker-compose.vs.debug.yml
# docker-compose.vs.release.yml
# src/BuildingBlocks/EventBus/EventBus/EventBus.csproj
# src/Services/Marketing/Marketing.API/Startup.cs
# src/Web/WebMVC/Startup.cs
# src/Web/WebMVC/WebMVC.csproj
2017-07-11 12:01:45 +02:00
Christian Arenas
03f23eafa4
Merge branch 'load-testing' into dev
...
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Identity/Identity.API/Configuration/Config.cs
# src/Web/WebMVC/appsettings.json
2017-07-10 14:40:26 +02:00