loopback/lib
Miroslav Bajtoš f05291ca93 registry: fix non-unique default dataSources
Fix the problem where `registry.defaultDataSources` has two instances:

 - `require('loopback').defaultDataSources` used by
   `loopback.autoAttach()`

 - `require('./registry').defaultDataSources` used by
   `app.dataSource`.

I am intentionally leaving out unit-tests as the whole `autoAttach`
feature is going to be deleted before 2.0 is released.
2014-06-12 10:41:45 +02:00
..
connectors Support host / port in Remote connector 2014-03-27 14:47:30 -07:00
middleware Update JSDoc 2014-06-04 17:42:18 -07:00
models refactor: extract runtime and registry 2014-06-12 10:41:44 +02:00
application.js Merge createModelFromConfig with createModel 2014-06-12 10:41:45 +02:00
browser-express.js Make app.get/app.set available in browser 2014-06-12 10:40:36 +02:00
compat.js Add loopback.compat to simplify upgrade to 1.6 2014-01-27 10:29:57 +01:00
loopback.js refactor: extract runtime and registry 2014-06-12 10:41:44 +02:00
registry.js registry: fix non-unique default dataSources 2014-06-12 10:41:45 +02:00
runtime.js refactor: extract runtime and registry 2014-06-12 10:41:44 +02:00