Commit Graph

10 Commits

Author SHA1 Message Date
Liran Tal
f8384040a4 fix(mongoose): fixing mongoose deprecation notice for promises lib (#1691)
If no promises library set correctly for the mongoose.Promise property then the following warning notice is omitted by mongoose:
`DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoosejs.com/docs/promises.html`
2016-12-25 11:23:57 +02:00
Cody B. Daig
517dc32b69 promise(core): Add Promise Option to Mongoose (#1560)
Fixes #1559
2016-10-15 07:11:05 -07:00
Liran Tal
988609399a refactoring the seeddb logic to work with promises all over due to all the async behavior 2015-09-28 11:29:39 +03:00
Ryan Hutchison
ef3a3f9548 formatting reboot (space-2 and consistency)
JSCS fixes

update editorconfig
2015-07-31 10:04:02 -04:00
Liran Tal
edb62344bc Refactoring server application service to enable modularity and callbacks, as well as provide app, db, config variables outside of server.js 2015-07-30 23:04:29 +03:00
Liran Tal
0bcadcc08e Enhancing support for development envionrment to enable mongoose debug mode so that we can debug db queries
Includes support for environment variable MONGODB_DEBUG
2015-07-25 21:23:20 +03:00
Liran Tal
b76c2cd13b updating 0.4.0 merged branch to support the declerative db connection object instead of just a connection string 2015-07-02 12:29:09 +03:00
Ilan Biala
81c2847571 Properly track DB disconnect 2015-03-05 22:30:35 -05:00
Ilan Biala
e954a20e2f Disconnect method to close DB connection 2015-03-05 22:01:36 -05:00
Amos Haviv
ab81d61bd3 New 0.4 version 2014-11-10 23:12:33 +02:00