Cesar De la Torre
|
ce2083d248
|
Minor refactoring
|
7 years ago |
Cesar De la Torre
|
5a3a94bba6
|
Minor refactoring in method from ServiceBus to EventBus
|
7 years ago |
Christian Arenas
|
242c1daacf
|
minor name change
|
7 years ago |
Ramón Tomás
|
ea851bb8ce
|
Merge from Dev
|
7 years ago |
Ramón Tomás
|
87201a3f35
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
|
7 years ago |
Ramón Tomás
|
1df3dc76d6
|
Update order functional test
|
7 years ago |
Eduard Tomas
|
b435d8d5c3
|
Merge remote-tracking branch 'origin/master' into dev
|
7 years ago |
Eduard Tomas
|
f6fdd7269d
|
Android sln for VSTS build
|
7 years ago |
Eduard Tomas
|
61b375ddd9
|
iOS solution for VSTS build
|
7 years ago |
Christian Arenas
|
689096f4c8
|
- Remove unused IntegrationCommands folders
- minor name changes
|
7 years ago |
Christian Arenas
|
f79e21f2f7
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# src/Services/Ordering/Ordering.API/Startup.cs
|
7 years ago |
Christian Arenas
|
6b36972a7f
|
- Change Integration Command to Integration Events
- Rename OrderStockNotConfirmedIntegrationEvent to OrderStockRejectedIntegrationEvent
|
7 years ago |
Christian Arenas
|
2228ca3612
|
- 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.
|
7 years ago |
Christian Arenas
|
31bdcd0b2f
|
Changing status item condition in order view
|
7 years ago |
Christian Arenas
|
429d27b9ca
|
Change variable parameter name
|
7 years ago |
Ramón Tomás
|
58b3b6fada
|
Fix merge
|
7 years ago |
Ramón Tomás
|
c7e88d49f1
|
Merge
|
7 years ago |
Ramón Tomás
|
d9d26bebd9
|
Adapt test cases to new order flow
Create new service test cases
|
7 years ago |
Christian Arenas
|
cceca92cf9
|
Remove PaymentIntegrationEventService and remove integration command to integration event
|
7 years ago |
Christian Arenas
|
511bc05cb4
|
Remove SagaManagerIntegrationEventService frrom SagaManager and remove GracePeriod from dockercompose
|
7 years ago |
Eduard Tomas
|
540f64d848
|
Merge branch 'containers-on-80' into dev
|
7 years ago |
Christian Arenas
|
9b449461f2
|
naming changes
|
7 years ago |
Christian Arenas
|
451a56ed2f
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# src/Services/SagaManager/SagaManager/Program.cs
|
7 years ago |
Christian Arenas
|
8b80eeae52
|
minor changes
|
7 years ago |
Christian Arenas
|
587de20d85
|
revert the last changes
|
7 years ago |
Christian Arenas
|
3556a5d126
|
Change SaveEntitiesAsync to SaveChangesAsync
|
7 years ago |
Christian Arenas
|
aaa821bb49
|
Modify payment DI
|
7 years ago |
Christian Arenas
|
12dd8acef9
|
add rabbitmq dependency in Payment.api container and IPaymentIntegrationEventService DI
|
7 years ago |
Ramón Tomás
|
d043e10439
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
|
7 years ago |
Ramón Tomás
|
bc1c3761c2
|
Change Xamarin app to call basket for order checkout
|
7 years ago |
Christian Arenas
|
d59ee8e817
|
SaveChangesAsync() from Integration events
|
7 years ago |
Christian Arenas
|
a5b0fd31cb
|
Get ChildItems
|
7 years ago |
Christian Arenas
|
4cd594bebc
|
Declare PayOrderCommandMsg class DI
|
7 years ago |
Christian Arenas
|
a757bb58f0
|
Add stockunit to products in CatalogContextSeed
|
7 years ago |
Christian Arenas
|
098000573a
|
Change property name
|
7 years ago |
Ramón Tomás
|
e3f438882b
|
Modify k8s deployment script to support CD/CI deployment
Create documentation
|
7 years ago |
Christian Arenas
|
ca56f6378e
|
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
|
7 years ago |
Christian Arenas
|
94ee95f32b
|
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
|
7 years ago |
Christian Arenas
|
20cd4003f9
|
Add SetCancelledStatus method
|
7 years ago |
Christian Arenas
|
55bd3bf0d0
|
remove CheckValidSagaId replicated method
|
7 years ago |
Christian Arenas
|
1d832a62ee
|
Add OrderingDomainException when the order doesn't exist with id orderId
|
7 years ago |
Ramón Tomás
|
d3d88def2e
|
Update order saga cancel and ship commands
|
7 years ago |
Ramón Tomás
|
90daff2f29
|
Merge
|
7 years ago |
Ramón Tomás
|
b2b01bae06
|
Change SPA app to call basket for order checkout
|
7 years ago |
Christian Arenas
|
985428b535
|
Fix bad namespace from CommandHandler
|
7 years ago |
Christian Arenas
|
c89cc06f94
|
Add new methods to order aggregate root and modify saga process
|
7 years ago |
Christian Arenas
|
7f23ef168e
|
Change to Task.Delay
|
7 years ago |
Christian Arenas
|
c3ec745e05
|
Add Integration Events and Pay Order Command msg handler
|
7 years ago |
Christian Arenas
|
bd9725545b
|
Adding Integration Event handlers to ordering Api
|
7 years ago |
Christian Arenas
|
ea5c65b4f8
|
Add OrderStockConfirmed and ProductPriceChanged IntegrationEvent
|
7 years ago |