Skip to content

Commit

Permalink
Merge pull request #342 from matejzero/mattermost
Browse files Browse the repository at this point in the history
Add mattermost service support
  • Loading branch information
Gauvain Pocentek committed Nov 7, 2017
2 parents 32f7e17 + b5e6a46 commit 82897b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/v3/objects.py
Expand Up @@ -1675,6 +1675,7 @@ class ProjectService(GitlabObject):

# Optional fields
'username', 'password', 'jira_issue_transition_id')),
'mattermost': (('webhook',), ('username', 'channel')),
'pivotaltracker': (('token', ), tuple()),
'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')),
'redmine': (('new_issue_url', 'project_url', 'issues_url'),
Expand Down
1 change: 1 addition & 0 deletions gitlab/v4/objects.py
Expand Up @@ -1846,6 +1846,7 @@ class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, RESTManager):
('new_issue_url', 'project_url', 'issues_url', 'api_url',
'description', 'username', 'password',
'jira_issue_transition_id')),
'mattermost': (('webhook',), ('username', 'channel')),
'pivotaltracker': (('token', ), tuple()),
'pushover': (('api_key', 'user_key', 'priority'), ('device', 'sound')),
'redmine': (('new_issue_url', 'project_url', 'issues_url'),
Expand Down

0 comments on commit 82897b7

Please sign in to comment.