Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
615a77df
Commit
615a77df
authored
Apr 27, 2017
by
Luigi Leoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wrong method call on notify_post_receive.
parent
93a698f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
changelogs/unreleased/fix-notify-post-receive.yml
changelogs/unreleased/fix-notify-post-receive.yml
+4
-0
lib/api/internal.rb
lib/api/internal.rb
+1
-1
No files found.
changelogs/unreleased/fix-notify-post-receive.yml
0 → 100644
View file @
615a77df
---
title
:
Fixed wrong method call on notify_post_receive
merge_request
:
author
:
Luigi Leoni
lib/api/internal.rb
View file @
615a77df
...
...
@@ -140,7 +140,7 @@ module API
begin
Gitlab
::
GitalyClient
::
Notifications
.
new
(
project
.
repository
).
post_receive
rescue
GRPC
::
Unavailable
=>
e
render_api_error
(
e
,
500
)
render_api_error
!
(
e
,
500
)
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment