Kevin Delisle
bebac1ee3f
3.9.3
...
* Catch errors using cb (loay)
* Rename getAsync() methods to find() and get() (Jürg Lehni)
* #1386 Allow empty values when allowBlank is true (Simo Moujami)
* Skip imcompatible tests (#1420 ) (Janny)
* Run juggler tests for Cloudant (#1414 ) (Janny)
2017-07-26 10:37:13 -04:00
Diana Lau
03fc097f28
Merge pull request #1435 from strongloop/create-update-pass3
...
Catch errors using cb
2017-07-24 15:11:13 -04:00
loay
b1b2d5df0c
Catch errors using cb
2017-07-24 14:08:58 -04:00
Diana Lau
ff9b25a905
Merge pull request #1432 from simoami/master
...
#1386 Allow empty values when allowBlank is true
2017-07-20 11:23:54 -04:00
Miroslav Bajtoš
1fb7b0e24d
Merge pull request #1424 from lehni/feature/rename-get-async
...
Rename getAsync() methods to find() and get()
2017-07-20 15:15:12 +02:00
Jürg Lehni
4c9e91423f
Rename getAsync() methods to find() and get()
...
Keep getAsync() around for backward compatibility, but deprecate it
2017-07-20 14:48:29 +02:00
Simo Moujami
82a8e3d9a1
#1386 Allow empty values when allowBlank is true
2017-07-19 19:26:13 -04:00
Janny
6a1b55568c
Skip imcompatible tests ( #1420 )
...
* Skip imcompatible tests
2017-07-18 15:20:21 -04:00
Janny
b9129e6973
Run juggler tests for Cloudant ( #1414 )
2017-07-11 14:56:39 -04:00
Kevin Delisle
5da8170d9e
3.9.2
...
* Fix the case where qWhere[idKey] is null (Tetsuo Seto)
* test/helpers: annotate skipped tests (Kevin Delisle)
* Fix mixins/validatable docs (ssh24)
2017-06-22 17:03:33 -04:00
Tetsuo Seto
b79763d065
Merge pull request #1401 from strongloop/smart-merge-fix
...
Fix the case where qWhere[idKey] is null
2017-06-09 10:14:41 -07:00
Tetsuo Seto
4a6f0a4aa0
Fix the case where qWhere[idKey] is null
2017-06-09 09:33:22 -07:00
Kevin Delisle
1f27ca57b2
Merge pull request #1398 from strongloop/debug-annotations-for-tests
...
test/helpers: annotate skipped tests
2017-06-07 17:10:24 -04:00
Kevin Delisle
828a71e576
test/helpers: annotate skipped tests
...
Differentiate between tests skipped by feature flags, and those
manually marked as skipped.
Tests that use the bdd.describe and bdd.it helper functions
will be marked as [UNSUPPORTED] if they are conditionally disabled.
2017-06-07 14:05:48 -04:00
Sakib Hasan
3b45c76d0f
Merge pull request #1395 from strongloop/fix/api-docs-mixins-validatable
...
Fix mixin and validatable docs
2017-06-06 14:46:21 -04:00
ssh24
98174251f1
Fix mixins/validatable docs
2017-06-06 14:21:49 -04:00
Kevin Delisle
a54064b989
3.9.1
...
* Update translated strings Q2 2017 (Allen Boone)
* Fix updateAttributes cb (ssh24)
* Apply iteration on the model object (ssh24)
* Remove spurious extra options arg (#1390 ) (Rand McKinney)
* include: remove JSDoc refs to recursive calls (Kevin Delisle)
* Fix count of properties (ssh24)
* hooks: add JSDoc for .trigger (Kevin Delisle)
* model-builder: JSDoc tidy-up (Kevin Delisle)
2017-06-01 11:37:49 -04:00
Candy
fba8cf9480
Merge pull request #1385 from kallenboone/master
...
Update translated strings Q2 2017
2017-05-31 16:06:17 -04:00
Allen Boone
1f8d34ffb9
Update translated strings Q2 2017
2017-05-31 14:23:15 -04:00
Sakib Hasan
7eca34552d
Merge pull request #1392 from strongloop/fix/model-inheritance-test
...
Apply iteration on the model object
2017-05-30 21:58:56 -04:00
Sakib Hasan
3a10c77cbd
Merge pull request #1393 from strongloop/fix/updateAttributes-cb
...
Fix updateAttributes cb
2017-05-30 21:28:00 -04:00
ssh24
ba1901b2a0
Fix updateAttributes cb
...
Allow pass through of the new data from the connector
Specifically for cloudant since updateAttributes changes the _rev
2017-05-29 15:32:32 -04:00
ssh24
e791e9006c
Apply iteration on the model object
2017-05-26 18:49:54 -04:00
Rand McKinney
0a056adee4
Remove spurious extra options arg ( #1390 )
...
* Remove spurious extra options arg
* Remove space
2017-05-26 11:34:50 -07:00
Kevin Delisle
3630bb9ae4
Merge pull request #1387 from strongloop/ref/inclusion-docs
...
include: remove JSDoc refs to recursive calls
2017-05-24 19:41:06 -04:00
Kevin Delisle
1b625228b9
include: remove JSDoc refs to recursive calls
2017-05-24 17:10:45 -04:00
Sakib Hasan
0abfceebaa
Merge pull request #1384 from strongloop/fix/model-inheritance-test
...
Fix count of properties
2017-05-24 10:27:54 -04:00
ssh24
825fa3171c
Fix count of properties
2017-05-23 22:17:50 -04:00
Kevin Delisle
1fb4dd70e8
Merge pull request #1383 from strongloop/ref/hookable-docs
...
hooks: add JSDoc for .trigger
2017-05-23 19:54:32 -04:00
Kevin Delisle
d058244594
hooks: add JSDoc for .trigger
2017-05-23 12:12:11 -04:00
Kevin Delisle
a007c5a3fa
Merge pull request #1379 from strongloop/ref/modelbuilder-apidocs
...
ModelBuilder API Doc Touchup
2017-05-23 10:38:57 -04:00
Kevin Delisle
117152d090
model-builder: JSDoc tidy-up
2017-05-23 10:31:38 -04:00
Raymond Feng
b34b6e0ad4
3.9.0
...
* Return promise for batch create (Raymond Feng)
* Use correct data on replace callback (ssh24)
2017-05-19 16:44:40 -07:00
Raymond Feng
492b644679
Merge pull request #1380 from strongloop/feature/fix-create-promise
...
Return promise for batch create
2017-05-19 18:43:35 -05:00
Raymond Feng
5a0b0270f3
Return promise for batch create
2017-05-19 16:16:52 -07:00
Kevin Delisle
790ccc3961
Merge pull request #1378 from strongloop/fix/use-correct-data-replaceCb
...
Use correct data on replace callback
2017-05-18 17:25:15 -04:00
ssh24
54f67dc3b0
Use correct data on replace callback
...
Previously, it would just pass the old data
Pass the new data as cloudant updates the _rev property on CRUD
2017-05-18 17:03:21 -04:00
Raymond Feng
22428cd58c
3.8.0
...
* fix assert, make the test case more clear (rashmihunt)
* code review, better asserts (rashmihunt)
* test case to exclude base props (rashmihunt)
* handle excludeBaseProperties (rashmihunt)
2017-05-15 09:09:55 -07:00
Raymond Feng
c41487a1d1
Merge pull request #1371 from strongloop/exclude_prop
...
Handle excludeBaseProperties
2017-05-15 11:06:27 -05:00
Kevin Delisle
a4be61377a
3.7.0
...
* Remove unnecessary tests for adhocSort !== false (Tetsuo Seto)
* Fix the test case to avoid duplicate userId (Tetsuo Seto)
* Support include rework for C* connector (Tetsuo Seto)
* Overall review of polymorphic relations (ebarault)
* configurable model merge (ebarault)
* Fix assertion errors (Loay)
* Update modelbaseclass api docs (Loay)
* Add caseInsensitive opt to validatesUniquenessOf (Bram Borggreve)
2017-05-15 11:20:28 -04:00
Tetsuo Seto
21cd515d4d
Merge pull request #1362 from strongloop/include-rework-cassandra
...
Support include rework for C* connector
2017-05-15 08:09:11 -07:00
Tetsuo Seto
ef08458e8d
Remove unnecessary tests for adhocSort !== false
2017-05-15 03:04:09 -07:00
Tetsuo Seto
aa3f5fa4f4
Fix the test case to avoid duplicate userId
2017-05-14 19:17:32 -07:00
Tetsuo Seto
c07f46000d
Support include rework for C* connector
...
- Remove supportNonPrimaryKeyIN
- Add C* Uuid in build call
- Implement smartMerge in scope.js
2017-05-12 22:43:21 -07:00
Kevin Delisle
4f335cb06f
Merge pull request #1301 from strongloop/fix/shortcut-polymorphic-json-definition
...
honor polymorphic relations via JSON as in doc
2017-05-12 16:31:50 -04:00
ebarault
cfd3cdf535
Overall review of polymorphic relations
...
In #1298 , the spec/doc for polymorphic relations was reviewed
**hasX relation**
- `type`: **hasMany**
- `as`: redefines **this** relation's name (optional)
- `model`: **modelTo**
- `polymorphic`:
- typeOf `polymorphic` === `String`
- matching **belongsTo** relation name
- `foreignKey` is generated as `polymorphic + 'Id'`,
- `discriminator` is generated as `polymorphic + 'Type'`
- typeOf `polymorphic` === `Object`
- `as`: **DEPRECATED** should display a warning,
replaced by `selector`
- `selector`: should match **belongsTo** relation name if the
latter is defined with {polymorphic: true}
- (required) if both foreignKey and discriminator
are **NOT** provided
- (extraneous) if both foreignKey and discriminator
are provided
- `foreignKey`: A property of modelTo, representing the fk to
modelFrom's id.
- generated by default as `selector + 'Id'`
- `discriminator`: A property of modelTo, representing the actual
modelFrom to be looked up and defined
dynamically
- generated by default as `selector + 'Type'`
---
**belongsTo relation**
- `type`: **belongsTo**
- `as`: redefines **this** relation's name (optional)
- `model`: **NOT EXPECTED**: should throw an error at
relation validation
- `polymorphic`:
- typeOf `polymorphic` === `Boolean`
- `foreignKey` is generated as `relationName + 'Id'`,
- `discriminator` is generated as `relationName + 'Type'`
- typeOf `polymorphic` === `Object`
- `as`: **DEPRECATED**: should display a warning,
replaced by `selector`
- `selector`:
- (required) if both foreignKey and discriminator
are **NOT** provided
- (extraneous) if both foreignKey and discriminator
are provided
- `foreignKey`: A property of modelTo, representing the fk to
modelFrom's id.
- generated by default as `selector + 'Id'`
- `discriminator`: A property of modelTo, representing the actual
modelFrom to be looked up and defined
dynamically
- generated by default as `selector + 'Type'`
2017-05-12 21:33:39 +02:00
rashmihunt
45bf569ec4
fix assert, make the test case more clear
2017-05-12 11:47:50 -07:00
rashmihunt
fed0396d9e
code review, better asserts
2017-05-11 09:59:39 -07:00
rashmihunt
5aee1fe17e
test case to exclude base props
2017-05-10 12:03:42 -07:00
rashmihunt
52f8fb3416
handle excludeBaseProperties
2017-05-10 12:03:42 -07:00