docbrown/app/services
Dmitry Maksyoma eb85a91a9d
Refactor Mentions::CreateAll (#7880)
* Refactor Mentions::CreateAll

* Update app/services/mentions/create_all.rb

Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>

* Refactor for readability

Co-authored-by: Vaidehi Joshi <vaidehi.sj@gmail.com>
2020-05-21 12:08:36 +02:00
..
articles [deploy] Only Count Hot Stories Once Rather Than Every Iteration (#7931) 2020-05-18 13:12:41 -05:00
audit [deploy] Moderator and admin actions log (#6797) 2020-03-26 16:59:24 -05:00
authentication [deploy] Authentication refactoring: generalize account settings (#7597) 2020-04-30 17:29:53 +02:00
aws Remove unused code (#2567) [ci skip] 2019-04-26 12:16:16 -04:00
broadcasts/welcome_notification Remove onboarding type broadcasts (#7067) [deploy] 2020-04-03 13:11:49 -07:00
credits Refactor all has_enough_credits to enough_credits (#5119) 2019-12-16 15:00:59 -05:00
data_sync/elasticsearch ensure that when Tag and ActsAsTaggableOn::Tag are updated their respective related docs are as well (#7218) 2020-04-14 08:38:09 -05:00
edge_cache/commentable [deploy] remove no longer used index! and check for main_image method in view (#7526) 2020-04-27 10:16:49 -05:00
exporter Refactor method in articles.rb (#5094) 2019-12-13 08:23:19 -05:00
fastly_config [deploy] Create FastlyConfig & refactor params safe list (#7630) 2020-05-01 11:23:48 -04:00
giphy Deduplicate giphy_img? function and add tests (#4590) 2019-10-30 11:40:17 -04:00
github [deploy] Fix Github::OauthClient access token auth (#7922) 2020-05-18 11:15:14 -05:00
mentions Refactor Mentions::CreateAll (#7880) 2020-05-21 12:08:36 +02:00
moderator [deploy] Remove Algolia from Article Model (#7540) 2020-04-28 09:55:48 -05:00
notifications [deploy] Send push to Android phones and use Pusher broadcasting (#6883) 2020-04-24 13:50:59 -04:00
payments Add DataDog monitors (#6188) 2020-02-25 11:06:25 -08:00
podcasts rescue Addressable::URI::InvalidURIError and mark podcast ep unreachable (#7343) 2020-04-17 13:11:08 -05:00
rss_reader Upgrade Rubocop to 0.81 (#7219) 2020-04-11 10:10:04 +02:00
search [deploy] Add public reactions count fields to Elasticsearch (#7956) 2020-05-20 13:06:48 -04:00
secrets Use a sortable unique ID for the event_id (#3972) 2019-09-09 10:15:12 -04:00
slack [deploy] Log RateLimit hits to Datadog for Better Reporting (#7653) 2020-05-01 16:47:31 -05:00
streams Don't try to register webhook when twitch returns empty data (#3219) 2019-06-18 21:34:06 -04:00
suggester Cache Article IDs Rather than ActiveRecord Objects (#7990) 2020-05-20 18:51:33 -04:00
twitter_client [deploy] Decouple Twitter authentication from fetching tweets (#7920) 2020-05-19 18:05:41 -04:00
user_blocks Remove algolia from chat channel memberships (#6323) 2020-02-27 09:59:12 -05:00
users [deploy] Remove Unused Pro Memberships (#7894) 2020-05-20 11:54:30 -05:00
webhook Move Webhook::DispatchEventJob to Sidekiq (#5722) [deploy] 2020-01-27 14:36:27 -05:00
analytics_service.rb Various optimizations (#6249) [deploy] 2020-02-25 13:42:24 -05:00
article_api_index_service.rb Improve API controllers efficiency by selecting only columns needed for serialization (#5805) [deploy] 2020-02-06 07:36:56 -05:00
article_with_video_creation_service.rb Upgrade Rubocop to 0.81 (#7219) 2020-04-11 10:10:04 +02:00
bulk_sql_delete.rb Use SQL DELETE statement to delete notifications without a SELECT (#5303) [deploy] 2019-12-31 07:30:27 -06:00
chat_channel_creation_service.rb
chat_channel_update_service.rb
get_unseen_notifications_service.rb Rubocop cleanups (#1415) 2019-01-02 11:20:02 -05:00
medium_article_retrieval_service.rb Nokogiri::HTML should receive the body, not the response object (#5297) 2019-12-31 08:46:49 -05:00
notifications.rb Remove notifiable access from articles and comments notifications (#5415) [deploy] 2020-01-09 10:19:45 -05:00
rate_limit_checker.rb Use raw Option When Incrementing Redis Keys (#7959) 2020-05-19 17:38:25 -04:00
read_notifications_service.rb Organization Notifications (#1762) 2019-02-25 14:25:37 -08:00
rss_reader.rb [deploy] Decouple Twitter authentication from fetching tweets (#7920) 2020-05-19 18:05:41 -04:00
tag_adjustment_creation_service.rb Mod tooling: add tags via /mod refactor (#5017) 2019-12-13 13:02:45 -05:00
tag_adjustment_update_service.rb