docbrown/spec/workers/users
Mac Siri e38196df6f
Create Settings::SMTP (#13943)
* Fix typo

* Add SMTP configs to Settings::General

* Expand Settings's show page

* Expand Settings::General's constants

* Move smtp_enabled? logic to ApplicationMailer

* Apply suggestions from code review

Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>

* Add missing descriptions and placeholders

* Remove production guard clause

* Change delivery_method to a callback

* Create Settings::SMTP

* Run migration

* Move constants

* Remove SMTP from Settings::General

* Create SMTPSettingsController

* Add back guard clause

* Change which perform_deliveries configuration to use from

* Update config/environments/production.rb

* Rename migration to singular

* Run migration again

* Fix name

* Alphabetize and add validation for authentication

* Move settings and enabled? logic to Settings::SMTP

* Change after_action to before_action

* Fix broken spec

* Fix broken spec

* Create SMTP specs

* Provide default for port

* Create spec for ApplicationMailer

* Fix broken spec

* Move smtp_enabled?

* Search and replace

Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
2021-06-14 10:29:43 -04:00
..
bust_cache_worker_spec.rb Cleanup bust_user (#12066) 2020-12-30 10:07:42 -05:00
delete_worker_spec.rb Create Settings::SMTP (#13943) 2021-06-14 10:29:43 -04:00
follow_worker_spec.rb Migrate Users/FollowJob to Sidekiq (#5403) 2020-01-08 15:03:18 -05:00
merge_sync_worker_spec.rb Ensure records are updated properly after a user merge (#7416) 2020-04-21 14:17:11 -04:00
record_field_test_event_worker_spec.rb Declare winner in feed_top_articles_query test (#12308) 2021-02-04 13:02:00 -05:00
resave_articles_worker_spec.rb Try out parallel Travis builds (#6645) 2020-04-14 10:25:53 -04:00
subscribe_to_mailchimp_newsletter_worker_spec.rb Move MailchimpBot to Mailchimp::Bot service (#12205) 2021-01-12 10:28:48 -05:00