|
|
|
@@ -264,8 +264,8 @@ func GetAllUserKPIStats(startTime time.Time, endTime time.Time) (map[string]*git |
|
|
|
log.Warn("get user kpi status err:"+repository.RepoPath(), err1.Error()) |
|
|
|
continue |
|
|
|
} |
|
|
|
if repository.LowerName == "yolov5" { |
|
|
|
log.Info("repoName=" + repository.LowerName + " owner=" + repository.RepoPath()) |
|
|
|
if repository.Name == "yolov5" { |
|
|
|
log.Info("repoName=" + repository.Name + " owner=" + repository.RepoPath()) |
|
|
|
authorsOneRepoJson, _ := json.Marshal(authorsOneRepo) |
|
|
|
log.Info("authorsOneRepoJson=" + string(authorsOneRepoJson)) |
|
|
|
} |
|
|
|
|