discourse/spec
Sam Saffron c05b617067 FIX: ensure_consistency was able to create corrupt category topics
- Correct create_category_definition to skip validations and use a
transaction, no longer able to create corrupt topics

- ensure_consistency now clears topic_id if pointing at deleted or missing
topic_id

- Stop creating category definition topics for uncategorized
2019-06-07 11:20:13 +10:00
..
components FIX: use URI.regexp to find URLs in plain text 2019-06-07 01:26:06 +02:00
fabricators DEV: Class that converts MD with old attachment links to new MD. 2019-06-04 15:54:25 +08:00
fixtures FIX: Use correct locale when translating without cache 2019-06-05 14:19:56 +02:00
helpers DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration DEV: change testing cache clearing so it is more deliberate 2019-06-03 10:21:38 +10:00
integrity DEV: introduces coding style spec (#7615) 2019-05-27 23:38:17 +02:00
jobs DEV: Refactor specs for `Jobs::PullHotlinkedImages`. 2019-06-06 14:56:21 +08:00
lib FEATURE: Support private attachments when using S3 storage (#7677) 2019-06-06 13:27:24 +10:00
mailers FEATURE: English locale with international date formats 2019-05-20 13:47:20 +02:00
models FIX: ensure_consistency was able to create corrupt category topics 2019-06-07 11:20:13 +10:00
multisite FEATURE: Support private attachments when using S3 storage (#7677) 2019-06-06 13:27:24 +10:00
requests FEATURE: Support private attachments when using S3 storage (#7677) 2019-06-06 13:27:24 +10:00
serializers PERF: omit user profile and private message stats in web hook serializer. 2019-06-04 08:44:10 +05:30
services FIX: round the calculated heat values 2019-06-06 15:44:55 -04: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