Steve Smith
ee3697ea97
Updating PDF to latest version 2.2
7 years ago
Bohdan Stupak
7e7c60eac4
Fixing indentation
7 years ago
Bohdan Stupak
772a65b3b3
Removing blocking calls in main
7 years ago
Eric Fleming
a805c6136d
Merge pull request #258 from dotnet-architecture/fixing-ef-warnings
Fixing ef warnings
7 years ago
Eric Fleming
8924df0e1b
Adding migration for updating defaults
7 years ago
Eric Fleming
9ba78f5187
Setting attributees to required
- This is because they currently do not allow nulls and we don't want to lose that
7 years ago
Eric Fleming
aaac128e7d
Updating the default data types of some decimal values to fix errors
7 years ago
Eric Fleming
e87f11b0e1
Merge pull request #256 from dotnet-architecture/adjusting-styles-on-order-details
Adjusting styles on order details
7 years ago
Eric Fleming
3a9d8d0698
Removing font-size adjustment on wrong element
7 years ago
Eric Fleming
804d924988
Updating styles for Order details
7 years ago
Eric Fleming
3dfde8cab6
Merge pull request #255 from jvilimek/master
Fixed missing CSS on published site = adding bundling.
7 years ago
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.
7 years ago
Eric Fleming
4d27a4731c
Adding z-index so menu displays in front of everything
7 years ago
Eric Fleming
48c98bc986
Merge pull request #253 from dotnet-architecture/remove-unused-service
Removing unused uri composer
7 years ago
Eric Fleming
835528ece0
Removing unused uri composer
7 years ago
Eric Fleming
671c603e4a
Merge pull request #251 from Abhith/Abhith-patch-1-jquery-ref-path-correction
jQuery reference path corrected
7 years ago
Abhith Rajan
33fb52cee3
jquery reference path corrected
7 years ago
Eric Fleming
b7d806dacd
Merge pull request #243 from dotnet-architecture/groupby-specification-example
Adding a GroupBy specification example
7 years ago
Eric Fleming
0d606d1857
Removing the apply in the CatalogFilterPaginationSpecification
- This is so I can commit this to the repo as an example.
7 years ago
Steve Smith
ccaef555ab
Updated Azure Guidance ( #244 )
7 years ago
Steve Smith
3aedf59e04
Update README.md
7 years ago
Eric Fleming
468df47c22
Adding a GroupBy specification example
7 years ago
Eric Fleming
1632f7fb75
Merge pull request #242 from dotnet-architecture/remove-unused-dependency
BasketService no onger uses UriComposer
7 years ago
Eric Fleming
693c6c4466
BasketService no onger uses UriComposer
- Also fixing corresponding unit tests
7 years ago
Steve Smith
c0f0cf3a1a
Merge remote-tracking branch 'origin/master'
7 years ago
Steve Smith
72e8929b25
Updating README
7 years ago
Eric Fleming
d3d50ceab4
Merge pull request #237 from dotnet-architecture/package-updates
Package updates
7 years ago
Eric Fleming
794b9d7ab8
Updated NuGet Packages
7 years ago
Eric Fleming
456d17d6c3
Getting rid of warning
7 years ago
Eric Fleming
69dafa29e2
No need to pass in a LinkGenerator anymore
7 years ago
Eric Fleming
0fc29c818b
cleaning up a warning
7 years ago
Eric Fleming
1f024e934b
Merge pull request #236 from dotnet-architecture/use-liststartupservices-packages
Switch to using NuGet package for listing all registered services
7 years ago
Eric Fleming
05767d6afc
Switch to using NuGet package for listing all registered services
7 years ago
Eric Fleming
4ad595bfd8
Merge pull request #233 from dotnet-architecture/rename-catalogservice
Renaming CatalogServices to CatalogViewModelService
7 years ago
Eric Fleming
555c3295f1
Renaming CatalogServices to CatalogViewModelService
- I believe this causes some confusion when people see "Service" in the Web project. We have another service in there named BasketViewModelService instead of BasketService anyways. Adding "ViewModel" to the name is a better representation of what the "services" in the Web project represent.
7 years ago
Eric Fleming
f84769720c
Merge pull request #230 from dotnet-architecture/include-app-css
Removing app and app.min from ContentRemove
7 years ago
Eric Fleming
5efd175a90
Removing app and app.min from ContentRemove
7 years ago
Eric Fleming
392b68e89d
Merge pull request #226 from dotnet-architecture/upate-profile-menu-link
Changing asp-action to go to MyAccount instead of Index
7 years ago
Eric Fleming
83e5e3e4cb
Merge pull request #225 from dotnet-architecture/fixing-a-few-more-styles
Adjusting filter button styles
7 years ago
Eric Fleming
0cc045356c
Changing asp-action to go to MyAccount instead of Index
7 years ago
Eric Fleming
847276a4e5
Adjusting filter button styles
7 years ago
Eric Fleming
f983f7389c
Merge pull request #224 from dotnet-architecture/cleanup-csproj-file
Cleanup csproj file
7 years ago
Eric Fleming
300cce7a88
Cleanup UpToDateCheckInput
7 years ago
Eric Fleming
7c044d9c57
Removing ContentIncludedByDefault section that was added
7 years ago
Eric Fleming
db517b9c1d
Merge pull request #223 from dotnet-architecture/fix-clicking-cart-button
Component will now redirect to basket when clicking on cart icon
7 years ago
Eric Fleming
82c8f56388
Merge pull request #221 from dotnet-architecture/remove-irepository
Removing IRepository in favor of IAsyncRepository
7 years ago
Eric Fleming
d0dcb63e1e
Component will now redirect to basket when clicking on cart icon
7 years ago
Eric Fleming
8a00269ebd
Removing IRepository
- This also involved cleaning up places where IRepository was still being references in Startup
- Removed unused repository from Basket service
7 years ago
Eric Fleming
1152f4a45d
Remove GetSingleBySpec
7 years ago
Eric Fleming
1ba52becaa
Remove count
7 years ago