Commit Graph

385 Commits

Author SHA1 Message Date
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
Steve Smith
ee3697ea97 Updating PDF to latest version 2.2 2019-06-13 17:43:45 -04:00
Bohdan Stupak
7e7c60eac4 Fixing indentation 2019-06-13 22:11:33 +03:00
Bohdan Stupak
772a65b3b3 Removing blocking calls in main 2019-06-13 22:04:29 +03:00
Eric Fleming
a805c6136d Merge pull request #258 from dotnet-architecture/fixing-ef-warnings
Fixing ef warnings
2019-05-31 21:52:56 -04:00
Eric Fleming
8924df0e1b Adding migration for updating defaults 2019-05-31 21:48:25 -04:00
Eric Fleming
9ba78f5187 Setting attributees to required
- This is because they currently do not allow nulls and we don't want to lose that
2019-05-31 21:47:17 -04:00
Eric Fleming
aaac128e7d Updating the default data types of some decimal values to fix errors 2019-05-31 21:41:40 -04:00
Eric Fleming
e87f11b0e1 Merge pull request #256 from dotnet-architecture/adjusting-styles-on-order-details
Adjusting styles on order details
2019-05-28 21:40:43 -04:00
Eric Fleming
3a9d8d0698 Removing font-size adjustment on wrong element 2019-05-28 21:38:39 -04:00
Eric Fleming
804d924988 Updating styles for Order details 2019-05-28 21:36:44 -04:00
Eric Fleming
3dfde8cab6 Merge pull request #255 from jvilimek/master
Fixed missing CSS on published site = adding bundling.
2019-05-28 21:03:46 -04:00
Vilimek, Jan
451f20b515 Fixed missing CSS on published site = adding bundling.
Justification:
When published (under Release configuration) in layout there is just app.min.css. We can either add also other minified CSS there (components, headers,...) or add one bundled and minified 8KB css.
2019-05-27 13:54:17 +02:00
Eric Fleming
4d27a4731c Adding z-index so menu displays in front of everything 2019-05-23 22:10:50 -04:00
Eric Fleming
48c98bc986 Merge pull request #253 from dotnet-architecture/remove-unused-service
Removing unused uri composer
2019-05-23 21:41:33 -04:00
Eric Fleming
835528ece0 Removing unused uri composer 2019-05-23 21:40:44 -04:00
Eric Fleming
671c603e4a Merge pull request #251 from Abhith/Abhith-patch-1-jquery-ref-path-correction
jQuery reference path corrected
2019-05-23 19:32:39 -04:00
Abhith Rajan
33fb52cee3 jquery reference path corrected 2019-05-21 11:29:02 +04:00
Eric Fleming
b7d806dacd Merge pull request #243 from dotnet-architecture/groupby-specification-example
Adding a GroupBy specification example
2019-05-01 19:42:07 -04:00
Eric Fleming
0d606d1857 Removing the apply in the CatalogFilterPaginationSpecification
- This is so I can commit this to the repo as an example.
2019-05-01 19:41:22 -04:00
Steve Smith
ccaef555ab Updated Azure Guidance (#244) 2019-04-30 07:55:02 -04:00
Steve Smith
3aedf59e04 Update README.md 2019-04-25 07:51:46 -04:00
Eric Fleming
468df47c22 Adding a GroupBy specification example 2019-04-20 21:49:57 -04:00
Eric Fleming
1632f7fb75 Merge pull request #242 from dotnet-architecture/remove-unused-dependency
BasketService no onger uses UriComposer
2019-04-19 11:08:03 -04:00
Eric Fleming
693c6c4466 BasketService no onger uses UriComposer
- Also fixing corresponding unit tests
2019-04-19 11:06:00 -04:00
Steve Smith
c0f0cf3a1a Merge remote-tracking branch 'origin/master' 2019-04-09 09:35:08 -04:00
Steve Smith
72e8929b25 Updating README 2019-04-09 09:35:01 -04:00
Eric Fleming
d3d50ceab4 Merge pull request #237 from dotnet-architecture/package-updates
Package updates
2019-04-05 22:13:25 -04:00
Eric Fleming
794b9d7ab8 Updated NuGet Packages 2019-04-05 22:10:53 -04:00
Eric Fleming
456d17d6c3 Getting rid of warning 2019-04-05 22:06:40 -04:00
Eric Fleming
69dafa29e2 No need to pass in a LinkGenerator anymore 2019-04-05 22:06:07 -04:00
Eric Fleming
0fc29c818b cleaning up a warning 2019-04-05 22:04:15 -04:00
Eric Fleming
1f024e934b Merge pull request #236 from dotnet-architecture/use-liststartupservices-packages
Switch to using NuGet package for listing all registered services
2019-04-05 21:12:04 -04:00