45 Commits

Author SHA1 Message Date
Cesar De la Torre
c7e317413e Refactoring Domain Events 2017-03-17 18:36:34 -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
b9c1778d9d Refactoring Domain Events so it is clear and differenciated versus Integration Events 2017-03-16 18:52:02 -07:00
dsanz
faf4ada8ac Fix unit tests 2017-03-15 15:32:13 +01:00
dsanz
f12f0c4ffa Fix merge issue 2017-03-15 15:18:06 +01:00
Ramón Tomás
dbb4be8e47 Update ordering scenarios 2017-03-14 19:05:22 +01:00
Ramón Tomás
1e47a3378f Merge domain events to DEV 2017-03-14 19:04:59 +01:00
Ramón Tomás
9669d433a6 Added unit tests for entity domain events 2017-03-14 18:58:27 +01:00
Ramón Tomás
c8f0776f1f Added domain events in Ordering Api 2017-03-14 18:02:28 +01:00
DESKTOP-V1VLQ15\dsanz
8a9492e573 Add catalog test. 2017-03-14 16:52:33 +01:00
DESKTOP-V1VLQ15\dsanz
f6b2335518 Fix issue with tests and Authorize attribute 2017-03-14 14:15:34 +01:00
dsanz
74ab90cff2 Add functional tests project and ordering intial tests 2017-03-07 13:46:27 +01:00
dsanz
12a734380c Fix integration tests 2017-03-06 17:54:16 +01:00
dsanz
e2187167ba Add project for functional tests 2017-03-06 17:00:00 +01:00
dsanz
8e30659ed2 Tests folder renaming 2017-03-06 16:39:47 +01:00
dsanz
1dd1ccf80b Rename of the functional tests to integration 2017-03-06 16:29:24 +01:00
dsanz
52bddc51a2 Update integration tests to work with authentication in the Order.Api 2017-03-06 16:06:32 +01:00
dsanz
0fc35d7b4e Add missing config file for ordering integration tests 2017-03-06 11:59:59 +01:00
dsanz
1e4513b5c9 Fix unit test. 2017-03-06 11:31:02 +01:00
Ramón Tomás
31e585994b Merge branch 'master' of https://github.com/dotnet/eShopOnContainers 2017-03-06 09:47:01 +01:00
glennc
4aafa813f5 a couple of quick changes to allow building in the docker-compose.ci.build.yml 2017-03-05 19:55:46 -08:00
Ramón Tomás
4e53f205b9 Added unitary test cases 2017-03-05 23:19:36 +01:00
Ramón Tomás
e7ec7260bb Added ordering unit tests 2017-03-03 17:51:32 +01:00
etomas
67ab1159df Immutable commands - wip 2017-02-27 17:52:14 +01:00
Cesar De la Torre
bfe2139a09 Refactoring so we enforce to have a Repository only per Aggregate 2017-02-26 20:32:34 -08:00
etomas
af14d37378 Projects migrated to vs2017 csproj format 2017-02-14 16:23:26 +01:00
CESARDL
8325ddbd30 Refactored: From Buyer.FullName to Buyer.IdentityGuid.
Also similar changes at the CreateOrderCommand
Plus an update to the README.md for GitHub
2017-02-07 23:03:35 -08:00
Unai Zorrilla Castro
9d2d152c2d Improve ordering int order to solve feedback 2017-01-25 17:10:08 +01:00
CESARDELATORRE
2babf6e4fe Added field "Alias" to PaymentMethod and created EF migration for that
Refactoring related to OrderCommand (instead NewOrderCommand)
Refactoring in Buyer.IdentityGuid instead of fullname variables..
2017-01-18 16:51:44 -08:00
Carlos Cañizares Estévez
9ffc8fa101 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-29 11:15:49 +01:00
Carlos Cañizares Estévez
f7ed13bad4 SPA: delete basket when order created 2016-12-29 11:15:44 +01:00
Unai Zorrilla Castro
3c277a49de Modify AsyncRequestNames, include UnitTest project, remove unused application ordering layer 2016-12-29 11:04:55 +01:00
Unai Zorrilla Castro
099cd1b350 Modify AsyncRequestNames, include UnitTest project, remove unused application ordering layer 2016-12-29 11:03:03 +01:00
Carlos Cañizares Estévez
4ae905b13c SPA: fixes in some components 2016-12-28 14:47:51 +01:00
Carlos Cañizares Estévez
ac146f4475 Added Unit Test Project for services 2016-12-22 13:20:12 +01:00
Javier Suárez Ruiz
359ed56b75 Fixed Xamarin project package restore error 2016-12-20 10:47:45 +01:00
unai
cbd5682ea0 minor refactoring on reviews 2016-12-07 18:59:41 +01:00
Unai
339ea43f49 Added functional Tests for catalog and ordering 2016-11-24 16:26:59 +01:00
Unai
7c497dd88e Merge and resolve conflicts 2016-11-24 15:05:18 +01:00
Unai
1ae4d01f82 More iteration on Ordering Refactoring 2016-11-22 18:40:47 +01:00
Cesar De la Torre
28b4ccb317 Working Ordering microservice on Docker with Docker-compose deployment 2016-09-14 00:44:13 -07:00
Cesar De la Torre
68bcb70fd2 Added OrderItem features and moved queries to the OrderingQueries class 2016-09-13 00:20:46 -07:00
Cesar De la Torre
1ba7087965 Advanced further with Repositories and Dynamic-Queries 2016-09-12 20:28:55 -07:00
Cesar De la Torre
ec6256ef6e More implementation of Ordering microservice with draft EF Core DbContext linked to a SQL LocalDB. Code in WebAPI related to the Context still to be refactored and moved to the Infrastructure.SqlData project. 2016-09-09 17:24:24 -07:00