discourse/spec/support
Martin Brennan 6b9c0ee554
DEV: Change HashtagAutocompleteService to use DiscoursePluginRegistry (#19491)
Follow up to a review in #18937, this commit changes the HashtagAutocompleteService to no longer use class variables to register hashtag data sources or types in context priority order. This is to address multisite concerns, where one site could e.g. have chat disabled and another might not. The filtered plugin registers I added will not be included if the plugin is disabled.
2022-12-19 13:46:17 +10:00
..
versioning Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
bookmarkable_helper.rb FIX: Allow .ics for polymorphic bookmarks (#16694) 2022-05-11 09:29:24 +10:00
common_basic_reviewable_serializer.rb DEV: Include pending reviewables in the main tab in the user menu (#18471) 2022-10-05 12:30:02 +03:00
concurrency.rb
diagnostics_helper.rb
discourse_event_helper.rb DEV: Refactor user_badge_granted DiscourseEvent logic (#17579) 2022-07-22 09:06:02 +08:00
fake_bookmark_hashtag_data_source.rb DEV: Change HashtagAutocompleteService to use DiscoursePluginRegistry (#19491) 2022-12-19 13:46:17 +10:00
fake_logger.rb Build(deps-dev): Bump rspec-rails from 5.1.2 to 6.0.0 (#18534) 2022-10-12 20:25:49 +02:00
fake_s3.rb DEV: Run some specs with fake S3 implementation instead of stubs 2022-06-28 21:27:52 +02:00
fast_image_helpers.rb
final_destination_helper.rb SECURITY: Expand and improve SSRF Protections (#18815) 2022-11-01 16:33:17 +00:00
helpers.rb DEV: Remove usages of enable_personal_messages (#18437) 2022-10-05 10:50:20 +10:00
imap_helper.rb
integration_helpers.rb
match_html_matcher.rb
mock_git_importer.rb SECURITY: Expand and improve SSRF Protections (#18815) 2022-11-01 16:33:17 +00:00
negated_matcher.rb DEV: Don’t use `change { … }.by(0)` in specs 2022-07-26 10:34:15 +02:00
onebox_helpers.rb DEV: Use proper wording for contexts in specs 2022-08-04 11:05:02 +02:00
rate_limit_matcher.rb
session_controller_helper_routes.rb
shared_examples_for_stats_cacheable.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
sidekiq_helpers.rb
site_settings_helpers.rb
system_helpers.rb DEV: Add helpers for system testing in plugins (#19421) 2022-12-16 18:25:31 +08:00
test_second_factor_action.rb
time_matcher.rb
topic_guardian_can_see_consistency_check.rb DEV: Introduce TopicGuardian#can_see_topic_ids method (#18692) 2022-10-27 06:13:21 +08:00
uploads_helpers.rb DEV: TODO followups (#18936) 2022-11-09 07:48:05 +10:00
user_sidebar_tags_mixin.rb DEV: Migrate sidebar site settings (#19336) 2022-12-08 09:44:29 +08:00
webauthn_integration_helpers.rb