Raymond Feng
|
bf592413e1
|
Dedupe the alias methods during mixin
To prevent the same method from showing up multiple times in API explorer,
for example, Model.deleteById, Model.removeById
|
2013-12-13 16:45:31 -08:00 |
Raymond Feng
|
441596b870
|
Merge pull request #47 from strongloop/feature/query-coercing
Coerce query values of where clause based on property types
|
2013-12-10 10:09:42 -08:00 |
Raymond Feng
|
29405976fb
|
Merge settings for base and sub models
|
2013-12-06 15:52:39 -08:00 |
Raymond Feng
|
adc9482df0
|
Enhance the test case with more assertions
|
2013-12-05 15:19:40 -08:00 |
Raymond Feng
|
52d2c8425f
|
Make all methods proxied for DAO
|
2013-12-04 13:44:25 -08:00 |
Raymond Feng
|
abe6d2bb22
|
Add more tests to address the PR comments
|
2013-12-04 10:00:33 -08:00 |
Raymond Feng
|
ed6d8839ba
|
Add a test case
|
2013-12-03 21:27:46 -08:00 |
Raymond Feng
|
a953ba13de
|
Clone shared methods so that they can be customized per model
|
2013-12-03 21:14:12 -08:00 |
Raymond Feng
|
7aa2eefec4
|
Remove inheritence from DataSource to ModelBuilder
|
2013-11-08 17:13:00 -08:00 |
Raymond Feng
|
92d369e609
|
Add more assertions
|
2013-11-08 09:02:17 -08:00 |
Raymond Feng
|
0b899b0542
|
Allow settings.base to specify the base model
|
2013-11-07 17:11:17 -08:00 |
Raymond Feng
|
89a30e7edd
|
Add a test case for relations during attach
|
2013-11-07 13:28:18 -08:00 |
Raymond Feng
|
68cf633795
|
Add support for hasMany-through and more tests
|
2013-11-05 09:29:24 -08:00 |
Raymond Feng
|
4fbec288c4
|
Enable deferred type/relation resolutions
|
2013-11-04 22:53:02 -08:00 |
Raymond Feng
|
f3011216b5
|
Support datasource/connector configuration using URL string
|
2013-10-25 16:18:02 -07:00 |
Raymond Feng
|
931636eda4
|
Allow the id(s) to be redefined by subclass
|
2013-10-06 21:13:52 -07:00 |
Raymond Feng
|
24d87976e8
|
Merge branch 'master' into juggler-tidyup
Conflicts:
lib/model.js
|
2013-10-04 14:32:51 -07:00 |
Raymond Feng
|
1963ea9fb1
|
Use ModelDefinition to access model name/properties/settings
|
2013-10-02 15:18:50 -07:00 |
Raymond Feng
|
1575c87caf
|
Make sure schemaless property value is honored over __data
|
2013-09-18 16:34:52 -07:00 |
Raymond Feng
|
c2eb1f55f0
|
Fix the property population for schemaless models
|
2013-08-28 21:49:05 -07:00 |
Raymond Feng
|
04ca1a6333
|
Clean up the test case based on PR reviews
|
2013-08-27 10:14:49 -07:00 |
Raymond Feng
|
59841a04a8
|
Set strict to false by default for non-relational data sources
|
2013-08-26 13:38:24 -07:00 |
Raymond Feng
|
9b422752a6
|
Allows non-strict mode to accept unknown properties
|
2013-07-24 22:58:57 -07:00 |
Raymond Feng
|
6af4b1ba2f
|
More renames: schema -> dataSource, adapter -> connector
|
2013-07-23 11:16:43 -07:00 |
Raymond Feng
|
eeda934cc1
|
Rename the test case
|
2013-07-22 13:49:35 -07:00 |