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
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
a387f21029
fixed merge
2019-01-03 18:42:26 +01:00
Ramón Tomás
b9dcc80acd
Merge Netcore2.2 branch
2019-01-03 18:41:58 +01: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
fa0b1a7a6b
Added serilog
2018-12-13 12:13:59 +01:00
Ramón Tomás
ffca2da0b3
Migrated to netcore 2.2
2018-12-11 13:51:58 +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
9775219a34
change netcore 2.1 to 2.2 and update nugets
2018-11-12 17:27:54 +01:00
Ramón Tomás
a92c48ee22
Removed bower from WebStatus app
...
Migrated WebStatus app to Bootstrap 4
2018-09-27 10:51:44 +02:00
eiximenis
51236fd5af
Update to netcore2.1 RTM
...
Updates to web Dockerfiles to support microsoft/dotnet:2.1-sdk
2018-06-01 18:59:14 +02:00
Unai Zorrilla Castro
d1b6bc84fa
Migrated projects and references to use 2.1 rc1 libraries
2018-05-15 12:42:08 +02:00
Ramón Tomás
02f94eeb0e
Updated k8s scripts
2018-04-16 19:28:12 +02:00
Sychev Igor
c1db0703a7
packages update 2
2018-03-04 14:10:51 +03:00
Sychev Igor
ccad354645
packages update
2018-03-04 14:10:51 +03:00
yantang
23bdd59b10
Update AI k8s package version, otherwise kubernetes deployment will fail because of deadlock.
2018-01-28 23:33:44 -08:00
Sychev Igor
470e626802
"Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta2"
2018-01-04 10:11:32 +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
Sychev Igor
595e6e49a3
Microsoft.ApplicationInsights.ServiceFabric to 2.0.1-beta1
2017-12-12 10:13:34 +03: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
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
Eduard Tomas
d65a112535
References updated to preview-2
...
code adjustements to work with preview-2
2017-06-29 18:36:57 +02:00
Eduard Tomas
340d50fddd
WebStatus Nuget updated
2017-06-22 16:56:10 +02:00
Eduard Tomas
56902a5549
[WIP] Projects & Dockerfile migrated to 2.0
...
Lots of things to address yet, because nuget packages are still on 1.1
2017-06-21 19:03:48 +02:00
Cesar De la Torre
4410e455e0
Updates to target .NET Core 1.1.2 - Version changes at every .csproj file, dockerfile and the docker-compose.ci.build.yml file for building from the CLI.
2017-05-25 17:01:10 -07:00
igorsych
9e75504690
Newtonsoft.Json and MediatR with fixes of all based on MediatR classes
...
also from csproj files excluded direct specification of runtime to make compile happy if on a system we have higher version.
2017-05-19 18:03:05 +03:00
igorsych
c5778a04f3
.NET core packages update
2017-05-19 08:11:18 +03:00
Eduard Tomas
829f13aff0
Updated healthcheck lib
2017-05-02 10:29:24 +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