From 3489dc3d7277bf478f68e1b3e0353b702f652acc Mon Sep 17 00:00:00 2001 From: Brett Walker Date: Thu, 15 Aug 2019 17:37:36 +0000 Subject: Allow disabling group/project email notifications - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level --- lib/gitlab/import_export/import_export.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index 1b7fc5fa10f..bd0f3e70749 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -137,6 +137,7 @@ excluded_attributes: - :packages_enabled - :mirror_last_update_at - :mirror_last_successful_update_at + - :emails_disabled namespaces: - :runners_token - :runners_token_encrypted -- cgit v1.2.1