This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec
Sam Saffron a8fbb19e7c FEATURE: allow a huge number of users to share common prefix
Previously username suggester would give up after 100 attempts at getting
a username and fallback to random string.

This amends the logic so we do all the work of figuring out a good username
in SQL and avoids a large amount of queries in cases where a lot of usernames
were used up.

This corrects an issue on sites with large numbers of anon users
2019-05-16 17:15:16 +10:00
..
components FEATURE: allow a huge number of users to share common prefix 2019-05-16 17:15:16 +10:00
fabricators FEATURE: Claim Reviewables by Topic 2019-05-09 13:40:36 -04:00
fixtures FIX: Don't create staged users when processing forwarded email fails 2019-05-09 23:47:47 +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 PERF: avoid checking for consecutive replies in test 2019-05-09 13:28:53 +10:00
integrity DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
jobs FIX: Don’t try to delete inactive moderators 2019-05-13 21:44:03 +02:00
lib SPEC: ensure never remap readonly columns 2019-05-09 18:01:35 +02:00
mailers DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
models FEATURE: Preserve notifications levels when splitting topics. (#7494) 2019-05-15 17:29:29 +10:00
multisite DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
requests FIX: Make serverside and clientside omniauth origin redirects consistent 2019-05-15 12:40:51 +01:00
serializers More prefabrication 2019-05-10 08:34:04 -04:00
services FIX: Do not send duplicate alerts for the same post (#7476) 2019-05-15 18:47:36 +02: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 PERF: speed up spec suite, avoid featuring topics 2019-05-10 11:37:53 +10:00