Miguel Veloso
0c14810a33
Replace obsolete IHostingEnvironment for IWebHostEnvironment
2019-11-08 16:02:58 +00:00
eiximenis
d68c9e40aa
Configuration of envoy routes and minor code fixes
2019-09-19 18:26:04 +02:00
Erik Pique
50a1e1311e
update preview7
2019-07-25 11:30:17 +02:00
Erik Pique
79405b89b0
modify retries count
2019-07-24 12:15:38 +02:00
Erik Pique
756142db94
upgrade net3 webapp
2019-07-23 12:14:09 +02:00
Erik Pique
31f77cb79e
update version and image docker
2019-07-23 10:26:33 +02:00
eiximenis
437bdd7431
Using Directory.Build.props for handling versions. Needed to start the update to net3
2019-07-17 18:26:20 +02:00
Miguel Veloso
c1d7ca8951
Merge branch 'dev' into features/add-seq-sink
...
# Conflicts SOLVED:
# .gitignore
# src/BuildingBlocks/WebHostCustomization/WebHost.Customization/WebHostExtensions.cs
# src/Services/Basket/Basket.API/Basket.API.csproj
# src/Services/Basket/Basket.API/Program.cs
# src/Services/Basket/Basket.API/Startup.cs
# src/Services/Catalog/Catalog.API/Catalog.API.csproj
# src/Services/Catalog/Catalog.API/Program.cs
# src/Services/Catalog/Catalog.API/Startup.cs
# src/Services/Identity/Identity.API/Identity.API.csproj
# src/Services/Identity/Identity.API/Program.cs
# src/Services/Identity/Identity.API/Startup.cs
# src/Services/Location/Locations.API/Locations.API.csproj
# src/Services/Location/Locations.API/Program.cs
# src/Services/Location/Locations.API/Startup.cs
# src/Services/Marketing/Marketing.API/Marketing.API.csproj
# src/Services/Marketing/Marketing.API/Program.cs
# src/Services/Marketing/Marketing.API/Startup.cs
# src/Services/Ordering/Ordering.API/Ordering.API.csproj
# src/Services/Ordering/Ordering.API/Program.cs
# src/Services/Ordering/Ordering.API/Startup.cs
# src/Services/Ordering/Ordering.SignalrHub/Ordering.SignalrHub.csproj
# src/Services/Ordering/Ordering.SignalrHub/Program.cs
# src/Services/Ordering/Ordering.SignalrHub/Startup.cs
# src/Services/Payment/Payment.API/Payment.API.csproj
# src/Services/Payment/Payment.API/Program.cs
# src/Services/Payment/Payment.API/Startup.cs
# src/Web/WebMVC/Program.cs
# src/Web/WebMVC/Startup.cs
# src/Web/WebStatus/Program.cs
# src/Web/WebStatus/Startup.cs
# src/Web/WebStatus/WebStatus.csproj
2019-02-28 15:34:12 +00:00
Igor_Sychev
e98c625f81
runfix
2019-02-28 11:43:44 +03:00
Igor_Sychev
185a5dcc31
minor packages update
...
replace preview apis with production
replace EnableKubernetes with AddApplicationInsightsKubernetesEnricher
replace loggerFactory.AddAzureWebAppDiagnostics(); with loggerBuilder.AddAzureWebAppDiagnostics();
2019-02-26 22:28:30 +03:00
Miguel Veloso
37409e8869
Add Seq to WebStatus
2019-02-18 16:53:29 +00:00
Ramón Tomás
dbf175f913
Fixed missing env variables in marketing.api in k8s scripts
...
Added Resource path in webstatus UI when deploying with K8S
Added Liveness healthChecks
Updated k8s healthcheck configuration
2019-01-03 17:11:56 +01:00
Ramón Tomás
25bef6dce4
Updated Webstatus startup
...
Ignore temp healthchecksdb
2018-12-04 21:49:14 +01:00
Ramón Tomás
0f6f4e6d14
Integrate HealthCheck to all eShop services and apps
...
Integrate WebStatus with Healthcheck
2018-11-30 17:43:22 +01:00
Erik Pique
deb3d38ebe
add features api
2018-11-14 16:21:50 +01:00
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
2018-05-15 12:42:08 +02:00
Miguel Veloso
794be31f53
Include Ordering.BackgroundTasks in webstatus check
2018-05-10 11:31:11 +01: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
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
Ramón Tomás
dc98e6a4c6
Added Appinsights Linux SF telemetry initializer
2017-10-13 11:35:26 +02: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
6d8a33bbb9
Set NO-CACHE for HealthCheck to Basket microservice, and MVC and SPA apps so it is faster for demoing HealthChecks.
2017-09-25 14:45:53 -04:00
Igor Sychev
926cc9f5e5
Health check for Payment
2017-09-18 09:15:53 +03:00
Eduard Tomàs
7321d5e5fc
Base path fix and k8s config updated
2017-09-07 19:18:53 +02:00
Unai Zorrilla Castro
116d5b55bb
Updated Startup and Program to use new .NETCoreApp2.0 templates.Minor Refactorings
2017-08-29 11:28:21 +02:00
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.
2017-07-13 14:48:55 -07:00
dsanz
a65e9c01eb
Add Healthchecks to Locations.API and MArketing.API
2017-07-04 13:51:05 +02:00
Eduard Tomas
95af2d9a02
Autorefresh on healthchecks with config timeout
2017-05-09 13:54:45 +02: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
Eduard Tomas
561ba3b1ec
1st version of healthcheck & webstatus
2017-03-23 19:10:55 +01:00