mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
新增:记录external_token
This commit is contained in:
@@ -3,5 +3,6 @@ json.sync_repositories @group_sync_repository.each do |key|
|
||||
json.type key[0][0]
|
||||
json.external_repo_address key[0][1]
|
||||
json.sync_granularity key[0][2]
|
||||
json.external_token key[0][3]
|
||||
json.sync_repository_ids @sync_repositories.where(type: key[0][0], external_repo_address: key[0][1], sync_granularity: key[0][2]).pluck(:id)
|
||||
end
|
||||
Reference in New Issue
Block a user