ref #2317 Fix performance problem, remove stats
parent
05b51de851
commit
199ef8c5e1
|
@ -2627,8 +2627,7 @@ def git_get_commits(repo, branch):
|
|||
"message" : com.message,
|
||||
"committed_date" : com.committed_date,
|
||||
"tags" : tag_list,
|
||||
"size" : com.size,
|
||||
"stats_total" : com.stats.total
|
||||
"size" : com.size
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
@ -2320,21 +2320,6 @@ paths:
|
|||
tags:
|
||||
type: array
|
||||
example: ["updates"]
|
||||
stats_total:
|
||||
type: object
|
||||
properties:
|
||||
deletion:
|
||||
type: int
|
||||
example: 0
|
||||
files:
|
||||
type: int
|
||||
example: 1
|
||||
insertions:
|
||||
type: int
|
||||
example: 1
|
||||
lines:
|
||||
type: int
|
||||
example: 100
|
||||
|
||||
"500":
|
||||
description: "Excepción"
|
||||
|
|
Loading…
Reference in New Issue