|
|
@@ -41,4 +41,5 @@ func UpdateAllRepoCommitCnt(ctx *macaron.Context) { |
|
|
func RepoStatisticManually(ctx *macaron.Context) { |
|
|
func RepoStatisticManually(ctx *macaron.Context) { |
|
|
date := ctx.Query("date") |
|
|
date := ctx.Query("date") |
|
|
repo.RepoStatisticDaily(date) |
|
|
repo.RepoStatisticDaily(date) |
|
|
|
|
|
repo.SummaryStatisticDaily(date) |
|
|
} |
|
|
} |