Miguel Veloso
|
dfc680e152
|
Fix naming inconsistency
|
2019-02-21 18:32:57 +00:00 |
|
Miguel Veloso
|
12148c9723
|
Refactor LogContext for IntegrationEvent Handlers to include AppName
|
2019-02-21 15:51:37 +00:00 |
|
Miguel Veloso
|
2158938dda
|
Fix IntegrationEventIdContext logging property name
|
2019-02-18 22:35:00 +00:00 |
|
Miguel Veloso
|
122fab5108
|
Add LogContext to IntegrationEventHandlers
|
2019-02-18 19:33:04 +00:00 |
|
Miguel Veloso
|
423066a822
|
Add log traces for integration event handling
|
2019-02-06 18:53:30 +00:00 |
|
Miguel Veloso
|
3a22e2f35b
|
Add Seq as sink and some integration event traces
|
2019-01-31 13:33:36 +00:00 |
|
Ramón Tomás
|
f1f17798da
|
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
|
2018-04-13 13:45:21 +02:00 |
|
Robert Raboud
|
8ef122fea2
|
Converted tabs to spaces
|
2018-02-27 15:05:41 -05:00 |
|
Robert Raboud
|
8ce8560214
|
parse issue
|
2018-02-01 14:37:11 -05:00 |
|
RamonTC
|
d0e9cc58a9
|
Merge pull request #311 from egorikas/dev
Fix "DRY up RedisBasketRepository"
|
2017-10-13 16:41:37 +02:00 |
|
Egor Grishechko
|
62ea7064c2
|
Fix "DRY up RedisBasketRepository"
https://github.com/dotnet-architecture/eShopOnContainers/issues/62
|
2017-09-02 20:02:55 +03:00 |
|
Unai Zorrilla Castro
|
4e37f0df27
|
Migrate Building Blocks to .NETStandard2.0 and .NETCoreApp2.0. Fix packages references. Update Basket.API to new templates on .NETCoreApp2.0
|
2017-08-29 10:20:13 +02:00 |
|
Ramón Tomás
|
6c9d2cdb31
|
Adapt test cases to new order flow
Create new service test cases
|
2017-05-18 08:40:35 +02:00 |
|
Ramón Tomás
|
21fe9b7be4
|
Create checkout call in webmvc
Created Cancel call in webmvc
|
2017-05-11 11:51:13 +02:00 |
|
Eduard Tomas
|
bfe86c1cba
|
Refactor to event bus to support dynamic subscriptions to events
Checkout HTTP entrypoint in Basket API
|
2017-05-03 16:34:41 +02:00 |
|
Unai Zorrilla Castro
|
4ef6b63913
|
Review on 17/04/2017
|
2017-04-17 12:28:12 +02:00 |
|
Ramón Tomás
|
d9c004a92d
|
Added integration event for cleaning basket when order is created
|
2017-03-31 10:30:56 +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 |
|
Cesar De la Torre
|
313976da80
|
Fixed bugs related to the Product Update and PriceChangedIntegrationEvent. It was updating only when the price was changing... additional refactoring performed, too.
|
2017-03-25 14:47:23 -07:00 |
|
dsanz
|
a0da160a77
|
Merge from origin/dev to dev
|
2017-03-17 16:11:58 +01:00 |
|
dsanz
|
e996593d32
|
Add functional test for integration events. Implement IDisposable for EventBusRabbitMQ.
|
2017-03-17 15:57:57 +01:00 |
|
Cesar De la Torre
|
5a374e97b5
|
Refactoring Integration Events so they cannot be confused with Domain Events
|
2017-03-16 18:59:20 -07:00 |
|
dsanz
|
c8df9a232a
|
Refactoring integration events: move event bus implementation to building block projects.
|
2017-03-16 13:30:01 +01:00 |
|
Cesar De la Torre
|
8423c8bb63
|
Larger Refactoring of IntegrationEvents
|
2017-03-15 18:42:47 -07:00 |
|