mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Merge pull request #2460 from calmh/expose-namespace
'namespace' should be exposed via the API
This commit is contained in:
@@ -22,6 +22,7 @@ module Gitlab
|
||||
expose :owner, using: Entities::UserBasic
|
||||
expose :private_flag, as: :private
|
||||
expose :issues_enabled, :merge_requests_enabled, :wall_enabled, :wiki_enabled, :created_at
|
||||
expose :namespace
|
||||
end
|
||||
|
||||
class ProjectMember < UserBasic
|
||||
|
||||
Reference in New Issue
Block a user