loopback-next
loopback-next copied to clipboard
LoopBack makes it easy to build modern API applications that require complex integrations.
This PR will provide support for non-primary key references of source & target models in case of hasManyThrough relation. ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in...
Here is the reason why I've made these changes. We have three ways to pass options to a generator. 1. the default values 2. Passing individual argument 3. passing through...
### Describe the bug There is a problem bootstrapping applications created in the ESM format. When loopback tries to load all project files (controllers, models, services, etc), it uses utility...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yeoman-environment](http://yeoman.io) ([source](https://redirect.github.com/yeoman/environment)) | [`^3.19.3` -> `^4.4.3`](https://renovatebot.com/diffs/npm/yeoman-environment/3.19.3/4.4.3) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Describe the bug Since the loopback scaffolding automatically generates a `Dockerfile`, I've noticed a lot of developers in our organisation assume that this Dockerfile is ready out-of-the-box for production...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [latest-version](https://togithub.com/sindresorhus/latest-version) | [`^5.1.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/latest-version/5.1.0/8.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
Almost none of the questions can be answered in advance with the controller generator via cli options. This pull request adds the following options to the generator: `lb4 controller --modelName=...
### Describe the bug After the release of @loopback/repository 6.1.4 about 6 hours ago, my hasManyThrough relations stopped working. After a quite good amount of hours addressing the issue, got...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/supertest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest)) | [`^2.0.16` -> `^6.0.2`](https://renovatebot.com/diffs/npm/@types%2fsupertest/2.0.16/6.0.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
Hi, First, I am a very enthusiastic user of Loopback 4 and use it for one of my personal project, namely https://github.com/DimitriTuaz/radio-didou. While I use MongoDB for this project, I...