Cesar De la Torre
6eaf3ae452
Cleaned-up Order class and EventBusRabbitMQ class
2017-11-09 11:38:53 -08:00
Cesar De la Torre
d2f7d6a5d6
Minor clean-up on Entity, Domain Events.
2017-11-07 16:53:41 -08:00
Cesar De la Torre
625f53213b
Added a comment about Addess as Value Object and EF Core 2.0 onwed entity
2017-11-07 12:45:05 -08:00
PLAINCONCEPTS\lruiz
3d552b3219
Fix bug #263
2017-08-22 12:04:40 +02:00
Cesar De la Torre
2a7c1d740b
Minor refactoring
2017-05-20 12:35:16 -07:00
Christian Arenas
45fff656d0
- Remove unused IntegrationCommands folders
...
- minor name changes
2017-05-18 12:03:17 +02:00
Christian Arenas
55a82c24f4
- Change Integration Command to Integration Events
...
- Refactor PublishThroughEventBusAsync methods from OrderingIntegrationEventService
- Add private empty Address constructor.
- Modify order aggregate methods.
- Remove GetWithDependenciesAsync methods and modify GetAsync with entity framework Explicit loading.
2017-05-18 11:42:22 +02:00
Christian Arenas
f3b6444e63
minor changes
2017-05-17 00:40:40 +02:00
Christian Arenas
b95bf247cf
Change SaveEntitiesAsync to SaveChangesAsync
2017-05-16 18:40:34 +02:00
Christian Arenas
2b202bdc6c
SaveChangesAsync() from Integration events
2017-05-16 15:11:03 +02:00
Christian Arenas
504efbd191
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
...
# Conflicts:
# src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs
2017-05-16 11:21:37 +02:00
Christian Arenas
db41124d78
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
...
# Conflicts:
# src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs
2017-05-16 11:11:09 +02:00
Christian Arenas
36ca700df8
Add SetCancelledStatus method
2017-05-16 10:19:35 +02:00
Ramón Tomás
374c1d5317
Update order saga cancel and ship commands
2017-05-16 09:58:06 +02:00
Ramón Tomás
4e79875d26
Merge
2017-05-16 09:31:45 +02:00
Christian Arenas
7c27ac498b
Add new methods to order aggregate root and modify saga process
2017-05-15 19:17:16 +02:00
Ramón Tomás
f79806e899
Created Ship order process in WebMVC app
...
Create Ship order command and handler in Ordering.api
Create Order management page in WebMVC app
2017-05-14 14:48:37 +02:00
Christian Arenas
3fcf8a0bcd
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
2017-05-11 18:39:12 +02:00
Christian Arenas
d6ccf27100
OrderStockConfirmedDomainEvent implemented
2017-05-11 18:39:06 +02:00
Ramón Tomás
7f5687d91e
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
2017-05-11 18:35:12 +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
Christian Arenas
01211322f7
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
...
# Conflicts:
# src/Services/Ordering/Ordering.API/Application/IntegrationEvents/EventHandling/UserCheckoutAcceptedIntegrationEventHandler.cs
2017-05-11 16:08:49 +02:00
Christian Arenas
9ae4d93a54
Add Order Description field
2017-05-11 16:04:35 +02:00
Eduard Tomas
7fc63fe196
Messagebus dispatch messages in its own scope
2017-05-11 13:44:38 +02:00
Christian Arenas
9a6ad2cc85
Continue implementing OrderStockConfirmed events
2017-05-10 19:48:36 +02:00
Christian Arenas
870ae0dabd
Add Confirm Grade period Handler and add new items to Orders status
2017-05-09 13:58:48 +02:00
Eduard Tomas
be440a9a02
Removing PaymentMethod property from order
2017-04-05 13:15:27 +02:00
Eduard Tomas
a7c7426659
Removing Buyer navigation property in Order
2017-04-03 11:32:35 +02:00
Cesar De la Torre
c7e317413e
Refactoring Domain Events
2017-03-17 18:36:34 -07:00
Cesar De la Torre
b9c1778d9d
Refactoring Domain Events so it is clear and differenciated versus Integration Events
2017-03-16 18:52:02 -07: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
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
963de048ef
Refactoring: Using List<>.AsReadOnly() instead of HashSet<>.ToList() that is more expensive. Related to issues: https://github.com/dotnet/eShopOnContainers/issues/29 and
2017-02-02 17:30:15 -08:00
CESARDL
4708b89457
Partial refactoring about Order and OrderItems.
...
Set the fields to explicit private
Using .ToReadOnly(), but still might need to use List<> instead HashSet<> so we won't need the .ToList() conversion which is "expensive"..
2017-02-02 13:34:44 -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
42501a5a0b
Minor refactoring and docs updates
2017-01-19 19:51:28 -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