loopback-datasource-juggler/lib
Raymond Feng 5a66f9ad72 Fix datasource state management
Use case:
1. Configure a datasource with lazyConnect = true
2. Do NOT start the DB
3. Start the app
4. Send first request and it fails to connnect to the DB
5. Start the DB
5. Requests are now served correctly
2018-05-22 10:46:45 -07:00
..
connectors Fix forceId bug for updateOrCreate 2017-04-18 13:14:35 -04:00
kvao Refactor flush to deleteAll 2017-01-09 14:53:34 -08:00
browser.depd.js Fix manually 2016-08-22 19:20:12 -04:00
dao.js Added error handling for persist operation hook (#1531) 2018-01-24 11:37:30 -05:00
datasource.js Fix datasource state management 2018-05-22 10:46:45 -07:00
date-string.js Add DateString type 2017-05-01 12:28:59 -04:00
geo.js Fix/geo null (#1334) 2017-04-24 19:28:11 -04:00
hooks.js hooks: add JSDoc for .trigger 2017-05-23 12:12:11 -04:00
include.js include: remove JSDoc refs to recursive calls 2017-05-24 17:10:45 -04:00
include_utils.js Fix manually 2016-08-22 19:20:12 -04:00
introspection.js Fix manually 2016-08-22 19:20:12 -04:00
jutil.js Fix manually 2016-08-22 19:20:12 -04:00
list.js Upgrade eslint-config, fix new violations 2017-02-01 12:45:56 +01:00
mixins.js Fix manually 2016-08-22 19:20:12 -04:00
model-builder.js feat: remove a Model from all registries 2018-04-16 14:24:53 +02:00
model-definition.js Fix model def column name method (#1224) 2017-04-05 15:12:27 -04:00
model.js Allow toObject() to accept an 'options' argument 2018-05-10 10:18:55 -07:00
observer.js Fix mixins/validatable docs 2017-06-06 14:21:49 -04:00
relation-definition.js feat: omit default fn for embedsMany (#1532) 2018-04-13 13:17:40 -04:00
relations.js Fix mixins/validatable docs 2017-06-06 14:21:49 -04:00
scope.js Fix query for related models (#1522) 2017-11-14 14:22:48 -05:00
transaction.js Add a better way to handle transactions 2017-09-06 07:10:57 +02:00
types.js Add DateString type 2017-05-01 12:28:59 -04:00
utils.js Polyfill Number.isFinite() to support PhantomJS 2018-04-17 10:08:39 +02:00
validations.js Pass options argument to custom validators 2018-03-22 15:51:21 +01:00