discourse/spec
Sam Saffron d643294c9d FIX: delete duplicate invites earlier in the process
There was a race condition when 2 invites existed for 1 user where in some
cases data from both invites would be used for the redeem. Depending on DB
ordering.

Fix is to delete duplicate invites earlier in the process prior to
`redeem_from_email` being called.
2019-05-13 17:42:39 +10:00
..
components FIX: Correctly calculate fallback locale list 2019-05-13 09:36:05 +02: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 Make rubocop happy. 2019-05-13 09:55:44 +08: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 FIX: delete duplicate invites earlier in the process 2019-05-13 17:42:39 +10:00
multisite DEV: use #frozen_string_literal: true on all spec 2019-04-30 10:27:42 +10:00
requests FIX: Customizing missing pluralized translations didn't work 2019-05-13 09:36:05 +02:00
serializers More prefabrication 2019-05-10 08:34:04 -04:00
services More prefabrication 2019-05-10 08:34:04 -04: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