* [task#135717] add count of daily add rows in user metric.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user