Steve Smith
2bf7f9f78b
Fixing port mapping
7 years ago
Praveen Verma
2a6939ad02
Docker Build Failing: In dockerfile updated .net core version to 2.2 ( #195 )
Thanks!
7 years ago
Steve Smith
99c416142f
Consolidate Web and WebRazorPages Projects ( #192 )
* Moved Privacy, Home page to Razor Pages
* Migrating Basket from RazorPages to Web.
* Removed BasketController; refactored viewmodels
* Moved BasketComponent into Pages/Shared
Added auth rules to Startup for Pages
Added notes to controllers about Pages usage.
* Fixed broken my orders test
Consolidated Functional Tests
* Fixed logo link to home page
Fixed Order Detail Total $ format
7 years ago
Steve Smith
483340f21e
Adding API Health Check ( #191 )
7 years ago
Eric Fleming
e41e37ff05
Merge pull request #189 from dotnet-architecture/anonymous-signin
Anonymous signin
7 years ago
Eric Fleming
118f386c7c
Applying some style updates
- Moving the total out of the foreach so it only displays once
- Making the total display proper number of Decimals
7 years ago
Eric Fleming
fa9b04f53d
Moving Components directory in to Shared
- Based on the Microsoft documentation, they recommend you put the Components directory inside of Shared. https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-components?view=aspnetcore-2.2
7 years ago
Eric Fleming
007fb6a0af
Display 2 decimal places for Total on Basket screen
7 years ago
Eric Fleming
2d6e9106a3
Setting Cookie to IsEssential to fix anonymous signin
7 years ago
Steve Smith
84f1eeee8c
Added HealthCheck ( #188 )
Checks home page.
7 years ago
Steve Smith
c64c70b183
Add LinkGenerator to AllServices middleware ( #187 )
* Adding slugify parameter transform
Fixes #172
* Cleaning up code
And slugifying my orders
* Added links to allservices using LinkGenerator
7 years ago
Steve Smith
bc328077b0
Adding slugify parameter transform ( #185 )
* Adding slugify parameter transform
Fixes #172
* Cleaning up code
And slugifying my orders
7 years ago
BlackFrog1
8e748a4c62
change relative image source path (../) to use ~/ for webroot. ( #184 )
7 years ago
Eric Fleming
b123945a01
Merge pull request #183 from dotnet-architecture/display-total-once-in-cart
Move the "Total" div out of the for loop so it only appears once in t…
7 years ago
Eric Fleming
482a5dc515
Move the "Total" div out of the for loop so it only appears once in the cart
7 years ago
Eric Fleming
5d429ad093
Merge pull request #181 from dotnet-architecture/resolve-179/convert-to-list-before-deleting
Adding ToList to IReadOnlyCollection used in foreach
7 years ago
Eric Fleming
4444bd20a3
Adding ToList to IReadOnlyCollection used in foreach
7 years ago
Steve Smith
6c41a1bab9
Upgrade to 2.2 ( #171 )
* Initial Web2 project working
* Initial WebRazorPages project working
* Adding additional sln files
* Removing old project
* Fixed integration tests
* Getting FunctionalTests working.
* Got Swagger working in Web
* Moved web2 to web
7 years ago
Eric Fleming
eb02750841
Remove basket items when basket is deleted ( #170 )
* Proving out removing the basket items at the same time the basket is deleted
* Fixing existing unit tests
* Adding a unit test for the Deletebasket method
* Rename test and deleting basket items before basket
* Added integration test for DeleteAsync method for BasketItems
- Also added a BasketBuilder to create a Basket with no items, or one item.
7 years ago
Eric Fleming
95285593c9
Updating numbering of README
7 years ago
Eric Fleming
0d44a514ab
Fix 147 include order id in details query ( #169 )
* Adding Id to query so the correct order details are always pulled back
* Removing unused usings
- also removed the sync method as it is not used anywhere in the solution. The Async should be the preferred one.
* Adding integration test for GetByIdWithItemAsync
* Rename test
7 years ago
Eric Fleming
c7c16c4265
Merge pull request #140 from hemantkd/Removing-unused-directives
Removed all the unused directives in the Solution with the assistance…
7 years ago
Eric Fleming
431ff513c3
Merge pull request #168 from ratanparai/patch-1
Consistency in setting up private variable field
7 years ago
Ratan Sunder Parai
c384623315
Consistency in setting up private variable field
7 years ago
Eric Fleming
69054b0002
Merge pull request #150 from beam-codegrind/fix-108
Fixed #108
7 years ago
Steve Smith
1fe6becfcc
Reformatting
7 years ago
Steve Smith
9cca5553e2
Adding one more set of curly braces
7 years ago
Steve Smith
fe0471eea4
Adding curly braces for if statements
7 years ago
Hemant Kumar Dundigalla
218c832583
Merge branch 'master' into Removing-unused-directives
7 years ago
Fati Iseni
04530db118
Paging infrastructure implemented through specifications. ( #151 )
* Paging criterias added in BaseSpecification. New paginated specification added (CatalogFilterPaginatedSpecification) . EFRepository cleaned up and paging implementation added. Usage of the new paging infrastructure in CatalogService (Web and WebRazor).
* Use IReadOnlyList<T> instead of List<T> as return type from repositories.
* - Ordering possibility added in the specification.
- Evaluation of the specification placed in separate class.
7 years ago
beam
886615e740
fix issue #108
7 years ago
Jakub Ciechowski
156d5c6b25
changed name of IBasketService to IBasketViewModelService in order to match file name ( #143 )
7 years ago
Hemant Kumar Dundigalla
6299d5ccc7
Removed all the unused directives in the Solution with the assistance of Resharper
7 years ago
Rafsanul Hasan
1b5b179c7f
Update ASP.NET Core Version to 2.10 to 2.1.3 ( #126 )
* Updated Web Applications' NuGet Packages:
- [x] Microsoft.AspNetCore.App 2.1.0->2.1.3
- [x] Microsoft.EntityFrameworkCore.Tools 2.1.0->2.1.2
- [x] Microsoft.VisualStudio.Web.CodeGeneration.Design 2.1.0->2.1.3
* Updated Infrastructure Library's BuGet Packages:
- [x] Microsoft.AspNetCore.Identity 2.1.0->2.1.3
- [x] Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.1.0->2.1.3
- [x] Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
- [x] Microsoft.EntityFrameworkCore.Tools 2.1.0->2.1.2
* Updated Test projects' NuGetPackages:
- [x] Microsoft.AspNetCore.Mvc.Testing 2.1.0->2.1.2
- [x] Microsoft.NET.Test.Sdk 15.8.0-preview-20180510-03->15.8.0
- [x] Microsoft.AspNetCore.Mvc 2.1.0->2.1.3
7 years ago
Nish
7b24c9140d
Updated .epub and .mobi files to 2.1
7 years ago
Steve Smith
95a2a6208f
Removing bower artifacts
7 years ago
Cesar De la Torre
8dcdd51b8c
Update README.md
8 years ago
Cesar De la Torre
028ed3ec1e
Update README.md
8 years ago
Cesar De la Torre Llorente
497d0bb307
New Arch-Web-Apps eBook version v2.1 updated to .NET Core 2.1
8 years ago
Steve Smith
005d83d802
Removing pageId from route
Fixes #104 . The parameter should be passed as a querystring, not a route parameter.
8 years ago
Steve Smith
8bd20ef98b
Fix OrderDetails to use Id, Customer
Fixes #106
8 years ago
Steve Smith
ad49bf1388
Adding docker instructions to README
8 years ago
Steve Smith
a94990e343
Merge remote-tracking branch 'origin/master'
8 years ago
Steve Smith
48ad346b3c
Updating Dockerfiles
Adding instructions and cleaning up.
8 years ago
Steve Smith
faa41f9d89
Cleaning up real db configuration
8 years ago
Jeremy Hutchinson
74bc28e6bd
Fixing the link to the main `_Layout.cshtml` in the `Pages/Account/Manage/_Layout.cshtml` ( #103 )
8 years ago
Jeremy Hutchinson
f953495e38
Standardize namespaces to all be under the `Microsoft.eShopOnWeb` namespace and update default namespaces. ( #102 )
8 years ago
Steve Smith
8bf2a7ade1
Update README.md
8 years ago
Steve Smith
549baab979
Merge remote-tracking branch 'origin/master' into netcore2.1
8 years ago
Steve Smith
814d3e249c
Adding Tests and Refactoring
Functional Tests for RazorPages added
8 years ago