Christian Arenas
03f23eafa4
Merge branch 'load-testing' into dev
...
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
# src/Services/Identity/Identity.API/Configuration/Config.cs
# src/Web/WebMVC/appsettings.json
2017-07-10 14:40:26 +02:00
Christian Arenas
540f7510b9
Create a mvctest client, check when is the environment variable UseLoadTest in MVC project to true
2017-07-10 14:25:03 +02:00
dsanz
a65e9c01eb
Add Healthchecks to Locations.API and MArketing.API
2017-07-04 13:51:05 +02:00
Eduard Tomas
96c3f5c2bc
Merge remote-tracking branch 'origin/feature/data-and-ui-customization-v2' into dev
...
# Conflicts:
# docker-compose.override.yml
# src/Web/WebMVC/WebMVC.csproj
# src/Web/WebMVC/wwwroot/css/shared/components/identity/identity.css
# src/Web/WebMVC/wwwroot/css/site.min.css
# src/Web/WebSPA/AppSettings.cs
2017-06-28 12:20:20 +02:00
Shaun Walker
445101b376
data and UI customization enhancements
2017-06-20 12:54:32 -07:00
Christian Arenas
e80c5efdd3
Add details view and add marketing scope in mvc project and identity config
2017-06-16 01:20:03 +02:00
Christian Arenas
6168b52db8
Add campaign Service
2017-06-15 02:20:02 +02:00
Ramón Tomás
3a10038d71
Fix bug antiforgery decryption issue when deploying in a k8s cluster
...
Changed in-memory grant store in idsrv to persist in db
2017-06-08 17:45:07 +02:00
Ramón Tomás
41101164fa
Persist identity grant store to db
...
Persist machine Keys to Redis
2017-06-05 21:54:03 +02:00
Eduard Tomas
efe496e156
ResilientHttp client policies fixed
2017-05-09 20:27:00 +02:00
Eduard Tomas
37cef95fec
Use good endpoints for healthcheck
2017-05-09 16:59:23 +02:00
Eduard Tomas
95af2d9a02
Autorefresh on healthchecks with config timeout
2017-05-09 13:54:45 +02:00
Unai Zorrilla Castro
9cc6adbd89
Remove reference to HttpClient from IHttpClient. Change methods to allow specify authorization token and requestid headers in each request. Added API to group uri definitions
2017-05-04 13:01:14 +02:00
Cesar De la Torre
63eed87292
Merge pull request #142 from chlowell/hosting-changes
...
Set application discriminators, work around Redis client issue
2017-04-08 11:15:28 -07:00
dsanz
0c317d56f3
Refactoring resilience implementation in order to use Polly directly when creating the resilience policies
2017-04-07 12:48:22 +02:00
dsanz
6ca7f25669
Renaming of the resilience.http project
2017-04-06 16:59:17 +02:00
Eduard Tomas
2658a69347
Fixes after merge :)
2017-04-05 19:01:48 +02:00
Eduard Tomas
756cb3dafa
Merge branch 'master' into dev
...
# Conflicts:
# src/Mobile/eShopOnContainers/eShopOnContainers.Core/eShopOnContainers.Core.csproj
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Ordering/Ordering.API/Infrastructure/AutofacModules/MediatorModule.cs
# src/Web/WebMVC/Startup.cs
2017-04-05 17:05:14 +02:00
André Passos
f337898143
upgrade to Identity Server 4 rtm
2017-04-05 09:23:22 -03:00
Cesar De la Torre
c0c0941c4c
Refactored internal ResiliencePolicy base class and ResiliencePolicyFactory
2017-04-04 13:19:22 -07:00
dsanz
54d62b8a2c
Merge branch 'resilience-buildingblock' into dev
2017-03-31 14:58:00 +02:00
dsanz
e9bdeb6f13
Make resilient policies configurable.
2017-03-31 14:20:03 +02:00
Eduard Tomas
202882aa7c
Fixed healthcheck errors
2017-03-31 12:47:56 +02:00
Cesar De la Torre
fa541444c7
Fixed bug in HealthChecks so the Catalog.API microservice checks the SQL database.
...
Also, added more UrlChecks to the MVC app so it checks all its dependencies.
Plus minor bugs/missing code in docker-compose.pro.yml that was evolved in the .override.yml
2017-03-30 18:25:19 -07:00
dsanz
6ac5a8cc70
Move Polly implementation to Building block project
2017-03-30 15:05:19 +02:00
Cesar De la Torre
61df92872a
Renaming to ResilientHttpClient and StandardHttpClient
2017-03-28 14:30:30 -07:00
Ramón Tomás
e08fe895a3
Added MVC and SPA Apps to healthChecker
...
Added styles to view
2017-03-28 16:16:01 +02:00
Charles Lowell
2f3df2715d
Set data protection application discriminators
...
This prevents cookie confusion when applications are hosted at the same domain and path. For example, under default settings, WebMVC may attempt to decrypt Identity's antiforgery cookie rather than its own.
2017-03-27 09:53:35 -07:00
Ramón Tomás
6f8512f434
Increased circuit breaker threshold
...
Fix lifescope issue with IHttpClient
Adapt circuit breaker to trigger its counter for no success http response
2017-03-22 12:24:55 +01:00
Ramón Tomás
ddb03a0aa8
Refactoing HttpClientApi
2017-03-17 13:12:34 +01:00
dsanz
a1f2cc9975
Fix for issue #67 https://github.com/dotnet/eShopOnContainers/issues/67 renamed Models folder to ViewModels in WebMVC
2017-03-03 16:00:15 +01:00
PLAINCONCEPTS\ccanizares
2e84154e37
SPA: override with compose settings (environment variables) configuration in spa angular settings service.
2017-01-10 11:37:36 +01:00
Carlos Cañizares Estévez
ac146f4475
Added Unit Test Project for services
2016-12-22 13:20:12 +01:00
Carlos Cañizares Estévez
cf5ccffbe0
fix logout flow in mvc
2016-12-09 09:18:18 +01:00
Carlos Cañizares Estévez
42f3537441
scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...)
2016-12-07 13:57:31 +01:00
Carlos Cañizares Estévez
0a344f6cdc
Improvements in identity, securice basket api, login-logout from mvc application and consume securiced basket.
2016-11-29 15:10:16 +01:00
Carlos Cañizares Estévez
a939fe7a51
MVC App: Authentication against IdentityService and Order Api basic integration.
2016-11-28 12:58:51 +01:00
Carlos Cañizares Estévez
b345bd51c4
First version of identity server
2016-11-24 15:31:33 +01:00
Carlos Cañizares Estévez
6cff3aaf50
Basket microservice integration in MVC web, remove session from MVC Site, docker-compose to include Basket.api and Redis image.
2016-11-16 10:19:00 +01:00
Carlos Cañizares Estévez
cc2ecf7f8b
Resolve some feedback in catalog section
2016-11-10 09:13:08 +01:00
Carlos Cañizares Estévez
eb7298c617
Add Checkout view, My Orders view and Order Detail View, and Mvc flow for this Views...
2016-11-03 17:17:26 +01:00
Carlos Cañizares Estévez
65e633e4e0
Add to Cart flow and views
2016-11-02 20:41:12 +01:00
Carlos Cañizares Estévez
b079e6ba79
Add Cart Flow
2016-10-31 17:56:24 +01:00
Carlos Cañizares Estévez
cbf3310cd1
Filter in product list and pagination
2016-10-31 09:25:47 +01:00
Carlos Cañizares Estévez
c424f0816a
Web MVC site UI apperance
2016-10-21 05:46:30 +02:00
Cesar De la Torre
8cc57c2542
WebMVC project folder simplified and migrated to latest version of VS Tools for Docker
2016-10-07 17:13:05 -07:00