Commit Graph

17 Commits (e37c8003b94822c1d4bbb7d2210b2a354c33bf4c)

Author SHA1 Message Date
Baris Usakli d469f53eba using async in batch
removed unused code in debug
Barış Soner Uşaklı 3d85992757 modify db.processSortedSet so it works with intervals
Barış Soner Uşaklı b4b68498cd added interval option to processSortedSet
barisusakli 08049c0712 remove empty block
Julian Lam 33082d90cc updated logic to make it a bit simpler to implement per upgrade script
Peter Jaszkowiak 1ed571189c Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
Peter Jaszkowiak 11cb3a9554 ESlint operator-assignment, block-scoped-var
Peter Jaszkowiak 2ba46808a1 ESlint one-var, fix comma-dangle
Peter Jaszkowiak bc1d70c126 ESlint comma-dangle
barisusakli 01e7b864b8 change batch.js style
Sergii Paryzhskyi e515b791da Fix eslint rules ()
* Fix semi linter rule

* Fix semi-spacing linter rule

* Fix no-undef-init linter rule

* Fix space-before-blocks linter rule
HeeL 4a3c31b2dc Fix space-before-function-paren linter rule
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
Ben Lubar df8c1abf7d fast path for mongodb batches (otherwise it's O(n^2) memory, which gets ugly fast)
barisusakli 878e548296 renamed end to stop globally
fixed getting favourites for admins
barisusakli c4a39c8163 use processSortedSet instead of getting all users
barisusakli b48d81310c