1551 Commits

Author SHA1 Message Date
Quique Fernandez
3b8a055ffa Update pager layout 2016-12-27 21:41:05 +01:00
Quique Fernandez
242ec56516 fix catalog layout 2016-12-27 19:08:44 +01:00
Quique Fernandez
e17b44a1d5 Refactor webpack 2016-12-27 17:05:44 +01:00
Quique Fernandez
07e863502d update basic and app.component styles 2016-12-27 13:14:27 +01:00
Carlos Cañizares Estévez
c08eff1444 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-27 10:32:31 +01:00
Carlos Cañizares Estévez
6f6530b5f6 SPA: Login Logout (Identity Component) 2016-12-27 10:32:18 +01:00
Quique Fernandez
13e659e114 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-23 15:41:20 +01:00
Quique Fernandez
ee3241e2fb add orders detail 2016-12-23 15:41:08 +01:00
Javier Suárez Ruiz
99b26d5387 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-23 13:41:53 +01:00
Javier Suárez Ruiz
89c52fa5fd Protect from null values (Xamarin Basket) 2016-12-23 13:41:48 +01:00
Quique Fernandez
771897b9f6 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-23 12:15:10 +01:00
Quique Fernandez
0f3f4abbc1 Add orders list 2016-12-23 12:14:49 +01:00
Quique Fernandez
d67f5665c7 Init orders component 2016-12-23 10:51:17 +01:00
Carlos Cañizares Estévez
e84b6db748 Merge app component 2016-12-23 10:20:54 +01:00
Carlos Cañizares Estévez
bced5f0a33 SPA: identity component 2016-12-23 10:20:22 +01:00
Quique Fernandez
e3fdd2f39e Merge 2016-12-23 10:19:24 +01:00
Quique Fernandez
72b47764b2 Fix app.component 2016-12-23 10:15:36 +01:00
Carlos Cañizares Estévez
fa20099a16 SPA: basket and authentication 2016-12-22 18:37:11 +01:00
Carlos Cañizares Estévez
c0c7d735e8 SPA: basket component, authentication service, basket list 2016-12-22 18:34:57 +01:00
Quique Fernandez
5466f58252 add catalog class on component 2016-12-22 17:18:39 +01:00
Quique Fernandez
d1abd9da36 Fix fonts loader 2016-12-22 17:16:59 +01:00
Quique Fernandez
1238961414 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-22 16:45:08 +01:00
Quique Fernandez
7266f08048 Fix fonts on webpack 2016-12-22 16:45:02 +01:00
Carlos Cañizares Estévez
ac146f4475 Added Unit Test Project for services 2016-12-22 13:20:12 +01:00
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.
2016-12-21 11:30:11 +01:00
Carlos Cañizares Estévez
17ee5d5989 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-20 13:20:29 +01:00
Carlos Cañizares Estévez
ce9d41c76a Catalog Svc: Move entities from Infrastructure to Model NS. 2016-12-20 13:20:23 +01:00
Javier Suárez Ruiz
9e5cbe7bf4 Fixed Xamarin project dependencies error 2016-12-20 13:17:34 +01:00
Javier Suárez Ruiz
e0831dcac8 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into dev 2016-12-20 12:31:29 +01:00
Carlos Cañizares Estévez
0e7e4e41d7 MVC: Solve feedback, improve validations
Identity: Solve Microsoft Edge problem
Ordering: Remove application tier
2016-12-20 12:22:28 +01:00
Javier Suárez Ruiz
4654822216 Merge with dev 2016-12-20 10:53:35 +01:00
Javier Suárez Ruiz
9be6b43310 Merge branch 'dev' into xamarin 2016-12-20 10:49:20 +01:00
Javier Suárez Ruiz
359ed56b75 Fixed Xamarin project package restore error 2016-12-20 10:47:45 +01:00
Carlos Cañizares Estévez
e4d3c66d27 Logout fix for Xamarin in identity 2016-12-19 17:55:48 +01:00
Javier Suárez Ruiz
7c8d671bbf Completed Identity integration 2016-12-19 17:55:13 +01:00
Javier Suárez Ruiz
9ec431016b Updated mobile apps documentation 2016-12-19 12:49:46 +01:00
Javier Suárez Ruiz
c8583b7f41 Updated broken tests 2016-12-19 12:39:03 +01:00
Javier Suárez Ruiz
19da19fa84 Changes in client APIs integration 2016-12-19 12:31:11 +01:00
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
2016-12-19 10:20:02 +01:00
Javier Suárez Ruiz
a042894edd Merge with dev 2016-12-19 08:40:59 +01:00
Javier Suárez Ruiz
6f04cd1f00 Changes in services integration 2016-12-19 08:19:23 +01:00
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..
2016-12-17 14:41:16 +01:00
CESARDELATORRE
0ac9526ffe Added docker-compose.override.yml to main solution 2016-12-15 14:51:40 -08:00
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/ 2016-12-15 14:35:35 -08:00
Javier Suárez Ruiz
c789f37aec Added UITest project 2016-12-15 10:14:15 +01:00
Beth Massi
481709e3f7 Update LICENSE 2016-12-14 15:38:23 -08:00
CESARDELATORRE
55c5a99835 minor change README.MD 2016-12-14 13:47:30 -08:00
CESARDELATORRE
c8965d69ff Updates to README.MD 2016-12-14 13:01:00 -08:00
Carlos Cañizares Estévez
44f238f3fd same SQL for catalog and ordering 2016-12-14 21:08:42 +01:00
Carlos Cañizares Estévez
9e72fe7c7c Order items in ordering api 2016-12-14 18:23:57 +01:00