Simo Moujami
b990afc910
Added test for toString()
2014-12-10 19:43:49 -05:00
Simo Moujami
8ba0c3f87d
Additional formatting
2014-12-10 19:38:39 -05:00
Simo Moujami
beaa97f6f4
Fixed constructor parameters and added bdd tests for constructor validation
2014-12-10 19:36:02 -05:00
Simo Moujami
87027b49f8
Fixed indentation
2014-12-10 17:47:32 -05:00
Simo Moujami
62c6ea0ddd
Added mocha tests for GeoPoint
2014-12-10 17:41:49 -05:00
Simo Moujami
45fb633c3a
renamed intermediary variable
2014-12-10 17:08:56 -05:00
Simo Moujami
ed5aeb1d2d
Fixed the haversine formula to calculate distance between 2 points properly
2014-12-10 16:30:07 -05:00
Raymond Feng
56323ee10f
Merge tag 'v2.12.0'
...
2.12.0
* Relax the id comparison (Raymond Feng)
* Allow more flavors of nullable values from DB discovery (Raymond Feng)
* Fix a typo (Raymond Feng)
* docs.json: add lib/model.js (Miroslav Bajtoš)
* Update README.md (Rand McKinney)
* fix embedsOne error when embed instance is undefined or null (Clark Wang)
* Be explicit: set RelationDefinition multiple flag (Fabien Franzen)
* Allow hasOne relation to have a scope option (Clark Wang)
* fix skipping async validator will always fail if condition is un-fulfilled (Clark Wang)
2014-12-08 16:19:12 -08:00
Raymond Feng
acd20ae6f8
Merge branch 'release/2.12.0' into production
2014-12-08 16:19:10 -08:00
Raymond Feng
01e578be15
v2.12.0
2014-12-08 16:19:09 -08:00
Raymond Feng
73d022398a
Relax the id comparison
2014-12-08 16:18:42 -08:00
Raymond Feng
fe047d3ecf
Merge pull request #364 from strongloop/feature/include-base-model-in-apidocs
...
docs.json: add lib/model.js
2014-12-03 15:35:34 -08:00
Raymond Feng
d92905d53e
Merge pull request #360 from clarkorz/fix/embedsOne-errors
...
fix embedsOne error when embed instance is undefined or null
2014-12-03 15:35:18 -08:00
Raymond Feng
c51d1e9a08
Merge pull request #354 from clarkorz/fix/skip-validation
...
fix skipping async validator will always fail if condition is un-fulfilled
2014-12-03 15:22:57 -08:00
Raymond Feng
6914733a41
Allow more flavors of nullable values from DB discovery
2014-12-03 15:11:27 -08:00
Raymond Feng
48e8ebed7b
Fix a typo
2014-12-03 15:11:27 -08:00
Miroslav Bajtoš
52bd144bc1
docs.json: add lib/model.js
2014-12-02 08:28:02 +01:00
Rand McKinney
24f20d2ba7
Update README.md
2014-12-01 13:22:24 -08:00
Raymond Feng
5255afe9b2
Merge pull request #357 from fabien/fix/rel-multiple
...
Set RelationDefinition multiple flag
2014-12-01 11:33:28 -08:00
Clark Wang
9d2e6516c3
fix embedsOne error when embed instance is undefined or null
...
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
2014-11-28 13:45:47 +08:00
Clark Wang
40f03f084b
fix recursive calls if create belongsTo model in beforeCreate hook
...
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
2014-11-24 19:20:38 +08:00
Fabien Franzen
77028b07f8
Be explicit: set RelationDefinition multiple flag
2014-11-24 10:31:28 +01:00
Raymond Feng
d5dcf0a966
Merge pull request #356 from clarkorz/feature/allow-scope-hasone
...
Allow hasOne relation to have a scope option
2014-11-20 08:19:40 -08:00
Clark Wang
a9cc1c38df
Allow hasOne relation to have a scope option
...
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
2014-11-20 19:27:04 +08:00
Clark Wang
973dd33d63
fix skipping async validator will always fail if condition is un-fulfilled
...
If the validator configured with `{async:true}` option and `if/unless`
condition, validator should be skipped when the condition is un-fulfilled,
so the validator should be pass.
But currently, when skipping the validator, it calls `done(true)` which
accepts a `fail` flag as a param, this will fail the entire validation.
Signed-off-by: Clark Wang <clark.wangs@gmail.com>
2014-11-19 21:50:08 +08:00
Raymond Feng
293d904bf0
Merge tag 'v2.11.0'
...
2.11.0
2014-11-13 12:58:35 -08:00
Raymond Feng
59ca63cbe0
Merge branch 'release/2.11.0' into production
2014-11-13 12:58:28 -08:00
Raymond Feng
7e69d7c691
Bump version
2014-11-13 12:57:35 -08:00
Raymond Feng
9c575a3902
Merge branch 'BuddyHOPP-fix/350-create-batch-hasmany-relation'
2014-11-13 12:56:38 -08:00
Raymond Feng
ba29669e0d
Merge branch 'fix/350-create-batch-hasmany-relation' of github.com:BuddyHOPP/loopback-datasource-juggler into BuddyHOPP-fix/350-create-batch-hasmany-relation
2014-11-13 12:50:21 -08:00
Raymond Feng
13d08d83cc
Merge pull request #352 from TorchlightSoftware/fix-create-rel
...
handle relationship create with [array]
2014-11-13 09:29:27 -08:00
bitmage
d11eacffc6
handle relationship create with [array]
2014-11-11 14:48:34 -07:00
Alex Voitau
5c2468c4ef
#350 : Creating a batch via hasMany relation is failing. Added handling of array argument.
2014-11-07 18:01:18 -08:00
Alex Voitau
f1638e9e4c
#350 : Creating a batch via hasMany relation is failing. Added context 'with scope' to allow individual execution of tests.
2014-11-07 15:21:15 -08:00
Raymond Feng
c1af74dac5
Merge tag 'v2.10.3'
...
2.10.3
2014-11-04 22:12:01 -08:00
Raymond Feng
c0cc347aa7
Merge branch 'release/2.10.3' into production
2014-11-04 22:11:55 -08:00
Raymond Feng
c43783f78c
Bump version
2014-11-04 22:11:12 -08:00
Raymond Feng
a109b00c42
Merge pull request #349 from strongloop/feature/fix-multiple-includes
...
Add support for multiple includes that use relation syntax
2014-11-04 22:09:51 -08:00
Raymond Feng
14dcfb61be
Add support for multiple includes that use relation syntax
2014-11-04 20:45:25 -08:00
Raymond Feng
5cd9e88ab2
Merge pull request #334 from pandaiolo/fix/has-one-pk
...
Fix for HasOne relation with non-standard id
2014-10-30 14:26:13 -07:00
Raymond Feng
11963ea12a
Merge pull request #338 from fabien/fix/fields-vs-defaults
...
Don't apply defaults when fields are specified
2014-10-30 14:11:51 -07:00
Pandaiolo
833c24a2a3
Tests for non standard id - hasOne and polymorphic
2014-10-29 12:06:05 +01:00
Pandaiolo
9eaeb9e399
Fix HasOne PK on modelFrom instead of modelTo
2014-10-29 12:06:05 +01:00
Rand McKinney
0f0a9282b0
Remove "Suite"
2014-10-23 14:04:53 -07:00
Raymond Feng
4d101cae9e
Merge tag 'v2.10.2'
...
2.10.2
2014-10-21 13:17:06 -07:00
Raymond Feng
fd308362b9
Merge branch 'release/2.10.2' into production
2014-10-21 13:17:00 -07:00
Raymond Feng
354b843bf0
Bump version
2014-10-21 10:58:32 -07:00
Raymond Feng
5eed64db90
Merge pull request #332 from strongloop/feature/fix-memory-automigrate
...
Fix the automigrate issue
2014-10-21 08:58:11 -07:00
Fabien Franzen
4e20128945
Tiny fix: default __persisted to false
2014-10-19 18:52:18 +02:00
Fabien Franzen
e7a108efdb
Don't apply defaults when fields are specified
2014-10-19 18:47:27 +02:00