igorsych
|
9e75504690
|
Newtonsoft.Json and MediatR with fixes of all based on MediatR classes
also from csproj files excluded direct specification of runtime to make compile happy if on a system we have higher version.
|
7 years ago |
igorsych
|
85b61a2bfd
|
Test packages update to the latest version
Redis and RabbitMQ also updated
Identity server changes reflectiong ac59db6e16 commit
|
7 years ago |
Ramón Tomás
|
b8f01a9199
|
Fix failing tests
|
7 years ago |
Bill Wagner
|
d97ae6d6ae
|
Fix API signatures for collections
The methods that return collections should return
Task<IEnumerable<dynamic>> not Task<dynamic>
|
7 years ago |
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.
|
7 years ago |
Cesar De la Torre
|
ed7970802a
|
Revert "Fix API signatures for collections"
|
7 years ago |
Bill Wagner
|
995cc890ff
|
Fix API signatures for collections
The methods that return collections should return
Task<IEnumerable<dynamic>> not Task<dynamic>
|
7 years ago |
Unai Zorrilla Castro
|
4ef6b63913
|
Review on 17/04/2017
|
7 years ago |
dsanz
|
396ba60b72
|
Fix integration tests
|
7 years ago |
dsanz
|
237c5424d8
|
Modify tests to use different settings for each microsevice
|
7 years ago |
dsanz
|
e4474127f9
|
Fix tests.
|
7 years ago |
dsanz
|
cea9600227
|
Refactoring of idempotent elements and logic.
|
7 years ago |
dsanz
|
f974d5ea86
|
Fix test after changes in Catalog Controller
|
7 years ago |
Cesar De la Torre
|
c07665aef6
|
Renamed from EditProduct to UpdateProduct, also its HTTP Route, etc.
|
7 years ago |
dsanz
|
8c57048c3c
|
Add idempotent for the client header in tests
|
7 years ago |
dsanz
|
f25f56cc2c
|
Fix test
|
7 years ago |
dsanz
|
5d8628c9e2
|
Fix test that was failing sporadically.
|
7 years ago |
dsanz
|
696610ed36
|
Fix #129 Post_update_product_price_and_catalog_and_basket_list_modified test failing
|
7 years ago |
dsanz
|
de8aded2b0
|
Fix #61 Async suffix for namig convention.
|
7 years ago |
Danny Chen
|
260df610b7
|
use non generic repository interface
|
7 years ago |
Cesar De la Torre
|
c7e317413e
|
Refactoring Domain Events
|
8 years ago |
dsanz
|
e996593d32
|
Add functional test for integration events. Implement IDisposable for EventBusRabbitMQ.
|
8 years ago |
Cesar De la Torre
|
b9c1778d9d
|
Refactoring Domain Events so it is clear and differenciated versus Integration Events
|
8 years ago |
dsanz
|
faf4ada8ac
|
Fix unit tests
|
8 years ago |
dsanz
|
f12f0c4ffa
|
Fix merge issue
|
8 years ago |
Ramón Tomás
|
dbb4be8e47
|
Update ordering scenarios
|
8 years ago |
Ramón Tomás
|
9669d433a6
|
Added unit tests for entity domain events
|
8 years ago |
Ramón Tomás
|
c8f0776f1f
|
Added domain events in Ordering Api
|
8 years ago |
DESKTOP-V1VLQ15\dsanz
|
8a9492e573
|
Add catalog test.
|
8 years ago |
DESKTOP-V1VLQ15\dsanz
|
f6b2335518
|
Fix issue with tests and Authorize attribute
|
8 years ago |
dsanz
|
74ab90cff2
|
Add functional tests project and ordering intial tests
|
8 years ago |
dsanz
|
12a734380c
|
Fix integration tests
|
8 years ago |
dsanz
|
e2187167ba
|
Add project for functional tests
|
8 years ago |
dsanz
|
8e30659ed2
|
Tests folder renaming
|
8 years ago |
dsanz
|
1dd1ccf80b
|
Rename of the functional tests to integration
|
8 years ago |
dsanz
|
52bddc51a2
|
Update integration tests to work with authentication in the Order.Api
|
8 years ago |
dsanz
|
0fc35d7b4e
|
Add missing config file for ordering integration tests
|
8 years ago |
dsanz
|
1e4513b5c9
|
Fix unit test.
|
8 years ago |
glennc
|
4aafa813f5
|
a couple of quick changes to allow building in the docker-compose.ci.build.yml
|
8 years ago |
Ramón Tomás
|
4e53f205b9
|
Added unitary test cases
|
8 years ago |
Ramón Tomás
|
e7ec7260bb
|
Added ordering unit tests
|
8 years ago |
etomas
|
67ab1159df
|
Immutable commands - wip
|
8 years ago |
Cesar De la Torre
|
bfe2139a09
|
Refactoring so we enforce to have a Repository only per Aggregate
|
8 years ago |
etomas
|
af14d37378
|
Projects migrated to vs2017 csproj format
|
8 years ago |
CESARDL
|
8325ddbd30
|
Refactored: From Buyer.FullName to Buyer.IdentityGuid.
Also similar changes at the CreateOrderCommand
Plus an update to the README.md for GitHub
|
8 years ago |
PLAINCONCEPTS\ccanizares
|
c29b783d93
|
rename identity project
|
8 years ago |
CESARDELATORRE
|
fa6a273a33
|
Minor refactoring and Unit Test fix
|
8 years ago |
Unai Zorrilla Castro
|
9d2d152c2d
|
Improve ordering int order to solve feedback
|
8 years ago |
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..
|
8 years ago |
Carlos Cañizares Estévez
|
f7ed13bad4
|
SPA: delete basket when order created
|
8 years ago |