Group settting to notify inherited members for access token expiry
Currently when a group or project access token is expiring, we notify direct members of the project or group. This change adds a setting which will default to notifying both direct and inherited members about the expiring token, which can be disabled at the group level. Changelog: added
显示
- app/controllers/concerns/groups/params.rb 1 个添加, 0 个删除app/controllers/concerns/groups/params.rb
- app/models/namespace.rb 9 个添加, 0 个删除app/models/namespace.rb
- app/views/groups/settings/_email_settings.html.haml 9 个添加, 0 个删除app/views/groups/settings/_email_settings.html.haml
- db/migrate/20241004213405_add_token_expiry_notify_inherited_members_group_setting.rb 9 个添加, 0 个删除...dd_token_expiry_notify_inherited_members_group_setting.rb
- db/schema_migrations/20241004213405 1 个添加, 0 个删除db/schema_migrations/20241004213405
- db/structure.sql 1 个添加, 0 个删除db/structure.sql
- ee/spec/lib/audit/namespace_setting_changes_auditor_spec.rb 1 个添加, 1 个删除ee/spec/lib/audit/namespace_setting_changes_auditor_spec.rb
- locale/gitlab.pot 6 个添加, 0 个删除locale/gitlab.pot
- spec/models/namespace_spec.rb 70 个添加, 0 个删除spec/models/namespace_spec.rb
- spec/views/groups/edit.html.haml_spec.rb 46 个添加, 0 个删除spec/views/groups/edit.html.haml_spec.rb
加载中
想要评论请 注册 或 登录