* [task#135717] add count of daily add rows in user metric.

This commit is contained in:
liyang
2025-01-06 16:59:04 +08:00
committed by 曹延义
parent 7dda833e1e
commit 4f485b6e22
@@ -35,3 +35,16 @@ class count_of_daily_add_rows_in_user extends baseCalc
if(!$row->email) $row->email = $row->account . '@gitfox.io';
$this->rows[] = $row;
}
/**
* 通过API获取提交次数。
* Get commits by API.
*
* @param object $repo
* @param string $begin
* @param string $end
* @access public
* @return object
*/
public function getUserCommitCount($account, $begin, $end)
{