Ramón Tomás
|
276de11bec
|
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 |
|