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
|
3ef2aeff9a
|
Fix issue after merge
|
2017-03-28 16:37:48 +02:00 |
|
Ramón Tomás
|
fd0a30d62a
|
Merge from Dev
|
2017-03-28 16:37:36 +02:00 |
|
Ramón Tomás
|
e08fe895a3
|
Added MVC and SPA Apps to healthChecker
Added styles to view
|
2017-03-28 16:16:01 +02:00 |
|
Ramón Tomás
|
2119ae19bd
|
Fix startup after merge
|
2017-03-27 15:24:29 +02:00 |
|
Ramón Tomás
|
a14b7e580f
|
Merge from Dev
|
2017-03-27 15:00:46 +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 |
|
dsanz
|
d8d1e5a8b2
|
Remove unused code
|
2017-03-27 11:55:54 +02:00 |
|
dsanz
|
395768d574
|
Merge branch 'dev' into IntegrationEventLogService-refactor
# Conflicts:
# src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs
# src/Services/Catalog/Catalog.API/Startup.cs
|
2017-03-27 10:18:41 +02:00 |
|
Cesar De la Torre
|
0d78461a08
|
Implemented EF Core DB connections resiliency with explicit retries and execution strategy when using multiple DbContexts
|
2017-03-26 18:00:04 -07:00 |
|
Cesar De la Torre
|
c07665aef6
|
Renamed from EditProduct to UpdateProduct, also its HTTP Route, etc.
|
2017-03-25 15:50:26 -07: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 |
|
Eduard Tomas
|
5b9b92397d
|
Updates to dockerfile / docker-compose for windows containers
|
2017-03-24 13:15:40 +01:00 |
|
dsanz
|
0372fada82
|
IntegrationEventLogService refactoring
|
2017-03-24 12:37:44 +01:00 |
|
Eduard Tomas
|
45499808b9
|
Merge remote-tracking branch 'origin/windows-containers-test' into dev
|
2017-03-24 09:35:57 +01:00 |
|
Eduard Tomas
|
561ba3b1ec
|
1st version of healthcheck & webstatus
|
2017-03-23 19:10:55 +01:00 |
|
dsanz
|
6e4d9461de
|
Add shared scope transaction between updating catalog product priceand store ProductPriceChangedIntegrationEvent. Added service to encapsulate logic for storage of integration event logs.
|
2017-03-23 13:24:17 +01:00 |
|
dsanz
|
7a63490558
|
Add the sql implementation for the storage of Integration events.
|
2017-03-22 16:10:46 +01:00 |
|
dsanz
|
696610ed36
|
Fix #129 Post_update_product_price_and_catalog_and_basket_list_modified test failing
|
2017-03-22 09:57:08 +01:00 |
|
dsanz
|
8a689c45f2
|
Add Delete and Create actions to the CatalogController.
|
2017-03-21 13:10:40 +01:00 |
|
Ramón Tomás
|
8a054ed349
|
Removed the catch with retry logic from CatalogContextSeed and create a retry loop at startup for db availability
|
2017-03-20 15:37:31 +01:00 |
|
etomas
|
3ec61e0df6
|
Tried patch proposed by Sandeep Bansal
|
2017-03-18 11:13:20 +01:00 |
|
Ramón Tomás
|
bbc1481979
|
Removed event file from catalog api csproj
|
2017-03-17 13:20:52 +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 |
|
Cesar De la Torre
|
6f6f09e11e
|
Minor refactoring on the Event Bus IntegrationEventLog
|
2017-03-16 15:54:01 -07:00 |
|
dsanz
|
33335eb230
|
Change in integration event publication fow as agreed. Flow is 1- start transaction 2- modify catalog iin db 3- add event to db 4- close transaction 5- publish event 6- update event state in db
|
2017-03-16 16:08:55 +01: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 |
|
dsanz
|
faf4ada8ac
|
Fix unit tests
|
2017-03-15 15:32:13 +01:00 |
|
DESKTOP-V1VLQ15\dsanz
|
f1ffb95abf
|
Merge branch 'dev' into integration-events-rmq
# Conflicts:
# docker-compose.override.yml
# eShopOnContainers-ServicesAndWebApps.sln
|
2017-03-14 11:50:28 +01:00 |
|
dsanz
|
254d479582
|
Renaming.
|
2017-03-14 09:54:30 +01:00 |
|
dsanz
|
f502c2388f
|
Add persistence of published integration events for Catalog (the only microservice publishing integration events by the moment).
|
2017-03-14 09:47:36 +01:00 |
|
dsanz
|
172367d9d1
|
Connect to the rabbitmq container using settings.
|
2017-03-13 11:03:35 +01:00 |
|
dsanz
|
4d1269b8f2
|
Add handler logic for basket repository. Add Post to CatalogController (only for price update).
|
2017-03-10 18:34:58 +01:00 |
|
dsanz
|
5b38a49f11
|
Add Basket handler and subscription to events. Change in EventBus to use broker and one message queue per microservice http://www.rabbitmq.com/tutorials/tutorial-four-dotnet.html
|
2017-03-10 13:17:16 +01:00 |
|
Cesar De la Torre
|
3e795ac3ce
|
Revert "Revert "Removes Docker profile from launchSettings.json""
|
2017-03-09 12:50:41 -08:00 |
|
Cesar De la Torre
|
ee13198242
|
Revert "Removes Docker profile from launchSettings.json"
|
2017-03-09 11:59:29 -08:00 |
|
David Zhao (DEVDIV)
|
9edf68ba11
|
Removes Docker profile from launchSettings.json
|
2017-03-09 10:27:33 -08:00 |
|
dsanz
|
18a402044e
|
Add basic first implementation of Event bus with rabbitMQ
|
2017-03-09 15:56:34 +01:00 |
|
etomas
|
c38e078265
|
Deleting windows container files as they are not still supported
|
2017-03-06 15:00:41 +01:00 |
|
Cesar De la Torre
|
9e2500071a
|
Updates at multiple README.MD pointing to the Wiki setup procedures
|
2017-03-05 13:49:25 -08:00 |
|
Cesar De la Torre
|
ba11c78ef9
|
Refactoring Catalog.API controllers and EF config
|
2017-03-04 17:29:36 -08:00 |
|
etomas
|
29473b455f
|
Merge branch 'vs2017'
|
2017-03-03 19:40:55 +01:00 |
|
etomas
|
f9b15481d1
|
Idempotent updates based on requestid
|
2017-03-03 12:03:31 +01:00 |
|
etomas
|
dba93514e8
|
Merge branch 'windows-containers'
|
2017-03-02 15:54:52 +01:00 |
|
etomas
|
32bb724d80
|
Simplifying use of windows containers
|
2017-03-02 15:54:30 +01:00 |
|
etomas
|
77de525916
|
Merge branch 'windows-containers'
|
2017-03-01 12:06:28 +01:00 |
|
etomas
|
faa24c757c
|
Docker files added again
docker-use-platform creates mark file
|
2017-03-01 12:03:37 +01:00 |
|
Charles Lowell
|
3df4f3a206
|
Configure service URLs via environment variables
|
2017-02-28 14:54:21 -08:00 |
|
Steve Smith
|
a1f4082ee3
|
Minor copy updates
Added rename TODO suggestion for CatalogSettings
|
2017-02-26 13:44:07 -05:00 |
|