mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
display failed health checks in user interface
This commit is contained in:
@@ -1077,6 +1077,7 @@ public class RepositoryResource
|
||||
|
||||
repository.setProperties(null);
|
||||
repository.setPermissions(null);
|
||||
repository.setHealthCheckFailures(null);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1135,11 +1136,11 @@ public class RepositoryResource
|
||||
//~--- fields ---------------------------------------------------------------
|
||||
|
||||
/** Field description */
|
||||
private ScmConfiguration configuration;
|
||||
private final ScmConfiguration configuration;
|
||||
|
||||
/** Field description */
|
||||
private RepositoryManager repositoryManager;
|
||||
private final RepositoryManager repositoryManager;
|
||||
|
||||
/** Field description */
|
||||
private RepositoryServiceFactory servicefactory;
|
||||
private final RepositoryServiceFactory servicefactory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user