Pleroma/test
rinpatch 713b2187b9 User search: Remove trigram and refactor the module
- Remove trigram as it tends to rank garbage results highly, resulting
in it prioritized above fts, which gives actually decent results. ACKed
by kaniini and lain on irc.
- Remove a test for handling misspelled requests, since we no longer have
trigram
- Remove a test for searching users with `nil` display names, because it
is unrealistic, we don't accept usernames that are not >1 char strings
- Make rank boosting for followers/followees sane again, previous values
resulted in garbage matches getting on top just because the users are
followers/followees
2019-10-18 14:56:14 +03:00
..
activity/ir Revert "Merge branch 'revert-4fabf83a' into 'develop'" 2019-10-04 16:01:31 +00:00
bbs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
config added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
conversation Conversations: Load relations in one query. 2019-08-14 17:01:11 +02:00
emails Use the user.id instead of nickname in report URLs 2019-10-06 14:48:37 +00:00
fixtures Initial poll refresh support 2019-10-06 14:53:11 +00:00
http added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
integration tests: add missing ExUnit.CaptureLog 2019-10-04 16:45:14 +00:00
object added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
plugs Add Pleroma.Plugs.Cache 2019-09-09 18:53:08 +00:00
support Initial poll refresh support 2019-10-06 14:53:11 +00:00
tasks Remove in-db configuration references from 1.1 2019-10-04 16:17:27 +03:00
upload added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
uploaders added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
web Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`) 2019-10-07 11:28:51 +00:00
activity_expiration_test.exs Require that ephemeral posts live for at least one hour 2019-07-24 14:46:08 +02:00
activity_expiration_worker_test.exs Add activity expiration worker 2019-07-24 13:14:52 +02:00
activity_test.exs Merge branch 'fix-tests' into 'develop' 2019-09-14 18:14:39 +00:00
bookmark_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
captcha_test.exs
config_test.exs
conversation_test.exs added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
emoji_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
filter_test.exs
formatter_test.exs Mention all people in the beginning of DM 2019-05-24 20:34:23 +00:00
healthcheck_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
html_test.exs Rich Media: Skip Microformats hashtags 2019-06-19 00:46:30 +03:00
http_test.exs
keys_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
list_test.exs Add validation in Pleroma.List.create/2 2019-08-26 18:59:57 +07:00
moderation_log_test.exs Log admin/moderator actions 2019-08-25 19:39:37 +00:00
notification_test.exs Revert "Merge branch 'revert-4fabf83a' into 'develop'" 2019-10-04 16:01:31 +00:00
object_test.exs Preserve internal fields when reinjecting 2019-10-06 14:53:40 +00:00
pagination_test.exs Return "total" optionally 2019-09-03 13:58:27 +03:00
registration_test.exs
repo_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
reverse_proxy_test.exs Track failed proxy urls and don't request them again 2019-10-04 21:49:51 +00:00
safe_jsonb_set_test.exs Add a test for safe_jsonb_set 2019-10-18 14:33:51 +03:00
scheduled_activity_test.exs
scheduled_activity_worker_test.exs
signature_test.exs Move local keys out of `user.info` 2019-10-06 17:36:24 +03:00
test_helper.exs Exclude tests that use :crypt.crypt/2 on macOS 2019-07-22 19:54:22 +00:00
upload_test.exs added test helpers to clear config after tests 2019-08-19 15:34:29 +00:00
user_info_test.exs
user_invite_token_test.exs Add license/copyright to all project files 2019-07-10 05:13:23 +00:00
user_search_test.exs User search: Remove trigram and refactor the module 2019-10-18 14:56:14 +03:00
user_test.exs Move local keys out of `user.info` 2019-10-06 17:36:24 +03:00
xml_builder_test.exs