Bill Wagner
7dd0d3f7f5
insert works
7 years ago
Bill Wagner
ad71ed66f9
edit using the mock service works
7 years ago
Bill Wagner
bb34b173f5
Delete Catalog item coded.
7 years ago
Bill Wagner
aefc0a50bf
UI is in place for insert.
7 years ago
Bill Wagner
89497e0cac
update all styles for edit
These will be reused for insert
7 years ago
Bill Wagner
e4ee9a7d24
Delete UI is in place.
Edit UI is in progress.
Updated to .NET Framework 4.6.2
Update Default to use new framework features.
Most of the form is there.
Still need the combo boxes loading correctly
8 years ago
Bill Wagner
9613b496ff
Finish all list page style updates.
8 years ago
Bill Wagner
f0a4b08830
interim checkin. Styles
All styles are in place.
8 years ago
etomas
3ec61e0df6
Tried patch proposed by Sandeep Bansal
8 years ago
Cesar De la Torre
13503154f8
Merge pull request #110 from BillWagner/update-to-csharp-7
Update Compiler package
8 years ago
Bill Wagner
74fbbecf58
Update Compiler package
This is necessary for C# 7 feature support.
See the pattern match is statement in AutoFacHttpModule
8 years ago
Cesar De la Torre
9ea27ad17f
Merge pull request #101 from BillWagner/use-di-on-webforms-app
Use DI instead of a service locator
8 years ago
Bill Wagner
a3fd171712
inject dependencies into the WebForms application
8 years ago
dsanz
0fc35d7b4e
Add missing config file for ordering integration tests
8 years ago
dsanz
1e4513b5c9
Fix unit test.
8 years ago
Ramón Tomás
31e585994b
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
8 years ago
Cesar De la Torre
aa7939671d
Merge pull request #78 from dotnet/glennc/ci
a couple of quick changes to allow building in the docker-compose.ci.…
8 years ago
glennc
4aafa813f5
a couple of quick changes to allow building in the docker-compose.ci.build.yml
8 years ago
Cesar De la Torre
15df089a06
Updated the eBook .PDF version
8 years ago
Ramón Tomás
4e53f205b9
Added unitary test cases
8 years ago
Cesar De la Torre
9e2500071a
Updates at multiple README.MD pointing to the Wiki setup procedures
8 years ago
Cesar De la Torre
304316b175
Minor update
8 years ago
Cesar De la Torre
10cb5f10a5
Updated README for home page at GitHub
8 years ago
Cesar De la Torre
1995befeaf
Updated eBook .PDF to latest DRAFT version
8 years ago
Cesar De la Torre
ba11c78ef9
Refactoring Catalog.API controllers and EF config
8 years ago
Cesar De la Torre
02e4a43e3f
Updated for the home page info
8 years ago
Cesar De la Torre
adabc1eb04
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
8 years ago
Cesar De la Torre
f9e670425a
Cleaning up the docker-compose.override.yml by getting rid of commented URLs for a production enviroment
8 years ago
etomas
4078855439
CLI-Windows renamed to lowercase
8 years ago
etomas
30629b4d3b
CLI-Mac renamed to lowercase
8 years ago
etomas
0159d8f8bd
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
8 years ago
etomas
dd6189fe57
Fixing style error (debug css not included on output) after merging #68 into master
8 years ago
Cesar De la Torre
8bc10ef124
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
8 years ago
Cesar De la Torre
5341aa984f
Minor modifications to the Scripts
8 years ago
etomas
29473b455f
Merge branch 'vs2017'
8 years ago
Eduard Tomàs
df56cabeb7
Merge pull request #68 from chlowell/deployment-prep
Routing and publishing improvements
8 years ago
Eduard Tomàs
ddcb085da5
Merge pull request #73 from BillWagner/legacy-net-framework-apps
WIP: Running Legacy Net Frameworks in Windows Containers
8 years ago
Ramón Tomás
7db5119a87
Merge branch 'master' of https://github.com/dotnet/eShopOnContainers
8 years ago
Ramón Tomás
e7ec7260bb
Added ordering unit tests
8 years ago
Bill Wagner
cc9f6f8e75
trying some things on the docker-compose file.
8 years ago
Bill Wagner
ed61af1d09
interim checkin
Tried to get all the services launched via Visual Studio. After adding
the SQL engine and catalog container, it failed.
8 years ago
Bill Wagner
1c840df8e1
Stub out the code for the catalog service.
8 years ago
Bill Wagner
a4a5cd8c45
The basics of the site are working.
8 years ago
Bill Wagner
2fdc6e2fd9
catalog fake service is in place.
8 years ago
Bill Wagner
43cbd62784
update namespaces
The default for this app is
'Microsoft.eShopOnContainers.Catalog.WebForms'
8 years ago
Bill Wagner
dfcf9e7540
add docker support
8 years ago
Bill Wagner
19373057c5
initial template generated app
8 years ago
dsanz
7be05293f9
Refactor in pagination view to use tag helpers
8 years ago
dsanz
a8d2fafb79
Fix for wrong items per page calculation for the view
8 years ago
dsanz
a1f2cc9975
Fix for issue #67 https://github.com/dotnet/eShopOnContainers/issues/67 renamed Models folder to ViewModels in WebMVC
8 years ago