summaryrefslogtreecommitdiff
path: root/features/steps/project/services.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add Irker serviceAorimn2015-03-011-0/+17
| | | | | | | | | | Irker is a gateway which sends IRC messages on git updates. This new service provides an interface to this gateway, integrated in Gitlab, for each updates. As per the guidelines, this commit adds the new feature in the CHANGELOG, tests and documentation. See http://www.catb.org/esr/irker/
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Add restrict_to_branch to service controllerJeremy2015-02-021-0/+2
| | | | And add restrict_to_branch to spec
* Add Asana serviceJeremy2015-02-021-0/+15
| | | | Also add ability to render "service.help" in markdown
* Teamcity interaction using 8.1 rest apiJason Lippert2014-12-231-0/+20
|
* HipChat service: support custom serversDaniel Aquino2014-11-191-0/+11
| | | | | | HipChat allows users to run their own private servers and to be able to support those we must connect to the correct URL when using one of these custom servers.
* HipChat service: correct service name & use v2 APIDoug Goldstein2014-11-191-2/+2
| | | | | | | HipChat refers to their own product camel cased so we should do the same. HipChat no longer recommends people use the deprecated v1 API so switch to using the v2 API by default. hipchat-rb does not yet default to v2 in any version so it must be specified.
* Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_urlMarin Jankovski2014-11-031-2/+2
|\ | | | | update slack-notifier for new webhook_url format
| * update slack-notifier to 1.0.0, use raw webhook_url per slack recommendationSteven Sloan2014-10-231-2/+2
| | | | | | | | | | per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility this should also prevent issues cropping up with mistakes in how the urls are parsed
* | Add Atlassian Bamboo serviceDrew Blessing2014-10-281-0/+20
|/
* Use only webhook for slack service integration.Marin Jankovski2014-10-061-6/+2
|
* Add Pushover service integrationSullivan SENECHAL2014-10-031-0/+23
| | | | That introduce select field type for services options.
* Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
|
* Added Slack service integration.Federico Ravasio2014-03-181-0/+18
|
* Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-231-0/+103