Daniele Iasella

Results 55 issues of 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. ###...

type: bug
security

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

type: bug
epic: DB schema

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

type: feature request

### Feature description 1. BTM GPT `userInput` parameter should be following the same schema of this example: #7822 ```json { "dataModels": [ { "name": "Address", "fields": [ { "name": "id",...

type: feature request

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

app:local-data-service-generator-controller
lib:amplication-code-gen-types
lib:ui-design-system
lib:schema-registry
lib:amplication-prisma-db
lib:util-code-gen-utils
lib:util-nestjs-logging
lib:util-nestjs-tracing
lib:util-nestjs-kafka
lib:util-logging
lib:util-git
lib:util-kafka
lib:util-json
app:data-service-generator-catalog
app:data-service-generator
app:notification-service
app:git-sync-manager
app:gpt-gateway
app:amplication-git-push-webhook-service
app:amplication-git-pull-request-service
app:amplication-git-pull-service
app:amplication-storage-gateway
app:amplication-build-manager
app:amplication-client
app:amplication-server
app:amplication-plugin-api
lib:util-dsg-utils
lib:billing-types
lib:graphql-error-codes
app:gpt-gateway-admin

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

type: feature request
open to community
impact: User Experience

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

type: feature request

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

type: bug

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

type: bug

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