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
Blake Erickson 2bb36d72a3 DEV: Fix failing test on CI due to whitespace differences
I could not replicate the failure locally, but it was consistently
failing on CI with:

```
  Assertion Failed: it should escape watched words

      Expected:  <img src="x">, Actual:  <img src="x">
```

This commit removes an extra space that was added originally, but I
don't think it is really needed after double checking how it displays in
the UI. The `x` icon and the word have sufficient spacing between them.
If we need to we can tweak it in css instead.
2019-11-27 17:23:49 -07:00
..
assets DEV: Fix failing test on CI due to whitespace differences 2019-11-27 17:23:49 -07:00
controllers FIX: Cache failed onebox URL request server-side (#8421) 2019-11-28 07:48:29 +10:00
helpers Revert "FEATURE: Normalize the service worker route (#8359)" 2019-11-20 14:10:17 -08:00
jobs FIX: Mark secure media upload insecure automatically if used for theme component (#8413) 2019-11-28 07:32:17 +10:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models DEV: don't send staff welcome message to first admin. 2019-11-28 05:19:46 +05:30
serializers DEV: Remove unused user_auth_token_log_serializer 2019-11-27 16:50:31 +00:00
services FIX: Mark secure media upload insecure automatically if used for theme component (#8413) 2019-11-28 07:32:17 +10:00
views FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00