Miguel Veloso
|
ad7b33234f
|
Add log traces for commands
|
2019-02-21 15:56:15 +00:00 |
|
Miguel Veloso
|
f3cd3738d9
|
Add logging to CreateOrderCommandHandler
|
2019-02-06 21:36:40 +00:00 |
|
Ramón Tomás
|
24bed0aa33
|
Send IntegrationEvents after committing transactions
|
2018-10-11 17:16:31 +02:00 |
|
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
|
2018-04-13 13:45:21 +02:00 |
|
Sychev Igor
|
ed0988a3a1
|
MediatR from 3 to 4
|
2017-12-13 09:12:59 +03: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 |
|
Christian Arenas
|
f3b6444e63
|
minor changes
|
2017-05-17 00:40:40 +02:00 |
|
Christian Arenas
|
82fe859584
|
Adding Integration Event handlers to ordering Api
|
2017-05-15 19:14:37 +02:00 |
|
Ramón Tomás
|
00a0824bbd
|
Fix issue identityService.getuseridentity fails when called from integration event
|
2017-05-11 18:34:07 +02:00 |
|
Ramón Tomás
|
f525e9db01
|
Move UserCheckoutAcceptedIntegrationEvent out of the order saga
|
2017-05-11 13:55:40 +02:00 |
|
dsanz
|
35cc2f9d7b
|
Merge branch 'dev'
# Conflicts:
# src/Services/Basket/Basket.API/Model/IBasketRepository.cs
# src/Services/Basket/Basket.API/Model/RedisBasketRepository.cs
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Application/Commands/CreateOrderCommandHandler.cs
# src/Services/Ordering/Ordering.Infrastructure/Repositories/OrderRepository.cs
# test/Services/UnitTest/Ordering/Application/NewOrderCommandHandlerTest.cs
|
2017-03-29 11:43:30 +02:00 |
|
dsanz
|
cea9600227
|
Refactoring of idempotent elements and logic.
|
2017-03-28 12:02:30 +02:00 |
|
Ramón Tomás
|
3a7a14bdb7
|
Created global filters for web apis
Fix bug BadRequest response after creating order
|
2017-03-27 14:05:28 +02:00 |
|
Danny Chen
|
260df610b7
|
use non generic repository interface
|
2017-03-20 01:42:31 -04:00 |
|
Ramón Tomás
|
c8f0776f1f
|
Added domain events in Ordering Api
|
2017-03-14 18:02:28 +01:00 |
|
etomas
|
f9b15481d1
|
Idempotent updates based on requestid
|
2017-03-03 12:03:31 +01:00 |
|
etomas
|
67ab1159df
|
Immutable commands - wip
|
2017-02-27 17:52:14 +01:00 |
|
etomas
|
b4162035f9
|
Merge branch 'vs2017' of https://github.com/dotnet/eShopOnContainers into vs2017
|
2017-02-27 10:35:42 +01:00 |
|
etomas
|
e66b6a2402
|
ArgumentNullException handling using throw expressions
Solves #64
|
2017-02-27 10:35:31 +01:00 |
|
Cesar De la Torre
|
bfe2139a09
|
Refactoring so we enforce to have a Repository only per Aggregate
|
2017-02-26 20:32:34 -08:00 |
|
unai
|
e991060a51
|
Set adddress as value object with workaround about Id and Hashkey
|
2017-02-08 19:26:05 +01:00 |
|
CESARDL
|
8325ddbd30
|
Refactored: From Buyer.FullName to Buyer.IdentityGuid.
Also similar changes at the CreateOrderCommand
Plus an update to the README.md for GitHub
|
2017-02-07 23:03:35 -08:00 |
|
CESARDL
|
9f80be5ed9
|
Added DDD comments about the CreateOrderCommandHandler
|
2017-02-07 16:59:09 -08:00 |
|
PLAINCONCEPTS\ccanizares
|
1c1f7571e6
|
- Some minor refactoring (renaming) and make work web clients applications that were 'broken' after refactoring dtos in ordering service in this branch.
- Update dockerfile to asp.net 1.1 in ordering
|
2017-01-30 15:46:43 +01:00 |
|
Unai Zorrilla Castro
|
607d1ca2fa
|
Fix query with new model. Add missing properties into migration. Work on github issues
|
2017-01-27 11:38:23 +01:00 |
|
Unai Zorrilla Castro
|
9d2d152c2d
|
Improve ordering int order to solve feedback
|
2017-01-25 17:10:08 +01:00 |
|
CESARDELATORRE
|
4670a6da89
|
Refactoring: Moved RepositoryContracts/Interfaces each one to its related Aggregate's folder, so it is clear the "relationship" between Aggregate-Root and Repository Contract/Interface
|
2017-01-23 09:30:19 -08:00 |
|
CESARDELATORRE
|
2babf6e4fe
|
Added field "Alias" to PaymentMethod and created EF migration for that
Refactoring related to OrderCommand (instead NewOrderCommand)
Refactoring in Buyer.IdentityGuid instead of fullname variables..
|
2017-01-18 16:51:44 -08:00 |
|