mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
display failed health checks in user interface
This commit is contained in:
@@ -1032,6 +1032,7 @@ public class RepositoryResource
|
||||
|
||||
repository.setProperties(null);
|
||||
repository.setPermissions(null);
|
||||
repository.setHealthCheckFailures(null);
|
||||
}
|
||||
|
||||
return repository;
|
||||
@@ -1118,11 +1119,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