discourse/spec
David Taylor 98fbc019a3
FIX: Ensure live-reloading of theme CSS works first time (#8052)
The client-side theme-selector would always apply the first in a series of file change notifications. This has been fixed, so it now applies the most recent notification.

Duplicate notifications were being sent because
- The remote_theme autosave was causing every change notification to be doubled
- Color scheme change notifications were being sent every time a theme was uploaded, even if the colors were unchanged

These duplicate notifications have been fixed, and a spec added to ensure it does not regress in future
2019-08-29 15:47:08 +01:00
..
components FIX: ensure avatar sizes are integers 2019-08-27 17:03:20 +02:00
fabricators FEATURE: Add a webhook for user notifications 2019-08-15 14:47:25 -04:00
fixtures FEATURE: Add attachments to outgoing emails 2019-07-25 15:57:45 +02:00
helpers FIX: Fallback to gzip compression if brotli isn't supported (#7895) 2019-07-16 11:05:37 -03:00
import_export DEV: Prefabrication (test optimization) (#7414) 2019-05-07 13:12:20 +10:00
integration SECURITY: Restrict message-bus access on login_required sites 2019-08-14 09:43:12 +01:00
integrity FIX: Create readonly functions during backup 2019-08-09 11:39:46 +02:00
jobs Revert "FIX: Heartbeat check per sidekiq process (#7873)" 2019-08-27 11:56:23 +00:00
lib FIX: Detect DiscourseHub user agent. 2019-08-09 11:58:15 +03:00
mailers FEATURE: add option to always send excerpts in emails 2019-08-06 12:45:28 -04:00
models FIX: Ensure live-reloading of theme CSS works first time (#8052) 2019-08-29 15:47:08 +01:00
multisite FIX: multisite upload urls must have either db name or the word 'short-url'. 2019-06-25 01:19:58 +05:30
requests FIX: Ensure live-reloading of theme CSS works first time (#8052) 2019-08-29 15:47:08 +01:00
serializers FEATURE: add support for group members visibility level (#8004) 2019-08-14 19:00:04 +05:30
services DEV: Default to skipping creating a topic when fabricating categories (#7976) 2019-08-06 11:26:54 +01:00
support FIX: DistributedMutex (#7953) 2019-08-01 09:12:05 +01:00
tasks FEATURE: option to skip posts with ignored missing uploads 2019-05-09 05:11:15 +05:30
views/omniauth_callbacks UX: Improve error handling for common OmniAuth exceptions (#7991) 2019-08-12 10:55:02 +01:00
rails_helper.rb DEV: Split out multisite tests in bin/turbo_rspec 2019-08-29 11:47:58 +01:00