loopback-datasource-juggler icon indicating copy to clipboard operation
loopback-datasource-juggler copied to clipboard

Connect Loopback to various Data Sources

Results 49 loopback-datasource-juggler issues
Sort by recently updated
recently updated
newest added

@bajtos [suggested to provide strongly typed context types based on the hook name](https://github.com/strongloop/loopback-datasource-juggler/pull/1820#discussion_r383908186). For example: ```ts export interface AccessHookContext { Model: T; query: Filter; } export type Listener = (ctx:...

feature
developer-experience
good first issue

I would like the connectors to leverage ES6 class inheritance. ## Acceptance criteria - [ ] Rework Connector and SqlConnector classes provided by loopback-connector to be implemented as ES6 classes....

major
feature
community-contribution

I would like to allow connector authors to use async functions instead of the current callback style. ## Acceptance criteria - [ ] Define a new contract for connector: a...

major
feature
help wanted
community-contribution

I have relations setup with a model which includes a property similar to this: ``` versions: [ { id: String } ] ``` If the `versions` property is actually an...

bug
major
help wanted
needs-reproduction

# Steps to reproduce - [ ] bug I have auto discovered a SOAP 1.1 Webservice with `lb soap` and Loobback created models as expected. However when using the StrongLoop...

bug
major
help wanted
pinned

When working with scopes + default scope I realized a behavior that does not seem to be intended: Whenever you define a default scope, every `include` in this scope will...

bug
major
community-contribution

Based on the discussion in https://github.com/strongloop/loopback/issues/1226, it may be useful to provide an operation hook triggered when the operation failed. This will allow hooks to clean up any temporary changes...

major
feature
needs-priority

# Description/Steps to reproduce - define a model with `forceId: true` - associate this model to a mongodb data source - call the API to create a new model with...

bug
help wanted
good first issue

Due to their embedded nature, these need to be treated differently.

bug
major
backlog
team-apex

See the discussion in #824. We were not able to remove deprecated model hooks because embedded relations are still relying on them. > There is a feature for `inst.triggerParent` in...

major