Ramón Tomás
|
4dff728d11
|
Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
|
7 years ago |
Cesar De la Torre
|
ebf9822af3
|
Refactored code related to Idempotent CommandHandlers
|
7 years ago |
Bradley Grainger
|
c75fba052b
|
Fix unused variable compiler warning.
|
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 |
Igor Sychev
|
e1c93bd05a
|
update to latest packages
|
7 years ago |
Igor Sychev
|
7dfb2db7c3
|
packages update and clean up *.csproj files from useless content
|
7 years ago |
Ramón Tomás
|
05aa265c60
|
Updated aspnetcore.host to v2.0 in testing projects
|
7 years ago |
Ramón Tomás
|
26a4701bf4
|
Fix Account Controller unittest
|
7 years ago |
PLAINCONCEPTS\lruiz
|
3d552b3219
|
Fix bug #263
|
7 years ago |
Ramón Tomás
|
eb4396e659
|
Fix accountcontroller signin unit test
|
7 years ago |
Eduard Tomas
|
d65a112535
|
References updated to preview-2
code adjustements to work with preview-2
|
7 years ago |
Eduard Tomas
|
56902a5549
|
[WIP] Projects & Dockerfile migrated to 2.0
Lots of things to address yet, because nuget packages are still on 1.1
|
7 years ago |
Ramón Tomás
|
41101164fa
|
Persist identity grant store to db
Persist machine Keys to Redis
|
7 years ago |
Ramón Tomás
|
8d0ef809a8
|
Persist identity grant store to db
Persist machine Keys to Redis
|
7 years ago |
Eduard Tomas
|
b42fe3527a
|
Resilience enhancements.
MVC app now waits other containers
|
7 years ago |
Eduard Tomas
|
694253d4e9
|
Resilience enhancements.
MVC app now waits other containers
|
7 years ago |
Christian Arenas
|
1ac1dae9d3
|
Add Marketing.API project
|
7 years ago |
Christian Arenas
|
4dc8b65e8b
|
Add Marketing.API project
|
7 years ago |
Ramón Tomás
|
9d5cde2057
|
#2412-Create Location Microservice
|
7 years ago |
Ramón Tomás
|
83166cde12
|
#2412-Create Location Microservice
|
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 |
igorsych
|
85b61a2bfd
|
Test packages update to the latest version
Redis and RabbitMQ also updated
Identity server changes reflectiong ac59db6e16 commit
|
7 years ago |
igorsych
|
b13fce7043
|
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
|
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 |
Eduard Tomas
|
bfe86c1cba
|
Refactor to event bus to support dynamic subscriptions to events
Checkout HTTP entrypoint in Basket API
|
7 years ago |
Eduard Tomas
|
f297f8b6fc
|
Refactor to event bus to support dynamic subscriptions to events
Checkout HTTP entrypoint in Basket API
|
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 |