Commit Graph

1490 Commits (62afd0bdd66b97d69ac9e95f93ae8b265a05de2c)

Author SHA1 Message Date
barisusakli 9131f9d8f6 controller tests
Barış Soner Uşaklı c512a02c83 Merge pull request from yariplus/lexistuff
Add additional lexical dbal operations.
yariplus af2122bdb9 fix lex tests maybe
barisusakli cec3b650c3 category route test
barisusakli f683a1fe62 added categories to search test
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
yariplus e8823eab33 add db lexical tests
barisusakli ba17f98c70 getPostSummaryByPids test
barisusakli 52a0430603 cleanup console.logs
barisusakli 13719fccfe testing on nodev6
barisusakli 1a63672e66 more test fixes
barisusakli 15d948894d fix typo
barisusakli 292055d322 show test db info before test
barisusakli d1fb4909ba one more try catch for node5/6
barisusakli 4a8b3dcd4c fix eslint errors
barisusakli 817cd29f00 try require from root
barisusakli 12f366f4b4 more tests
register/login/logout tests
ability to test socket.io emits for logged in users
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
barisusakli ae9b5654d3 set isPrimary and isCluster
barisusakli e462fadd94 init express/webserver for tests
barisusakli 4847c9fb81 test for post.delete/restore/purge
barisusakli e9a3acdac5 db.info test
barisusakli bfcef27c47 plugin tests
barisusakli 85ca547423 update pagination test so it covers separators as well
barisusakli 1694876475 added test for pagination
barisusakli acc7e160ef write test for cleanUpTag
barisusakli dd077117a2 refactor user.updateProfile and write test
Peter Jaszkowiak f519a36560 Fix , translator now accepts keys with `/` ()
Julian Lam 3272c0b98c linting
Julian Lam 45e412ed7c Merge branch 'master' of github.com:NodeBB/NodeBB
barisusakli afaaa8ab88 add failing test case for
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
HeeL 3fa1c1f927 Fix space-infix-ops linter rule
Peter Jaszkowiak 2ce33ba2b0 Fix , translator made more safe ()
barisusakli 59fb7d7eef failing tests for
barisusakli 6c634b0689 fix tabs
barisusakli 038418bf87 batch.processArray
use batch.processArray in notifications.push and moveRecentReplies
added notification tests
added test for moveRecentReplies
clear group cache if a group is deleted
barisusakli 6f86621e30 closes
barisusakli 76e0c6eb9c up timeout, password tests were failing
HeeL 4c6a75d85c Rename tests folder to test to follow standards