summaryrefslogtreecommitdiff
path: root/app/models/project_services
Commit message (Expand)AuthorAgeFilesLines
* Allow HipChat API version to be blank and default to v2Stan Hu2015-05-261-1/+1
* fix gitlab CI linksfix_ci_servicesValery Sizov2015-05-051-2/+2
* Re-annotate modelsStan Hu2015-05-039-8/+22
* Merge branch 'rs-issue-2269' into 'master'Dmitriy Zaporozhets2015-04-281-5/+0
|\
| * Remove duplicate settings for default_url_optionsRobert Speicher2015-04-251-5/+0
* | Add api version property on hipchat serviceChulki Lee2015-04-271-2/+4
* | Add notify and color options to HipchatServiceDominik Sander2015-04-261-2/+8
|/
* Merge pull request #9042 from skburgart/fix/jira-linkMarin Jankovski2015-04-231-6/+5
|\
| * Fix broken link in jira serviceSteven Burgart2015-03-271-6/+5
* | do not send empty message to hipchatChulki Lee2015-04-221-2/+3
* | Merge branch 'arbitrary-local-repo-import' into 'master'Dmitriy Zaporozhets2015-04-123-3/+3
|\ \
| * | Don't use URI.regexp to validate since it doens't have start/end anchors.Douwe Maan2015-04-113-3/+3
* | | Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets2015-04-121-1/+1
|\ \ \
| * | | Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-1/+1
| |/ /
* | | Rename last uses of Buildbox to BuildkiteRobert Speicher2015-04-111-3/+1
* | | Move buildbox_service files to buildkite_serviceRobert Speicher2015-04-111-0/+0
* | | CI forking: testsValery Sizov2015-04-061-8/+12
* | | CI project forkingValery Sizov2015-04-061-0/+24
|/ /
* | Use relative URL for Markdown references, except in mails.email-full-urlDouwe Maan2015-03-272-0/+24
* | Return full URLs from GitLabIssueTrackerService.Douwe Maan2015-03-271-10/+9
|/
* Renamed Buildbox to Buildkite.Keith Pitt2015-03-261-12/+14
* Enable more rubocop style checksDmitriy Zaporozhets2015-03-241-1/+1
* Merge branch 'emailsonpush-create-delete' into 'master'Dmitriy Zaporozhets2015-03-231-2/+8
|\
| * Clean up code by using keyword arguments.Douwe Maan2015-03-231-1/+7
| * Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan2015-03-181-1/+1
* | Link to CI with refValery Sizov2015-03-205-18/+18
|/
* Merge branch 'external_wiki' into 'master'Dmitriy Zaporozhets2015-03-181-0/+48
|\
| * Add a service to support external wikisHannes Rosenögger2015-03-121-0/+48
* | Merge branch 'irker-service-use-supported-events' into 'master'Drew Blessing2015-03-131-2/+8
|\ \ | |/ |/|
| * Make Irker service use the supported events checkStan Hu2015-03-041-2/+8
* | Remove placeholder methods to prevent calling methods rather than attributes.Marin Jankovski2015-03-101-12/+0
* | Merge branch 'issues-tracker-id' into 'master'Marin Jankovski2015-03-101-6/+6
|\ \
| * | Properly move over `issues_tracker_id` from old custom issue tracker URLs.Douwe Maan2015-03-101-6/+6
* | | Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-106-26/+16
|/ /
* | Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-081-3/+18
|\ \
| * | Clarify EmailsOnPushService options.Douwe Maan2015-02-251-2/+5
| * | Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-1/+7
| * | Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-1/+7
* | | Add tag_push event notification to HipChat and Slack services.Stan Hu2015-03-066-38/+57
* | | Added comment notification events to HipChat and Slack services.Stan Hu2015-03-0615-7/+168
* | | Add merge and issue event notification for HipChatStan Hu2015-03-051-5/+82
* | | Re-annotate modelsDmitriy Zaporozhets2015-03-0421-213/+223
| |/ |/|
* | Set supported events per project service.Douwe Maan2015-03-0316-28/+79
* | Execute GitlabCiService for both push and tag_push events.Douwe Maan2015-03-031-1/+1
* | Only execute GitlabCiService for push events.Douwe Maan2015-03-031-2/+7
* | Fix specs.Douwe Maan2015-03-035-6/+4
* | Code style, directory structure.Douwe Maan2015-03-0313-57/+59
* | Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-0324-120/+400
* | Merge pull request #8812 from opichals/teamcity_branchName_not_to_be_whole_refDmitriy Zaporozhets2015-03-021-2/+2
|\ \
| * | Fix for TeamCity buildQueue REST API build/@branchName.Standa Opichal2015-02-191-2/+2