summaryrefslogtreecommitdiff
path: root/app/models/project_services/hipchat_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-1/+1
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-2/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
* replace `is_update?` with `update?`Maxim Rydkin2017-08-291-3/+3
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* All CI offline migrationsKamil Trzciński2017-03-171-22/+23
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe 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
* Grapify the service APIRobert Schilling2016-12-091-3/+3
* 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
* Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-311-1/+1
* Move color-logic into HipchatService#HipchatService5571-hipchat-notifications-missing-colorsRémy Coutable2016-07-271-1/+5
* Little refactor, add specs, and a CHANGELOG entryRémy Coutable2016-07-261-3/+6
* HipChat notification color overridden by build statusDavid Eisner2016-07-261-3/+11
* Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-1/+1
* 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
* format merge request references properlyBen Bodenmiller2016-04-181-2/+2
* Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee2016-01-121-4/+4
* Annotate modelsStan Hu2016-01-061-0/+1
* Change default valuesKamil Trzcinski2015-12-111-1/+6
* Migrate SlackService and HipChat serviceKamil Trzcinski2015-12-101-0/+2
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-2/+40
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-15/+10
* Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-121-0/+10
* Allow HipChat API version to be blank and default to v2Stan Hu2015-05-261-1/+1
* Re-annotate modelsStan Hu2015-05-031-0/+1
* Add api version property on hipchat serviceChulki Lee2015-04-271-2/+4
* Add notify and color options to HipchatServiceDominik Sander2015-04-261-2/+8
* do not send empty message to hipchatChulki Lee2015-04-221-2/+3
* Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-9/+4
* Add tag_push event notification to HipChat and Slack services.Stan Hu2015-03-061-16/+22
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-5/+69
* Add merge and issue event notification for HipChatStan Hu2015-03-051-5/+82
* Re-annotate modelsDmitriy Zaporozhets2015-03-041-13/+13
* Set supported events per project service.Douwe Maan2015-03-031-2/+5
* Code style, directory structure.Douwe Maan2015-03-031-3/+3
* Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-0/+7