Erik Pique
1fdcc5cc32
MediatorR: Migration Guide 4.x to 5.0
6 years ago
Erik Pique
349d5ea3bb
update swagger nuget to 2.4.0 from 3.0.0
6 years ago
Tushar Koshti
2a22ef7802
Removed unused EventBusConnection property
6 years ago
Unai Zorrilla Castro
b005b63ff5
Add azure key vault support in all services
6 years ago
Unai Zorrilla Castro
d7d4dd4bf1
Added Cesar's feedback
6 years ago
unaizorrilla
afca2308b1
Created unit test and functional tests on each microservice, work on settings for each project tests, modifyc how TestServer is created. Create a docker-compose for run tests
6 years ago
eiximenis
51236fd5af
Update to netcore2.1 RTM
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
6 years ago
Unai Zorrilla Castro
2f9fa4dcca
Added HTTPClient services and review application on WebMVC
6 years ago
eiximenis
684aa4927f
Updates to make it work with Docker
- Dockerfiles changes
- Minor csproj updates to bring back "dotnet bundle" cli
- Enable all protocols in SignalR
- Update package-lock.json in spa
6 years ago
Unai Zorrilla Castro
b02c1b825d
Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog
6 years ago
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
6 years ago
Ramón Tomás
02f94eeb0e
Updated k8s scripts
6 years ago
Ramón Tomás
f1f17798da
Added missing Task.Background service docker-compose configuration
Added signalr client for MVC
Added signalr hub
Added signalr events when order status changes
6 years ago
Cesar De la Torre Llorente
b78daa4685
Fix microsoft/aspnetcore-build:2.0.5-2.1.4 name in dockerfiles
6 years ago
Cesar De la Torre Llorente
c17ecfa16a
Fallback to aspnetcore-build:2.0.5-2.1.4 until issue with aspnetcore-build:2.0 is solved: https://github.com/dotnet-architecture/eShopOnContainers/issues/543
6 years ago
Sychev Igor
039632bebd
docker to 2.0.5 .net core
7 years ago
Sychev Igor
c1db0703a7
packages update 2
7 years ago
Sychev Igor
ccad354645
packages update
7 years ago
Robert Raboud
8ef122fea2
Converted tabs to spaces
7 years ago
Eduard Tomàs
6cc87fc80a
renaming of PurchaseBff to Aggregator
7 years ago
Eduard Tomàs
0be655d2e0
Fixing errors in SPA when calling basket api through apigw
7 years ago
Eduard Tomàs
8edd736196
Updating SPA for working with PurchaseBFF.
7 years ago
Eduard Tomàs
704e6ae693
Finished purchase-bff implementation and ocelot rerouting
7 years ago
Eduard Tomàs
b0d4ae5a72
All order flow goes through Purchase BFF API. Also some refactorings.
7 years ago
Robert Raboud
8ce8560214
parse issue
7 years ago
Eduard Tomàs
2a81a080ba
Moved Create Order from MVC logic client to Purchase logic.
7 years ago
Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
7 years ago
Eduard Tomàs
e59829e96b
WIP on Ocelot: Change routing and config errors.
7 years ago
Eduard Tomàs
dcb9b87361
7 years ago
Eduard Tomàs
47a33ddd05
BFF Purchase - WIP
7 years ago
yantang
23bdd59b10
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
7 years ago
Eduard Tomàs
02f5e1158a
Purchase BFF skeleton created
7 years ago
Eduard Tomàs
9371eb1077
Add a endpoint returning only a 200 to be used as a liveness probe for k8s
7 years ago
yanchenw
607a30491e
Optimize multistage build
7 years ago
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
Sychev Igor
470e626802
"Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2"
7 years ago
Sychev Igor
77e5f9ba5a
images to support 2.0.3 packages with security fixes
7 years ago
Sychev Igor
924c735072
microsoft packages to latest. including Logging from .net standard 1.3 to 2.0 upgrade
7 years ago
Sychev Igor
abb9bcfe60
3rd party dependencies to latest versions
7 years ago
Sychev Igor
595e6e49a3
Microsoft.ApplicationInsights.ServiceFabric to 2.0.1-beta1
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
yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
7 years ago
Ramón Tomás
804620330d
Fix Rabbitmq bug with multiple service instances
7 years ago
Cesar De la Torre
8c810ad8a1
Minor changes in SwaggerEndpoints for each microservice.
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
42ce196270
Updated SF Linux manifests
7 years ago
Igor Sychev
7dfb2db7c3
packages update and clean up *.csproj files from useless content
7 years ago
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
7 years ago
Igor Sychev
1b38589ff0
retry policy defined via config
7 years ago
Igor Sychev
9e535930ce
swagge responce types and code https://github.com/dotnet-architecture/eShopOnContainers/issues/305
7 years ago