Notifications for health checks (#1664)

Add list of emergency contacts to global configuration. This user will receive e-mails and notification if some serious system error occurs like repository health check failed.
This commit is contained in:
Florian Scholdei
2021-05-20 08:30:20 +02:00
committed by GitHub
parent cb6806a36f
commit 42745c9e34
24 changed files with 551 additions and 405 deletions

View File

@@ -32,6 +32,7 @@ export * from "./base";
export * from "./login";
export * from "./groups";
export * from "./users";
export * from "./userSuggestions";
export * from "./repositories";
export * from "./namespaces";
export * from "./branches";