summaryrefslogtreecommitdiff
path: root/app/models/project_services/pushover_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-021-105/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-301-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-251-1/+1
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Externalize strings in app/modelsMartin Wortschack2019-04-121-13/+13
* Enable frozen string in rest of app/models/**/*.rbgfyoung2018-08-101-1/+3
* Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-211-3/+2
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-2/+2
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-3/+3
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Fix new offensesDouwe Maan2017-02-231-1/+1
* Enable Style/WordArrayDouwe Maan2017-02-231-11/+11
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-4/+2
* Fix code for copsDouwe Maan2017-02-231-7/+8
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-4/+4
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
* adds test suite22974-trigger-service-events-through-apiTiago Botelho2017-01-221-4/+0
* adds events to services api deserializationTiago Botelho2017-01-221-2/+6
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-24/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-5/+8
* Use project.web_url instead deprecated repository.homepage in PushoverServiceRémy Coutable2016-02-161-1/+1
* Annotate modelsStan Hu2016-01-061-0/+1
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-3/+3
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-0/+1
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-9/+9
* Set supported events per project service.Douwe Maan2015-03-031-2/+5
* Code style, directory structure.Douwe Maan2015-03-031-11/+11
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+7
* Annotate services. Add a link to service template.Marin Jankovski2015-02-111-1/+2
* Replace regex methods by string ones since fasterCiro Santilli2014-12-281-2/+2
* Add Pushover service integrationSullivan SENECHAL2014-10-031-0/+113