summaryrefslogtreecommitdiff
path: root/app/models/project_services
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | | 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 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
|\
| * Changed Slack service user referencing from full name to usernamesecustor2016-10-034-4/+4
| * Fixes issue with rails reserved keyword type exporting/importing services. Al...James Lopez2016-09-261-0/+4
* | Omit else, feedback:Lin Jen-Shin2016-09-151-2/+2
* | Use keyword arg, feedback:Lin Jen-Shin2016-09-151-2/+2
* | Fixed the names and add missing checkLin Jen-Shin2016-09-131-3/+5
* | Try to integrate the email into notification systemLin Jen-Shin2016-09-131-1/+2
* | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-124-27/+130
|\ \ | |/
| * Merge remote-tracking branch 'upstream/master' into pipeline-hooksLin Jen-Shin2016-09-062-2/+3
| |\
| | * Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-312-2/+2
| * | Merge remote-tracking branch 'upstream/master' into pipeline-hooksLin Jen-Shin2016-08-243-13/+72
| |\ \ | | |/
| * | Slack pipeline events test and fix some issues along the wayLin Jen-Shin2016-08-012-12/+18
| * | Reduce complexity by extracting it to a methodLin Jen-Shin2016-07-301-17/+20
| * | Add pipeline_events to Slack service:Lin Jen-Shin2016-07-302-2/+95