44 Commits (2137a208ddd2c67b24caf1fa9a255e800406aca1)

Author SHA1 Message Date
  Cesar De la Torre 2137a208dd Fixed bug in IdentityUrl for webmvc when using ${ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP} 7 years ago
  Cesar De la Torre 95ad3e1b2c Fixed bug in docker-compose.prod.yml so it used the ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP env-var from .env file 7 years ago
  Cesar De la Torre dbc80a3596 Updates in docker-compose.prod.yml 7 years ago
  Cesar De la Torre 779c7c2901 Refactoring in docker-compose files 7 years ago
  Cesar De la Torre cc4325cee5 Updated all docker-compose files version from 2.1 to 3 7 years ago
  Cesar De la Torre e8c8678082 Changed to new GA SQL Server container Image tag and parameters 7 years ago
  Eduard Tomàs 93e2b9137d Update k8s deployment and compose files with graceperiodmanager settings missing 7 years ago
  Cesar De la Torre 903b26d529 Setting to use SQL Server Developer Edition so there's no issue about any time bomb because of licensing or trial period. 7 years ago
  Ramón Tomás 58f3b5b274 Removed GracePeriod microservice and added as a HostService 7 years ago
  Ramón Tomás dea392ccfa Created Azure function deployment readme 7 years ago
  Cesar De la Torre f61d979505 Fixing Azure Deployment scripts config plus improvements in docker-compose.override,yml 7 years ago
  Eduard Tomas 037a980623 Update environment in yaml file 7 years ago
  Cesar De la Torre 73be25e6cf Minor re-order of services in docker-compose files 7 years ago
  Christian Arenas f0f88aee98 Add PicBaseUrl with a replaced parameter 7 years ago
  Cesar De la Torre 96c55b8682 Minor change in docker-compose.prod 7 years ago
  Christian Arenas 4a3e2d4612 rename ESHOP_AZURE_STORAGE_ACCOUNT_NAME/KEY variable to ESHOP_AZURE_STORAGE_CATALOG_NAME/KEY 7 years ago
  Eduard Tomas 7258a58f5b All docker compose to version 2.1 that seems to work in vsts hosted linux build agent 7 years ago
  Cesar De la Torre fdf550e7c2 Setting docker-compose files version all to '3' so it matches and you don't get the error 'Version mismatchdocker-compose.yml specifies version 3.0 but extension file docker-compose.override.yml uses version 2.0.' 7 years ago
  Ramón Tomás 9bf5670020 Created Marketing read data model 7 years ago
  Ramón Tomás 4b8723f723 Created Marketing read data model 7 years ago
  Christian Arenas 32247c503d Add marketing api 7 years ago
  Christian Arenas 9b95bd9762 Add marketing api 7 years ago
  Christian Arenas 6082359f08 Add docker support 7 years ago
  Christian Arenas 4b86ca0a77 Add docker support 7 years ago
  Christian Arenas 2cad62d642 Add ESHOP_AZURE_REDIS variable from .env with default value 7 years ago
  Christian Arenas 2d4f9d3323 Add ESHOP_AZURE_SERVICE_BUS variable from .env with default value 7 years ago
  Christian Arenas 60c08ce9c5 Revert "Remove basket.data from docker-compose" 7 years ago
  Christian Arenas 9549786003 Remove basket.data from docker-compose 7 years ago
  Eduard Tomas 2741fde271 URLs on 80 - WIP 7 years ago
  Eduard Tomas 8c11090e96 URLs on 80 - WIP 7 years ago
  Ramón Tomás afd3fe2fe5 Fix issue SPA HealthCheck Urls 7 years ago
  Ramón Tomás 9cff047cc2 Fix issue SPA HealthCheck Urls 7 years ago
  Christian Arenas c5cca8f320 Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign 7 years ago
  Christian Arenas 8d09abbb75 Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign 7 years ago
  Cesar De la Torre 8dc0761d7f Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). 7 years ago
  Cesar De la Torre 32bd196be9 Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). 7 years ago
  Cesar De la Torre ab45bb9772 Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). 7 years ago
  Cesar De la Torre d143c9eea0 Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them). 7 years ago
  Eduard Tomas d00588ae37 Updated IdSvr for Xamarin-UWP signin related problems 7 years ago
  Eduard Tomas 75629193b7 Xamarin callback client configurable 7 years ago
  Cesar De la Torre fa541444c7 Fixed bug in HealthChecks so the Catalog.API microservice checks the SQL database. 7 years ago
  Eduard Tomas 5b9b92397d Updates to dockerfile / docker-compose for windows containers 7 years ago
  Eduard Tomas 561ba3b1ec 1st version of healthcheck & webstatus 7 years ago
  Cesar De la Torre b07677ae83 Updates for the docker-compose production env. 8 years ago
  Cesar De la Torre d7ab4d89d4 Added ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP to .env and docker-compose.prod.yml for production config so it does not impact to the localhost config. 8 years ago
  Cesar De la Torre 69e5fe9f21 Using ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} from docker-compose.override.yml, as well. Notice that when using "localhost" from the browser URL using the MVC app, you'd need to use the 10.0.75.1 IP in a "Docker for Windows" environment. 8 years ago
  Cesar De la Torre 71987d03f7 Using the ".env" file for default environment variables like the ESHOP_EXTERNAL_DNS_NAME_OR_IP=192.168.88.248 8 years ago
  etomas 12ecc78a18 Solves #112 8 years ago
  Cesar De la Torre f2999a46fb Added docker-compose.prod.yml for testing with Xamarin app in remote devices, like in a WiFi, of for running the Web Apps from remote Browsers. 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