Eduard Tomàs
1c6431d503
Moved "AddItemToBasket" from MVC Client to a single call in PurchaseBFF
2018-01-31 16:35:40 +01:00
Robert Raboud
2451ab9dff
Changed AddRange to AddRangeAwait
2018-01-30 08:16:20 -05:00
Eduard Tomàs
47a33ddd05
BFF Purchase - WIP
2018-01-29 16:58:08 +01:00
yantang
23bdd59b10
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
2018-01-28 23:33:44 -08:00
Eduard Tomàs
9371eb1077
Add a endpoint returning only a 200 to be used as a liveness probe for k8s
2018-01-22 11:46:18 +01:00
Cesar De la Torre
ded64feae2
Merge pull request #452 from SychevIgor/k8appinsbeta2
...
Upgrades to "Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2"
2018-01-16 12:41:29 -08:00
yanchenw
607a30491e
Optimize multistage build
2018-01-04 15:00:05 -08:00
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.
2018-01-04 11:01:45 -08:00
Sychev Igor
470e626802
"Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2"
2018-01-04 10:11:32 +03:00
Sychev Igor
77e5f9ba5a
images to support 2.0.3 packages with security fixes
2017-12-14 09:16:34 +03:00
Sychev Igor
924c735072
microsoft packages to latest. including Logging from .net standard 1.3 to 2.0 upgrade
2017-12-14 09:16:34 +03:00
RamonTC
c90f442088
Merge branch 'dev' into latest3rdpartydep
2017-12-12 18:41:50 +01:00
Sychev Igor
abb9bcfe60
3rd party dependencies to latest versions
2017-12-12 10:14:43 +03:00
Sychev Igor
595e6e49a3
Microsoft.ApplicationInsights.ServiceFabric to 2.0.1-beta1
2017-12-12 10:13:34 +03:00
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.
2017-11-27 13:48:31 -08:00
Ramón Tomás
804620330d
Fix Rabbitmq bug with multiple service instances
2017-11-10 17:37:18 +01:00
Ramón Tomás
ee61c8f44d
Created Readme.md for setting load test scenarios
2017-11-08 16:28:12 +01:00
Cesar De la Torre
48af69ce18
Minor updates in comments, so it is clearer.
2017-10-30 18:12:28 -07:00
Cesar De la Torre
8c810ad8a1
Minor changes in SwaggerEndpoints for each microservice.
2017-10-27 14:28:27 -07:00
Ramón Tomás
c51c101f90
Updated Load Tests
...
Added middleware to bypass authorization in load testing
2017-10-23 17:39:45 +02:00
Ramón Tomás
42ce196270
Updated SF Linux manifests
2017-10-16 16:10:40 +02:00
Igor Sychev
7dfb2db7c3
packages update and clean up *.csproj files from useless content
2017-10-13 13:04:06 +01:00
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
2017-10-13 11:35:26 +02:00
Cesar De la Torre
ebcabe2bbb
Merge pull request #368 from SychevIgor/swagger
...
swagger response types and code
2017-10-12 18:00:03 -07:00
Igor Sychev
1b38589ff0
retry policy defined via config
2017-10-12 09:25:01 +01:00
Igor Sychev
9e535930ce
swagge responce types and code https://github.com/dotnet-architecture/eShopOnContainers/issues/305
2017-10-12 08:45:33 +01:00
Cesar De la Torre
c9ad364aa5
Missing fix
2017-10-11 10:10:52 -07:00
Cesar De la Torre
d0f39b0587
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
2017-10-11 10:01:00 -07:00
Cesar De la Torre
121a92c557
Fix for regression bug at AddDbContext<IntegrationEventLogContext> for Catalog.API
2017-10-11 10:00:39 -07:00
Ramón Tomás
c3e15969b9
Added Appinsights K8s telemetry initializer
2017-10-11 18:53:26 +02:00
Ramón Tomás
a04cef97ef
Added AppInsights service
2017-10-11 16:26:44 +02:00
Cesar De la Torre
373bdd9896
Set Retries with exponential backoff to most microservices sqlOptions, so errors when spinning the SQL container late shouldn't happen.
2017-10-10 19:56:34 -07:00
Unai Zorrilla Castro
d8b374ac4a
Create DesignTimeFactories for context used on startup with dependencies
2017-09-14 15:33:39 +02:00
Unai Zorrilla Castro
226c03b573
Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup
2017-09-13 14:53:06 +02:00
Eduard Tomàs
7321d5e5fc
Base path fix and k8s config updated
2017-09-07 19:18:53 +02:00
Eduard Tomàs
6fd4f46058
Fix for rabbitMQ under windows containers.
...
Also some config tweaking on windows
2017-09-05 15:55:17 +02:00
Eduard Tomàs
8198126daf
Use dotnet multi-architecture images.
...
Removing docker-compose.windows.override (not needed as is identical to docker-compose.override)
2017-09-04 19:07:53 +02:00
Unai Zorrilla Castro
70e429b760
Added IEntityTypeConfiguration feature from EF Core 2
2017-08-31 17:16:28 +02:00
RamonTC
4ea8f6814e
Merge pull request #299 from SychevIgor/SychevIgor/WindowsDockerFiles20
...
windows docker files update to 2.0 base images
2017-08-30 17:55:26 +02:00
Igor Sychev
dc566ea2a1
nanowin
2017-08-30 08:48:06 +03:00
Ramón Tomás
9ed7325e0e
Downgrade Identity.api version due to compatibility issues
...
Updated Test project version
Fix issue Idsrv token
2017-08-29 18:11:30 +02:00
Ramón Tomás
364c07a528
Included AspnetCore.all metapackage
2017-08-29 12:03:20 +02:00
Ramón Tomás
01469da7d3
Fixed bug Swagger is not working for the services #290
2017-08-24 15:41:11 +02:00
Ramón Tomás
8288acf3a4
Update projects from netcore 2.0.0 preview to 2.0.0
...
Fix netcore 2.0.0 breaking changes in authentication middleware
2017-08-22 22:36:23 +02:00
Ramón Tomás
2baedadc7a
Merge from Dev
2017-08-22 19:46:53 +02:00
Cesar De la Torre
a3fad613bc
Fixed ZIP file that was corrupted
2017-08-14 15:41:38 -07:00
Eduard Tomàs
8683efcaf9
Merge branch 'dev'
...
# Conflicts:
# docs/Enterprise-Application-Patterns-using-XamarinForms.pdf
2017-08-10 09:07:33 +02:00
Cesar De la Torre
5588515abf
Fix bug for Linux environment. Case sensitive. It has to be CatalogItems.zip
2017-08-06 15:50:23 -07:00
Cesar De la Torre
9b9db6b721
temp rename for file with wrong case letter. It will be CatalogItems.zip
2017-08-06 15:49:25 -07:00
Christian Arenas
f0f88aee98
Add PicBaseUrl with a replaced parameter
2017-07-11 12:43:06 +02:00