add path and path_with_namespace to api project entity

This commit is contained in:
Dmitriy Zaporozhets 2013-01-31 09:11:35 +02:00
parent 563c55eb7e
commit 193a5624b2
17 changed files with 134 additions and 5 deletions

View file

@ -21,6 +21,7 @@ module Gitlab
expose :id, :name, :description, :default_branch
expose :owner, using: Entities::UserBasic
expose :private_flag, as: :private
expose :path, :path_with_namespace
expose :issues_enabled, :merge_requests_enabled, :wall_enabled, :wiki_enabled, :created_at
expose :namespace
end