gitlab-org--gitlab-foss/app/services
Douwe Maan 903132bc07 Merge branch 'fix-ext-issue-webbased-hooks' into 'master'
Fix hooks for web based events with external issue references

The creation of cross references for external issues (which would fail)
is now prevented. This fixes a 500 error and the execution of hooks when
creating a merge request or commenting on one.

Fixes #1650, GH-9333.

This regression might have been introduced by
8f8a8ab32b. There is actually a TODO by
@rspeicher mentioning external issues which is lost (unhandled) in a
later commit.

This fix is related to !766 and !804 which fix a similar issue for hooks for
Git based events.

See merge request !794
2015-06-16 11:36:31 +00:00
..
files Refactor web editor 2015-06-05 15:01:38 +02:00
issues Fix post-receive errors on a push when an external issue tracker is configured 2015-06-12 06:59:27 -07:00
merge_requests
milestones
notes
oauth2
projects Show warning when a comment will add 10 or more people to the discussion. 2015-06-05 12:07:13 +02:00
search An `in_namespace` scope is already present 2015-06-09 13:42:01 +02:00
archive_repository_service.rb
base_service.rb
compare_service.rb
create_branch_service.rb
create_snippet_service.rb
create_tag_service.rb
delete_branch_service.rb
delete_tag_service.rb
delete_user_service.rb
destroy_group_service.rb
event_create_service.rb
git_push_service.rb Fix post-receive errors on a push when an external issue tracker is configured 2015-06-12 06:59:27 -07:00
git_tag_push_service.rb
gravatar_service.rb
issuable_base_service.rb
notification_service.rb
system_hooks_service.rb
system_note_service.rb Fix hooks for web based events with external issue references 2015-06-14 17:41:11 +02:00
test_hook_service.rb
update_snippet_service.rb