summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAdam Niedzielski <adamsunday@gmail.com>2016-12-01 09:45:06 +0100
committerAdam Niedzielski <adamsunday@gmail.com>2016-12-01 09:45:06 +0100
commit1105597303496e60308f93441b591a6f7dfadc74 (patch)
treef0a493646d0dedd15274223b9f0534a61f38c158 /changelogs
parent2adc6568a6f94b2844c95a0b699a0be9bb8980d1 (diff)
downloadgitlab-ce-1105597303496e60308f93441b591a6f7dfadc74.tar.gz
Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-service
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/clean-up-jira-service.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/clean-up-jira-service.yml b/changelogs/unreleased/clean-up-jira-service.yml
new file mode 100644
index 00000000000..a309cb57532
--- /dev/null
+++ b/changelogs/unreleased/clean-up-jira-service.yml
@@ -0,0 +1,4 @@
+---
+title: Refactor JiraService by moving code out of JiraService#execute method
+merge_request: 7756
+author: