This website requires JavaScript.
Explore
Help
Register
Sign In
swcs
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
827e79c70535cd5ec9cf42581c2df855c068f4de
Umbraco-CMS
/
src
/
Umbraco.Web
/
HealthCheck
T
History
Warren Buckley
827e79c705
Merge pull request
#2280
from umbraco/temp-U4-10625
...
U4-10625 HealthCheckController non-empty constructor fails to initial…
2017-11-03 09:29:14 +00:00
..
Checks
Fix U4-10618 - AbstractConfigCheck SuccessMessages are missing CurrentValue
2017-11-01 12:34:24 +00:00
NotificationMethods
Creates new EmailSender which should take the place throughout the codebase for sending emails in the Core. Have replaced most places where SMTP is used directly (but not the notifications part since that is more complicated right now). Added the internal event and special usage so we can raise an event to send an email if smtp is not configured.
2017-09-05 18:52:03 +10:00
HealthCheck.cs
More IDiscoverable
2017-03-05 11:28:37 +01:00
HealthCheckAction.cs
Implemented scheduled task for notification on status of health checks
2017-06-05 09:21:35 +02:00
HealthCheckAttribute.cs
Dev v7 health check (
#1220
)
2016-06-13 17:42:05 +02:00
HealthCheckContext.cs
Implemented scheduled task for notification on status of health checks
2017-06-05 09:21:35 +02:00
HealthCheckController.cs
U4-10625 HealthCheckController non-empty constructor fails to initialize the correct variables
2017-11-02 15:18:58 +11:00
HealthCheckGroup.cs
Dev v7 health check (
#1220
)
2016-06-13 17:42:05 +02:00
HealthCheckNotificationMethodAttribute.cs
Amended registration of health check scheduled notifiers (email and Slack) to use a resolver method and allow others to be added without modifying core
2017-06-18 16:41:46 +02:00
HealthCheckNotificationMethodResolver.cs
Fix so that health check notifications without config don't cause all notification methods to fail
2017-08-08 16:50:17 +01:00
HealthCheckResolver.cs
fix build
2017-09-14 18:28:02 +10:00
HealthCheckResults.cs
Make the setters in NotifcationMethodBase readonly and make AllChecksSuccessful public
2017-08-02 12:54:37 +01:00
HealthCheckStatus.cs
Dev v7 health check (
#1220
)
2016-06-13 17:42:05 +02:00
IHealthCheckNotificationMethodsResolver.cs
Amended registration of health check scheduled notifiers (email and Slack) to use a resolver method and allow others to be added without modifying core
2017-06-18 16:41:46 +02:00
IHealthCheckResolver.cs
Dev v7 health check (
#1220
)
2016-06-13 17:42:05 +02:00
StatusResultType.cs
Dev v7 health check (
#1220
)
2016-06-13 17:42:05 +02:00