Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
2017-02-17 19:31:21 -07:00
Peter Jaszkowiak
aaacdb8413
Fix #5416 , uploads path config setting
...
- Finish moving uploads route to `/assets/uploads`
- Remove `upload_url` config setting, it was broken
2017-02-08 11:41:34 -07:00
Peter Jaszkowiak
360a35d0a6
Resolve merge conflicts
2017-02-02 22:15:26 -07:00
Peter Jaszkowiak
553567c3b2
Refactor nodebb, move build.js, add --dev
2017-02-02 19:15:01 -07:00
Peter Jaszkowiak
001aa3d1a8
Fix tests, npm Windows fixes
2017-01-21 19:21:02 -07:00
Dominic Lennon
691b46d38b
Fixing lint issues
2017-01-16 14:43:34 +00:00
Dominic Lennon
f0add97cf9
Fixing tests
2017-01-16 14:37:14 +00:00
Peter Jaszkowiak
05b68391dd
Use /assets for client assets
...
- Route `/assets` -> `build/public`, falling back on `public`
- Moved destinations for `nodebb.min.js`, `acp.min.js`, `admin.css`, `stylesheet.css`, `templates`, and `sounds` to `build/public`
- r.js modules previously routed through express are now symlinked into `public/build/src/modules`
- minfiles no longer served from a memory cache
- use config `views_dir` setting everywhere template directory is used
- fix cache buster `v=v=`
2017-01-14 22:38:40 -07:00
barisusakli
4b6e4f085d
more tests
...
group cover upload tests
registration approval queue tests
2016-12-02 14:05:59 +03:00
barisusakli
49267d54b7
topics unread tests
2016-11-28 14:15:20 +03:00
barisusakli
2f92ce1527
check deps on test
2016-11-26 13:08:00 +03:00
barisusakli
db14c29e41
socket.io/categories tests
2016-11-21 13:47:34 +03:00
barisusakli
9796f54580
analytics tests, reduce bcrypt rouds for tests
2016-11-18 15:57:53 +03:00
barisusakli
e86db04631
#5211 run build step before tests
...
move build to its own file
2016-11-18 12:01:33 +03:00
Sergii Paryzhskyi
e515b791da
Fix eslint rules ( #5117 )
...
* Fix semi linter rule
* Fix semi-spacing linter rule
* Fix no-undef-init linter rule
* Fix space-before-blocks linter rule
2016-10-25 15:34:47 -04:00
barisusakli
4a0f67afdc
search tests
...
new method emptydb
use emptydb instead of flushdb, flushdb removes indices for mongo which
breaks search tests
initialize meta.config properly in tests
enable nodebb-plugin-dbsearch for tests
2016-10-17 23:34:14 +03:00
barisusakli
1a63672e66
more test fixes
2016-10-16 21:51:42 +03:00
barisusakli
15d948894d
fix typo
2016-10-16 18:06:53 +03:00
barisusakli
292055d322
show test db info before test
2016-10-16 18:03:22 +03:00
barisusakli
b8a3ca98cb
added callback to webserver.listen
...
wait for webserver to be ready to run tests
added topic restore test
added test to load topic via controller
2016-10-16 06:55:12 +03:00
barisusakli
ae9b5654d3
set isPrimary and isCluster
2016-10-16 06:15:11 +03:00
barisusakli
e462fadd94
init express/webserver for tests
2016-10-16 06:03:09 +03:00
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
2016-10-13 11:43:39 +02:00
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
2016-10-13 11:42:29 +02:00
HeeL
4c6a75d85c
Rename tests folder to test to follow standards
2016-09-28 10:01:37 +02:00