discourse/spec/controllers
Arpit Jalan e3925278e2 FEATURE: support search click through tracking for user, category and tags
https://meta.discourse.org/t/search-logs-page/73281/11?u=techapj

This commit adds following features:

- support for tracking click through to user, tag and category
- new filter for search type (header, full page)

This commit also removes "most viewed topic" field from search logs page because we are now tracking multiple click through entities, so topic is not a special entity anymore. This also improves query perf. The query now takes `20.5ms` to runs, as opposed to `655.9ms` previously.
2017-12-01 12:04:55 +05:30
..
admin REFACTOR: Track manual locked user levels separately from groups 2017-11-27 11:23:44 -05:00
about_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
badges_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
categories_controller_spec.rb Downcase encoded slug by default and more specs 2017-10-26 16:50:29 +08:00
category_hashtags_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
clicks_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
composer_messages_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
draft_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
email_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
export_csv_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
extra_locales_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
finish_installation_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
groups_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
inline_onebox_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
invites_controller_spec.rb SECURITY: verify that inviter can invite new user to a topic 2017-10-09 15:59:41 +05:30
list_controller_spec.rb Remove controller spec that is rewritten as request spec. 2017-10-02 10:47:22 +08:00
metadata_controller_spec.rb FEATURE: custom setting for large square site icon 2017-11-03 16:19:31 +11:00
notifications_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
offline_controller_spec.rb FIX: offline controller regression 2017-10-31 15:44:50 +11:00
omniauth_callbacks_controller_spec.rb Remove use of stubs in tests. 2017-03-01 10:53:03 +08:00
onebox_controller_spec.rb PERF: hijack onebox requests so they do not use up a unicorn worker 2017-11-24 15:31:40 +11:00
permalinks_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
post_action_users_controller_spec.rb UX: cap likes 2 (#5237) 2017-11-15 11:28:54 +11:00
post_actions_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
posts_controller_spec.rb FEATURE: Support an end date for user silencing 2017-11-14 13:20:19 -05:00
queued_posts_controller_spec.rb FIX: Error if queued post not found while updating 2017-11-27 19:25:51 +05:30
search_controller_spec.rb FEATURE: support search click through tracking for user, category and tags 2017-12-01 12:04:55 +05:30
session_controller_spec.rb Feature: Group handling 2017-10-25 22:49:17 -02:00
similar_topics_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
site_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
steps_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
stylesheets_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
tags_controller_spec.rb update response error when deleting tags (#5213) 2017-09-30 16:31:32 +02:00
topic_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
topics_controller_spec.rb fix the build - take 2 2017-10-20 21:34:56 +05:30
uploads_controller_spec.rb FEATURE: uploads are processed a faster 2017-11-27 12:43:35 +11:00
user_actions_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
user_api_keys_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
user_avatars_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
user_badges_controller_spec.rb Improve specs to test for the right response status. 2017-11-24 09:32:44 +08:00
users_controller_spec.rb FIX: be consistent with how first posts in topics are counted. do like DirectoryItem.refresh_period :all 2017-11-10 12:18:25 -05:00
webhooks_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
wizard_controller_spec.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00