-
- 下载
Merge branch 'georgekoltsov/add-group-export-email-nofitication' into 'master'
Add email notification on group export complete See merge request gitlab-org/gitlab!30522
显示
- app/controllers/groups_controller.rb 1 个添加, 1 个删除app/controllers/groups_controller.rb
- app/mailers/emails/groups.rb 19 个添加, 0 个删除app/mailers/emails/groups.rb
- app/mailers/notify.rb 1 个添加, 0 个删除app/mailers/notify.rb
- app/services/groups/import_export/export_service.rb 8 个添加, 0 个删除app/services/groups/import_export/export_service.rb
- app/services/notification_service.rb 12 个添加, 0 个删除app/services/notification_service.rb
- app/views/groups/settings/_export.html.haml 1 个添加, 1 个删除app/views/groups/settings/_export.html.haml
- app/views/notify/group_was_exported_email.html.haml 9 个添加, 0 个删除app/views/notify/group_was_exported_email.html.haml
- app/views/notify/group_was_exported_email.text.erb 6 个添加, 0 个删除app/views/notify/group_was_exported_email.text.erb
- app/views/notify/group_was_not_exported_email.html.haml 10 个添加, 0 个删除app/views/notify/group_was_not_exported_email.html.haml
- app/views/notify/group_was_not_exported_email.text.erb 7 个添加, 0 个删除app/views/notify/group_was_not_exported_email.text.erb
- changelogs/unreleased/georgekoltsov-add-group-export-email-nofitication.yml 5 个添加, 0 个删除...sed/georgekoltsov-add-group-export-email-nofitication.yml
- doc/user/group/settings/import_export.md 5 个添加, 2 个删除doc/user/group/settings/import_export.md
- locale/gitlab.pot 22 个添加, 4 个删除locale/gitlab.pot
- spec/mailers/emails/groups_spec.rb 41 个添加, 0 个删除spec/mailers/emails/groups_spec.rb
- spec/services/groups/import_export/export_service_spec.rb 19 个添加, 1 个删除spec/services/groups/import_export/export_service_spec.rb
加载中
想要评论请 注册 或 登录