mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge branch 'dev_trustie' of http://gitea.trustie.net/jasder/forgeplus into dev_trustie
This commit is contained in:
@@ -53,8 +53,6 @@ class RepositoriesController < ApplicationController
|
||||
@project_owner = @project.owner
|
||||
@hash_commit = Gitea::Repository::Commits::ListService.new(@project_owner.login, @project.identifier,
|
||||
sha: params[:sha], page: params[:page], limit: params[:limit], token: current_user&.gitea_token).call
|
||||
Rails.logger.info("#####################_______hash_commit______############{@hash_commit}")
|
||||
Rails.logger.info("#####################_______hash_commit_size______############{@hash_commit.size}")
|
||||
end
|
||||
|
||||
def commit
|
||||
|
||||
Reference in New Issue
Block a user