Barış Soner Uşaklı
b084a596fa
closes #6301
7 years ago
Barış Soner Uşaklı
54a84bf130
cache fixes
8 years ago
Barış Soner Uşaklı
a73c2628c4
cache improvements, stats
8 years ago
Barış Soner Uşaklı
e7318a1cea
Mongo cache ( #6002 )
...
* cache mongodb objects
remove user settings cache since it is cached at the object level
* removed indexOf from isMemberOfSets
* change has to get, change maxAge to 0
8 years ago
barisusakli
92343eb2e1
fix mongo setObject if key/value is empty string
8 years ago
Peter Jaszkowiak
11cb3a9554
ESlint operator-assignment, block-scoped-var
8 years ago
Peter Jaszkowiak
896c8c7343
ESlint object-curly-spacing
8 years ago
Peter Jaszkowiak
feb8405f95
ESlint eol-last
8 years ago
Peter Jaszkowiak
a038c66549
ESlint quotes
8 years ago
Peter Jaszkowiak
604358ecc4
ESlint keyword-spacing, no-multi-spaces
8 years ago
Peter Jaszkowiak
277a7fb8b4
ESlint key-spacing, no-trailing-spaces
8 years ago
Peter Jaszkowiak
3361a72725
ESlint no-plusplus
...
and no-empty, space-unary-ops
8 years ago
Peter Jaszkowiak
bc1d70c126
ESlint comma-dangle
8 years ago
barisusakli
5d6e2ad083
multiple test fixes
8 years ago
HeeL
4a3c31b2dc
Fix space-before-function-paren linter rule
9 years ago
HeeL
3fa1c1f927
Fix space-infix-ops linter rule
9 years ago
barisusakli
cd9e2d17a3
fix db.incrObjectFieldBy for mongo
...
convert string to int
9 years ago
barisusakli
d52a0ad87a
closes #4366
9 years ago
barisusakli
e7f87f4ffd
closes #3686
10 years ago
barisusakli
ea818e2af8
closes #3259
10 years ago
Barış Soner Uşaklı
6bd3c54a03
fix findAndModify
...
temp fix for connect-mongo
create admin after categories
10 years ago
barisusakli
d577371a51
fix test
10 years ago
barisusakli
0dca86f255
fix tests
10 years ago
barisusakli
3bcd8aefb0
deleteObjectFields method
...
cleaned up user reset
10 years ago
barisusakli
4c62590bc8
closes #2628
10 years ago
barisusakli
4d5ed784a1
more hash tests
...
getObjectValues
isObjectField
deleteObjectField
incrObjectField
10 years ago
barisusakli
9440f8f8cd
#2344
11 years ago
barisusakli
1b80e6dbb2
fix email update on mongo
11 years ago
barisusakli
fec84821b7
removed this wasn't the problem after all
11 years ago
barisusakli
df590d01e6
set key as well
...
not sure if this fixes dupe keys
11 years ago
barisusakli
feed33f6e2
closes #2100
11 years ago
barisusakli
035c32df66
dont need to pass value on upserts
11 years ago
barisusakli
515e663f85
getObjectsFix
...
return empty array if keys is empty or not an array
11 years ago
barisusakli
5f2a66295c
check keys
11 years ago
barisusakli
451c5b40fd
removed debug
11 years ago
psychobunny
0727c2a0bf
forgot winston
11 years ago
barisusakli
fe58ea55d4
moved debugs 1 level up increased key limit to 100
11 years ago
barisusakli
e2697030ec
removed reuqire
11 years ago
barisusakli
a48e95b910
check keys
11 years ago
barisusakli
10b30e303b
mongo posting fix
11 years ago
barisusakli
94d050fd4f
removed helpers.done
11 years ago
barisusakli
b4182f57fe
simplified callback
11 years ago
barisusakli
8dce99250b
final fix for #1884
...
fix mongo functions so they return correct data if duplicate keys are
passed. getObjects(['post:1', 'post:1'], callback) was only returning
one object.
11 years ago
barisusakli
6a1fa82b8b
closes #1402
11 years ago
psychobunny
46b6a93e98
organizing mongo driver
11 years ago