mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-18 09:06:06 +10:00
Merge branch 'master' of github.com:gitlabhq/gitlabhq
This commit is contained in:
+2
-1
@@ -107,7 +107,8 @@ module API
|
||||
end
|
||||
|
||||
class MergeRequest < Grape::Entity
|
||||
expose :id, :target_branch, :source_branch, :project_id, :title, :state
|
||||
expose :id, :target_branch, :source_branch, :title, :state
|
||||
expose :target_project_id, as: :project_id
|
||||
expose :author, :assignee, using: Entities::UserBasic
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user