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
IgorSychev
f16d0ddffe
2 Views survived after identity redesign.
In AccountController we don't have view for index action it's also looks like a some rudement
7 years ago
IgorSychev
dd100f643c
we are not using identityparser in AccountController. we can drop it from a constructor
7 years ago
IgorSychev
e624150866
bootstrap version consolidated across all ui based apps. latest stable version is 3.3.7
bootstrap version was inconsistent in WebMVC app. js was from 3.3.6, but css from 4.0.0-alpha.5. 4.0.0-alpha.5 was introduced in a commit
Author: Quique Fernandez <e.fernandez@plainconcepts.com>#mailto:e.fernandez@plainconcepts.com
Date: 6 months ago (2016-12-29 7:16:26 PM)
Commit hash: 35ef9740db
Parent(s): f1a662e3e0
7 years ago
IgorSychev
5075d5af98
ApplicationInsights deleted from 3 projects. 2
7 years ago
IgorSychev
d35dc2ea17
ApplicationInsights deleted from 3 projects.
7 years ago
IgorSychev
c43d1922a1
Error action extracted from CatalogController, because otherwise was violated Single Responsibility Principal, when even to generate an Error we will create Transient ICatalogService for each error.
7 years ago
Eduard Tomàs
31d71d0f1f
update angular-cli
7 years ago
Cesar De la Torre
e017008c85
Setting docker-compose.ci.build.yml to restore and build the bits directly with the .sln instead of the Linux Script.
7 years ago
Ramón Tomás
87ea62cc66
Updated docker compose files for windows
7 years ago
Ramón Tomás
d42033a83b
Added UI alert and circuit-breaker handlers for components that depend on Basket.api
7 years ago
Cesar De la Torre
c7c176c4c1
Changed HealthCheck Cache duration time (Zero == No Cache) configuration for the Basket microservice. This is better for demos and can be changed at any time.
7 years ago