gitlab-org--gitlab-foss/spec/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
..
issues
merge_requests
milestones
notes
projects Change `foo.should` syntax to `expect(foo).to` in specs 2015-06-13 18:37:30 -04:00
archive_repository_service_spec.rb
create_snippet_service_spec.rb
destroy_group_service_spec.rb Change `foo.should` syntax to `expect(foo).to` in specs 2015-06-13 18:37:30 -04:00
event_create_service_spec.rb
git_push_service_spec.rb
git_tag_push_service_spec.rb
notification_service_spec.rb
search_service_spec.rb
system_hooks_service_spec.rb
system_note_service_spec.rb Fix hooks for web based events with external issue references 2015-06-14 17:41:11 +02:00
test_hook_service_spec.rb
update_snippet_service_spec.rb