discourse/app/models/concerns
Penar Musaraj 5ee3e2932f
FIX: Bug with admin trust level growth report (#19050)
When this report in the admin dashboard has lots of data ( > 75 days of activity), the dates were ordered incorrectly. This is apparently expected behaviour; when using GROUP BY without specifying the ordering, PG decides to order, and it so happens that it works under some conditions but not others. Explicit ordering fixes the problem. 

However, because this works in some conditions but not others, we can't really add a useful test.
2022-11-16 22:11:09 -05:00
..
reports FIX: Bug with admin trust level growth report (#19050) 2022-11-16 22:11:09 -05:00
anon_cache_invalidator.rb
cached_counting.rb PERF: perform all cached counting in background (#15991) 2022-02-22 16:45:25 +00:00
category_hashtag.rb
has_custom_fields.rb DEV: TODO followups (#18936) 2022-11-09 07:48:05 +10:00
has_destroyed_web_hook.rb
has_sanitizable_fields.rb DEV: Sanitize HTML admin inputs (#14681) 2021-10-27 11:33:07 -03:00
has_search_data.rb
has_url.rb DEV: Make site setting type uploaded_image_list use upload IDs (#10401) 2020-10-13 16:17:06 +03:00
limited_edit.rb
positionable.rb
roleable.rb DEV: Use AR enums in reviewables related code 2022-09-22 14:44:27 +02:00
searchable.rb
second_factor_manager.rb FIX: do not lock account if backup codes are available (#18982) 2022-11-11 13:00:06 +11:00
stats_cacheable.rb
topic_tracking_state_publishable.rb FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
trashable.rb DEV: Remove with_deleted workarounds for old Rails version (#11550) 2020-12-22 10:38:59 +11:00