Fabien Franzen
|
1a4e8863ef
|
Basic plugin architecture
Similar to http://mongoosejs.com/docs/plugins.html
Next, loopback-boot should be updated to support loading plugins from
dirs.
|
2014-08-05 16:16:10 +02:00 |
Raymond Feng
|
5a2bb6548a
|
Upgrade qs version
|
2014-08-04 16:37:21 -07:00 |
Raymond Feng
|
1ec502404b
|
Merge tag 'v2.2.1'
2.2.1
|
2014-08-04 15:36:09 -07:00 |
Raymond Feng
|
5a4d78ffc8
|
Merge branch 'release/2.2.1' into production
|
2014-08-04 15:36:03 -07:00 |
Raymond Feng
|
e89a79916a
|
Bump version
|
2014-08-04 15:29:45 -07:00 |
Raymond Feng
|
d07b716ae8
|
Merge pull request #200 from strongloop/feature/emit-events-during-attach
Emit dataAccessConfigured events during attach
|
2014-08-04 15:27:11 -07:00 |
Raymond Feng
|
c0dce8ff63
|
Merge pull request #199 from fabien/feature/normalize-url
Customize/Normalize class-level remoting http path
|
2014-08-04 11:04:32 -07:00 |
Fabien Franzen
|
93aea7eb66
|
Changed options.path to option.http.path
|
2014-08-04 19:45:47 +02:00 |
Fabien Franzen
|
81a822524d
|
Removed normalization (see strong-remoting)
|
2014-08-04 12:17:06 +02:00 |
Raymond Feng
|
b9d9ab0fb3
|
Emit dataAccessConfigured events during attach
See discussions at https://github.com/strongloop/loopback/issues/410
|
2014-08-01 08:22:33 -07:00 |
Fabien Franzen
|
ef65ffee48
|
Changed normalization api - enabled hasOne remoting
|
2014-08-01 11:24:41 +02:00 |
Fabien Franzen
|
71bf0f8240
|
Customize/Normalize class-level remoting http path
|
2014-08-01 09:38:25 +02:00 |
Raymond Feng
|
1247c449b2
|
Merge branch 'lchenay-patch-4'
|
2014-07-30 21:35:20 -07:00 |
Raymond Feng
|
6239d8fde5
|
Merge branch 'patch-4' of github.com:lchenay/loopback-datasource-juggler into lchenay-patch-4
|
2014-07-30 21:34:41 -07:00 |
Raymond Feng
|
7c94cb054e
|
Merge tag 'v2.2.0'
2.2.0
|
2014-07-30 16:27:45 -07:00 |
Raymond Feng
|
d334f42ccf
|
Merge branch 'release/2.2.0' into production
|
2014-07-30 16:27:39 -07:00 |
Raymond Feng
|
52a9ab8647
|
Merge pull request #198 from offlinehacker/master
fix datasources to support new model parameters
|
2014-07-30 16:26:14 -07:00 |
Jaka Hudoklin
|
d896a0982e
|
fix datasources to support new model parameters
Signed-off-by: Jaka Hudoklin <jakahudoklin@gmail.com>
|
2014-07-31 01:06:52 +02:00 |
Raymond Feng
|
79af219618
|
Bump version
|
2014-07-30 09:19:40 -07:00 |
Raymond Feng
|
56a7df4c63
|
Merge pull request #197 from fabien/feature/references
embedsMany (subdocs) and referencesMany (array of ids)
|
2014-07-30 09:18:03 -07:00 |
Fabien Franzen
|
090c738bb5
|
Correctly handle remoting of scope methods
|
2014-07-30 17:30:21 +02:00 |
Fabien Franzen
|
af0ca5b108
|
Handle remoting of custom scope methods
|
2014-07-30 16:46:05 +02:00 |
Fabien Franzen
|
e38c92af87
|
ReferencesMany fixes after LB integration tests
|
2014-07-30 15:01:55 +02:00 |
Fabien Franzen
|
5cee6a4b79
|
Fixed embedsMany after LB integration
|
2014-07-30 13:22:20 +02:00 |
Raymond Feng
|
7a9b64f1bf
|
Fix the test failure for mongodb
|
2014-07-29 22:19:52 -07:00 |
Fabien Franzen
|
e888b8cff9
|
Allow custom scopeMethods option (obj/fn) for relation scopes
|
2014-07-29 22:59:44 +02:00 |
Fabien Franzen
|
06f2b32c21
|
Renamed EmbedsMany 'reference' option to 'belongsTo'
|
2014-07-29 21:56:59 +02:00 |
Fabien Franzen
|
1782b439f1
|
Implemented referencesMany
|
2014-07-29 21:46:12 +02:00 |
Fabien Franzen
|
60fd39d311
|
Added option: reference to enable embedsMany add/remove
|
2014-07-29 17:43:30 +02:00 |
Fabien Franzen
|
b18384459a
|
Implemented findByIds
|
2014-07-29 15:01:47 +02:00 |
Fabien Franzen
|
296bb0d73e
|
Minor touchups
|
2014-07-29 14:05:18 +02:00 |
Fabien Franzen
|
13cee9502c
|
Tests for polymorphic embedsMany
|
2014-07-29 13:57:49 +02:00 |
Fabien Franzen
|
da303b72a5
|
Implemented more complex scenaro: embedsMany + relations
The test case will denormalize data into the embedded object,
and re-use the actual related object id as its own id.
|
2014-07-29 12:02:52 +02:00 |
Laurent Chenay
|
b336166acc
|
Add test to protect the use of include in related method
|
2014-07-29 11:05:57 +02:00 |
Fabien Franzen
|
6ed7a0a5f2
|
Convenience embedsMany accessors: at(idx), get(id), set(id, data)
|
2014-07-29 10:51:33 +02:00 |
Raymond Feng
|
cb43114ab7
|
Fix test cases
|
2014-07-28 16:15:37 -07:00 |
Raymond Feng
|
1b44a6d779
|
Merge branch 'feature/embed-hasmany' of github.com:fabien/loopback-datasource-juggler into fabien-feature/embed-hasmany
|
2014-07-28 14:51:16 -07:00 |
Raymond Feng
|
c8c499320c
|
Merge branch 'fabien-feature/polymorphic-rel'
|
2014-07-28 14:24:24 -07:00 |
Raymond Feng
|
75403ef929
|
Merge branch 'feature/polymorphic-rel' of github.com:fabien/loopback-datasource-juggler into fabien-feature/polymorphic-rel
Fix test cases
|
2014-07-28 14:22:45 -07:00 |
Raymond Feng
|
8bc11ca51e
|
Increase the max number of model listeners
See https://github.com/strongloop/loopback/issues/404
|
2014-07-28 13:02:00 -07:00 |
Raymond Feng
|
5221d12305
|
Remove unused data
|
2014-07-28 09:36:04 -07:00 |
Raymond Feng
|
7ad22939ab
|
Export GeoPoint class
|
2014-07-28 09:00:15 -07:00 |
Raymond Feng
|
5cc2c5d92f
|
Merge pull request #195 from lchenay/patch-3
Fix HEAD on relation hasMany
|
2014-07-28 08:53:46 -07:00 |
Laurent Chenay
|
aaf037fc51
|
Do not overwrite inclusion but scope them. Needed in relation hasManyThrought
|
2014-07-28 15:20:04 +02:00 |
Laurent Chenay
|
04a56e2ea6
|
Fix HEAD on relation hasMany
|
2014-07-28 11:36:32 +02:00 |
Fabien Franzen
|
309105c4ad
|
Updated remaining relations to use polymorphicParams
|
2014-07-28 11:12:20 +02:00 |
Fabien Franzen
|
7ddfbb6409
|
polymorphics can now be declared using object
|
2014-07-28 10:44:26 +02:00 |
Fabien Franzen
|
4e76c2a77f
|
typeTo => discriminator
|
2014-07-28 10:18:42 +02:00 |
Fabien Franzen
|
e1ecb4b95f
|
Require unique ids for embedded items
|
2014-07-27 17:30:10 +02:00 |
Fabien Franzen
|
43e11af942
|
Test build of embedsMany
|
2014-07-27 17:16:25 +02:00 |