loopback-next
loopback-next copied to clipboard
LoopBack makes it easy to build modern API applications that require complex integrations.
Originated from epic: https://github.com/strongloop/loopback-next/issues/6019 ### Acceptance Criteria For the following connectors, test locally on Node.js 14 and see if all tests passed. - If yes, add Node.js 14 to CI...
Our current lerna-based setup is very inefficient. Most of the pull requests in this repository are created by RenovateBot to update package-lock files, our git history is full of RenovateBot...
_This is a follow-up task for the proposal outlined in https://github.com/strongloop/loopback-next/issues/2712._ **Indexes at property level** Support the following two short-hand forms only. Ask users to use model-level form to define...
### Describe the bug When combining an include parameter with a fields parameter which omits id, the belongsTo relation lookup fails. Consider the following example, where we find Todo entities...
### Describe the bug The [documentation](https://loopback.io/doc/en/lb4/express-with-lb4-rest-tutorial.html) refers to method `pEvent` which is no longer used. Instead, we should use the `once` method that is used by the example ### Logs...
### Describe the bug Similar to #8074 , the hasManyThrough inclusion resolver suffers from a heavily degraded performance. It will fetch all through models for a given set of source...
### Describe the bug As a developer I want to quickly scaffold an application. For this I'm using getting started docs https://loopback.io/doc/en/lb4/Getting-started.html Installed node.js version 17.3.1 and loopback4 cli too...
- Visited https://loopback.io/doc/en/lb4/todo-list-tutorial-sqldb.html - #link1 -Visited https://loopback.io/doc/en/lb4/MySQL-connector.html - #link2 ## Steps to reproduce 1. Intstall @loopback/authentication @loopback/authentication-jwt extensions 1. Suppose you are using Relational database, using the constraints as foreign...
This library only seems to serve the purpose of doing simple assertions if it was removed the portability of the library would increase (as it would no longer be node...
## Suggestion It would be nice to be able to filter a Model by the concatenation of two columns. I mean, to be able to replicate this type of SQL...