-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '25-report-uptime-for-ping-metrics' into 'master'
Resolve "Report uptime for ping metrics" Closes #25 See merge request !15
Showing
- articles/docs/badges.md 16 additions, 2 deletionsarticles/docs/badges.md
- src/shared/Extensions/IServiceCollectionExtensions.cs 1 addition, 0 deletionssrc/shared/Extensions/IServiceCollectionExtensions.cs
- src/shared/Services/UptimeReportService.cs 59 additions, 0 deletionssrc/shared/Services/UptimeReportService.cs
- src/web/Controllers/View/HealthController.cs 30 additions, 1 deletionsrc/web/Controllers/View/HealthController.cs
- src/web/Controllers/View/HomeController.cs 6 additions, 1 deletionsrc/web/Controllers/View/HomeController.cs
- src/web/Services/BadgeService.cs 31 additions, 0 deletionssrc/web/Services/BadgeService.cs
- src/web/Views/Home/Metric.cshtml 4 additions, 0 deletionssrc/web/Views/Home/Metric.cshtml
- test/ControllerTests/Health/HealthControllerTest.cs 3 additions, 1 deletiontest/ControllerTests/Health/HealthControllerTest.cs
- test/ControllerTests/HomeConroller/HomeControllerTest.cs 3 additions, 1 deletiontest/ControllerTests/HomeConroller/HomeControllerTest.cs
- test/UnitTests/Services/BadgeServiceTest.cs 65 additions, 0 deletionstest/UnitTests/Services/BadgeServiceTest.cs
- test/UnitTests/Services/UptimeReportServiceTest.cs 92 additions, 0 deletionstest/UnitTests/Services/UptimeReportServiceTest.cs
src/shared/Services/UptimeReportService.cs
0 → 100644
Please register or sign in to comment