gitlab-org--gitlab-foss/app/models/project_services
Adam Niedzielski 1105597303 Refactor JiraService by moving code out of JiraService#execute method
The implicit interface of project services states that the "execute"
method is meant to be called when project hooks are executed.
Currently JiraService does not support any project events even though
JiraService#supported_events says that "commit" and "merge_request"
are supported. They are only used to render correct options in
JIRA configuration screen, but they are not supported.
Because of that, this commit makes "execute" method a no-op.
2016-12-01 09:45:06 +01:00
..
slack_service Merge branch 'fix-slack-pipeline-event' into 'master' 2016-11-19 11:00:28 +00:00
asana_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
assembla_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
bamboo_service.rb Factorize duplicated code into a method in BambooService and update specs 2016-06-14 10:07:37 +02:00
bugzilla_service.rb Finish updates to use JIRA gem 2016-10-26 15:02:16 -02:00
buildkite_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
builds_email_service.rb Use any? instead of count > 0, feedback: 2016-10-13 01:12:00 +08:00
campfire_service.rb Replace the tinder gem by bare HTTP requests 2016-08-11 08:52:13 +02:00
chat_service.rb Incorporate feedback, improve presenter class 2016-11-17 21:34:24 +01:00
ci_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
custom_issue_tracker_service.rb Finish updates to use JIRA gem 2016-10-26 15:02:16 -02:00
drone_ci_service.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
emails_on_push_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
external_wiki_service.rb Codestyle: make sure we have space around operators 2016-05-13 04:46:56 -03:00
flowdock_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
gemnasium_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
gitlab_ci_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
gitlab_issue_tracker_service.rb Finish updates to use JIRA gem 2016-10-26 15:02:16 -02:00
hipchat_service.rb Return truncation for notification descriptions, fix minor bugs with rendering 2016-10-20 15:44:34 +03:00
irker_service.rb Remove legacy conditional from irker service code 2016-07-08 11:06:54 +02:00
issue_tracker_service.rb Finish updates to use JIRA gem 2016-10-26 15:02:16 -02:00
jira_service.rb Refactor JiraService by moving code out of JiraService#execute method 2016-12-01 09:45:06 +01:00
mattermost_slash_commands_service.rb Improve the mattermost help box 2016-11-21 17:58:40 +01:00
pipelines_email_service.rb Rename for a more consistent pipeline worker name, feedback: 2016-10-17 18:12:07 +08:00
pivotaltracker_service.rb Ability to specify branches for pivotal tracker integration 2016-08-15 11:01:41 +03:00
pushover_service.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
redmine_service.rb Finish updates to use JIRA gem 2016-10-26 15:02:16 -02:00
slack_service.rb Merge remote-tracking branch 'upstream/master' into pipeline-hooks 2016-09-06 16:23:17 +08:00
teamcity_service.rb Fix broken URI joining for `teamcity_url` with suffixes 2016-06-14 10:07:37 +02:00