discourse/spec
Alan Guo Xiang Tan 7c8e978b54
DEV: Fix group of tests that is leaking state ()
The test group was only clearing the cache in a `before` block which
means it still leaks the state at the end of each test.
2023-08-18 13:47:09 +08:00
..
fabricators DEV: find_each in CSV exports () 2023-08-17 12:33:52 +10:00
fixtures FIX: ensures generic onebox has width/height for thumbnail () 2023-08-09 20:31:11 +02:00
helpers DEV: Replace #pluck_first freedom patch with AR #pick in core () 2023-02-13 12:39:45 +08:00
import_export
initializers DEV: Fix test () 2023-06-08 16:12:13 -05:00
integration DEV: Update the rubocop-discourse gem 2023-06-26 11:41:52 +02:00
integrity DEV: Remove enable_experimental_hashtag_autocomplete logic () 2023-08-08 11:18:55 +10:00
jobs DEV: there is no need anymore to wrap export methods into enumerators () 2023-08-17 22:09:58 +04:00
lib DEV: Fix group of tests that is leaking state () 2023-08-18 13:47:09 +08:00
mailers FIX: Order tags shown in email subject by topics count and name () 2023-07-13 15:39:58 +08:00
models FIX: Don't run post validations when hiding post () 2023-08-18 10:55:17 +08:00
multisite DEV: Remove Discourse.redis.delete_prefixed () 2023-06-16 12:44:35 +10:00
requests FEATURE: New topics vs replies toggle for the new new view () 2023-08-18 12:44:04 +08:00
script/import_scripts DEV: Fix flaky core backend spec () 2023-07-18 07:01:19 +08:00
serializers FIX: Missing pending queued posts from topic view () 2023-07-28 16:16:23 +00:00
services FIX: TopicSummarization workaround for Postgres' discrete range types () 2023-08-15 14:16:06 -03:00
support FEATURE: Stream topic summaries. () 2023-08-11 15:08:49 -03:00
system FEATURE: New topics vs replies toggle for the new new view () 2023-08-18 12:44:04 +08:00
tasks FEATURE: do not bump topics when retroactively closing () 2023-08-16 11:20:47 +10:00
views DEV: Fix random typos () 2023-06-13 22:02:21 +02:00
rails_helper.rb DEV: Fix chromedriver binary errors when running system tests in parallel () 2023-08-17 12:53:40 +08:00
regenerate_swagger_docs
swagger_helper.rb