From b15f17b6d2008ee658cf9206aa37faaf966a521b Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 23 Oct 2016 21:46:28 +0200 Subject: Add support for the notification settings API --- gitlab/const.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gitlab/const.py') diff --git a/gitlab/const.py b/gitlab/const.py index 7930c0b..99a1745 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -24,3 +24,10 @@ OWNER_ACCESS = 50 VISIBILITY_PRIVATE = 0 VISIBILITY_INTERNAL = 10 VISIBILITY_PUBLIC = 20 + +NOTIFICATION_LEVEL_DISABLED = 'disabled' +NOTIFICATION_LEVEL_PARTICIPATING = 'participating' +NOTIFICATION_LEVEL_WATCH = 'watch' +NOTIFICATION_LEVEL_GLOBAL = 'global' +NOTIFICATION_LEVEL_MENTION = 'mention' +NOTIFICATION_LEVEL_CUSTOM = 'custom' -- cgit v1.2.1