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/app/assets/javascripts/discourse/tests/unit
Alan Guo Xiang Tan 92e1e43104
FIX: Improve reliability of topic tracking state (#17387)
The `unread_not_too_old` attribute is a little odd because there should never be a case where
the user's first_unread_at column is less than the `Topic#updated_at`
column of an unread topic. The `unread_not_too_old` attribute is causing
a bug where topic states synced into `TopicTrackingState` do not appear
as unread because the attribute does not exsist on a normal `Topic`
object and hence never set.
2022-07-14 13:44:58 +08:00
..
controllers DEV: Stop overriding an injected property in topic controller test (#17450) 2022-07-12 17:29:11 +01:00
ember FIX: Allow connector template names to be camelCase (#17371) 2022-07-07 12:42:23 +01:00
lib DEV: Remove most of jQuery usage from tests (#17474) 2022-07-13 19:29:19 +02:00
mixins DEV: Deprecate assert.not() (#15595) 2022-02-09 18:49:05 +01:00
models FIX: Improve reliability of topic tracking state (#17387) 2022-07-14 13:44:58 +08:00
services DEV: Fix test leakage/flakes (#17407) 2022-07-10 10:52:42 +02:00
utils DEV: Switch from htmlbars-inline-precompile to ember-cli-htmlbars (#17424) 2022-07-11 15:25:40 +01:00
localization-test.js FIX: Translation overrides from fallback locale didn't work on client 2021-12-17 14:03:35 +01:00