.. |
fixtures/loopback-connector-throwing
|
Fix datasource to report connector-loading errors
|
2017-02-03 20:29:11 +01:00 |
helpers
|
test/helpers: annotate skipped tests
|
2017-06-07 14:05:48 -04:00 |
kvao
|
Switch from Bluebird to native Promise
|
2018-10-05 09:30:02 +02:00 |
operation-hooks.suite
|
Switch from Bluebird to native Promise
|
2018-10-05 09:30:02 +02:00 |
CustomTypeForeignKey.test.js
|
Fix manually
|
2016-08-22 19:20:12 -04:00 |
allow-extended-operators.test.js
|
Tidy up extended operator check
|
2018-10-25 15:14:14 -07:00 |
async-observer.test.js
|
Switch from Bluebird to native Promise
|
2018-10-05 09:30:02 +02:00 |
basic-querying.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
common.batch.js
|
Fix manually
|
2016-08-22 19:20:12 -04:00 |
common_test.js
|
Update eslint + config to latest
|
2018-06-12 09:13:32 +02:00 |
crud-with-options.test.js
|
remove null in embedded doc properties updates
|
2018-09-24 10:04:09 +03:00 |
datasource.test.js
|
Update eslint + config to latest
|
2018-06-12 09:13:32 +02:00 |
datatype.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
date-string.test.js
|
Add DateString type
|
2017-05-01 12:28:59 -04:00 |
default-scope.test.js
|
Update eslint + config to latest
|
2018-06-12 09:13:32 +02:00 |
defaults.test.js
|
Fix block padding
|
2016-12-13 16:05:50 -08:00 |
discovery.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
exclude-base-props.test.js
|
Update eslint + config to latest
|
2018-06-12 09:13:32 +02:00 |
geo.test.js
|
handle deep geo-near queries (#1314)
|
2017-04-13 17:05:05 -04:00 |
hooks.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
include.test.js
|
Report errors for missing id props for include
|
2018-10-19 09:20:12 -07:00 |
include_util.test.js
|
Report errors for missing id props for include
|
2018-10-19 09:20:12 -07:00 |
init.js
|
Add test case for all connectors
|
2017-02-14 14:01:44 -05:00 |
introspection.test.js
|
Fix block padding
|
2016-12-13 16:05:50 -08:00 |
json.test.js
|
Upgrade eslint & config to latest
|
2016-12-05 15:14:09 +01:00 |
kv-memory.js
|
Add IBM copyright and MIT license headers
|
2018-09-17 09:00:12 -07:00 |
kvao.suite.js
|
Add IBM copyright and MIT license headers
|
2018-09-17 09:00:12 -07:00 |
list.test.js
|
Add IBM copyright and MIT license headers
|
2018-09-17 09:00:12 -07:00 |
loopback-data.test.js
|
Fix manually
|
2016-08-22 19:20:12 -04:00 |
loopback-dl.test.js
|
Check composite keys containing hidden props
|
2018-10-29 07:57:55 -07:00 |
manipulation.test.js
|
fix: ignore extra properties when strict=filter (#1423)
|
2018-08-29 22:57:37 -04:00 |
memory.test.js
|
Update eslint + config to latest
|
2018-06-12 09:13:32 +02:00 |
mixins.test.js
|
Fix block padding
|
2016-12-13 16:05:50 -08:00 |
mocha.opts
|
Configure Mocha to use dot reporter
|
2018-07-10 12:11:46 +02:00 |
mock-connectors.js
|
Fix manually
|
2016-08-22 19:20:12 -04:00 |
model-builder.test.js
|
Set model constructor name to model name
|
2018-01-08 09:37:23 +01:00 |
model-definition.test.js
|
Allow configuration of maxDepthOfQuery
|
2018-10-31 08:45:16 -07:00 |
model-inheritance.test.js
|
fix: ignore extra properties when strict=filter (#1423)
|
2018-08-29 22:57:37 -04:00 |
normalize-undefined.test.js
|
Fix undefined properties in where
|
2017-08-03 14:09:21 -04:00 |
optional-validation.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
performance.coffee
|
Reformat the code
|
2014-01-24 09:09:53 -08:00 |
persistence-hooks.suite.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
relations.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
schema.test.js
|
Fix block padding
|
2016-12-13 16:05:50 -08:00 |
scope.test.js
|
Fix block padding
|
2016-12-13 16:05:50 -08:00 |
spec_helper.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |
test1-schemas.json
|
Reformat the code
|
2014-01-24 09:09:53 -08:00 |
test2-schemas.json
|
Reformat the code
|
2014-01-24 09:09:53 -08:00 |
transaction.test.js
|
Add a better way to handle transactions
|
2017-09-06 07:10:57 +02:00 |
transient.test.js
|
Fix block padding
|
2016-12-13 16:05:50 -08:00 |
util.test.js
|
Allow configuration of maxDepthOfQuery
|
2018-10-31 08:45:16 -07:00 |
validations.test.js
|
Upgrade eslint-config-loopback + fix formatting
|
2018-07-16 08:46:25 +02:00 |