docbrown/spec/requests
Sarthak Sharma 90d60bf73f
[deploy] 🚀 Feature: Ability to search discoverable channels and send request to join (#7385)
* Feature 🚀 : Ability to delete messages in chat channels

- Sending message ID to frontend
- Deleting Message
- Use pusher to delete message realtime

* Minor Bug 🐞: Show message action only for current user

- User can delete or edit their own messages

* Test cases added

* Bug 🐞: Update message id for receiver

Message id was not sent to receiver by pusher

* Refactoring🛠: Message controller refactoring

* Test Cases📝 : Specs for Delete message added

* Feature 🚀 : Ability to edit messages

* Test Cases📝 : Specs for Edit message added

* added new column discoverable for public channel and changes in elasticsearch

* fix corrections

* changes in serializer file, added channel_discoverable

* added checkbox with discoverable policy

* changes in code for discoverable channels

* accept and reject member invitation by mod

* add joining request to closed groups

* fixed merge error

* changes in joining member to closed groups

* join to closed group

* changes in message action of joining

* changes in chat upopened json

* 🚀Feature : Ability to search Global Channels

* touch updated_at in after commit update

* 🚀Feature : Ability to send request to discoverable channel

* 🚀Feature : Ability to send request to discoverable channel

* created new route for joining closed channel

* 🚀 Success handle on joining request sent

* removed redundant code

* join_channel improvement, removed authorization for join channel

* list of joining requests

* added joining_request status channels on search list

* changes in mailer and query builder optimized

* 🛠 Adding filter for new Query

* added rspec for add membership method in controller

* rspec for sending join channel request

* invite join request channel list rspec

* test case for query builder discoverable

* viewable and discoverable channel list

* refactored logic for search channels

* 🚀 Check if Request already sent

* 🛠 Optimizing code and making channelButton Component

* 🛠 Optimizing codefor SVG problem

* 🛠 Optimized action.js

* changes in search controller query

* hot fix

* removed unwanted code

* 🛠  Fix the Channel Name problem

* 🛠  Optimizing code further for CodeClimate

* added new column discoverable for public channel and changes in elasticsearch

* fix corrections

* changes in serializer file, added channel_discoverable

* added checkbox with discoverable policy

* changes in code for discoverable channels

* accept and reject member invitation by mod

* add joining request to closed groups

* fixed merge error

* changes in joining member to closed groups

* join to closed group

* changes in message action of joining

* changes in chat upopened json

* touch updated_at in after commit update

* 🚀Feature : Ability to search Global Channels

* 🚀Feature : Ability to send request to discoverable channel

* 🚀Feature : Ability to send request to discoverable channel

* created new route for joining closed channel

* 🚀 Success handle on joining request sent

* removed redundant code

* join_channel improvement, removed authorization for join channel

* list of joining requests

* added joining_request status channels on search list

* changes in mailer and query builder optimized

* added rspec for add membership method in controller

* rspec for sending join channel request

* invite join request channel list rspec

* 🛠 Adding filter for new Query

* test case for query builder discoverable

* viewable and discoverable channel list

* refactored logic for search channels

* 🚀 Check if Request already sent

* 🛠 Optimizing code and making channelButton Component

* 🛠 Optimizing codefor SVG problem

* 🛠 Optimized action.js

* changes in search controller query

* hot fix

* 🛠  Fix the Channel Name problem

* 🛠  Fixing merge problem

* 🛠  Optimizing code further for CodeClimate

* updated UI for membership edit

* fixed test casses and fixed UI for chat_channel_edit

* 🛠napshots added

* test cases fixed

* 🛠 Test cases added for new component

* channel settings accesible only by mod

* 🛠 More Test cases added

* 🛠 Svg code optimized

* 🛠 Svg code optimized in videocontent

* optimized code for search query

* fix test case for query builder

* changes in joining closed channel logic

* refactored join channel

* redirect to edit channel after joining request

* changes in test case for redirect

* optimized code

* 🛠 Eslint bugs fixed

* test case fixed

* optimization

* olving channel repetition problem

* optimization of code for query builder

* changes in query builder

* test cases fixed

* 🛠 Handling reduntant data on frontend

* 🛠  Don't show data if no filter query

* 🛠 Optimized code for fixing bugs and code coverage

* 🛠  Optimizing code further for CodeClimate

Co-authored-by: Parasgr-code <paras.gaur@skynox.tech>
2020-05-11 09:29:15 -04:00
..
admin Move Podcasts::GetEpisodesJob to Sidekiq (#5443) [deploy] 2020-02-06 09:42:55 -08:00
api/v0 [deploy] Refactor Checking Rate Limits and Their Retry After settings (#7674) 2020-05-05 09:13:27 -05:00
articles Refactor articles_show_spec to Better Test JSON-LD (#7733) 2020-05-08 10:16:41 -06:00
incoming_webhooks/mailchimp Add health check endpoint for Mailchimp unsubscribe webhook (#6034) [deploy] 2020-02-12 15:55:21 -05:00
internal [deploy] Fix bug regarding negative reactions on users (#7741) 2020-05-08 17:07:10 -04: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 Validate images are files (#7639) 2020-05-01 10:39:20 -04:00
shared_examples Routine rubocop fixes (#6138) 2020-02-18 11:21:42 -05:00
stories Upgrade field_test to 0.3.2 (#7592) 2020-04-30 18:43:30 -04:00
user Routine rubocop fixes (#7743) 2020-05-08 19:38:06 +02: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 [deploy] 🚀 Feature: Ability to search discoverable channels and send request to join (#7385) 2020-05-11 09:29:15 -04:00
chat_channels_spec.rb [deploy] 🚀 Feature: Ability to search discoverable channels and send request to join (#7385) 2020-05-11 09:29:15 -04:00
classified_listings_spec.rb Use new classified listing categories (#7250) 2020-04-23 10:06:58 +07:00
comments_create_spec.rb [deploy] RateLimit Refactor: Consolidate Logic for Checking a Limit and Raising an Error (#7636) 2020-05-01 13:31:44 -05:00
comments_destroy_spec.rb [deploy] Finalize deleting user associations (#5624) 2020-01-23 11:29:47 -05:00
comments_spec.rb Some RSpec fixes (#6757) 2020-03-24 13:16:19 -04: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 Replace DEV with the community name... almost everywhere (#7211) 2020-04-10 17:03:16 +02:00
feedback_messages_spec.rb Finalize Slack messengers refactoring (#7484) 2020-04-24 21:15:10 +02:00
followings_spec.rb Move followings to internal API (#6494) 2020-03-06 19:33:26 +01:00
follows_bulk_show_spec.rb [deploy] Bulk Fetch Follow Button Data for Users (#7676) 2020-05-08 13:58:58 -05: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] Authentication refactoring: cleanups (#7576) 2020-04-29 10:33:30 -04: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 [deploy] Refactor Checking Rate Limits and Their Retry After settings (#7674) 2020-05-05 09:13:27 -05:00
liquid_embeds_spec.rb Fix VCR warnings and use initializers (#6672) 2020-03-17 15:51:07 +01:00
listings_spec.rb [deploy] Rate Limit Classified Listing Creation (#7684) 2020-05-05 12:01:27 -05: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 Add set_up_profile notification, check for active broadcasts (#7054) [deploy] 2020-04-02 15:56:29 -07:00
onboardings_spec.rb Extract Onboarding into its own controller (#6620) 2020-03-16 15:49:28 +01:00
organizations_update_spec.rb Validate images are files (#7639) 2020-05-01 10:39:20 -04:00
page_views_spec.rb Change string concatenation to interpolation (#7680) 2020-05-06 17:13:10 +02:00
pages_spec.rb Add some placeholder pages (#7441) 2020-04-28 15:55:59 +02:00
partnerships_spec.rb Finalize Slack messengers refactoring (#7484) 2020-04-24 21:15:10 +02: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 [deploy] Limit Reactions Created in a 30 second Timeframe (#7683) 2020-05-06 08:30:05 -05:00
reading_list_items_spec.rb Update ReadingListItemsController#update to return NotAuthorized (#5658) 2020-01-23 13:22:48 -05:00
registrations_spec.rb [deploy] Authentication refactoring: cleanups (#7576) 2020-04-29 10:33:30 -04:00
response_templates_spec.rb [deploy] Finalize and add response templates feature (#7068) 2020-04-16 15:53:29 -04:00
rss_feed_spec.rb Replaced remaining hardcoded DEV with the configurable community name (#7435) 2020-04-22 17:16:21 +03:00
search_spec.rb [deploy] fix filtering by approved bug (#7391) 2020-04-20 19:56:13 -04: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
sitemaps_spec.rb Update lastmod for generated sitemap (#6738) [deploy] 2020-03-19 18:59:36 -04:00
social_previews_spec.rb Use new classified listing categories (#7250) 2020-04-23 10:06:58 +07:00
stories_index_spec.rb [deploy] Add proper 301 status to username change redirects (#7650) 2020-05-01 13:36:29 -04:00
stories_show_spec.rb Change string concatenation to interpolation (#7680) 2020-05-06 17:13:10 +02: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 raise AR not found error if Userblock is not found (#7388) 2020-04-20 09:56:21 -05:00
users_onboarding_spec.rb Avoid clobbering user attributes with empty params during onboarding (#7016) [deploy] 2020-04-01 16:56:10 -07:00
video_chats_spec.rb [deploy] Add authorization and new styles for sidecar video (#7120) 2020-04-06 21:43:41 -04: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 Replace DEV with the community name... almost everywhere (#7211) 2020-04-10 17:03:16 +02:00