Browse Source

Merge branch 'develop' into standalone_develop

pull/347/head
yystopf 2 years ago
parent
commit
531611c9df
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/api/v1/projects/commits/recent.json.jbuilder

+ 1
- 0
app/views/api/v1/projects/commits/recent.json.jbuilder View File

@@ -9,5 +9,6 @@ json.commits @result_object[:data].each do |commit|
json.partial! 'api/v1/users/commit_user', locals: { user: render_cache_commit_author(commit['commit']['committer']), name: commit['commit']['committer']['name'] }
end
json.commit_message commit['commit']['message']
json.time_from_now time_from_now(commit['created'])
json.parent_shas commit['parents'].map{|x|x['sha']}
end

Loading…
Cancel
Save