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 Fix post-receive errors on a push when an external issue tracker is configured 2015-06-12 06:59:27 -07:00
merge_requests Support editing target branch of merge request 2015-05-29 04:08:08 -07:00
milestones Add group service spec. 2014-06-30 15:00:12 +02:00
notes Add support for Webhook note events 2015-05-21 23:48:16 -04:00
projects Change `foo.should` syntax to `expect(foo).to` in specs 2015-06-13 18:37:30 -04:00
archive_repository_service_spec.rb Add tests. 2015-03-31 13:37:21 +02:00
create_snippet_service_spec.rb Add tests for snippet services 2015-03-14 10:33:02 -06:00
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 Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
git_push_service_spec.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_spec.rb Use project.commit convenience method. 2015-04-24 12:29:36 +02:00
notification_service_spec.rb Fix specs. 2015-05-15 15:38:05 +02:00
search_service_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
system_hooks_service_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
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 Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
update_snippet_service_spec.rb Add tests for snippet services 2015-03-14 10:33:02 -06:00