Enrico Tirotta
|
dbd5999e38
|
Update Enumeration.cs
|
2018-02-25 09:41:08 +01:00 |
|
Unai Zorrilla Castro
|
025ab0e14c
|
Implemented HostedService in different service
|
2018-01-18 17:29:23 +01:00 |
|
Sychev Igor
|
ed0988a3a1
|
MediatR from 3 to 4
|
2017-12-13 09:12:59 +03: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 |
|
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 |
|
Cesar De la Torre
|
16ee563112
|
Cleaning up the Address ValueObject
|
2017-11-07 10:56:46 -08:00 |
|
Cesar De la Torre
|
18af108cd6
|
Cleaning up the Address ValueObject class
|
2017-11-07 10:51:35 -08:00 |
|
Cesar De la Torre
|
0ca2faaaab
|
Removing unneeded blank lines on the ValueObject class
|
2017-11-07 10:49:18 -08:00 |
|
Cesar De la Torre
|
1b51865349
|
Minor refactoring at Seedwork
|
2017-11-07 10:35:08 -08: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
|
2baedadc7a
|
Merge from Dev
|
2017-08-22 19:46:53 +02:00 |
|
PLAINCONCEPTS\lruiz
|
3d552b3219
|
Fix bug #263
|
2017-08-22 12:04:40 +02:00 |
|
Eduard Tomas
|
d65a112535
|
References updated to preview-2
code adjustements to work with preview-2
|
2017-06-29 18:36:57 +02:00 |
|
Eduard Tomas
|
6b466a2c66
|
Fixing NetStandard.Library versions
|
2017-06-22 16:15:58 +02:00 |
|
Eduard Tomas
|
3c2ce4d7a7
|
Ordering.API nuget update
|
2017-06-21 19:48:13 +02:00 |
|
Eduard Tomas
|
56902a5549
|
[WIP] Projects & Dockerfile migrated to 2.0
Lots of things to address yet, because nuget packages are still on 1.1
|
2017-06-21 19:03:48 +02:00 |
|
Ramón Tomás
|
4be61abdde
|
Merge new creation ordering workflow
|
2017-06-12 13:52:23 +02:00 |
|
Cesar De la Torre
|
2a7c1d740b
|
Minor refactoring
|
2017-05-20 12:35:16 -07:00 |
|
igorsych
|
9e75504690
|
Newtonsoft.Json and MediatR with fixes of all based on MediatR classes
also from csproj files excluded direct specification of runtime to make compile happy if on a system we have higher version.
|
2017-05-19 18:03:05 +03: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 |
|
Cesar De la Torre
|
c247261929
|
Minor refactoring for the CreateOrder Web API method and the Entity base class
|
2017-05-04 12:29:00 -07:00 |
|
Unai Zorrilla Castro
|
4ef6b63913
|
Review on 17/04/2017
|
2017-04-17 12:28:12 +02:00 |
|
dsanz
|
c16941cf25
|
Fix warnings
|
2017-04-06 11:59:11 +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 |
|
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 |
|
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 |
|