yanchenw
3186c63482
Bug fix
7 years ago
yanchenw
56a60e3d2f
Try to fix windows container build error
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
dsanz
2e955c7f13
Fix multistaging build
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
Dylan Munyard
a5abf7dc0b
Using Rider 2017.2 as the IDE detects and unclosed <a> tag and the unnecessary Razor syntax.
7 years ago
Ramón Tomás
c51c101f90
Updated Load Tests
Added middleware to bypass authorization in load testing
7 years ago
Igor Sychev
3c41a57f6d
js file is not exists
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
Cesar De la Torre
ace61123e3
Increased number of retries with exponential backoff and Circuir-Breaker so minimizes the risk of open circuit when spinning up the containers for the first time in Docker.
7 years ago
Igor Sychev
1b38589ff0
retry policy defined via config
7 years ago
Ramón Tomás
c3e15969b9
Added Appinsights K8s telemetry initializer
7 years ago
Ramón Tomás
a04cef97ef
Added AppInsights service
7 years ago
Cesar De la Torre
e8c8678082
Changed to new GA SQL Server container Image tag and parameters
7 years ago
Ramón Tomás
274ddc2016
Integrate HealthCheck with k8s
7 years ago
Ramón Tomás
0f12640725
Fix issue k8s webstatus: webmvc healthcheck fails
Added Payment.api to healthcheck
7 years ago
Cesar De la Torre
6d8a33bbb9
Set NO-CACHE for HealthCheck to Basket microservice, and MVC and SPA apps so it is faster for demoing HealthChecks.
7 years ago
Unai Zorrilla Castro
df28e4eeeb
Invert Lat/Long order on Marketing Campaign Views
7 years ago
Unai Zorrilla Castro
7d4ddca393
Added missing entries for k8s
7 years ago
Igor Sychev
926cc9f5e5
Health check for Payment
7 years ago
Ramón Tomás
cecdc40ac1
Fix Authentication issue in Locations.api
Created input in user campaigns view to update the user's location
7 years ago
Eduard Tomàs
7321d5e5fc
Base path fix and k8s config updated
7 years ago
Ramón Tomás
89cbbb43f7
Test base_path
7 years ago
Ramón Tomás
17395497e5
Added PathBase WebMVC
7 years ago
Ramón Tomás
03e4559b30
Created last services added to eShop
Updated with latest configurations
7 years ago
Unai Zorrilla Castro
7be5cb933d
Update BundlerMinimifier.Core version to netcoreapp2
7 years ago
Eduard Tomàs
8198126daf
Use dotnet multi-architecture images.
Removing docker-compose.windows.override (not needed as is identical to docker-compose.override)
7 years ago
Igor Sychev
dc566ea2a1
nanowin
7 years ago
Ramón Tomás
9ed7325e0e
Downgrade Identity.api version due to compatibility issues
Updated Test project version
Fix issue Idsrv token
7 years ago
Ramón Tomás
e20223b6e2
Included Aspnetcore.all metapackage
7 years ago
Unai Zorrilla Castro
cd78d98436
Updated Identity.API to preview version of IdentityServer4, Fix breaking changes. Not well tested
7 years ago
Ramón Tomás
364c07a528
Included AspnetCore.all metapackage
7 years ago
Unai Zorrilla Castro
acefa64465
Updated Program and Startup to new .NETCoreApp2.0 templates. Minor refactorings
7 years ago
Unai Zorrilla Castro
116d5b55bb
Updated Startup and Program to use new .NETCoreApp2.0 templates.Minor Refactorings
7 years ago
Igor Sychev
03d5a50a54
CLI-Windows using wrong dll names in Dockerfile.nanowin
7 years ago
Ramón Tomás
4161efdd70
Update authentication middleware
Update global to sdk 2.0.0
7 years ago
PLAINCONCEPTS\lruiz
8d14869ca0
Fix bug #259
7 years ago
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
7 years ago
PLAINCONCEPTS\lruiz
a6acdabf85
Fix bug #283
7 years ago
PLAINCONCEPTS\lruiz
737bddadc2
Fix issue #259
7 years ago
Ramón Tomás
eb4396e659
Fix accountcontroller signin unit test
7 years ago
Cesar De la Torre
dca1b5eedd
Updated UserSecrets() obsolete API to AddUserSecrets<Startup>() update heading NET Core 2.0. See: https://github.com/aspnet/Announcements/issues/223
7 years ago