58 Commits (fbf89f8fc77c039eeef952a4b651948933894934)

Author SHA1 Message Date
  Miguel Veloso 794be31f53 Include Ordering.BackgroundTasks in webstatus check 6 years ago
  Miguel Veloso 49ec9beff4 wip: add back OrderingBackgroundTasks 6 years ago
  Cesar De la Torre Llorente 4b1948d067 Temporal docker-compose.prod.yml still to be reviewed and updated. Pending area is the identity.api config. 6 years ago
  Cesar De la Torre Llorente 7c446d9ffd Upgraded to version: '3.4' in docker-compose files because since recent versions, VISUAL STUDIO FOR MAC requires docker-compose '3.4' in order to be able to F5 or Ctrl+F5 a Docker solution. 6 years ago
  eiximenis a18cec21fe Missing aggregator project 7 years ago
  eiximenis 8cfb74fe93 Fixing SPA for using aggregators 7 years ago
  Eduard Tomàs 6cc87fc80a renaming of PurchaseBff to Aggregator 7 years ago
  Eduard Tomàs 02f5e1158a Purchase BFF skeleton created 7 years ago
  Unai Zorrilla Castro 025ab0e14c Implemented HostedService in different service 7 years ago
  Cesar De la Torre Llorente 08a5eeea71 Downgraded version of docker-compose files to 3.3 (instead 3.4) since VSTS agent still doesn't support it plus other versions of Docker. We'll upgrade to 3.4 soon, though. When VSTS supports it. 7 years ago
  yanchenw e4fa15b813 Optimize multi-stage build Dockerfile 7 years ago
  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