loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

LoopBack makes it easy to build modern API applications that require complex integrations.

Results 320 loopback-next issues
Sort by recently updated
recently updated
newest added

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...

bug

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yeoman-environment/4.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### 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...

developer-experience
feature
Build

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/latest-version/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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=...

need-tests

### 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...

bug
Repository
regression

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fsupertest/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

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...

feature
major
Repository