提交 0f07922f 编写于 作者: J Jakob Borg

'namespace' should be exposed via the API

Since it's now an integral part of the project name, it should be
visible via the API.
上级 0bda2d5d
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册