ref #2317 Fix performance problem, remove stats

oggit
Vadim Trochinsky 2025-06-25 15:17:45 +02:00
parent 05b51de851
commit 199ef8c5e1
2 changed files with 1 additions and 17 deletions

View File

@ -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
}
]

View File

@ -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"