This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 05a2f1ca authored by Michael Breu's avatar Michael Breu
Browse files

Still fixing Tests

parent 1aa64b58
1 merge request!211Merge new meta data indexing
......@@ -915,10 +915,6 @@ public class GitlabEventService {
@PostConstruct
public void setAdminApi() throws GitLabApiException {
adminGitLabApi = gitLabRepository.getAdminGitLabApi();
logger.debug("gitlab url: {}", adminGitLabApi.getGitLabServerUrl());
// logger.debug("gitlab url: {}", adminGitLabApi.getAuthToken());
// logger.debug("gitlab url: {}", adminGitLabApi.getSecretToken());
logger.debug("gitlab user: {}", adminGitLabApi.getUserApi().getCurrentUser().getName());
}
@SuppressWarnings({ "PMD.CognitiveComplexity", "PMD.CyclomaticComplexity" })
......
......@@ -178,13 +178,6 @@ public class ElasticSearchManagementResource {
public String getCreationDateString() {
return indexRecord.creationDateString();
}
// public IndicesRecord getIndexRecord() {
// return indexRecord;
// }
// public void setIndexRecord(IndicesRecord indexRecord) {
// this.indexRecord = indexRecord;
// }
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment