mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
新增:同步历史记录同步状态
This commit is contained in:
@@ -8,4 +8,5 @@ json.logs @reposync_branch_logs.each do |log|
|
||||
json.commit_id log['commit_id']
|
||||
json.sync_time log['update_at']
|
||||
json.log log['log']
|
||||
json.sync_status log['log'].include?("************ 分支同步完成 ************") ? 'success' : "failure"
|
||||
end
|
||||
Reference in New Issue
Block a user