Commit Graph

337 Commits (0b331142a2ef7c55daa7b71cb75d86136cb64d65)

Author SHA1 Message Date
Barış Soner Uşaklı 235a981dd1 added mongodb memory usage
Barış Soner Uşaklı fd87bedc90 fix indent
Barış Soner Uşaklı 0d789261a9 filter falsy check valid
barisusakli f4ea534327 closes
barisusakli ea818e2af8 closes
Barış Soner Uşaklı 6fc073d33e if key is fasly not a member
psychobunny 78ea462620 fix crash when redis server isn't running
Julian Lam 96526a37a3 fixed
Julian Lam d5c6e2e73a Merge pull request from pentode/master
add feature to define mongo client connect options via config.json
barisusakli aa577f4adc part 1
no upgrade script yet
pentode 297b5906ed add feature to define mongo client connect options via config.json
barisusakli d9af2242a7 store id as int
barisusakli 484ad33549 convert key, value index to sparse/unique
barisusakli 7b550b13b9 display both redis/mongo info if available
Julian Lam 379bdd12e0 fixed improper parsing of url in loader, and updated mongo init to not send anything in cb except err. Also updated webserver init so that it doesn't expect stuff from static:app.preload
Ryan Wilson 6f66209428 use tabs per barisusakli
Ryan Wilson c354929569 handled port as int with toString()
Signed-off-by: Ryan Wilson <syndicated.life@gmail.com>
Ryan Wilson ec6c618751 use replicaset if configured
Signed-off-by: Ryan Wilson <syndicated.life@gmail.com>
barisusakli 625a0dcbfa closes
Julian Lam 848babcdfa Merge pull request from ahwayakchih/support-more-config-defaults-for-setup
This adds more setup defaults from config.
Barış Soner Uşaklı ba1afdf879 dont crash if callback isnt supplied fixes
barisusakli fa9fde43fb closes
Barış Soner Uşaklı ca332d23c0 wait for createIndex errors
Barış Soner Uşaklı f6d0ad9b0f Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0
Julian Lam 4dbb1c08b6 added default host port and db settings for mongo, if not set in config file
barisusakli 6c0e07c384 Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0
barisusakli 518aec6e76 modified indices, removed key 2 collections now
barisusakli ec7caea368 fix search on mongo
barisusakli 78c65aee05 even more search changes
barisusakli e2196af8ab part 2 of search changes
barisusakli c7128bcc98 part 1 of search change
barisusakli ec8fc8b97b dont do anything if id is falsy
added callback
Barış Soner Uşaklı e4199179f7 Merge remote-tracking branch 'origin/master' into mongodb-3.0-driver-2.0
Barış Soner Uşaklı ea9fccbf2a fix -inf +inf
added test for -inf +inf
Barış Soner Uşaklı 6bd3c54a03 fix findAndModify
temp fix for connect-mongo
create admin after categories
Barış Soner Uşaklı e421a2c7cd pass session
psychobunny b0628c2df8 missing semi-colons in database/
ahwayakchih 4c2f628baa Added support for using `mongo:password` and `redis:password` from config, when no password is entered at setup. This allows for having "default" password and overrides from config. Added using `mongo:username` and `port` from config when running setup.
Barış Soner Uşaklı 52aa7d27e8
Barış Soner Uşaklı 9de0c0cdd4 closes
barisusakli d577371a51 fix test
barisusakli 0dca86f255 fix tests
barisusakli 3bcd8aefb0 deleteObjectFields method
cleaned up user reset
Barış Soner Uşaklı 749ce5f8e5 dont crash if callback isnt supplied to list methods
barisusakli 39cac43b96 if key isn't found dont error
Conflicts:
	src/database/redis/main.js
barisusakli bd8a77a22b dont crash if callback isnt passed in
barisusakli 2c45dc6450 redis helpers
barisusakli c379753341 upgrade scripts
upgrade groups to sorted set(groups:createtime) upgrade
upgrade groups:<name>:members to sorted set
new database methods
tests
barisusakli 96c27d29f4 dont crash if callback isn't supplied
barisusakli 4c62590bc8 closes