2895 Commits

Author SHA1 Message Date
José Alberto
bee5286bc4 Remove unneeded local variable. 2018-05-30 22:57:27 +02:00
José Alberto
44f43cdc0d Remove unneeded local variable. 2018-05-30 22:51:49 +02:00
Cesar De la Torre Llorente
01a1d65308 set 10 min as the lifetime for each HttpMessageHandler int the pool 2018-05-26 23:45:37 +02:00
Cesar De la Torre Llorente
104661d39d Fixed bug, no need of GracePeriodTime setting for the Order microservice. Only for the Ordering.BackgroundTasks 2018-05-26 20:45:32 +02:00
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 2018-05-25 11:52:35 +02:00
Cesar De la Torre
97b8fce7e5
Update README.md 2018-05-22 17:39:25 -07:00
Cesar De la Torre
2158846c60
Update README.md 2018-05-22 17:35:59 -07:00
Cesar De la Torre
81943e4da2
Update README.md 2018-05-22 17:34:47 -07:00
Miguel Veloso
754da499e3 fix: typo 2018-05-22 20:09:45 +01:00
Miguel Veloso
dc8d8a6be7 Add additional explanations 2018-05-22 19:59:47 +01:00
Miguel Veloso
acde548e38 fix link 2018-05-22 19:42:26 +01:00
Miguel Veloso
1e2e7a3437 Initial Simplified CQRS and DDD KB post 2018-05-22 19:40:42 +01:00
Unai Zorrilla Castro
fb15ed1e11 Removed unused file 2018-05-22 18:19:13 +02:00
Unai Zorrilla Castro
1da9832a54 Merge branch 'features/net21rc1' of https://github.com/dotnet/eShopOnContainers into features/net21rc1 2018-05-22 16:21:25 +02:00
eiximenis
bcc79c8e52 Merge branch 'features/net21rc1' of https://github.com/dotnet-architecture/eShopOnContainers into features/net21rc1 2018-05-22 16:20:59 +02:00
eiximenis
89fb5d6fc3 Solves issue #611 2018-05-22 16:20:52 +02:00
Unai Zorrilla Castro
654555387c Minor refactoring 2018-05-22 16:20:28 +02:00
Unai Zorrilla Castro
88fa0a6309 Remove unnecesary catch 2018-05-22 15:34:24 +02:00
Unai Zorrilla Castro
0454ad908e Merge branch 'features/net21rc1' of https://github.com/dotnet/eShopOnContainers into features/net21rc1 2018-05-22 15:33:42 +02:00
Unai Zorrilla Castro
70a2682806 Working on compose dependencies and check new httpclient handlers retries 2018-05-22 15:33:21 +02:00
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. 2018-05-21 20:06:39 -07:00
Cesar De la Torre Llorente
1fa6242c1c Added opt-in HttpClientLogging config 2018-05-21 18:11:27 -07:00
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. 2018-05-21 17:04:18 -07:00
Unai Zorrilla Castro
460fc997af Create Generic Host prototype for background task in order to be reviewed 2018-05-21 15:01:29 +02:00
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 2018-05-21 11:38:09 +02:00
Cesar De la Torre Llorente
a77219e319 Added build-push-images.ps1 just to work with images and registry/ACR 2018-05-18 21:18:36 -07:00
Cesar De la Torre Llorente
58bba231d0 Fixed bug so the OrderingBackgroundTasks container is in HealthChecks 2018-05-18 15:27:37 -07:00
Cesar De la Torre Llorente
2d2323b109 Improved deploy.ps1 to Push not Push images to Registry 2018-05-18 13:03:31 -07:00
Unai Zorrilla Castro
96816e7bf7 Refactor aggregators to use AddHttpClient like on WebMVC 2018-05-18 14:02:18 +02:00
Unai Zorrilla Castro
554b4e4a0c Remove unused tables 2018-05-18 12:43:33 +02:00
Unai Zorrilla Castro
2f9fa4dcca Added HTTPClient services and review application on WebMVC 2018-05-18 12:36:33 +02:00
Cesar De la Torre
8295c3c04f
Update README.k8s.md 2018-05-17 15:25:17 -07:00
Cesar De la Torre
225d568808
Update README.k8s.md 2018-05-17 15:21:26 -07:00
Cesar De la Torre Llorente
4db6c58fa6 Fxied script supporting dnsNamePrefix param and is aligned with docs 2018-05-17 15:19:38 -07:00
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. 2018-05-16 20:30:05 -07:00
eiximenis
18e6dc4afb Merge branch 'features/net21rc1' of https://github.com/dotnet-architecture/eShopOnContainers into features/net21rc1 2018-05-16 14:45:21 +02:00
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
2018-05-16 14:45:15 +02:00
Unai Zorrilla Castro
cf4b7ff47f Added sample for use new IHttpClientFactory feature on WebMVC 2018-05-16 12:44:32 +02:00
Unai Zorrilla Castro
36fb20acea Refactoring Catalog and Order status and add problem details feature from 2.1 2018-05-15 16:58:53 +02:00
Unai Zorrilla Castro
b02c1b825d Migrate all dockerfiles to use 2.1 image. Added ApiBehaviorOptions into Catalog 2018-05-15 16:27:10 +02:00
Unai Zorrilla Castro
d1b6bc84fa Migrated projects and references to use 2.1 rc1 libraries 2018-05-15 12:42:08 +02:00
Ramón Tomás
1d2fc6c42b Removed commented code in signalr hub registration 2018-05-15 09:20:54 +02:00
Cesar De la Torre Llorente
c3213df7ed Setting IWebHostBuilder and IWebHost as explicit (instead of var) in BuildWebHost() from the generic OcelotApiGw. 2018-05-14 15:48:21 -07:00
eiximenis
12d24ee4b1 Merge branch 'acr-build' into dev 2018-05-14 15:05:15 +02:00
eiximenis
edacbd6f8d script for queuing acr builds 2018-05-14 15:04:49 +02:00
Ramón Tomás
7d2a790a8b Fixed AOT compile issue with signalr pkg version
Removed duplicated ordering.background task in docker compose files
2018-05-14 13:51:42 +02:00
eiximenis
36d916a86c Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2018-05-13 11:18:11 +02:00
Cesar De la Torre Llorente
4eb73f8e23 Fixed bug in configuration.json for Ocelot API Gateways. ReRoutes for the Marketing microservices shound't be present in the configuration.json for the Shopping API Gateways, only for the Marketing API Gateways. 2018-05-11 19:35:28 -07:00
Cesar De la Torre Llorente
c38d576e86 Deleted the docker-compose.ci.build.yml file as we don't need it anymore since we're using DOCKER MULTI-STAGE BUILDS. 2018-05-11 19:22:23 -07:00
eiximenis
31669d5d2d Merge branch 'features/netcore2.1' into dev
# Conflicts:
#	eShopOnContainers-ServicesAndWebApps.sln
2018-05-11 11:26:19 +02:00