Raymond Feng
a37129bdff
Allows default model class to be configured
2014-07-08 14:04:20 -07:00
Raymond Feng
42c6973979
Merge pull request #164 from STRML/master
...
DAO.prototype.exists should return 'boolean' type.
2014-07-08 13:52:19 -07:00
Samuel Reed
b66183f7dc
DAO.prototype.exists should return 'boolean' type.
...
Signed-off-by: Samuel Reed <samuel.trace.reed@gmail.com>
2014-07-08 15:51:24 -05:00
Miroslav Bajtoš
bf17304558
Merge tag 'v1.6.3'
...
1.6.3
2014-07-03 08:42:18 +02:00
Miroslav Bajtoš
f720980afe
Merge branch 'release/1.6.3' into production
2014-07-03 08:42:14 +02:00
Miroslav Bajtoš
1e3be7f474
1.6.3
2014-07-03 08:41:31 +02:00
Miroslav Bajtoš
c92538143a
Merge pull request #162 from strongloop/feature/fix-deleteById-remoting
...
Make sure 'deleteById' is used as the remote operation name
2014-07-03 08:22:32 +02:00
Miroslav Bajtoš
0296ef113d
Make sure 'deleteById' is used as the remote operation name
...
See strongloop/loopback#359
2014-07-03 08:17:01 +02:00
Raymond Feng
21b467e649
Merge pull request #160 from strongloop/feature/fix-upsert-remoting
...
Make sure 'upsert' is used as the remote operation name
2014-07-02 22:55:47 -07:00
Raymond Feng
f7afade229
Make sure 'upsert' is used as the remote operation name
...
See https://github.com/strongloop/loopback/issues/359
2014-07-02 12:20:56 -07:00
Raymond Feng
8a7e5806a3
Merge tag 'v1.6.2'
...
1.6.2
2014-06-27 10:13:26 -07:00
Raymond Feng
748e674a15
Merge branch 'release/1.6.2' into production
2014-06-27 10:13:16 -07:00
Raymond Feng
e7a97da3bf
Bump version and update deps
2014-06-27 10:12:10 -07:00
Raymond Feng
e45834b454
Merge pull request #156 from strongloop/feature/fix-lb-353
...
Make sure type of the foreign key match the primary key
2014-06-27 10:08:54 -07:00
Raymond Feng
d0e61af26f
Merge pull request #157 from strongloop/feature/query-order
...
Normalize filter.order and enforce more checks
2014-06-27 10:01:33 -07:00
Ritchie Martori
53fd123a19
Merge pull request #155 from strongloop/fix/missing-relation-type
...
Add "hasOne" to relationTypes
2014-06-27 09:47:45 -07:00
Raymond Feng
e0c7619908
Normalize filter.order and enforce more checks
2014-06-26 23:40:20 -07:00
Raymond Feng
4515491318
Make sure type of the foreign key match the primary key
...
See https://github.com/strongloop/loopback/issues/353
2014-06-26 23:38:04 -07:00
Ritchie Martori
a3ed1a575e
Add "hasOne" to relationTypes
2014-06-26 14:48:27 -07:00
Rand McKinney
a1d3e72046
Update link to doc
2014-06-24 16:15:35 -07:00
Miroslav Bajtoš
a7124c4821
2.0.0-beta2
2014-06-24 08:29:21 +02:00
Miroslav Bajtoš
89fbf168fc
Merge pull request #152 from strongloop/fix-validation-error-stack-in-browsers
...
[2.0] validations: support non-V8 browsers
2014-06-24 08:27:04 +02:00
Miroslav Bajtoš
3572ecd12d
validations: support non-V8 browsers
...
Call `Error.captureStackTrace()` only when it is available.
Use `this.stack = (new Error).stack` when `captureStackTrace` is not
available but the `stack` property is (Firefox).
2014-06-23 14:39:37 +02:00
Raymond Feng
ce8254125f
Merge branch 'master' into 2.0
2014-06-21 12:53:46 -07:00
Raymond Feng
3edee5c4c5
Work around for Date default
...
See https://github.com/strongloop/loopback-connector-postgresql/issues/15
2014-06-21 12:53:06 -07:00
Raymond Feng
332579ec87
Synchronize with cachedRelations
2014-06-21 11:44:33 -07:00
Raymond Feng
cbee68706f
Remove remoting metadata
2014-06-20 23:54:46 -07:00
Raymond Feng
44de2da21f
Merge branch 'master' into 2.0
2014-06-20 23:02:37 -07:00
Raymond Feng
a3b178cbea
Merge tag 'v1.6.1'
...
1.6.1
2014-06-20 21:33:38 -07:00
Raymond Feng
83cb174b1e
Merge branch 'release/1.6.1' into production
2014-06-20 21:33:32 -07:00
Raymond Feng
58131029cf
Bump version
2014-06-20 21:16:39 -07:00
Raymond Feng
a2a91499dd
Fix the test case
2014-06-20 21:07:26 -07:00
Raymond Feng
3f7e85101d
Merge pull request #140 from strongloop/feature/refactor-relation
...
Feature/refactor relation
2014-06-20 20:56:44 -07:00
Raymond Feng
86073cb480
Merge pull request #144 from strongloop/feature/add-update
...
Feature/add update
2014-06-20 12:28:48 -07:00
Raymond Feng
b07c36eab7
Use async for flow control
2014-06-20 12:05:42 -07:00
Raymond Feng
a1836662a7
Clean up comments
2014-06-20 12:05:32 -07:00
Raymond Feng
27f4c1b7b4
Fix the error msg
2014-06-19 15:09:19 -07:00
Raymond Feng
1833352238
More clean up for the scope processing
2014-06-19 12:00:49 -07:00
Raymond Feng
177752e144
Add more jsdocs
2014-06-19 11:13:24 -07:00
Raymond Feng
26501eaa2e
Merge pull request #135 from albertoleal/ConvertNullToNotFoundError
...
ConvertNulltoNotFoundError when calling DataAccessObject.findOne via rest
2014-06-18 23:00:30 -07:00
Raymond Feng
7c71e1e53b
Merge pull request #141 from strongloop/feature/fix-perf
...
Feature/fix perf
2014-06-18 22:40:00 -07:00
Raymond Feng
085a0a1681
Merge pull request #143 from strongloop/feature/lb-issue-336
...
Allows skip or offset
2014-06-18 22:31:47 -07:00
Raymond Feng
888d15ce1c
Optimize model instantiation and conversion
2014-06-18 22:13:52 -07:00
Rand McKinney
997f1b6fbe
Add hooks remove dao
2014-06-18 16:44:11 -07:00
crandmck
893768e895
Add hooks and include mixins
2014-06-18 16:42:00 -07:00
Raymond Feng
b3b29d7313
Enhance the wildcard to regexp conversion
2014-06-18 12:37:49 -07:00
Raymond Feng
a487eb57cd
Add like/nlike support for memory connector
2014-06-17 23:19:28 -07:00
Raymond Feng
ad3af82923
Add support for updating multiple instances with query
2014-06-17 16:30:02 -07:00
crandmck
4ff6e0d707
Minor JSDoc cleanup
2014-06-17 13:21:21 -07:00
crandmck
907163949e
Initial JSDoc cleanup
2014-06-17 13:18:18 -07:00