docbrown/spec
Andy Zhao b80dae1436
Update data exporter to handle admin send (#10274)
* Update data exporter to handle admin send

* Match button with everything else

* Use proper redirect path

* Stub SiteConfig definition instead of setting it

Co-authored-by: Mac Siri <krairit.siri@gmail.com>

* Removed if statement by accident oops

* Remove non-functional boolean param and pass email directly

* Use refinement to conv to boolean instead of JSON.parse

* Rename to StringToBoolean

* Use 'using' in proper scope (not in method)

* Rename to_bool to to_boolean

* Refactor if statement, thanks rhymes!

* Fix small bugs in tests

* Remove tracking for export_email b/c no @user

Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2020-10-26 18:00:56 -04: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 Update [authentication] in /admin/config (#10748) 2020-10-13 16:43:29 -04:00
helpers [deploy] Bust caches when navigation links are changed (#10865) 2020-10-21 21:30:31 -04:00
initializers [deploy] Refactor:Change Unset Var Warnings to Debug Level (#9985) 2020-08-25 09:45:42 +02:00
labor Fix NoMethodError for tag moderators channel (#11047) 2020-10-23 21:02:54 -05:00
lib Preserve newlines and indentation in <pre> tags from RSS import (#10922) 2020-10-20 09:25:57 -04:00
liquid_tags Use matched substring in Spotify liquid tag to avoid trailing whitespace (#10953) 2020-10-20 13:38:33 -04:00
mailers Update data exporter to handle admin send (#10274) 2020-10-26 18:00:56 -04:00
models Fix new Rubocop violations (#10808) 2020-10-20 09:28:53 -04: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 Update data exporter to handle admin send (#10274) 2020-10-26 18:00:56 -04:00
routing Add routes for i18n (#10193) 2020-09-03 17:11:07 -04:00
serializers/search [deploy] Refactor:Remove Reaction Search Code (#10377) 2020-09-23 12:27:50 -05:00
services Update data exporter to handle admin send (#10274) 2020-10-26 18:00:56 -04:00
support Fix RSpec unit testing when using Docker dev setup (#10950) 2020-10-20 10:36:41 -04:00
system Flaky Spec Fix:Remove js:true From Local Timestamp Checks and js Fix attempt code (#11087) 2020-10-26 10:20:51 -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 [deploy] Move settings tabs to constant (#10859) 2020-10-16 08:30:58 +07:00
workers Update data exporter to handle admin send (#10274) 2020-10-26 18:00:56 -04:00
rails_helper.rb Fix RSpec unit testing when using Docker dev setup (#10950) 2020-10-20 10:36:41 -04:00
spec_helper.rb Manually load dotenv in test (#9971) 2020-08-24 20:19:03 +02:00