Rifa Achrinza
Rifa Achrinza
Fix broken lockfiles Signed-off-by: Rifa Achrinza ## Checklist - [x] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [x] `npm test` passes on your machine - New tests...
This issue is to keep a consolidated list of pull requests to update the LoopBack 3 status from Maintenance LTS to End-of-Life (EOL). - [ ] [eslint-config-loopback](https://github.com/strongloop/eslint-config-loopback) - [x] [generator-loopback](https://github.com/strongloop/generator-loopback)...
Currently, [`getFilterJsonSchemaFor()` isn't model-aware](https://github.com/strongloop/loopback-next/blob/85c12eb2ce12dfd54cc70d28d3d39e17abfe0142/packages/repository-json-schema/src/filter-json-schema.ts#L54-L55). This means that the `openapi.json` order filter parameter will be generic:  In the case above, it's the `/todos` parameter from the `Todo` example. This would...
The current loopback.io website stack leverages Jekyll. Although it has, and continues to, meet our needs for hosting a simple website, there are certain issues which makes it unsustainable in...
Dropping support would be considered a breaking change. Until we agree to do a server major bump (e.g. with other breaking changes), we should continue testing older versions of Node.js.
Historically, we have used Unqualified Image Names. However, this is insecure as it is ambiguous on registry to use. Fully Qualified Image Names (FQIN) make explicit the domain name of...
fixes: https://github.com/loopbackio/strong-soap/issues/636 ### Description #### Related issues - connect to ### Checklist - New tests added or existing tests modified to cover all changes - [x] Code conforms with the...
The `findOrCreate` function, by default, utilises the older, "non-optimised" code for MongoDB pre-2.6 compatibility. The pre-release of the v7 MongoDB driver gives us an opportunity to drop support for older...
MongoDB native driver v4.5.0 has marked existing APIs, of which `Topology` is utilised by this connector, as internal (PR: https://github.com/mongodb/node-mongodb-native/pull/2810, issue: https://jira.mongodb.org/browse/NODE-3245). It should be noted that these APIs have...
Signed-off-by: Rifa Achrinza ## Checklist - [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) - [ ] `npm test` passes on your machine - [ ] New...