7b9d14fe2
Minor refactoring in LogDecorator by
2017-02-21 12:17:16 -0800
bb5d48735
(refs/pull/50/head)
update build script for Mac by
2017-02-15 10:44:59 -0500
2f5421478
Home README updates by
2017-02-20 16:43:29 -0800
50e7a7a38
Updates in README.md by
2017-02-20 16:40:36 -0800
b7d91a6e3
Folder to place the WebMonolithic app into by
2017-02-17 13:22:51 -0800
b9d35c838
Merge branch 'vs2017' of https://github.com/dotnet/eShopOnContainers into vs2017 by
2017-02-17 12:51:02 -0800
20523925e
SPA now works succesfully. Solves #47 by
2017-02-17 13:26:42 +0100
439ec70ed
Better way to include the images/pictures in the bits/image: <None Update="Pics\*"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> by
2017-02-16 16:30:46 -0800
dc1a24572
Cleaning the old build-image.ps1 files up as the Docker Images are build now with docker-compose build/up and the PowerShell Scrip "build-bits.ps1" just needs to build the .NET and SPA bits and publish it into each pub directory per project. by
2017-02-16 13:59:40 -0800
bf6e696cc
Fix: Manual update to .CSPROJ file XML as VS 2017 was throwing an error when trying to go to the pics folder properties to include it in the output directoy. Added: <None Update="Pics"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </None> by
2017-02-16 13:22:42 -0800
fafaf42c6
Minor change in Catalog.API by
2017-02-16 12:37:09 -0800
8e58cd5cb
New .PDF version by
2017-02-16 12:32:31 -0800
9ccf7f11c
Changes for CLI compatibility and New .PDF version by
2017-02-16 12:31:53 -0800
2576c695a
Raising number of Retries With Exponential Backoff so slower machines don't get a "maxNumber of retries reached" exception.. by
2017-02-16 11:16:47 -0800
bd3113243
(refs/pull/49/merge)
Merge c780eea876
into 7521e7434d
by
2017-02-16 16:57:58 +0000
c780eea87
(refs/pull/49/head)
Add execute permissions on macOS by
2017-02-16 08:55:52 -0500
4e2583477
script working for SPA by
2017-02-15 23:10:56 -0500
ffeabf8f6
update build-images for Mac by
2017-02-15 10:44:59 -0500
68ad1895c
Fixed bug https://github.com/dotnet/eShopOnContainers/issues/45 with Retry with Exponential Backoff by
2017-02-15 23:12:37 -0800
e859d61a6
Fixed the bug in the Add-Firewall-Rules Script. Weird that it had the IPs in the wrong place.. by
2017-02-15 21:39:31 -0800
422cad9f3
UPdates in README.MD for Firewall rule screenshot and better highlighted plus other minor changes by
2017-02-15 21:19:48 -0800
8ca6c0d5a
Minor upgrade to the delete-images.ps1 by
2017-02-15 19:32:21 -0800
aae828379
Marked all our images with eshop/ and added a delete-images.ps1 for eShop images by
2017-02-15 18:55:50 -0800
f68fee651
Improving when deleting eShop images, so if there are no eShop images it doesn't show an error, like it was happening with Charle's version by
2017-02-15 17:58:07 -0800
02a1e78cb
Updated docs to install Node (npm) so can install Bower and Gulp needed for the MVC app, until this is triggered from the .CSPROJ file as we were doing from the PROJECT.JSON in the MVC app by
2017-02-15 17:33:10 -0800
13a762860
Set webmvc project as by default startup project when F5 with Docker in VS 2017 by
2017-02-15 14:39:51 -0800
b215e547f
Merge pull request #41 from chlowell/script-fix by
2017-02-15 08:36:52 +0100
33672d0e7
(refs/pull/41/head)
Update eShopOnContainers.sln by
2017-02-14 13:09:10 -0800
5e544c0ca
Delete only eshop containers and images by
2017-02-13 13:34:25 -0800
8cfa4e7c5
Correct Identity.API path by
2017-02-13 12:58:01 -0800
0cd8ccf54
Install WebSPA's npm dependencies before building by
2017-02-13 12:55:34 -0800
9d7c588fc
Restore Ordering.API dependencies before build by
2017-02-13 12:17:59 -0800
c7e362ac6
Docker files ready for the Visual Studio Docker Tools by
2017-02-14 18:11:51 +0100
af14d3737
Projects migrated to vs2017 csproj format by
2017-02-14 16:23:26 +0100
7521e7434
(tag: vs2015)
Fixing a nullreference exception Also util files to start only "external containers" by
2017-02-14 16:17:30 +0100
decb87e0c
Merge branch 'migration/net11' by
2017-02-14 16:16:42 +0100
e4d02995a
Updated Guide .PDF by
2017-02-13 18:28:12 -0800
834bc46b9
Updated Guide .PDF by
2017-02-13 18:26:58 -0800
46534d568
Minor refactoring by
2017-02-13 14:03:21 -0800
289d15b79
Removed unwanted style for solving #31 by
2017-02-10 16:08:10 +0100
5771f6ddd
Solves error on order detail. Related to #4 by
2017-02-10 12:42:57 +0100
b60ac953d
Solve issue with latest commit commenting code by
2017-02-09 19:33:15 +0100
e991060a5
Set adddress as value object with workaround about Id and Hashkey by
2017-02-08 19:26:05 +0100
7229bcbfa
Updated README and Arch .PDF by
2017-02-08 09:19:26 -0800
8522e4e28
webs updated to netcore1.1 by
2017-02-08 12:05:27 +0100
4e67ed042
Updated the Architecture Guide/eBook by
2017-02-08 00:28:54 -0800
8325ddbd3
Refactored: From Buyer.FullName to Buyer.IdentityGuid. Also similar changes at the CreateOrderCommand Plus an update to the README.md for GitHub by
2017-02-07 23:03:35 -0800
9f80be5ed
Added DDD comments about the CreateOrderCommandHandler by
2017-02-07 16:59:09 -0800
15f2cc7da
Removing pending Configuration registration as Singleton. Solving #9 by
2017-02-07 09:35:21 +0100
d07b98468
Issue #9 - Do not hold the ASP.NET Core Configuration object as Singleton in the IoC container by
2017-02-06 13:53:36 +0100
0a18af14d
Added ValueObject abstract class. Set NoTracking on CatalogItems by
2017-02-06 12:51:56 +0100
963de048e
Refactoring: Using List<>.AsReadOnly() instead of HashSet<>.ToList() that is more expensive. Related to issues: https://github.com/dotnet/eShopOnContainers/issues/29 and by
2017-02-02 17:30:15 -0800
be02c92d9
Missing file rename by
2017-02-02 16:11:31 -0800
795c78662
Renamed IRepository to IAggregateRepository by
2017-02-02 16:10:06 -0800
4708b8945
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".. by
2017-02-02 13:34:44 -0800
bf5af56d3
Setting ServiceLifetime.Scoped to OrderingContext so it is explicit instead of implicit (by default). by
2017-02-01 18:56:28 -0800
ae5dff037
SPA Web Site image updated by
2017-02-01 14:00:10 -0800
d134dd4dd
Taken from Remote by
2017-02-01 12:04:26 -0800
8c6ee1003
Update to netcore1.1 by
2017-02-01 13:19:47 +0100
f1fc4c055
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-02-01 13:07:15 +0100
f0be49fa6
fix add-firewall-docker.ps1 problem. by
2017-02-01 13:07:08 +0100
d9bc8b83c
sln reference to Identity project updated by
2017-01-31 11:32:44 +0100
1c1f7571e
- 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 by
2017-01-30 15:46:43 +0100
b005118a2
merge identity rename project refactoring branch by
2017-01-30 11:40:34 +0100
c29b783d9
rename identity project by
2017-01-30 11:35:16 +0100
80f223ec4
fix unsaved file on vs by
2017-01-27 11:39:30 +0100
607d1ca2f
Fix query with new model. Add missing properties into migration. Work on github issues by
2017-01-27 11:38:23 +0100
7ae197da3
Interesting comments about DI and DbContext lifetime scope by
2017-01-26 16:23:49 -0800
fa6a273a3
Minor refactoring and Unit Test fix by
2017-01-26 15:08:51 -0800
9d2d152c2
Improve ordering int order to solve feedback by
2017-01-25 17:10:08 +0100
92cd474d3
Updated the Architecture/Development on containers and microsrevices Guide/eBook by
2017-01-24 17:10:23 -0800
36065d6f4
Update (text and images) to the main README.md by
2017-01-24 16:54:38 -0800
036509a61
Added the Identity Service to the Solution "eShopOnContainers-ServicesAndWebApps", plus minor changes in README.md by
2017-01-24 14:02:12 -0800
4670a6da8
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 by
2017-01-23 09:30:19 -0800
a02d99d1a
Minor change in README global by
2017-01-21 10:27:21 -0800
e83a70317
Update to README global by
2017-01-20 10:51:33 -0800
57fd1e836
Update to global readme adding info about related Guides/eBooks by
2017-01-20 10:47:37 -0800
42501a5a0
Minor refactoring and docs updates by
2017-01-19 19:51:28 -0800
2babf6e4f
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.. by
2017-01-18 16:51:44 -0800
57ae6ab3b
Refactoring in Ordering Domain Model so it shows a clear AggregateModel and clusters of entities as Aggregates. Also, showing Repository Interfaces as RepositoryContracts. by
2017-01-17 18:32:40 -0800
d09bffd29
Added Comments TO DO: by
2017-01-12 17:09:23 -0800
e89adb5b3
SPA: Change banner and logo by
2017-01-12 16:18:43 +0100
7df567088
Changed Logout redirect Url by
2017-01-11 17:29:27 +0100
952502464
Changed Logout callback URL by
2017-01-11 15:48:16 +0100
2ba5d8a29
Changes in test projects by
2017-01-11 13:41:36 +0100
b618125a4
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git by
2017-01-11 13:31:33 +0100
d8a075f76
Changed Xamarin Basket scroll by
2017-01-11 13:31:07 +0100
bddbb52a0
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-01-11 12:23:19 +0100
cdffaf1ce
MVC: Add To Cart bug. SPA: Add To Cart 'bug', Update Basket. by
2017-01-11 12:23:05 +0100
ed4fefd95
Updated README.MD and SPA & MVC app images by
2017-01-10 12:46:23 -0800
5f32ca194
Changes un Basket logic to adapt to websites logic by
2017-01-10 18:18:41 +0100
4d58ee27a
Fixed local Docker images in Xamarin client by
2017-01-10 15:58:21 +0100
e89221214
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers.git by
2017-01-10 15:42:51 +0100
3340595b4
Changed Basket API integration by
2017-01-10 15:42:46 +0100
d8a3b69e5
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers by
2017-01-10 15:14:11 +0100
637d709e3
Identity: Issuer fix for Xamarin against docker scenario by
2017-01-10 15:14:05 +0100
67bfe7ddf
Changes in Xamarin Client to fox image erro with local Docker by
2017-01-10 15:11:47 +0100
484a7d0d1
Changes in CatalogService by
2017-01-10 13:18:29 +0100
5a81d4295
Added local IPService to Xamarin Apps by
2017-01-10 13:00:17 +0100
f2bd7e4cb
Recover Settings access inside Xamarin App by
2017-01-10 12:28:14 +0100