SSH key expiring soon email notification
显示
- app/mailers/emails/profile.rb 13 个添加, 1 个删除app/mailers/emails/profile.rb
- app/models/key.rb 1 个添加, 0 个删除app/models/key.rb
- app/models/user.rb 9 个添加, 0 个删除app/models/user.rb
- app/services/keys/expiry_notification_service.rb 23 个添加, 2 个删除app/services/keys/expiry_notification_service.rb
- app/services/notification_service.rb 7 个添加, 0 个删除app/services/notification_service.rb
- app/views/notify/ssh_key_expiring_soon.text.erb 9 个添加, 0 个删除app/views/notify/ssh_key_expiring_soon.text.erb
- app/views/notify/ssh_key_expiring_soon_email.html.haml 13 个添加, 0 个删除app/views/notify/ssh_key_expiring_soon_email.html.haml
- app/workers/all_queues.yml 8 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/ssh_keys/expired_notification_worker.rb 1 个添加, 1 个删除app/workers/ssh_keys/expired_notification_worker.rb
- app/workers/ssh_keys/expiring_soon_notification_worker.rb 25 个添加, 0 个删除app/workers/ssh_keys/expiring_soon_notification_worker.rb
- changelogs/unreleased/expiring-ssh-key-notification.yml 5 个添加, 0 个删除changelogs/unreleased/expiring-ssh-key-notification.yml
- config/initializers/1_settings.rb 3 个添加, 0 个删除config/initializers/1_settings.rb
- db/migrate/20210401175134_add_before_expiry_notification_delivered_to_keys.rb 9 个添加, 0 个删除...75134_add_before_expiry_notification_delivered_to_keys.rb
- db/migrate/20210401192808_add_index_to_keys_on_expires_at_and_before_expiry_notification_undelivered.rb 19 个添加, 0 个删除..._expires_at_and_before_expiry_notification_undelivered.rb
- db/schema_migrations/20210401175134 1 个添加, 0 个删除db/schema_migrations/20210401175134
- db/schema_migrations/20210401192808 1 个添加, 0 个删除db/schema_migrations/20210401192808
- db/structure.sql 4 个添加, 1 个删除db/structure.sql
- doc/ssh/README.md 2 个添加, 1 个删除doc/ssh/README.md
- locale/gitlab.pot 6 个添加, 0 个删除locale/gitlab.pot
- spec/mailers/emails/profile_spec.rb 74 个添加, 25 个删除spec/mailers/emails/profile_spec.rb
加载中
想要评论请 注册 或 登录