discourse/spec
Blake Erickson 092eeb5ca3 FEATURE: Create a rake task for destroying categories
Created a rake task for destroying multiple categories along with any
subcategories and topics the belong to those categories.

Also created a rake task for listing all of your categories.

Refactored existing destroy rake tasks to use new logging method, that
allows for puts output in the console but prevents it from showing in
the specs.
2019-07-17 12:44:14 -06:00
..
components FEATURE: Site setting for typographic quotation marks 2019-07-11 23:19:28 +02:00
fabricators FIX: skip markdown conversion for hotlinked non image urls 2019-07-16 18:05:17 +05:30
fixtures FIX: Use correct locale when translating without cache 2019-06-05 14:19:56 +02:00
helpers FIX: Fallback to gzip compression if brotli isn't supported (#7895) 2019-07-16 11:05:37 -03:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration DEV: Minor tweaks to Admin::WatchedWordsController. 2019-07-15 10:22:46 +08:00
integrity PERF: Use Oj for serializing JSON. (#7820) 2019-06-28 12:16:00 +10:00
jobs Correct typo in spec name 2019-07-04 11:37:37 +02:00
lib DEV: Upgrades to Ember 3.10 (#7871) 2019-07-16 12:45:15 +02:00
mailers SECURITY: Strip HTML from invite emails 2019-07-05 14:57:11 -04:00
models FIX: Recompile extra_js theme assets when COMPILER_VERSION changes (#7897) 2019-07-16 16:34:33 +02:00
multisite FIX: multisite upload urls must have either db name or the word 'short-url'. 2019-06-25 01:19:58 +05:30
requests FIX: Fallback to gzip compression if brotli isn't supported (#7895) 2019-07-16 11:05:37 -03:00
serializers FIX: Broken spec 2019-06-10 11:50:48 -04:00
services FEATURE: Create a rake task for destroying categories 2019-07-17 12:44:14 -06:00
support FIX: don't bump topics when hidden tags are added or removed 2019-05-06 14:52:18 -04:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
rails_helper.rb DEV: security restriction in dev mode broke tests 2019-06-03 11:33:56 +10:00