Christian Arenas
|
b95bf247cf
|
Change SaveEntitiesAsync to SaveChangesAsync
|
2017-05-16 18:40:34 +02:00 |
|
Ramón Tomás
|
4e79875d26
|
Merge
|
2017-05-16 09:31:45 +02:00 |
|
Ramón Tomás
|
afc247da67
|
Change SPA app to call basket for order checkout
|
2017-05-16 09:23:35 +02:00 |
|
Christian Arenas
|
82fe859584
|
Adding Integration Event handlers to ordering Api
|
2017-05-15 19:14:37 +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 |
|
Ramón Tomás
|
e4c8462f2b
|
Fix merge
|
2017-05-11 16:33:11 +02:00 |
|
Ramón Tomás
|
e64a4fac24
|
Merge
|
2017-05-11 13:59:27 +02:00 |
|
Ramón Tomás
|
f525e9db01
|
Move UserCheckoutAcceptedIntegrationEvent out of the order saga
|
2017-05-11 13:55:40 +02:00 |
|
Eduard Tomas
|
7fc63fe196
|
Messagebus dispatch messages in its own scope
|
2017-05-11 13:44:38 +02:00 |
|
Ramón Tomás
|
9074143577
|
Merge
|
2017-05-11 11:52:31 +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 |
|
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 |
|
Christian Arenas
|
7fe643f06a
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Basket/Basket.API/Controllers/BasketController.cs
# src/Services/Basket/Basket.API/Startup.cs
|
2017-05-08 15:11:31 +02:00 |
|
Christian Arenas
|
af24e35b66
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Basket/Basket.API/Controllers/BasketController.cs
# src/Services/Basket/Basket.API/Startup.cs
|
2017-05-08 15:03:33 +02:00 |
|
Christian Arenas
|
c5cca8f320
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
|
2017-05-08 13:59:59 +02:00 |
|
Christian Arenas
|
04b5577e99
|
Fix some errors
|
2017-05-08 11:32:57 +02:00 |
|
Christian Arenas
|
cde4c3a258
|
Create a SagaManager events
|
2017-05-08 10:48:06 +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 |
|
Eduard Tomas
|
ed641df444
|
Merge branch 'master' into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
|
2017-05-03 12:33:51 +02:00 |
|
Eduard Tomas
|
79f8f1b949
|
EventBus refactor.
Instead to register EventHandlers we register Func<EventHandlers> which solves scope problems (having transient/scoped objects owned by singletons)
|
2017-05-03 10:59:36 +02:00 |
|
Cesar De la Torre
|
6f8cd174c7
|
Refactoring to better terms
|
2017-04-29 21:58:11 -07:00 |
|
Ramón Tomás
|
8a19fad3a5
|
Created Payment.api microservice
|
2017-04-28 15:04:38 +02:00 |
|
Unai Zorrilla Castro
|
44e39a685c
|
Added IRabbitMQPersisterConnection and more resilient work on rabbitmq event bus
|
2017-04-20 10:53:17 +02:00 |
|
Unai Zorrilla Castro
|
4ef6b63913
|
Review on 17/04/2017
|
2017-04-17 12:28:12 +02:00 |
|
Ramón Tomás
|
6803781bf8
|
Merge from Dev
|
2017-04-05 11:12:49 +02:00 |
|
Ramón Tomás
|
3c909ff392
|
Refactor transaction and publishing in integration events
|
2017-04-03 13:13:40 +02:00 |
|
Eduard Tomas
|
202882aa7c
|
Fixed healthcheck errors
|
2017-03-31 12:47:56 +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 |
|
Ramón Tomás
|
fd0a30d62a
|
Merge from Dev
|
2017-03-28 16:37:36 +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 |
|
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 |
|
Eduard Tomas
|
561ba3b1ec
|
1st version of healthcheck & webstatus
|
2017-03-23 19:10:55 +01:00 |
|
etomas
|
9fdb5e6c96
|
FailingMiddleware for Ordering API
|
2017-03-17 16:28:05 +01:00 |
|
dsanz
|
52bddc51a2
|
Update integration tests to work with authentication in the Order.Api
|
2017-03-06 16:06:32 +01:00 |
|
etomas
|
f9b15481d1
|
Idempotent updates based on requestid
|
2017-03-03 12:03:31 +01:00 |
|
Cesar De la Torre
|
87d41be255
|
Added comment on why you can use AddControllersAsServices() at the ConfigureServices()
|
2017-02-26 12:22:38 -08:00 |
|
etomas
|
decb87e0c6
|
Merge branch 'migration/net11'
# Conflicts:
# docs/architecting-and-developing-containerized-and-microservice-based-net-applications-ebook-early-draft.pdf
# src/Services/Ordering/Ordering.API/Startup.cs
|
2017-02-14 16:16:42 +01:00 |
|
unai
|
b60ac953d8
|
Solve issue with latest commit commenting code
|
2017-02-09 19:33:15 +01:00 |
|
unai
|
e991060a51
|
Set adddress as value object with workaround about Id and Hashkey
|
2017-02-08 19:26:05 +01:00 |
|
etomas
|
15f2cc7da1
|
Removing pending Configuration registration as Singleton.
Solving #9
|
2017-02-07 09:35:21 +01:00 |
|
CESARDL
|
bf5af56d32
|
Setting ServiceLifetime.Scoped to OrderingContext so it is explicit instead of implicit (by default).
|
2017-02-01 18:56:28 -08:00 |
|
CESARDELATORRE
|
7ae197da32
|
Interesting comments about DI and DbContext lifetime scope
|
2017-01-26 16:23:49 -08:00 |
|
CESARDELATORRE
|
fa6a273a33
|
Minor refactoring and Unit Test fix
|
2017-01-26 15:08:51 -08:00 |
|
PLAINCONCEPTS\ccanizares
|
2e84154e37
|
SPA: override with compose settings (environment variables) configuration in spa angular settings service.
|
2017-01-10 11:37:36 +01:00 |
|
Carlos Cañizares Estévez
|
ac146f4475
|
Added Unit Test Project for services
|
2016-12-22 13:20:12 +01:00 |
|
Carlos Cañizares Estévez
|
d8a0d9bb66
|
BasketApi: Add authorizationHeader (pass bearer from Swagger Ui to authorize request...).
MVC: Solve some design feedback (filter selector in catalog)
CatalogApi: Move models from infrastructure to Model folder.
|
2016-12-21 11:30:11 +01:00 |
|
Carlos Cañizares Estévez
|
64d3919a80
|
Secure orders api and add bearer token in calls from MVC application to orders api.
|
2016-12-12 10:15:24 +01:00 |
|
Carlos Cañizares Estévez
|
3f21d9c357
|
merge dev into Dev
|
2016-12-09 10:23:17 +01:00 |
|