42 Commits

Author SHA1 Message Date
Miguel Veloso
62a40c3109 Fixed dummy basket data so CreateOrderCommand created from it passes validations. 2018-03-01 23:15:25 +00:00
Ramón Tomás
e9a89ae553 Fixed issue #403
Fixed issue #419
2017-12-11 16:25:00 +01:00
Bradley Grainger
f42c32c63b Fix xUnit warnings. 2017-11-03 12:22:42 -07:00
Ramón Tomás
f671cc692b Fix Unit, Integration and Functional Tests 2017-10-20 15:29:50 +02: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
Ramón Tomás
c9ff332b84 Fix merging duplicated ConfigureAuth method 2017-08-30 08:59:39 +02:00
Ramón Tomás
9ed7325e0e Downgrade Identity.api version due to compatibility issues
Updated Test project version
Fix issue Idsrv token
2017-08-29 18:11:30 +02:00
Christian Arenas
4e9524c9b0 Add new basket api url to test 2017-07-12 12:41:50 +02:00
Christian Arenas
ddcb665bcd Edit the test assert 2017-06-28 18:06:16 +02:00
Christian Arenas
6a0001b9c6 Add new LoadTest project, add new Catalog integration test and add new webMVC load test 2017-06-28 17:59:59 +02:00
Christian Arenas
e80c5efdd3 Add details view and add marketing scope in mvc project and identity config 2017-06-16 01:20:03 +02:00
Christian Arenas
46db196633 Remove url from test 2017-06-15 19:23:33 +02:00
Christian Arenas
b3e5362865 Merge branch 'feature/marketing-read-model-data' into marketingcampaign
# Conflicts:
#	src/Services/Location/Locations.API/Model/Locations.cs
2017-06-14 16:26:28 +02:00
Christian Arenas
4ba9d66423 Add new environment variables values to appsettings 2017-06-14 16:21:46 +02:00
Christian Arenas
486ba1872a Modify marketing functional test 2017-06-13 18:00:09 +02:00
Christian Arenas
794d366053 Merge branch 'feature/marketing-read-model-data' into marketingcampaign
# Conflicts:
#	src/Services/Location/Locations.API/Infrastructure/Services/LocationsService.cs
#	src/Services/Location/Locations.API/Model/UserLocation.cs
2017-06-13 17:38:07 +02:00
Ramón Tomás
9bf5670020 Created Marketing read data model 2017-06-13 17:31:37 +02:00
Christian Arenas
e5a59a1bdf Merge branch 'feature/track-user-location-mongodb' into dev
# Conflicts:
#	src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs
2017-06-13 11:26:47 +02:00
Christian Arenas
06f978bc97 Modify test. UserId is a Guid type 2017-06-12 20:18:11 +02:00
Ramón Tomás
4be61abdde Merge new creation ordering workflow 2017-06-12 13:52:23 +02:00
Ramón Tomás
0337932697 Merge locations feature branch 2017-06-09 12:43:46 +02:00
Ramón Tomás
ea6084db28 Added location.api integration tests 2017-06-09 12:16:57 +02:00
Ramón Tomás
05bd964f2b Adapt Locations.api to nosql db 2017-06-08 17:33:55 +02:00
Christian Arenas
6ff6864f91 Edit the integration test 2017-06-06 14:19:01 +02:00
Christian Arenas
ea8d893d4e change the FakeCampaignDto private object to an GetFakeCampaignDto funtion 2017-06-05 19:36:09 +02:00
Christian Arenas
3e47c840d5 Add integration test 2017-06-02 16:33:01 +02:00
Ramón Tomás
bae10b07b8 Created UserLocationModel
Map Position to Locations APi
Update current user location
2017-06-01 20:16:19 +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
afc247da67 Change SPA app to call basket for order checkout 2017-05-16 09:23:35 +02:00
Ramón Tomás
e4c8462f2b Fix merge 2017-05-11 16:33:11 +02:00
Ramón Tomás
b8f01a9199 Fix failing tests 2017-05-10 11:26:45 +02:00
Cesar De la Torre
4b1467a7b9 Fixing the CreateOrderCommand so it is 100% immutable. It shouldn't have the AddOrderItem() method. In any case, it was not really used but in the tets, since this Command is serialized in the client side, then deserialized in the service level. 2017-05-02 17:42:59 -07:00
dsanz
396ba60b72 Fix integration tests 2017-04-07 17:19:25 +02:00
dsanz
237c5424d8 Modify tests to use different settings for each microsevice 2017-04-07 16:12:58 +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
8c57048c3c Add idempotent for the client header in tests 2017-03-24 15:21:17 +01:00
dsanz
de8aded2b0 Fix #61 Async suffix for namig convention. 2017-03-20 16:12:11 +01:00
dsanz
f12f0c4ffa Fix merge issue 2017-03-15 15:18:06 +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
8e30659ed2 Tests folder renaming 2017-03-06 16:39:47 +01:00