Quique Fernandez
|
7266f08048
|
Fix fonts on webpack
|
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 |
CESARDELATORRE
|
55c5a99835
|
minor change README.MD
|
8 years ago |
CESARDELATORRE
|
c8965d69ff
|
Updates to README.MD
|
8 years ago |
Carlos Cañizares Estévez
|
44f238f3fd
|
same SQL for catalog and ordering
|
8 years ago |
Carlos Cañizares Estévez
|
9e72fe7c7c
|
Order items in ordering api
|
8 years ago |
Javier Suárez Ruiz
|
e9c9ccd2d3
|
Integrated with user API
Refactoring Mocks and App
|
8 years ago |
Carlos Cañizares Estévez
|
373946b5c6
|
Solve problem in register process (when not auth user click login in web mvc and the users register before authentication takes place)
|
8 years ago |
Javier Suárez Ruiz
|
ea2aa57426
|
Updated tests project and documentation
|
8 years ago |
Carlos Cañizares Estévez
|
7ba1c339c4
|
Seed for identity service (jdoe@eshop.com)
|
8 years ago |
CESARDELATORRE
|
d9d5c6ab7a
|
Another minor modification to README.MD
|
8 years ago |
CESARDELATORRE
|
2496cd3e1c
|
Minor change in README.MD
|
8 years ago |
CESARDELATORRE
|
ef8f3706e0
|
Global README.md modified with info about the hosts file.
|
8 years ago |
CESARDELATORRE
|
c2cc95c84c
|
Changes in README.md nd other minor changes in solutions
|
8 years ago |
Carlos Cañizares Estévez
|
a6666746f3
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers.git
|
8 years ago |
Carlos Cañizares Estévez
|
47fd95293e
|
- Fix docker-compose file for identity project (was not working)
- Fix a problem with a setting.
- Some css media queries in login and register for Xamarin
|
8 years ago |
Javier Suárez Ruiz
|
8dc4002e09
|
Changes related with Orders API integration.
Added new entities.
Fixed some UI binding errors.
|
8 years ago |
CESARDELATORRE
|
b46665955c
|
Changes to README and other minor changes after testing
|
8 years ago |
Carlos Cañizares Estévez
|
64d3919a80
|
Secure orders api and add bearer token in calls from MVC application to orders api.
|
8 years ago |
Javier Suárez Ruiz
|
2ab72466fc
|
Changes in Basket Integration
|
8 years ago |
Javier Suárez Ruiz
|
548d66d58c
|
Added Mock services selector
|
8 years ago |
Carlos Cañizares Estévez
|
3f21d9c357
|
merge dev into Dev
|
8 years ago |
Carlos Cañizares Estévez
|
cf5ccffbe0
|
fix logout flow in mvc
|
8 years ago |
unai
|
cbd5682ea0
|
minor refactoring on reviews
|
8 years ago |
Javier Suárez Ruiz
|
48a727539b
|
Added IdentityServer integration
Updated Basket service
|
8 years ago |
Carlos Cañizares Estévez
|
42f3537441
|
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
|
8 years ago |
Unai
|
923903ce13
|
Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev
|
8 years ago |
CESARDELATORRE
|
1182802816
|
Fixed issue with .NET 1.1 from image:latest and .NET 1.0.1 that we're currently using
|
8 years ago |
Carlos Cañizares Estévez
|
0a344f6cdc
|
Improvements in identity, securice basket api, login-logout from mvc application and consume securiced basket.
|
8 years ago |
Javier Suárez Ruiz
|
faaaf2a72d
|
Updated mobile doc
|
8 years ago |