Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
d048a277
Commit
d048a277
authored
Apr 16, 2014
by
mabdullah-cinglevue
Committed by
Mustafa
Aug 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patched `MergeRequest` to return more data.
Added milestone to merge_requests instead of milestone id.
parent
4a36d669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/api/entities.rb
lib/api/entities.rb
+2
-1
No files found.
lib/api/entities.rb
View file @
d048a277
...
...
@@ -136,7 +136,8 @@ module API
expose
:author
,
:assignee
,
using:
Entities
::
UserBasic
expose
:source_project_id
,
:target_project_id
expose
:label_names
,
as: :labels
expose
:description
,
:milestone_id
expose
:description
expose
:milestone
,
using:
Entities
::
Milestone
end
class
SSHKey
<
Grape
::
Entity
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment