docbrown/spec
Andy Zhao a8c3ff8c5a
Add trusted role to new tag moderators (#11242)
* Don't add to mailchimp for N/A circumstance

* Use class << self over self. methods

* Refactor and make add/remove tag mod idempotent

* Add missing param wiki_body_markdown

* Add errors_as_sentence b/c Tag not inheriting from AppRecord

* Refactor and Crayonsify tag page

* Use proper for attr to make label checkable

* Crayonsify moderator section

* Make placeholder white

* Remove remote: false for sync form submit

* Fix more merge conflicts

* Minor styling adjustments

* Fix color field value

* Don't add to Mailchimp community mod list if not enabled

* Add tests for new tag mod routes

* Add missing line oops

* Use self.method over class << self for new Rubyists

* Use more efficient query for getting tag mods

* Use parentheses to follow convention

* Use cleaner way of routing and controller

* Update tests to match new configuration
2020-11-05 10:36:26 -05: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 Remove unused factories and traits (#11051) 2020-10-26 12:28:25 +01:00
fixtures Add users param to Feeds::Import (#11234) 2020-11-03 07:02:17 -06:00
helpers Replace SimpleIDN usage with Addressable (#11238) 2020-11-03 08:55:31 -05:00
initializers Refactor:Implement Carrierwave Monkeypatch in all Envs (#11233) 2020-11-03 10:51:53 -06:00
labor Automatically mark tag supported when adding mod (#11151) 2020-10-30 09:46:10 -04:00
lib Copy username to search_fields (#11045) 2020-11-02 08:38:15 -06:00
liquid_tags Conditionally hide onboarding task card (#11259) 2020-11-04 11:04:34 -08:00
mailers Add mailer previews for Devise mailer (#10890) 2020-11-02 09:10:00 +01:00
models Add feature flag for profile admin section (#11149) 2020-11-02 08:48:18 +07: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 Add trusted role to new tag moderators (#11242) 2020-11-05 10:36:26 -05:00
routing Add feature flag for profile admin section (#11149) 2020-11-02 08:48:18 +07:00
serializers/search [deploy] Refactor:Remove Reaction Search Code (#10377) 2020-09-23 12:27:50 -05:00
services Add users param to Feeds::Import (#11234) 2020-11-03 07:02:17 -06:00
support Add Feeds::Import service class (#10998) 2020-10-30 15:01:44 +01:00
system Comment out Flaky Onboarding spec (#11277) 2020-11-04 15:17:44 -06: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 [deploy] Add Imgproxy docs (#11104) 2020-10-29 09:03:55 -04:00
workers Add users param to Feeds::Import (#11234) 2020-11-03 07:02:17 -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