summaryrefslogtreecommitdiff
path: root/app/models/project_services
Commit message (Expand)AuthorAgeFilesLines
* Refactor JiraService by moving code out of JiraService#execute methodclean-up-jira-serviceAdam Niedzielski2016-12-011-28/+29
* Merge branch 'revert-a0d5bb0b' into 'master' Achilleas Pipinellis2016-11-221-3/+3
|\
| * Change documentation link in JIRA servicerevert-a0d5bb0bAchilleas Pipinellis2016-11-221-3/+3
* | Merge branch 'zj-mattermost-command-help-message' into 'master' Fatih Acet2016-11-221-7/+0
|\ \ | |/ |/|
| * Improve the mattermost help boxZ.J. van de Weg2016-11-211-7/+0
* | Allow JIRA references for project snippetsissue_24303Felipe Artur2016-11-211-14/+16
|/
* Merge branch 'issue_5541' into 'master' Sean McGivern2016-11-211-24/+19
|\
| * Allow enabling and disabling commit and MR events for JIRAissue_5541Felipe Artur2016-11-181-24/+19
* | Merge branch 'fix-slack-pipeline-event' into 'master' Kamil Trzciński2016-11-191-4/+3
|\ \
| * | Fix pipeline author for Slack and use pipeline idLin Jen-Shin2016-11-161-4/+3
* | | Merge branch 'zj-slash-commands-mattermost' into 'master' Kamil Trzciński2016-11-182-0/+77
|\ \ \ | |_|/ |/| |
| * | Rename mattermost_command to mattermost_slash_commandszj-slash-commands-mattermostKamil Trzcinski2016-11-181-2/+2
| * | Fix typosZ.J. van de Weg2016-11-181-1/+1
| * | Merge remote-tracking branch 'origin/master' into zj-slash-commands-mattermostZ.J. van de Weg2016-11-172-16/+14
| |\ \
| * | | More refactoring, push present to base commandZ.J. van de Weg2016-11-171-4/+4
| * | | Incorporate feedback, improve presenter classZ.J. van de Weg2016-11-172-11/+21
| * | | First steps on refactoring Mattermost Slash commandsZ.J. van de Weg2016-11-171-23/+2
| * | | Make chat authorization to work [ci skip]Kamil Trzcinski2016-11-172-10/+32
| * | | Remove duplication of implementationsZ.J. van de Weg2016-11-172-2/+3
| * | | Create relation between chat user and GitLab user and allow to authorize them...Kamil Trzcinski2016-11-172-0/+65
| | |/ | |/|
* | | Merge branch 'issue_13232' into 'master' Sean McGivern2016-11-181-35/+79
|\ \ \ | |_|/ |/| |
| * | Add JIRA remotelinks and prevent duplicated closing messagesFelipe Artur2016-11-181-35/+79
| |/
* | Merge branch 'jira_service_simplify' into 'master' Sean McGivern2016-11-171-10/+8
|\ \
| * | simplify url generationJarka Kadlecova2016-11-051-10/+8
* | | Change the slack notification comment link.Herbert Kagumba2016-11-161-6/+6
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-081-0/+15
|\ \ | |/
| * Allow to test JIRA service when project does not have repositoryissue_23032Felipe Artur2016-11-041-0/+15
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-031-1/+1
|\ \ | |/
| * Use the server's base URL without relative URL part when creating links in JIRABrian Kintz2016-11-021-1/+1
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-026-136/+122
|\ \ | |/
| * Finish updates to use JIRA gemFelipe Artur2016-10-266-69/+64
| * Refactor JIRA service to use gemDrew Blessing2016-10-261-105/+96
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-211-22/+36
|\ \ | |/
| * Return truncation for notification descriptions, fix minor bugs with renderingAirat Shigapov2016-10-201-6/+11
| * Use guard clause instead of if-else statementAirat Shigapov2016-10-201-13/+12
| * Clean up Banzai HTML for HipChatDavid Eisner2016-10-201-0/+3
| * Ensure absolute URLs for single lines from Banzai for HipChatDavid Eisner2016-10-201-3/+7
| * Absolute URLs for Banzai HTML for HipChatDavid Eisner2016-10-201-11/+21
| * Also render commit titles in HipChat notificationsDavid Eisner2016-10-201-4/+8
| * Full Banzai rendering for HipChat notificationsDavid Eisner2016-10-201-11/+3
| * Render hipchat notification descriptions as HTML instead of raw markdownAirat Shigapov2016-10-201-6/+3
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-202-0/+11
|\ \ | |/
| * Prevent wrong markdown on issue ids when project has Jira service activatedissue_828Felipe Artur2016-10-192-0/+11
* | Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-1/+1
* | It's already async, from Project#execute_services, feedback:Lin Jen-Shin2016-10-171-1/+1
* | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-2/+2
* | It no longer needs a block, feedback:Lin Jen-Shin2016-10-171-3/+1
* | Remove pusher support because it's covered by notificationsLin Jen-Shin2016-10-171-12/+2
|/
* Use any? instead of count > 0, feedback:Lin Jen-Shin2016-10-132-2/+2
* Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-045-4/+8
|\