eiximenis
|
89fb5d6fc3
|
Solves issue #611
|
6 years ago |
Ramón Tomás
|
25c752c61a
|
Added SignalR Hub service to k8s
|
6 years ago |
Ramón Tomás
|
08e8a4ba26
|
Added signalr client service to SPA app
|
6 years ago |
Ramón Tomás
|
f1f17798da
|
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
|
6 years ago |
Eduard Tomàs
|
2a81a080ba
|
Moved Create Order from MVC logic client to Purchase logic.
|
7 years ago |
Ramón Tomás
|
b7f6ead00d
|
Updated MediatR to v4 in unit tests
|
7 years ago |
Cesar De la Torre
|
ebf9822af3
|
Refactored code related to Idempotent CommandHandlers
|
7 years ago |
Bradley Grainger
|
7afe822e16
|
Fix incorrect return type.
The interface's methods were changed in 5e13467315 .
|
7 years ago |
Ramón Tomás
|
f671cc692b
|
Fix Unit, Integration and Functional Tests
|
7 years ago |
Ramón Tomás
|
b84498d8ec
|
Clean commented tests
|
7 years ago |
Ramón Tomás
|
8d3041363a
|
Clean commented tests
|
7 years ago |
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
|
ec07a68751
|
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 |
Ramón Tomás
|
afc247da67
|
Change SPA app to call basket for order checkout
|
7 years ago |
Ramón Tomás
|
b2b01bae06
|
Change SPA app to call basket for order checkout
|
7 years ago |
Christian Arenas
|
1cdb541f30
|
Fix some test changes
|
7 years ago |
Christian Arenas
|
b05f019a72
|
Fix some test changes
|
7 years ago |
Ramón Tomás
|
f79806e899
|
Created Ship order process in WebMVC app
Create Ship order command and handler in Ordering.api
Create Order management page in WebMVC app
|
7 years ago |
Ramón Tomás
|
e104da9f85
|
Created Ship order process in WebMVC app
Create Ship order command and handler in Ordering.api
Create Order management page in WebMVC app
|
7 years ago |
Ramón Tomás
|
e4c8462f2b
|
Fix merge
|
7 years ago |
Ramón Tomás
|
a4124d7780
|
Fix merge
|
7 years ago |
Ramón Tomás
|
21fe9b7be4
|
Create checkout call in webmvc
Created Cancel call in webmvc
|
7 years ago |
Ramón Tomás
|
9e00dceeb1
|
Create checkout call in webmvc
Created Cancel call in webmvc
|
7 years ago |
Ramón Tomás
|
b8f01a9199
|
Fix failing tests
|
7 years ago |
Ramón Tomás
|
7d23bc736b
|
Fix failing tests
|
7 years ago |
Christian Arenas
|
c5cca8f320
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
|
7 years ago |
Christian Arenas
|
8d09abbb75
|
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
|
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 |
Bill Wagner
|
e813332890
|
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
|
69d7399eec
|
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 |
Cesar De la Torre
|
ee787dcaad
|
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 |
Bill Wagner
|
077868e51d
|
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 |
Unai Zorrilla Castro
|
c33513303d
|
Review on 17/04/2017
|
7 years ago |
dsanz
|
cea9600227
|
Refactoring of idempotent elements and logic.
|
7 years ago |
Danny Chen
|
260df610b7
|
use non generic repository interface
|
7 years ago |
dsanz
|
faf4ada8ac
|
Fix unit tests
|
8 years ago |
Ramón Tomás
|
c8f0776f1f
|
Added domain events in Ordering Api
|
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 |
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 |