新增:同步历史记录同步状态

This commit is contained in:
yystopf 2024-05-08 10:34:40 +08:00
parent 08a5028006
commit b3a51f2f74
1 changed files with 1 additions and 0 deletions

View File

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