Miguel Veloso
|
acde548e38
|
fix link
|
6 years ago |
Miguel Veloso
|
1e2e7a3437
|
Initial Simplified CQRS and DDD KB post
|
6 years ago |
Unai Zorrilla Castro
|
fb15ed1e11
|
Removed unused file
|
6 years ago |
Unai Zorrilla Castro
|
1da9832a54
|
Merge branch 'features/net21rc1' of https://github.com/dotnet/eShopOnContainers into features/net21rc1
|
6 years ago |
eiximenis
|
bcc79c8e52
|
Merge branch 'features/net21rc1' of https://github.com/dotnet-architecture/eShopOnContainers into features/net21rc1
|
6 years ago |
eiximenis
|
89fb5d6fc3
|
Solves issue #611
|
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
|
0454ad908e
|
Merge branch 'features/net21rc1' of https://github.com/dotnet/eShopOnContainers into features/net21rc1
|
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
|
460fc997af
|
Create Generic Host prototype for background task in order to be reviewed
|
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 |
Cesar De la Torre Llorente
|
a77219e319
|
Added build-push-images.ps1 just to work with images and registry/ACR
|
6 years ago |
Cesar De la Torre Llorente
|
58bba231d0
|
Fixed bug so the OrderingBackgroundTasks container is in HealthChecks
|
6 years ago |
Cesar De la Torre Llorente
|
2d2323b109
|
Improved deploy.ps1 to Push not Push images to Registry
|
6 years ago |
Unai Zorrilla Castro
|
96816e7bf7
|
Refactor aggregators to use AddHttpClient like on WebMVC
|
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
|
8295c3c04f
|
Update README.k8s.md
|
6 years ago |
Cesar De la Torre
|
225d568808
|
Update README.k8s.md
|
6 years ago |
Cesar De la Torre Llorente
|
4db6c58fa6
|
Fxied script supporting dnsNamePrefix param and is aligned with docs
|
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
|
18e6dc4afb
|
Merge branch 'features/net21rc1' of https://github.com/dotnet-architecture/eShopOnContainers into features/net21rc1
|
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
|
36fb20acea
|
Refactoring Catalog and Order status and add problem details feature from 2.1
|
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
|
1d2fc6c42b
|
Removed commented code in signalr hub registration
|
6 years ago |
Cesar De la Torre Llorente
|
c3213df7ed
|
Setting IWebHostBuilder and IWebHost as explicit (instead of var) in BuildWebHost() from the generic OcelotApiGw.
|
6 years ago |
eiximenis
|
12d24ee4b1
|
Merge branch 'acr-build' into dev
|
6 years ago |
eiximenis
|
edacbd6f8d
|
script for queuing acr builds
|
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 |
eiximenis
|
36d916a86c
|
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
|
6 years ago |
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.
|
6 years ago |
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.
|
6 years ago |
eiximenis
|
31669d5d2d
|
Merge branch 'features/netcore2.1' into dev
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
|
6 years ago |
Cesar De la Torre
|
19936607e2
|
Update README.md
|
6 years ago |
Cesar De la Torre
|
c22aa6fbeb
|
Update README.md
|
6 years ago |
Cesar De la Torre
|
d81de5ff2e
|
Update README.md
|
6 years ago |
Miguel Veloso
|
cffaf7dfd1
|
Merge pull request #598 from mvelosop/fix/reenable-ordering-background-tasks
Include back ordering background tasks project and container
|
6 years ago |
Miguel Veloso
|
794be31f53
|
Include Ordering.BackgroundTasks in webstatus check
|
6 years ago |
Miguel Veloso
|
49ec9beff4
|
wip: add back OrderingBackgroundTasks
|
6 years ago |
Miguel Veloso
|
0693da2052
|
Merge pull request #591 from mvelosop/fix-swagger-oauth-redirection-error-#586
Fix swagger oauth redirection error #586
|
6 years ago |
Miguel Veloso
|
cdd87d367f
|
Fix swagger-ui redirection uri to current one as of v.3.x;
Fix stored values for existing deployments
|
6 years ago |
Miguel Veloso
|
fc81bb985b
|
Update global.json to currenty used SDK
|
6 years ago |
Ramón Tomás
|
df010635fc
|
Fix issue mvc refreshing order list
|
6 years ago |