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
David Taylor b375dcb14a DEV: Introduce parallel rspec testing
Adds the parallel_tests gem, and redis/postgres configuration for running rspec tests in parallel. To use:

```
rake parallel:rake[db:create]
rake parallel:rake[db:migrate]
rake parallel:spec
```

This brings the test suite from 12m20s to 3m11s on my macOS machine
2019-04-01 11:06:47 -04:00
..
assets FIX: ensures popover is hidden when changing route (#7300) 2019-04-01 16:23:57 +02:00
controllers DEV: removes old dashboard (#7295) 2019-04-01 12:39:49 +02:00
helpers PERF: no need to select entire group just to find name 2019-03-26 17:59:05 +11:00
jobs Revert update_columns -> update! when rebaking/post-processing post. 2019-04-01 16:29:00 +08:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models DEV: Introduce parallel rspec testing 2019-04-01 11:06:47 -04:00
serializers FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
services DEV: Don't warn when trying to reindex a post with a deleted topic. 2019-04-01 17:04:32 +08:00
views * FEATURE: change layout of escaped_fragment_ topic page to table one like live discourse (#7250) 2019-03-27 21:32:56 +01:00