Daniele Iasella
Daniele Iasella
### What happened? Currently the plugin Json logger logs a lot of data such as req and res. This objects may contain sensitive information like auth tokens or PII. ###...
### What happened? Import the following schema with a relation pointing to a non id field ```jsonc datasource db { provider = "postgresql" url = env("DB_URL") } generator client {...
### Feature description Currently the UX for installing, enabling/disabling and ordering plugins is not consistent as the user actions required to achieve each action are displayed in different places as...
### Feature description 1. BTM GPT `userInput` parameter should be following the same schema of this example: #7822 ```json { "dataModels": [ { "name": "Address", "fields": [ { "name": "id",...
Close: #[issue-number] ## PR Details ## PR Checklist - [ ] Tests for the changes have been added - [x] `npm test` doesn't throw any error IMPORTANT: Please review the...
As per v2.2.1, `data-service-generator` version is shown after the dynamic installation. In order to increase its visibility, it should be the first log in the build log `Generation Application` section
Once BTM generation is completed, the suggestion must be persisted and be retrievable by any client through a GraphQL query. The query must be protected by auth, and the resulting...
### What happened? `amplication-server` is leveraging the `cuid` package in many places and it must be updated has it's affected by security vulnerabilities https://www.npmjs.com/package/cuid As mention in the package page:...
### What happened? The import of the following schema fails with the following error: ```sh 2024-02-05T10:48:41.721Z (Error) word.toLowerCase is not a function ``` [schema.prisma](https://github.com/amplication/amplication/files/14164572/schema.prisma.txt) ### What you expected to happen...
As a user, when the generation is completed, I want to be presented with the list of resources with their entities and fields. Details: 1. There are a few places...