docbrown/spec/requests
Michael Kohl 02f86fedd7
Allow admins to delete users without emails (#6530) [deploy]
* Allow admins to delete users without emails

* Guard against blank email addresses
2020-03-10 22:20:36 +01:00
..
admin Move Podcasts::GetEpisodesJob to Sidekiq (#5443) [deploy] 2020-02-06 09:42:55 -08:00
api/v0 Allow an article's main_image to be removed (#5687) [deploy] 2020-03-10 08:29:59 -07:00
articles Replace peform_enqueued_jobs with sidekiq_perform_enqueued_jobs in specs (#6454) 2020-03-04 11:39:48 -07:00
incoming_webhooks/mailchimp Add health check endpoint for Mailchimp unsubscribe webhook (#6034) [deploy] 2020-02-12 15:55:21 -05:00
internal Allow admins to delete users without emails (#6530) [deploy] 2020-03-10 22:20:36 +01:00
notifications Allow users to belong to multiple orgs (#2583) 2019-06-04 09:30:52 -04:00
oauth Replace peform_enqueued_jobs with sidekiq_perform_enqueued_jobs in specs (#6454) 2020-03-04 11:39:48 -07:00
podcasts Creating podcasts by users (#3730) [deploy] 2020-01-08 16:14:25 -05:00
shared_examples Routine rubocop fixes (#6138) 2020-02-18 11:21:42 -05:00
stories Add field test gem to establish a/b testing (#6283) [deploy] 2020-03-03 10:21:29 -05:00
user Replace peform_enqueued_jobs with sidekiq_perform_enqueued_jobs in specs (#6454) 2020-03-04 11:39:48 -07:00
additional_content_boxes_spec.rb Fix (some) n+1/eager loading issues (#5294) [deploy] 2020-01-08 18:48:24 -05:00
api_secrets_create_spec.rb Use Redis for session storage (#4004) [deploy] 2019-11-12 10:10:34 -06:00
api_secrets_destroy_spec.rb Fix access token revoking (#3131) 2019-06-11 15:53:58 -04:00
article_approvals_spec.rb Allow tag mods to approve posts even if they mod just one tag (#6525) [deploy] 2020-03-08 15:42:38 -04:00
async_info_spec.rb Migrate to streaming app shell via serviceworkers (#5020) [deploy] 2019-12-16 12:21:33 -05:00
badges_spec.rb Add badges index page. (#4236) 2019-10-06 17:34:52 -04:00
blocks_spec.rb Enabled rubocop/lint (#2130) 2019-03-21 10:53:44 -04:00
buffer_updates_spec.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
buffered_articles_spec.rb Various optimizations (#6249) [deploy] 2020-02-25 13:42:24 -05:00
chat_channel_memberships_spec.rb Return NotFound error if ChatChannelMembership is not found (#5806) 2020-02-05 12:24:40 -05:00
chat_channels_spec.rb Feature🚀: Ability to mention anyone in open chats and notify them (#5460) [deploy] 2020-01-23 18:06:35 -05:00
classified_listings_spec.rb Improve API docs for articles, add listings to it and fix bugs (#6413) [deploy] 2020-03-04 15:30:02 +01:00
comments_create_spec.rb comment_controller: add skip_auth to rescue error block (#5728) 2020-01-27 14:35:53 -05:00
comments_destroy_spec.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
comments_spec.rb Add field test gem to establish a/b testing (#6283) [deploy] 2020-03-03 10:21:29 -05:00
comments_update_spec.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
credits_spec.rb Upgrade Stripe to version 5 (#6181) 2020-02-20 14:19:52 -05:00
dashboard_spec.rb Add pagination to followers and following page in dashboard (#258) (#4375) [deploy] 2019-11-20 18:21:18 -05:00
display_ad_events_spec.rb Fix rubocop detected offenses (#4552) 2019-10-24 11:53:03 -04:00
editor_spec.rb Remove extra param and add message for prefill (#2487) 2019-04-18 15:34:50 -04:00
email_subscriptions_spec.rb Remove controller specs (#2224) 2019-03-29 19:05:02 -04:00
events_spec.rb Return a 404 response If @event is Not Found (#5798) [deploy] 2020-02-03 11:30:52 -05:00
feedback_messages_create_spec.rb Fix 404 issue when submitting abuse report (#3038) 2019-06-03 19:24:24 -04:00
followings_spec.rb Move followings to internal API (#6494) 2020-03-06 19:33:26 +01:00
follows_create_spec.rb Refactor RateLimitChecker (#5521) 2020-01-20 11:27:54 -05:00
follows_show_spec.rb Unskip all skipped specs (#2941) 2019-05-25 11:04:38 -04:00
follows_update_spec.rb Remove code for legacy mentoring feature (#3186) 2019-06-21 17:18:11 -04:00
ga_events_spec.rb Fix rubocop lints (#794) 2018-10-03 13:00:09 -04:00
github_repos_spec.rb [deploy] Remove github_repos from public API (#6304) 2020-02-26 11:23:39 -05:00
html_variant_successes_spec.rb Replace peform_enqueued_jobs with sidekiq_perform_enqueued_jobs in specs (#6454) 2020-03-04 11:39:48 -07:00
html_variant_trials_spec.rb Replace peform_enqueued_jobs with sidekiq_perform_enqueued_jobs in specs (#6454) 2020-03-04 11:39:48 -07:00
html_variants_spec.rb Improve test speed (#3957) [ci skip] 2019-09-12 16:17:20 -04:00
image_uploads_spec.rb Fix rubocop Rails.root.path complaints (#5114) 2019-12-16 12:13:15 -05:00
liquid_embeds_spec.rb Fix style issues on liquid tag embed page (#6445) [deploy] 2020-03-04 10:40:34 -05:00
listings_spec.rb Fix rubocop detected offenses (#4552) 2019-10-24 11:53:03 -04:00
live_articles_spec.rb Fix rubocop detected offenses (#4552) 2019-10-24 11:53:03 -04:00
messages_spec.rb 🚀Feature/ability to edit messages (#5139) [deploy] 2019-12-20 10:19:00 -05:00
moderations_spec.rb fix response when article can't be found (#5999) 2020-02-11 15:23:44 -05:00
notification_counts_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
notification_subscriptions_spec.rb Finalize UI for all types of notification settings (#3164) 2019-06-14 18:28:38 -04:00
notifications_spec.rb Replace WELCOMING_USER_ID with mascot_user_id (#6484) [deploy] 2020-03-09 08:08:53 -07:00
organizations_update_spec.rb Add nav_image and dark_nav_image fields to org settings form (#6336) [deploy] 2020-02-27 17:33:52 -05:00
page_views_spec.rb Add field test gem to establish a/b testing (#6283) [deploy] 2020-03-03 10:21:29 -05:00
pages_spec.rb Ignore referer on /report-abuse if it's SW.js (#6295) [deploy] 2020-02-26 10:18:22 -05:00
partnerships_spec.rb Removed misleading information about sponsorships renewal (#6257) 2020-02-27 17:55:12 -05:00
poll_skips_spec.rb Fix rubocop detected offenses (#4552) 2019-10-24 11:53:03 -04:00
poll_votes_spec.rb Fix rubocop detected offenses (#4552) 2019-10-24 11:53:03 -04:00
pro_memberships_spec.rb Remove UserHistory Feature and PageViews from Algolia (#6127) [deploy] 2020-02-18 10:06:30 -05:00
profile_pins_spec.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
pusher_auth_spec.rb Remove commented code and tests (#3989) [ci skip] 2019-09-09 14:51:02 -04:00
rating_votes_spec.rb Add experience level averaging to articles (#1922) 2019-02-28 08:17:29 -08:00
reactions_spec.rb Create implicit experience level rating vote upon creating of readinglist reaction (#6522) [deploy] 2020-03-10 10:59:49 -04:00
reading_list_items_spec.rb Update ReadingListItemsController#update to return NotAuthorized (#5658) 2020-01-23 13:22:48 -05:00
registration_spec.rb Unskip all skipped specs (#2941) 2019-05-25 11:04:38 -04:00
rss_feed_spec.rb Do not render or link to empty rss feeds (#6429) [deploy] 2020-03-03 21:37:51 -05:00
search_spec.rb Search ClassifiedListings frontend code (#6372) [deploy] 2020-03-03 14:13:40 -08:00
service_worker_spec.rb Migrate to streaming app shell via serviceworkers (#5020) [deploy] 2019-12-16 12:21:33 -05:00
shells_spec.rb Add edge caching to shell (#5146) [deploy] 2019-12-16 19:08:59 -05:00
social_previews_spec.rb Changed shecoded preview template (#6475) 2020-03-05 18:26:28 -05:00
stories_index_spec.rb Nickytonline/homepage main feed component (#6164) [deploy] 2020-02-28 14:14:47 -05:00
stories_show_spec.rb Fix broken StoriesController#show article with bad chars (#6248) [deploy] 2020-02-24 13:41:06 -05:00
stripe_active_cards_spec.rb Add DataDog monitors (#6188) 2020-02-25 11:06:25 -08:00
tag_adjustments_spec.rb Mod tooling: add tags via /mod (#4750) [deploy] 2019-11-21 16:32:32 -05:00
tags_spec.rb Move onboarding tags from public to internal API (#6329) 2020-03-06 19:34:31 +01:00
twilio_tokens_spec.rb Code cleanups (#659) 2018-08-07 11:00:13 -04:00
twitch_stream_updates_spec.rb Fix Typos (#3510) 2019-07-22 12:56:48 -04:00
user_blocks_spec.rb Hide a blocked user's content [deploy] (#4678) 2019-11-04 14:47:26 -05:00
users_onboarding_spec.rb Ensure user is authenticated before doing onboarding Actions (#5937) 2020-02-07 09:56:29 -05:00
video_states_update_spec.rb Return not_found Response If Video's Related Article is Not Found (#5169) [deploy] 2019-12-19 09:41:59 -06:00
videos_spec.rb Unskip all skipped specs (#2941) 2019-05-25 11:04:38 -04:00