Skip to content
Snippets Groups Projects
Commit 71f87ffb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6788 from CingleVue/master

Patched `MergeRequest` to return more data.
parents 32de6691 d048a277
No related branches found
No related tags found
Loading
Loading
Loading
@@ -42,7 +42,8 @@ Parameters:
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
}
},
"description":"fixed login page css paddings"
}
]
```
Loading
Loading
@@ -86,7 +87,8 @@ Parameters:
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
}
},
"description":"fixed login page css paddings"
}
```
 
Loading
Loading
@@ -132,7 +134,8 @@ Parameters:
"name": "Administrator",
"state": "active",
"created_at": "2012-04-29T08:46:00Z"
}
},
"description":"fixed login page css paddings"
}
```
 
Loading
Loading
Loading
Loading
@@ -137,6 +137,8 @@ module API
expose :author, :assignee, using: Entities::UserBasic
expose :source_project_id, :target_project_id
expose :label_names, as: :labels
expose :description
expose :milestone, using: Entities::Milestone
end
 
class SSHKey < Grape::Entity
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment