Quique Fernandez
|
7ea8a421f4
|
init orders redesign
|
8 years ago |
Carlos Cañizares Estévez
|
15a2ea727f
|
fix problem in basket component
|
8 years ago |
Carlos Cañizares Estévez
|
fce5c16ebc
|
merge
|
8 years ago |
Carlos Cañizares Estévez
|
2231aabf72
|
SPA: Identity component, Order component
|
8 years ago |
Quique Fernandez
|
3b8a055ffa
|
Update pager layout
|
8 years ago |
Quique Fernandez
|
242ec56516
|
fix catalog layout
|
8 years ago |
Quique Fernandez
|
e17b44a1d5
|
Refactor webpack
|
8 years ago |
Quique Fernandez
|
07e863502d
|
update basic and app.component styles
|
8 years ago |
Carlos Cañizares Estévez
|
c08eff1444
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers
|
8 years ago |
Carlos Cañizares Estévez
|
6f6530b5f6
|
SPA: Login Logout (Identity Component)
|
8 years ago |
Quique Fernandez
|
13e659e114
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev
|
8 years ago |
Quique Fernandez
|
ee3241e2fb
|
add orders detail
|
8 years ago |
Javier Suárez Ruiz
|
99b26d5387
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers
|
8 years ago |
Javier Suárez Ruiz
|
89c52fa5fd
|
Protect from null values (Xamarin Basket)
|
8 years ago |
Quique Fernandez
|
771897b9f6
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev
|
8 years ago |
Quique Fernandez
|
0f3f4abbc1
|
Add orders list
|
8 years ago |
Quique Fernandez
|
d67f5665c7
|
Init orders component
|
8 years ago |
Carlos Cañizares Estévez
|
e84b6db748
|
Merge app component
|
8 years ago |
Carlos Cañizares Estévez
|
bced5f0a33
|
SPA: identity component
|
8 years ago |
Quique Fernandez
|
e3fdd2f39e
|
Merge
|
8 years ago |
Quique Fernandez
|
72b47764b2
|
Fix app.component
|
8 years ago |
Carlos Cañizares Estévez
|
fa20099a16
|
SPA: basket and authentication
|
8 years ago |
Carlos Cañizares Estévez
|
c0c7d735e8
|
SPA: basket component, authentication service, basket list
|
8 years ago |
Quique Fernandez
|
5466f58252
|
add catalog class on component
|
8 years ago |
Quique Fernandez
|
d1abd9da36
|
Fix fonts loader
|
8 years ago |
Quique Fernandez
|
1238961414
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev
|
8 years ago |
Quique Fernandez
|
7266f08048
|
Fix fonts on webpack
|
8 years ago |
Carlos Cañizares Estévez
|
ac146f4475
|
Added Unit Test Project for services
|
8 years ago |
Carlos Cañizares Estévez
|
d8a0d9bb66
|
BasketApi: Add authorizationHeader (pass bearer from Swagger Ui to authorize request...).
MVC: Solve some design feedback (filter selector in catalog)
CatalogApi: Move models from infrastructure to Model folder.
|
8 years ago |
Carlos Cañizares Estévez
|
17ee5d5989
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers
|
8 years ago |
Carlos Cañizares Estévez
|
ce9d41c76a
|
Catalog Svc: Move entities from Infrastructure to Model NS.
|
8 years ago |
Javier Suárez Ruiz
|
9e5cbe7bf4
|
Fixed Xamarin project dependencies error
|
8 years ago |
Javier Suárez Ruiz
|
e0831dcac8
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into dev
|
8 years ago |
Carlos Cañizares Estévez
|
0e7e4e41d7
|
MVC: Solve feedback, improve validations
Identity: Solve Microsoft Edge problem
Ordering: Remove application tier
|
8 years ago |
Javier Suárez Ruiz
|
4654822216
|
Merge with dev
|
8 years ago |
Javier Suárez Ruiz
|
9be6b43310
|
Merge branch 'dev' into xamarin
|
8 years ago |
Javier Suárez Ruiz
|
359ed56b75
|
Fixed Xamarin project package restore error
|
8 years ago |
Carlos Cañizares Estévez
|
e4d3c66d27
|
Logout fix for Xamarin in identity
|
8 years ago |
Javier Suárez Ruiz
|
7c8d671bbf
|
Completed Identity integration
|
8 years ago |
Javier Suárez Ruiz
|
9ec431016b
|
Updated mobile apps documentation
|
8 years ago |
Javier Suárez Ruiz
|
c8583b7f41
|
Updated broken tests
|
8 years ago |
Javier Suárez Ruiz
|
19da19fa84
|
Changes in client APIs integration
|
8 years ago |
Carlos Cañizares Estévez
|
10f3e17b55
|
Add Swagger to Basket Api
SQL databases with the same prefix for services
Move application tier to api tier in ordering api
|
8 years ago |
Javier Suárez Ruiz
|
a042894edd
|
Merge with dev
|
8 years ago |
Javier Suárez Ruiz
|
6f04cd1f00
|
Changes in services integration
|
8 years ago |
Carlos Cañizares Estévez
|
31753fc057
|
MVC: Finish Orders integration (detail), validations, some refactor ...
Orders: Detail Query, new field in OrderDetail..
Identity: Validations in Register View, ensure all claims are returned in user end point..
|
8 years ago |
CESARDELATORRE
|
0ac9526ffe
|
Added docker-compose.override.yml to main solution
|
8 years ago |
CESARDELATORRE
|
d402126474
|
Docker Compose configuration is now split between the docker-compose.yml for base configuration that will always be used that way, and the docker-compose.override.yml config which has configuration depending on the deployment environment, like external ports (out of Docker Host) or any external UR or secret, like connection strings or SQL passwords. For more info, see: https://docs.docker.com/compose/extends/
|
8 years ago |
Javier Suárez Ruiz
|
c789f37aec
|
Added UITest project
|
8 years ago |
Beth Massi
|
481709e3f7
|
Update LICENSE
|
8 years ago |