summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-06-11 13:24:30 +0200
committerGitHub <noreply@github.com>2017-06-11 13:24:30 +0200
commit4ce2794b284647283c861d28f77a6d63ba809bc9 (patch)
tree2df34380922df437ae5a1b89c83cf36200688ebc
parent2b1e0f0041ae04134d38a5db47cc301aa757d7ea (diff)
parent1a58f7e522bb4784e2127582b2d46d6991a8f2a9 (diff)
downloadgitlab-4ce2794b284647283c861d28f77a6d63ba809bc9.tar.gz
Merge pull request #272 from astronouth7303/patch-1
Add new event types to ProjectHook
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index 6283149..d1d589e 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -841,7 +841,7 @@ class ProjectHook(GitlabObject):
optionalCreateAttrs = ['push_events', 'issues_events', 'note_events',
'merge_requests_events', 'tag_push_events',
'build_events', 'enable_ssl_verification', 'token',
- 'pipeline_events']
+ 'pipeline_events', 'job_events', 'wiki_page_events']
shortPrintAttr = 'url'