CESARDL
4708b89457
Partial refactoring about Order and OrderItems.
...
Set the fields to explicit private
Using .ToReadOnly(), but still might need to use List<> instead HashSet<> so we won't need the .ToList() conversion which is "expensive"..
2017-02-02 13:34:44 -08:00
CESARDL
bf5af56d32
Setting ServiceLifetime.Scoped to OrderingContext so it is explicit instead of implicit (by default).
2017-02-01 18:56:28 -08:00
CESARDELATORRE
ae5dff0378
SPA Web Site image updated
2017-02-01 14:00:10 -08:00
CESARDELATORRE
d134dd4dd5
Taken from Remote
2017-02-01 12:04:26 -08:00
etomas
8c6ee1003c
Update to netcore1.1
2017-02-01 13:19:47 +01:00
PLAINCONCEPTS\ccanizares
f1fc4c0552
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-02-01 13:07:15 +01:00
PLAINCONCEPTS\ccanizares
f0be49fa63
fix add-firewall-docker.ps1 problem.
2017-02-01 13:07:08 +01:00
etomas
d9bc8b83c6
sln reference to Identity project updated
2017-01-31 11:32:44 +01:00
PLAINCONCEPTS\ccanizares
1c1f7571e6
- Some minor refactoring (renaming) and make work web clients applications that were 'broken' after refactoring dtos in ordering service in this branch.
...
- Update dockerfile to asp.net 1.1 in ordering
2017-01-30 15:46:43 +01:00
PLAINCONCEPTS\ccanizares
b005118a29
merge identity rename project refactoring branch
2017-01-30 11:40:34 +01:00
PLAINCONCEPTS\ccanizares
c29b783d93
rename identity project
2017-01-30 11:35:16 +01:00
Unai Zorrilla Castro
80f223ec42
fix unsaved file on vs
2017-01-27 11:39:30 +01:00
Unai Zorrilla Castro
607d1ca2fa
Fix query with new model. Add missing properties into migration. Work on github issues
2017-01-27 11:38:23 +01:00
CESARDELATORRE
7ae197da32
Interesting comments about DI and DbContext lifetime scope
2017-01-26 16:23:49 -08:00
CESARDELATORRE
fa6a273a33
Minor refactoring and Unit Test fix
2017-01-26 15:08:51 -08:00
Unai Zorrilla Castro
9d2d152c2d
Improve ordering int order to solve feedback
2017-01-25 17:10:08 +01:00
CESARDELATORRE
92cd474d34
Updated the Architecture/Development on containers and microsrevices Guide/eBook
2017-01-24 17:10:23 -08:00
CESARDELATORRE
36065d6f45
Update (text and images) to the main README.md
2017-01-24 16:54:38 -08:00
CESARDELATORRE
036509a614
Added the Identity Service to the Solution "eShopOnContainers-ServicesAndWebApps", plus minor changes in README.md
2017-01-24 14:02:12 -08:00
CESARDELATORRE
4670a6da89
Refactoring: Moved RepositoryContracts/Interfaces each one to its related Aggregate's folder, so it is clear the "relationship" between Aggregate-Root and Repository Contract/Interface
2017-01-23 09:30:19 -08:00
CESARDELATORRE
a02d99d1ad
Minor change in README global
2017-01-21 10:27:21 -08:00
CESARDELATORRE
e83a70317e
Update to README global
2017-01-20 10:51:33 -08:00
CESARDELATORRE
57fd1e836e
Update to global readme adding info about related Guides/eBooks
2017-01-20 10:47:37 -08:00
CESARDELATORRE
42501a5a0b
Minor refactoring and docs updates
2017-01-19 19:51:28 -08: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
CESARDELATORRE
57ae6ab3be
Refactoring in Ordering Domain Model so it shows a clear AggregateModel and clusters of entities as Aggregates.
...
Also, showing Repository Interfaces as RepositoryContracts.
2017-01-17 18:32:40 -08:00
CESARDELATORRE
d09bffd294
Added Comments TO DO:
2017-01-12 17:09:23 -08:00
PLAINCONCEPTS\ccanizares
e89adb5b30
SPA: Change banner and logo
2017-01-12 16:18:43 +01:00
Javier Suárez Ruiz
7df567088f
Changed Logout redirect Url
2017-01-11 17:29:27 +01:00
Javier Suárez Ruiz
9525024649
Changed Logout callback URL
2017-01-11 15:48:16 +01:00
Javier Suárez Ruiz
2ba5d8a297
Changes in test projects
2017-01-11 13:41:36 +01:00
Javier Suárez Ruiz
b618125a46
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git
2017-01-11 13:31:33 +01:00
Javier Suárez Ruiz
d8a075f760
Changed Xamarin Basket scroll
2017-01-11 13:31:07 +01:00
PLAINCONCEPTS\ccanizares
bddbb52a04
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-01-11 12:23:19 +01:00
PLAINCONCEPTS\ccanizares
cdffaf1ce1
MVC: Add To Cart bug.
...
SPA: Add To Cart 'bug', Update Basket.
2017-01-11 12:23:05 +01:00
CESARDELATORRE
ed4fefd953
Updated README.MD and SPA & MVC app images
2017-01-10 12:46:23 -08:00
Javier Suárez Ruiz
5f32ca1947
Changes un Basket logic to adapt to websites logic
2017-01-10 18:18:41 +01:00
Javier Suárez Ruiz
4d58ee27a9
Fixed local Docker images in Xamarin client
2017-01-10 15:58:21 +01:00
Javier Suárez Ruiz
e89221214a
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git
2017-01-10 15:42:51 +01:00
Javier Suárez Ruiz
3340595b4f
Changed Basket API integration
2017-01-10 15:42:46 +01:00
PLAINCONCEPTS\ccanizares
d8a3b69e50
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-01-10 15:14:11 +01:00
PLAINCONCEPTS\ccanizares
637d709e36
Identity: Issuer fix for Xamarin against docker scenario
2017-01-10 15:14:05 +01:00
Javier Suárez Ruiz
67bfe7ddf9
Changes in Xamarin Client to fox image erro with local Docker
2017-01-10 15:11:47 +01:00
Javier Suárez Ruiz
484a7d0d14
Changes in CatalogService
2017-01-10 13:18:29 +01:00
Javier Suárez Ruiz
5a81d4295c
Added local IPService to Xamarin Apps
2017-01-10 13:00:17 +01:00
Javier Suárez Ruiz
f2bd7e4cb6
Recover Settings access inside Xamarin App
2017-01-10 12:28:14 +01:00
Javier Suárez Ruiz
f696ea6f5a
Updated Settings
2017-01-10 12:01:59 +01:00
Javier Suárez Ruiz
e13f93aef6
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git
2017-01-10 11:54:30 +01:00
Javier Suárez Ruiz
e4589b5be2
Changed Register port into Xamarin App
2017-01-10 11:54:25 +01:00
PLAINCONCEPTS\ccanizares
afc5dffc2a
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
2017-01-10 11:37:43 +01:00