| ... | @@ -22,6 +22,10 @@ module API |
... | @@ -22,6 +22,10 @@ module API |
|
|
# easily.
|
|
# easily.
|
|
|
project.http_url_to_repo
|
|
project.http_url_to_repo
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
def ee_post_receive_response_hook(response)
|
|
|
|
# Hook for EE to add messages
|
|
|
|
end
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
namespace 'internal' do
|
|
namespace 'internal' do
|
| ... | @@ -265,6 +269,8 @@ module API |
... | @@ -265,6 +269,8 @@ module API |
|
|
response.add_basic_message(project_created_message)
|
|
response.add_basic_message(project_created_message)
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
|
ee_post_receive_response_hook(response)
|
|
|
|
|
|
|
present response, with: Entities::InternalPostReceive::Response
|
|
present response, with: Entities::InternalPostReceive::Response
|
|
|
end
|
|
end
|
|
|
end
|
|
end
|
| ... | |
... | |
| ... | | ... | |