yanchenw
e4fa15b813
Optimize multi-stage build Dockerfile
Remove explicitly copied dependencies, copy entire solution
into the conainter and depends on the cache to reduce build
time.
Addd temporary solution file which does not contains the
dcproj file to work around the issue that the dotnet cli
cannot handle dcproj.
7 years ago
Ramón Tomás
4dff728d11
Replaced custom DataProtection.Redis lib with official Microsoft pkg
Removed Sessions in WebMVC app
Fixed GracePeriodMgr issues using multiple instances
7 years ago
Ramón Tomás
c51c101f90
Updated Load Tests
Added middleware to bypass authorization in load testing
7 years ago
Ramón Tomás
f671cc692b
Fix Unit, Integration and Functional Tests
7 years ago
Ramón Tomás
f25b6a8293
Updated sf linux image tags
7 years ago
Ramón Tomás
f7c09dad81
Update SF linux manifests
7 years ago
Ramón Tomás
b3726c32e3
Created deployment scripts for SF Linux
7 years ago
Ramón Tomás
3385c63cc6
Added eShopOnServiceFabric project for Linux
7 years ago
Cesar De la Torre
01ff19a613
Removed Service Fabric manifests targeting Windows from default eShopOnContainers VS solution which targets Docker Linux
7 years ago
Ramón Tomás
2428457172
Update sln version
7 years ago
Ramón Tomás
f7e0e1b3a4
Added WebHost.Customization.csproj to eShopOnContainers-MobileApps sln
7 years ago
Ramón Tomás
cbb6b580a8
Created WebMVC, WebSPA and Webstatus SF application project.
Created IdentityServer SF application project
7 years ago
Ramón Tomás
03e4559b30
Created last services added to eShop
Updated with latest configurations
7 years ago
Ramón Tomás
58f3b5b274
Removed GracePeriod microservice and added as a HostService
7 years ago
Ramón Tomás
f57a0b0b4b
Added Service Fabric project
7 years ago
Cesar De la Torre
740caee4ae
Minor changes to the GracePeriodManager: Moved to the Ordering folder as it is part of the same BOUNDED CONTEXT or Ordering BUSINESS MICROSERVICE. Also, changed a log description when querying the database
7 years ago
Christian Arenas
ee698ad483
Create a new solution named Azure Functions and remove the marketing azure function from ServiceAndWebApps
7 years ago
dsanz
8051114da9
Add Azure Storage check in Catalog health checks.
7 years ago
Ramón Tomás
525040b9b6
Created Azure functions for details campaign
Adapt MVC app to azure function details campaign
Adapt SPA app to azure function details campaign
7 years ago
Ramón Tomás
f993463856
Implemented service bus for marketing.api locations.api graceperiodProcess payment.api
7 years ago
Christian Arenas
6a0001b9c6
Add new LoadTest project, add new Catalog integration test and add new webMVC load test
7 years ago
Ramón Tomás
a56f99f684
Fix merge
7 years ago
Shaun Walker
514254818f
make Docker-Compose the Default Project in the solution
7 years ago
Christian Arenas
dd3237245d
Modify CreatedAtAction parameter, It has an error
7 years ago
Christian Arenas
a89918c581
Modify CreatedAtAction parameter, It has an error
7 years ago
Christian Arenas
523d27a49f
Add GetLocationByCampaignAndLocationRuleId route name
7 years ago
Christian Arenas
0a2cd15d61
Add GetLocationByCampaignAndLocationRuleId route name
7 years ago
Christian Arenas
ce89241f65
fix merge error
7 years ago
Christian Arenas
76f0df6a0e
fix merge error
7 years ago
Ramón Tomás
3a10038d71
Fix bug antiforgery decryption issue when deploying in a k8s cluster
Changed in-memory grant store in idsrv to persist in db
7 years ago
Ramón Tomás
6c855e57c5
Fix bug antiforgery decryption issue when deploying in a k8s cluster
Changed in-memory grant store in idsrv to persist in db
7 years ago
Eduard Tomas
b42fe3527a
Resilience enhancements.
MVC app now waits other containers
7 years ago
Eduard Tomas
694253d4e9
Resilience enhancements.
MVC app now waits other containers
7 years ago
Christian Arenas
6082359f08
Add docker support
7 years ago
Christian Arenas
4b86ca0a77
Add docker support
7 years ago
Ramón Tomás
9d5cde2057
#2412-Create Location Microservice
7 years ago
Ramón Tomás
83166cde12
#2412-Create Location Microservice
7 years ago
Ramón Tomás
e8dbf0c160
Rename grace period service in docker-compose files
7 years ago
Ramón Tomás
51c25c985e
Rename grace period service in docker-compose files
7 years ago
Ramón Tomás
8c2af8c048
Clean Basket event is launched once basket is converted to order and before starting creating order.
Change grace period time to 1 minute
Remove unecessary clean basket methods on client
7 years ago
Ramón Tomás
889d3c86e7
Clean Basket event is launched once basket is converted to order and before starting creating order.
Change grace period time to 1 minute
Remove unecessary clean basket methods on client
7 years ago
Christian Arenas
aa7556a1bd
Create EventBusServiceBus project and add EventBusServiceBus/ServiceBusPersisterConnection to project
7 years ago
Christian Arenas
7fe643f06a
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Basket/Basket.API/Controllers/BasketController.cs
# src/Services/Basket/Basket.API/Startup.cs
7 years ago
Christian Arenas
39feb0171a
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Basket/Basket.API/Controllers/BasketController.cs
# src/Services/Basket/Basket.API/Startup.cs
7 years ago
Christian Arenas
c5cca8f320
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
7 years ago
Christian Arenas
8d09abbb75
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
7 years ago
Christian Arenas
cde4c3a258
Create a SagaManager events
7 years ago
Christian Arenas
6f7605776d
Create a SagaManager events
7 years ago
Cesar De la Torre
b1c0c72ec7
CreateOrder refactored so return code lines are more compact
7 years ago
Cesar De la Torre
e5217c1756
CreateOrder refactored so return code lines are more compact
7 years ago