discourse/test/javascripts
Dan Ungureanu 556f7dc9c0
FIX: Fix race condition when resolving tag and category hashtags (#10153)
* FIX: Fix race condition when resolving tag and category hashtags

If the category hashtags were resolved first and then tag hashtags, then
the tags would overwrite the categories. Similarly, if the category
hashtags were resolved last it would overwrite even hashtags which ended
with '::tag'.

* DEV: Add test

* DEV: Fix test
2020-07-07 10:20:51 +10:00
..
acceptance FIX: Fix race condition when resolving tag and category hashtags (#10153) 2020-07-07 10:20:51 +10:00
admin DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
components FIX: Show tag count for existing tags (#9892) 2020-06-11 14:13:48 +03:00
controllers FIX: Keep onebox styling in edit history 2020-06-15 15:23:14 -04:00
ember Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
fixtures DEV: Use consistent interpolation key format in translations 2020-06-02 19:05:10 +02:00
helpers DEV: Make component-test `afterEach` async aware (#10099) 2020-06-24 16:03:38 +10:00
initializers DEV: Update ESLint to remove I18n global 2020-05-14 10:18:12 -04:00
lib UX: Style video elements, show descriptions (#10040) 2020-06-17 12:38:00 +02:00
mixins Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
models FIX: present correct new/unread counts when filtered by tag 2020-06-11 16:47:57 +10:00
utils Retry: Rename all test files from JS -> ES6 2020-03-26 12:25:46 -04:00
widgets FIX: Do not rerender widget-dropdown on all clicks (#10100) 2020-07-06 17:04:16 +02:00
plugin_tests.js.erb FIX: Allow plugins to provide test directories with transpiled `.js` 2020-06-16 14:31:01 -04:00
test_helper.js DEV: Move `Discourse.getURL` and related functions to a module (#9966) 2020-06-03 12:45:26 -04:00