loopback-datasource-juggler/lib
Raymond Feng 6eb18cb2f6 Make sure base property definitions are cloned
Sub models sometimes need to customize the properties from the base model.
This change allows each sub model has its own copy of the base property
definition to avoid potential conflicts across multiple sub models of the
same base.
2015-07-10 10:03:51 -07:00
..
connectors Add an optional `options` argument to relation methods 2015-05-16 11:52:17 -07:00
browser.depd.js Deprecate Model hooks 2015-02-27 16:58:24 +01:00
dao.js Fix the regression for date conversion 2015-07-03 09:29:26 -07:00
datasource.js Make sure base property definitions are cloned 2015-07-10 10:03:51 -07:00
geo.js Changes to API docs per Dennis 2015-05-04 08:45:17 -07:00
hooks.js Deprecate Model hooks 2015-02-27 16:58:24 +01:00
include.js Merge pull request #643 from rus0000/includes-with-transaction-support 2015-07-02 10:13:49 -07:00
introspection.js Tidy up model building from data sources 2014-09-12 14:25:35 -07:00
jutil.js Remove all usages of lodash. 2015-03-26 09:33:48 +01:00
list.js Return 400 when client provides an incorrect value 2015-02-05 16:58:42 +05:30
mixins.js Clean up the mixin processing 2014-08-08 01:20:57 -07:00
model-builder.js Make sure base property definitions are cloned 2015-07-10 10:03:51 -07:00
model-definition.js fix id properties should sort by its index 2015-01-21 20:16:34 +08:00
model.js fix typo 2015-06-01 11:28:58 +08:00
observer.js Enhance the apis and add more tests 2015-05-26 10:15:39 -07:00
relation-definition.js Allow 0 as the FK 2015-06-08 13:01:16 -07:00
relations.js Implemented embedsOne 2014-08-20 08:58:08 -07:00
scope.js Don't cache static scope method results #575 2015-07-03 10:35:26 +02:00
transaction.js Mix in observer apis to the connector 2015-05-20 15:02:44 -07:00
types.js Rewrite the List class for typed array 2014-02-14 10:41:00 -08:00
utils.js Dedupe ids args of inq for include 2015-05-29 10:50:37 -07:00
validations.js Don't silently swallow db errors on validation. 2015-05-28 11:54:01 -05:00