loopback/test
Miroslav Bajtoš 4de3aa77e3 Implement new http arg mapping optionsFromRequest
Define a new Model method "createOptionsFromRemotingContext" that allows
models to define what "options" should be passed to methods invoked
via strong-remoting (e.g. REST).

Define a new http mapping `http: 'optionsFromRequest'` that invokes
`Model.createOptionsFromRemotingContext` to build the value from
remoting context.

This should provide enough infrastructure for components and
applications to implement their own ways of building the "options"
object.
2016-12-22 10:26:01 +01:00
..
e2e Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
fixtures Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
helpers Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
util Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
access-control.integration.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
access-token.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
acl.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
app.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
change-stream.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
change.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
checkpoint.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
data-source.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
email.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
error-handler.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
geo-point.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
hidden-properties.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
integration.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
karma.conf.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
key-value-model.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
loopback.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
memory.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
model.application.test.js Upgrade eslint config and grunt-eslint to latest 2016-12-06 16:05:13 +01:00
model.test.js Implement new http arg mapping optionsFromRequest 2016-12-22 10:26:01 +01:00
registries.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
relations.integration.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
remote-connector.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
remoting-coercion.test.js Update eslint to loopback config v5 2016-11-22 14:08:02 +01:00
remoting.integration.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
replication.rest.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
replication.test.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
rest.middleware.test.js Upgrade eslint config and grunt-eslint to latest 2016-12-06 16:05:13 +01:00
role.test.js Add "returnOnlyRoleNames" option to Role.getRoles 2016-11-30 16:46:59 +01:00
user.integration.js Turn on "no-unused-expressions" rule for eslint 2016-11-22 15:30:04 +01:00
user.test.js Invalidate AccessTokens on password change 2016-12-12 13:30:53 +01:00