Changes for project owners to receive email notifications
Currently on token expiration mails are sent to only project maintainers. With this change even project owners will receive notification for upcoming token expiration Changelog: changed
显示
- app/mailers/emails/profile.rb 1 个添加, 1 个删除app/mailers/emails/profile.rb
- app/models/concerns/has_user_type.rb 2 个添加, 2 个删除app/models/concerns/has_user_type.rb
- app/models/project.rb 8 个添加, 0 个删除app/models/project.rb
- app/services/notification_service.rb 1 个添加, 1 个删除app/services/notification_service.rb
- doc/security/token_overview.md 1 个添加, 1 个删除doc/security/token_overview.md
- locale/gitlab.pot 2 个添加, 2 个删除locale/gitlab.pot
- spec/lib/gitlab/import_export/all_models.yml 1 个添加, 0 个删除spec/lib/gitlab/import_export/all_models.yml
- spec/mailers/emails/profile_spec.rb 1 个添加, 1 个删除spec/mailers/emails/profile_spec.rb
- spec/models/concerns/has_user_type_spec.rb 14 个添加, 6 个删除spec/models/concerns/has_user_type_spec.rb
- spec/models/project_spec.rb 18 个添加, 0 个删除spec/models/project_spec.rb
- spec/services/notification_service_spec.rb 91 个添加, 16 个删除spec/services/notification_service_spec.rb
加载中
想要评论请 注册 或 登录