summaryrefslogtreecommitdiff
path: root/spec/models/project_services/chat_message/issue_message_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue reopen Mattermost / Slack message39791-when-reopening-an-issue-the-mattermost-notification-has-no-context-to-the-issueSean McGivern2017-11-061-0/+13
| | | | | | | | | | When an issue is reopened, the action is 'reopen', but the state is 'opened' (as we don't have a separate 'reopened' state any more). Because we checked the action in one method and the state in another, this lead to a weird case where the mesage neither linked to the issue, nor contained an attachment with its details. Just checking the action is fine, as it's the most granular.
* Include GitLab full name with username in Slack messagessh-show-all-slack-namesStan Hu2017-10-061-6/+6
| | | | | | | | We used to include the first and last name of the user, but !6624 modified this to include only the username. Let's compromise and add both in the form of `First Last (username)`. Closes #38865
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* adds relevant testsTiago Botelho2017-04-061-27/+69
|
* Fix previously reverted spec failuresKamil Trzcinski2016-12-191-5/+5
|
* Remove not related spec changesKamil Trzcinski2016-12-181-5/+5
|
* Create Slack Slash command serviceZ.J. van de Weg2016-12-161-5/+5
|
* Mattermost Notifications ServiceFelipe Artur2016-12-151-0/+67