docbrown/spec
Manasa b015690f4f
Podcast ownership join table (MLH Fellowship #81) (#11410)
* added podcast_ownership route

* added podcast_ownership table

* added podcast_ownership controller and pundit policy

* fixed codeclimate

* removed controller and pundit policy

* codeclimate

* codeclimate

* schema.rb

* schema.rb

* schema.rb

* user.rb

* made the suggested changes

* added validations

* fixed build error

* changed name to owned_podcasts

* added validation and tests

* added tests

* added tests

* changed spec

* added factory

* added factory

* merge conflict

* factory

* factory

* factory

* modified spec file

* modified spec file

* fix build error

* added class_name

* adjusted m2m relations

* made suggested changes

* fixed build error

* added subject

* schema

* ran migration

* removed index:true from singular fields

* changed schema file

* set index: false
2020-11-19 12:41:17 +01:00
..
black_box Routine rubocop fixes (#10237) 2020-09-08 12:06:47 -04:00
decorators CSS Cleanups, part 2 (#10527) 2020-10-03 06:57:57 +02:00
factories Podcast ownership join table (MLH Fellowship #81) (#11410) 2020-11-19 12:41:17 +01:00
fixtures Prepare for profile column drop (#11246) 2020-11-09 10:17:39 +07:00
generator Add service generator (#11265) 2020-11-10 09:09:35 +07:00
helpers Email login always on (#11307) 2020-11-12 09:32:58 -06:00
initializers Refactor:Implement Carrierwave Monkeypatch in all Envs (#11233) 2020-11-03 10:51:53 -06:00
labor Move ArticleSuggester to Articles::Suggest service (#11370) 2020-11-11 13:06:33 -05:00
lib Update data update script (#11350) 2020-11-16 10:06:00 -06:00
liquid_tags Add community_emoji to SiteConfig (#11450) 2020-11-17 14:02:04 -08:00
mailers Add mailer previews for Devise mailer (#10890) 2020-11-02 09:10:00 +01:00
models Podcast ownership join table (MLH Fellowship #81) (#11410) 2020-11-19 12:41:17 +01:00
policies [deploy] [Admin Tooling] Allow admins unpublish articles from the Mod Actions Panel (#10038) 2020-09-02 16:08:08 -05:00
queries/admin Add all new functionality for trusted (#10816) 2020-10-15 17:00:49 -04:00
refinements Update data exporter to handle admin send (#10274) 2020-10-26 18:00:56 -04:00
requests Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
routing Replace calls to Flipper with FeatureFlag (#11386) 2020-11-12 14:15:33 +01:00
serializers/search [deploy] Refactor:Remove Reaction Search Code (#10377) 2020-09-23 12:27:50 -05:00
services Feature:Backend Username Search Endpoint for Mention Completion (#11479) 2020-11-18 16:43:59 -06:00
support Add Feeds::Import service class (#10998) 2020-10-30 15:01:44 +01:00
system Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
tasks Refactor:Send Welcome Broadcast Notifications From Sidekiq (#9923) 2020-08-21 12:57:08 -04:00
uploaders Flaky Spec Fix:Remove let_it_be Test Prof Helper (#9556) 2020-07-29 11:31:01 +02:00
view_objects Enable Rubocop 0.89 cops and fix Lint/ violations (#9709) 2020-08-10 16:57:12 +02:00
views Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
workers Feature:Send Alerts for Failed DataUpdateScripts to Datadog (#11381) 2020-11-12 10:59:54 -06:00
rails_helper.rb Do not set SiteConfig values in specs (#11125) 2020-10-27 15:56:31 -04:00
spec_helper.rb Manually load dotenv in test (#9971) 2020-08-24 20:19:03 +02:00