Skip to content
Snippets Groups Projects
Verified Commit 7c714fc8 authored by Allen Cook's avatar Allen Cook :three: Committed by GitLab
Browse files

Merge branch '367594-add-integration-logo-mattermost-slash-commands-notifications' into 'master'

Add integration logo: Mattermost notifications

See merge request !147893



Merged-by: Allen Cook's avatarAllen Cook <acook@gitlab.com>
Approved-by: default avatarSam Word <sword@gitlab.com>
Approved-by: Allen Cook's avatarAllen Cook <acook@gitlab.com>
Co-authored-by: default avatarbmarjanovic <bmarjanovic@gitlab.com>
parents 35b33f87 f3bd9848
No related branches found
No related tags found
1 merge request!147893Add integration logo: Mattermost notifications
Pipeline #1233355833 passed
Pipeline: E2E Omnibus GitLab EE

#1233431494

    Pipeline: E2E CNG

    #1233362521

      Pipeline: GitLab

      #1233362490

        +29
        ......@@ -4,6 +4,7 @@ module Integrations
        class Mattermost < BaseChatNotification
        include SlackMattermostNotifier
        include SlackMattermostFields
        include HasAvatar
        def self.title
        _('Mattermost notifications')
        ......
        ......@@ -4,4 +4,5 @@
        RSpec.describe Integrations::Mattermost, feature_category: :integrations do
        it_behaves_like Integrations::SlackMattermostNotifier, "Mattermost"
        it_behaves_like Integrations::HasAvatar
        end
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment