Commit 579da54f authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflicts in lib/api/entities.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent ff552fbd
......@@ -69,7 +69,6 @@ module API
expose :job_events
end
<<<<<<< HEAD
class ProjectPushRule < Grape::Entity
expose :id, :project_id, :created_at
expose :commit_message_regex, :branch_name_regex, :deny_delete_tag
......@@ -77,15 +76,6 @@ module API
expose :file_name_regex, :max_file_size
end
class BasicProjectDetails < Grape::Entity
expose :id
expose :http_url_to_repo, :web_url
expose :name, :name_with_namespace
expose :path, :path_with_namespace
end
=======
>>>>>>> upstream/master
class SharedGroup < Grape::Entity
expose :group_id
expose :group_name do |group_link, options|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment