Danny Chen
260df610b7
use non generic repository interface
2017-03-20 01:42:31 -04:00
Cesar De la Torre
1995befeaf
Updated eBook .PDF to latest DRAFT version
2017-03-05 11:09:34 -08:00
Ramón Tomás
7db5119a87
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-03-03 17:52:05 +01:00
Ramón Tomás
e7ec7260bb
Added ordering unit tests
2017-03-03 17:51:32 +01:00
etomas
f9b15481d1
Idempotent updates based on requestid
2017-03-03 12:03:31 +01:00
Cesar De la Torre
a07bb18dca
Added some comments about immutability Commands
2017-02-27 21:05:28 -08:00
Cesar De la Torre
ac58c12862
Using [DataContract] and [DataMember] for the immutable Command.
...
De-serializes good, I see the data coming at the Controller and the CommandHandler level, bu I get an error at the end about: JsonSerializationException: Error converting value {null} to type 'System.Decimal'. Path '[1].total', line 1, position 176.
Gerard, can you take a look to that?
If it works with attibutes, let's do it. In parallel I/m opening an issue with the ASP.NET team.
2017-02-27 18:23:15 -08: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
Cesar De la Torre
7b9d14fe2a
Minor refactoring in LogDecorator
2017-02-21 12:17:16 -08:00
etomas
5771f6ddd3
Solves error on order detail. Related to #4
2017-02-10 12:42:57 +01: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
etomas
15f2cc7da1
Removing pending Configuration registration as Singleton.
...
Solving #9
2017-02-07 09:35:21 +01: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
80f223ec42
fix unsaved file on vs
2017-01-27 11:39:30 +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
42501a5a0b
Minor refactoring and docs updates
2017-01-19 19:51:28 -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
CESARDELATORRE
57ae6ab3be
Refactoring in Ordering Domain Model so it shows a clear AggregateModel and clusters of entities as Aggregates.
...
Also, showing Repository Interfaces as RepositoryContracts.
2017-01-17 18:32:40 -08:00
Unai Zorrilla Castro
3c277a49de
Modify AsyncRequestNames, include UnitTest project, remove unused application ordering layer
2016-12-29 11:04:55 +01:00
Unai Zorrilla Castro
099cd1b350
Modify AsyncRequestNames, include UnitTest project, remove unused application ordering layer
2016-12-29 11:03:03 +01:00
Carlos Cañizares Estévez
10f3e17b55
Add Swagger to Basket Api
...
SQL databases with the same prefix for services
Move application tier to api tier in ordering api
2016-12-19 10:20:02 +01:00