Eric Fleming
9b7dc2c1ce
Reverting package version
...
- The new version of this package appears to have a bug or no longer compatible with .NET Core 2.2
2019-10-05 13:30:06 -04:00
Eric Fleming
e7b411cb92
Update Microsoft.VS.Web.CodeGeneration.Design
2019-10-04 20:24:24 -04:00
Eric Fleming
4418e36fc5
Updating Microsoft.Web.LibraryManager.Build
2019-10-04 20:23:17 -04:00
Eric Fleming
1ac91c5c8e
Updating Microsoft.CodeAnalysis
2019-10-04 20:22:13 -04:00
Eric Fleming
701e0e6515
Updating Microsoft.net.test.sdk
2019-10-04 20:21:16 -04:00
Eric Fleming
735b5036e8
Updating version of Moq
2019-10-04 20:17:12 -04:00
Eric Fleming
5b498be755
Merge pull request #310 from dotnet-architecture/remove-ssl-from-dockeroverride
...
Removing https from override
2019-09-24 17:02:38 -04:00
Eric Fleming
c163f5e5a6
Removing https from override
...
- There are issues with generating a local cert when trying to run this project from the docker-compose at the moment. Removing the https bits for now until so the docker-compose will work right after cloning the project.
2019-09-24 17:01:32 -04:00
Eric Fleming
42e2149c02
Merge pull request #305 from dotnet-architecture/remove-unused-IIdentityParser
...
Removing unused interface
2019-09-20 20:42:25 -04:00
Eric Fleming
2f1b7fe0db
Removing unused interface
...
Fixes: https://github.com/dotnet-architecture/eShopOnWeb/issues/304
2019-09-20 20:39:12 -04:00
Steve Smith
4127d90b01
Adding docker-compose project ( #302 )
2019-09-11 23:35:13 -04:00
Eric Fleming
0426377955
Merge pull request #301 from dotnet-architecture/update-button-on-empty-basket
...
Update style for when the basket is empty
2019-09-11 21:17:30 -04:00
Eric Fleming
1cf176c107
Update style for when the basket is empty
2019-09-11 21:13:30 -04:00
Eric Fleming
9ce4bcf76f
Merge pull request #300 from ovicrisan/master
...
Allow to remove items from the basket setting quantity to zero
2019-09-11 21:04:29 -04:00
Ovi
70e009bda2
Allow to remove items from the basket setting quantity to zero
2019-09-11 09:16:00 -04:00
Eric Fleming
c370b8affb
Add missing migration ( #298 )
2019-09-11 08:39:54 -04:00
Eric Fleming
1cc0e51d16
Merge pull request #296 from saschagottfried/clean-up-applicationcore
...
Remove references to "Microsoft.EntityFrameworkCore.*" in eShopOnWeb.ApplicationCore
2019-09-04 20:42:54 -04:00
Sascha Gottfried
11cb67a14a
Remove references to namespace "Microsoft.EntityFrameworkCore.*" in order to remove dependencies to EF Core in project ApplicationCore. Remove any packages related to EF Core from ApplicationCore.csproj.
2019-09-02 15:53:37 +02:00
Steve Smith
8e1952158a
Update BaseApiController.cs
2019-08-30 10:05:23 -04:00
Eric Fleming
0cef7b583e
Merge pull request #295 from dotnet-architecture/use-scaffolded-register-page
...
Use scaffolded register page
2019-08-28 20:35:01 -04:00
Eric Fleming
d2e826331b
Removing unnecessary class
2019-08-28 20:34:01 -04:00
Eric Fleming
2da7421568
Updating the styles/page layout of the register page
2019-08-28 20:18:20 -04:00
Eric Fleming
4802d078a2
Removing old view and adding the scaffolded Register page so we can apply some styles to it
2019-08-28 19:43:42 -04:00
Eric Fleming
b53f21f585
Merge pull request #294 from dotnet-architecture/fixing-container-startup
...
Fixing container startup
2019-08-24 21:56:19 -04:00
Eric Fleming
d4993abd5f
Rolling back change to use extension method to wiret up config
...
- The change is a better way to do the configuration, but there is
currently an issue where the Value Objects are not being honored and
being treated like Entitys. When this happens, the container will throw
errors when trying to start up because the entitys are lacking primary
keys (when they don't need them).
2019-08-24 21:55:41 -04:00
Eric Fleming
3165791d82
Marking value objects as "owned" explicitly
2019-08-24 19:39:38 -04:00
Eric Fleming
954df47b4a
Merge pull request #291 from dotnet-architecture/efconfiguration
...
Updated packages; Using configuration classes for EF Core.
2019-08-19 21:47:05 -04:00
Eric Fleming
4fb07d4d88
Configuring to use In-Memory Database by default
2019-08-19 21:46:14 -04:00
Steve Smith
305be555db
Updated packages; Using configuration classes for EF Core.
2019-08-18 15:16:31 -04:00
Eric Fleming
6eba16b09b
Merge pull request #280 from JohnCOsborne/master
...
Capitalized isPaging property
2019-07-29 20:25:25 -04:00
Lesair Valmont
f7ef0aca37
Closes #281 . ( #282 )
...
Typo in ConfigurateCatalogItemOrdered.
2019-07-29 14:46:41 -04:00
John Caleb Osborne
b5defc8d34
Capitalized isPaging property
2019-07-29 05:16:02 -04:00
Eric Fleming
63cb73bf2d
Merge pull request #275 from saschagottfried/master
...
Remove client-side libraries managed by Library Manager from reposito…
2019-07-16 21:19:41 -04:00
Eric Fleming
c971734351
Merge pull request #276 from nemi-chand/master
...
Adding "Continue shopping" link/button to Cart
2019-07-15 20:18:54 -04:00
Nemi Chand
1c0dbfa9bd
Adding Continue shopping link/button to Cart
2019-07-15 23:01:14 +05:30
Sascha Gottfried
ae6368558e
Remove client-side libraries managed by Library Manager from repository. Add default target location wwwroot/lib/ to .gitignore file.
2019-07-15 10:13:34 +02:00
Eric Fleming
7c092ba5ad
Enforcing IAggregateRoot ( #273 )
...
- Enforcing it on the Async and EfRepositories
- Making CatalogBrand, Item, and Type AggregateRoots because they are
just lookup tables
2019-07-11 09:31:18 -04:00
Eric Fleming
4706682973
Merge pull request #268 from dotnet-architecture/remove-account-controller
...
Remove account controller
2019-06-22 16:03:30 -04:00
Eric Fleming
b3d855847b
Updating route in test to use the proper login route
2019-06-21 21:40:20 -04:00
Eric Fleming
89ab19cf19
Removing the AccountController
2019-06-21 21:40:02 -04:00
Eric Fleming
c2e37b9019
Adding confirmEmail scaffolding
...
- Also updating the UrlHelpExtensions to not have a dependency on the AccountController
2019-06-21 21:39:52 -04:00
Eric Fleming
e19ade962a
Removing unused UrlHelperExtension
2019-06-21 21:18:50 -04:00
Eric Fleming
86f65e3541
Merge pull request #267 from dotnet-architecture/cleanup-legacy-identity
...
Cleanup legacy identity
2019-06-20 21:24:27 -04:00
Eric Fleming
3ec2477175
Updating to match previous logic
2019-06-20 20:52:46 -04:00
Eric Fleming
d5446de65f
Adding scaffolding for Logout page
...
- Removing Identity route from startup
2019-06-20 20:41:00 -04:00
Eric Fleming
ba8bdfad84
Merge pull request #264 from dotnet-architecture/basket-item-and-aggregate-root-updates
...
Removing BasketItemRepository as it is not an aggregate root
2019-06-15 21:25:40 -04:00
Eric Fleming
8006754cd7
Rename test
2019-06-15 21:18:30 -04:00
Eric Fleming
fde9a7c439
Removing BasketItemRepository and updating tests
2019-06-15 17:07:22 -04:00
Eric Fleming
cfe80aa956
Adding BasketId to model to ensure cascading deletes will clean up BasketItems
2019-06-15 17:03:17 -04:00
Eric Fleming
246fa95029
Merge pull request #262 from Wkalmar/master
...
Remove blocking call from main
2019-06-14 20:57:18 -04:00