Raymond Feng
|
68d2696248
|
Fix the method for belongsTo with correct receiver
|
2014-04-03 20:41:53 -07:00 |
Raymond Feng
|
c79d0b0c33
|
Merge pull request #92 from strongloop/feature/fix-issue-91
Fix the base sql connector to correct escape id values
|
2014-03-27 14:34:46 -07:00 |
Raymond Feng
|
c28546b629
|
Fix the base sql connector to correct escape id values
This is based on https://github.com/strongloop/loopback-datasource-juggler/pull/91
https://github.com/strongloop/loopback-datasource-juggler/issues/90
|
2014-03-24 14:56:52 -07:00 |
Raymond Feng
|
0e7acec591
|
Set the relation property correctly
See https://github.com/strongloop/loopback/issues/218
|
2014-03-23 21:07:04 -07:00 |
Raymond Feng
|
cc5975486d
|
Simplify the inclusion processing
|
2014-03-17 08:40:40 -07:00 |
Raymond Feng
|
cadacc44bb
|
Create scoped methods for belongsTo and improve docs
|
2014-03-17 08:40:40 -07:00 |
Raymond Feng
|
1dc0c34252
|
Fix the connector resolver to make sure known connectors are used
|
2014-03-17 08:32:37 -07:00 |
Raymond Feng
|
bef90bd529
|
Refactor the serialize/deserialize into two functions
|
2014-03-17 08:32:37 -07:00 |
crandmck
|
aa11aad298
|
Fix some small errors
|
2014-03-13 16:26:29 -07:00 |
crandmck
|
9c2098cd35
|
Updates to JSDoc comments for API doc
|
2014-03-12 16:28:46 -07:00 |
Raymond Feng
|
464d23891b
|
Merge pull request #82 from strongloop/feature/ldl-scopes
Allows scopes to be defined in LDL
|
2014-03-04 09:50:27 -08:00 |
Raymond Feng
|
d14c58775d
|
Use debug module for logging
|
2014-03-04 09:42:55 -08:00 |
Raymond Feng
|
ab8076d44a
|
Merge pull request #80 from strongloop/feature/remoting-belongsTo
Make the belongsTo relation remotable
|
2014-03-04 08:57:57 -08:00 |
Raymond Feng
|
ed7e2e2ada
|
Fix the parameter name
|
2014-03-04 08:56:16 -08:00 |
Raymond Feng
|
24c4381221
|
Allows scopes to be defined in LDL
|
2014-03-03 17:16:37 -08:00 |
Raymond Feng
|
510f5ef6ac
|
Check the Array type
See https://github.com/strongloop/loopback-connector-mongodb/issues/21
|
2014-03-03 15:52:49 -08:00 |
Raymond Feng
|
14745b1305
|
Make the belongsTo relation remotable
|
2014-03-03 15:03:05 -08:00 |
Raymond Feng
|
925402fdb6
|
Merge pull request #78 from pandaiolo/master
Fix, model builder setter will not try to cast value if already the proper type
|
2014-02-27 10:38:28 -08:00 |
Aurelien Chivot
|
dfe1ea1655
|
Fix, model builder setter will not try to cast value if already the proper type
|
2014-02-26 21:10:15 +01:00 |
Raymond Feng
|
44a62d01af
|
Allows unknown properties to be saved for non-strict models
See https://github.com/strongloop/loopback/issues/199
|
2014-02-24 18:38:45 -08:00 |
Ritchie Martori
|
8ae292539e
|
Merge pull request #74 from strongloop/feature/dao-override
Override existing methods when mixing in DAO methods
|
2014-02-21 09:04:52 -08:00 |
Ritchie Martori
|
dd597d2197
|
Refactor mixin and always redefine proxy/delegate methods
|
2014-02-20 17:25:07 -08:00 |
Ritchie Martori
|
38c7a16da2
|
Override existing methods when mixing in DAO methods
|
2014-02-19 17:10:56 -08:00 |
Raymond Feng
|
9192c27409
|
Leave the item type introspection for List
|
2014-02-14 11:21:30 -08:00 |
Raymond Feng
|
12a624d99c
|
Rewrite the List class for typed array
|
2014-02-14 10:41:00 -08:00 |
Raymond Feng
|
7e45a1fda1
|
Fix the include with array value
|
2014-02-14 10:40:45 -08:00 |
Raymond Feng
|
061b274055
|
Merge branch 'partial-fix-for-58' of github.com:arlaneenalra/loopback-datasource-juggler
|
2014-02-12 21:55:53 -08:00 |
Raymond Feng
|
dbd97eb423
|
Merge pull request #68 from strongloop/feature/fix-lb-162
Make sure own properties are copied by toObject for non-strict mode
|
2014-02-11 14:29:21 -08:00 |
Raymond Feng
|
85232f31b3
|
Clean up the options for model constructor
|
2014-02-10 22:38:59 -08:00 |
arlaneenalra
|
5252d0e805
|
Move new var into thunk.
There really was no reason for it to be in the
outer context.
|
2014-02-05 22:21:27 -06:00 |
arlaneenalra
|
abd46961da
|
Use type converted data when writing back to database.
This allows foreignKey types and other custom types
to be converted into natvie values before writing them
to the database.
|
2014-02-04 23:10:42 -06:00 |
Raymond Feng
|
1961fbeefe
|
Enhance the assertions
|
2014-02-03 20:52:01 -08:00 |
Ritchie Martori
|
61a54da418
|
Merge pull request #65 from strongloop/feature/change-hook
Add change / delete events
|
2014-01-30 13:54:47 -08:00 |
Raymond Feng
|
ee5b351398
|
Make sure own properties are copied by toObject for non-strict mode
See https://github.com/strongloop/loopback/issues/162
|
2014-01-30 11:51:34 -08:00 |
Raymond Feng
|
da571c0c23
|
Use String[] for types and add test for supported types
|
2014-01-29 17:19:07 -08:00 |
Raymond Feng
|
cf200a2e27
|
Add getType/getDefaultIdType from connectors
|
2014-01-29 17:19:07 -08:00 |
Raymond Feng
|
e65d21dcdb
|
Merge pull request #67 from strongloop/feature/memory-persistence
Add an option for the memory connector to persist model instances
|
2014-01-29 17:18:00 -08:00 |
Raymond Feng
|
130dcdb582
|
Fix the write closure to use the correct task info
|
2014-01-29 13:41:42 -08:00 |
Raymond Feng
|
6b535f5d1c
|
Add a file option for the memeory connector to persist data
|
2014-01-29 12:04:09 -08:00 |
Ritchie Martori
|
e909749455
|
Add tests for change / delete events
|
2014-01-29 11:03:04 -08:00 |
Raymond Feng
|
c008c4d30a
|
Add more comments
|
2014-01-28 23:01:11 -08:00 |
Raymond Feng
|
2a57a909f0
|
Clean up lookupModel
|
2014-01-28 18:00:12 -08:00 |
Raymond Feng
|
43637a690d
|
Handle hasMany.though
|
2014-01-28 17:59:59 -08:00 |
Ritchie Martori
|
bef1bc1ca4
|
Add change / delete events
|
2014-01-28 13:51:45 -08:00 |
Raymond Feng
|
93c18163c8
|
Make sure __cachedRelations is not enumerable
|
2014-01-28 09:57:23 -08:00 |
Raymond Feng
|
1339250c8f
|
Promote the included relations as properties
|
2014-01-27 15:56:04 -08:00 |
Raymond Feng
|
2b8c1ebaee
|
Reformat the code
|
2014-01-24 09:09:53 -08:00 |
Raymond Feng
|
58a06272c3
|
Merge pull request #61 from strongloop/feature/fix-foreign-key
Use the primary key type for the generated foreign key
|
2014-01-24 08:31:02 -08:00 |
Raymond Feng
|
c374cc89cd
|
Use the primary key type for the generated foreign key
|
2014-01-21 09:47:32 -08:00 |
Miroslav Bajtoš
|
dbb7c6d9ae
|
Fill ModelClass.http.path
Set the HTTP route to `'/' + pluralModelName` so that we don't have
to duplicate this bit of logic in strong-remoting and other places.
|
2014-01-21 16:31:11 +01:00 |