eiximenis
|
51236fd5af
|
Update to netcore2.1 RTM
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
|
6 years ago |
Cesar De la Torre Llorente
|
01a1d65308
|
set 10 min as the lifetime for each HttpMessageHandler int the pool
|
6 years ago |
Unai Zorrilla Castro
|
cd1f11b480
|
Create new polly policies for each service instead of use the same, in order to resolve problems with the execution context name
|
6 years ago |
Unai Zorrilla Castro
|
fb15ed1e11
|
Removed unused file
|
6 years ago |
Unai Zorrilla Castro
|
654555387c
|
Minor refactoring
|
6 years ago |
Unai Zorrilla Castro
|
88fa0a6309
|
Remove unnecesary catch
|
6 years ago |
Unai Zorrilla Castro
|
70a2682806
|
Working on compose dependencies and check new httpclient handlers retries
|
6 years ago |
Cesar De la Torre Llorente
|
6127457e8e
|
Changed order in pipeline so SetHandlerLifetime() is first, right on the on the IHttpClientBuilder that is returned when creating the Typed Client.
|
6 years ago |
Cesar De la Torre Llorente
|
1fa6242c1c
|
Added opt-in HttpClientLogging config
|
6 years ago |
Cesar De la Torre Llorente
|
8844aaba75
|
Adding an example of a HttpMessageHandler's Lifetime to 5 minutes in the pool. The default lifetime of HttpMessageHandler instances in the pool is 2 minutes.
|
6 years ago |
Unai Zorrilla Castro
|
094ba7c3c6
|
Review HTTP Aggregators. Remove IHTTPClient Resiliency building block. Fix TestController code ( ask about on this controller ). Tested with VS and docker-compose up directly
|
6 years ago |
Unai Zorrilla Castro
|
554b4e4a0c
|
Remove unused tables
|
6 years ago |
Unai Zorrilla Castro
|
2f9fa4dcca
|
Added HTTPClient services and review application on WebMVC
|
6 years ago |
Cesar De la Torre Llorente
|
dc5de83747
|
Changes using fluent configuration API from Polly. Still to be cleaned up and old Policy code to be removed, etc.
|
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
|
cf4b7ff47f
|
Added sample for use new IHttpClientFactory feature on WebMVC
|
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
|
7d2a790a8b
|
Fixed AOT compile issue with signalr pkg version
Removed duplicated ordering.background task in docker compose files
|
6 years ago |
Miguel Veloso
|
794be31f53
|
Include Ordering.BackgroundTasks in webstatus check
|
6 years ago |
Ramón Tomás
|
df010635fc
|
Fix issue mvc refreshing order list
|
6 years ago |
Ramón Tomás
|
04560ff4eb
|
Created specific service for signalr hub
|
6 years ago |
Ramón Tomás
|
02f94eeb0e
|
Updated k8s scripts
|
6 years ago |
Ramón Tomás
|
d9945a9200
|
Fixed ignored js files when building image
|
6 years ago |
Ramón Tomás
|
08e8a4ba26
|
Added signalr client service to SPA app
|
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 |
eiximenis
|
a34ed28445
|
SPA adapted to gateway
|
7 years ago |
eiximenis
|
181b475e32
|
MVC adapted to marketing bff apigw
|
7 years ago |
eiximenis
|
152fcc8205
|
Fixed errors and updated config
|
7 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
|
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
|
7998edc15a
|
evert "automatic changes"
This reverts commit f7dda83785 .
|
7 years ago |
Robert Raboud
|
a9ce760515
|
Revert "automatic changes"
This reverts commit f7dda83785 .
|
7 years ago |
Eduard Tomàs
|
2a81a080ba
|
Moved Create Order from MVC logic client to Purchase logic.
|
7 years ago |
Eduard Tomàs
|
0256c6a7ad
|
Moved Change Basket Quantities to PurchaseBFF. MVC client updated
|
7 years ago |
Eduard Tomàs
|
1c6431d503
|
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
|
7 years ago |
Robert Raboud
|
f7dda83785
|
automatic changes
|
7 years ago |
Eduard Tomàs
|
dcb9b87361
|
|
7 years ago |
yantang
|
23bdd59b10
|
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
|
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 |