Merge branch 'standalone_develop' into pm_project_develop

This commit is contained in:
2024-07-11 10:07:20 +08:00
72 changed files with 457 additions and 114 deletions

View File

@@ -12,6 +12,7 @@ if tag.present? && tag.is_a?(Hash)
end
json.time_ago time_from_now(tag['tagger']['date'].to_time)
json.created_at_unix tag['tagger']['date'].to_time.to_i
json.created_time tag['tagger']['date'].to_time
json.message tag['message']
json.commit do
json.sha tag['commit']['sha']