-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Open: 3, Closed: 25, Total: 28
- Daily Ticket Housekeeping Report — 2025-11-09 #28 [OPEN] Daily Ticket Housekeeping Report — 2025-11-09 – ✅ Daily Ticket Housekeeping Complete — 2025-11-09 • Total tickets reviewed: 4 • Marked stale: 3 • Sugge
- Improvement in function parameters #27 [OPEN] Improvement in function parameters – It would be more interesting if instead of having fixed order parameters, an object is used for the parameters in the functions createScalarField, cre
- feat: override built-in attributes and prevent duplicate attributes #26 [CLOSED] feat: override built-in attributes and prevent duplicate attributes – part of 🐛 Bug Report: as a user I want to be able to import a Prisma schema with @default(dbgenerated()) attribute amplication#6936
- chore(dep): update prisma-dsl-types to 1.1.2 and publish new version 2.1.6 #25 [CLOSED] chore(dep): update prisma-dsl-types to 1.1.2 and publish new version 2.1.6 – Relates to: As a PM - I want to add support for MS SQL Server (via additional DB plugin) amplication#6825
- bump version after build with all changes #24 [CLOSED] bump version after build with all changes – Part of: 🐞 MongoDB id field is generated with
@mongoinstead of@dbamplication#6802 fix publish version after build - mongo to db objectid #23 [CLOSED] mongo to db objectid – Close: 🐞 MongoDB id field is generated with
@mongoinstead of@dbamplication#6802 - adding support to bigint decimal #22 [CLOSED] adding support to bigint decimal –
- Fix/model field attribute #21 [CLOSED] Fix/model field attribute – Handle the case when the attributes are array
- feat: add support for custom attributes on model and field #20 [CLOSED] feat: add support for custom attributes on model and field – part of As User - I want to set custom attributes on the entity level amplication#5989 Depends on https://github.com/amplication/prisma-schema-dsl-
- version bump #19 [CLOSED] version bump –
- Update to npm@8 #18 [OPEN] Update to npm@8 – It's currently unusable in workflows where some packages rely on v8 and this package relies on v7.
- refactor: monorepo #17 [CLOSED] refactor: monorepo –
- refactor(builder): now accept options object arguments #16 [CLOSED] refactor(builder): now accept options object arguments – ## Changes This PR modifies the function signature of the builder functions to accept a single options object as an argument, w
- chore(prisma-dsl): bump version #15 [CLOSED] chore(prisma-dsl): bump version –
- feat(@@map): added support for model @@map #14 [CLOSED] feat(@@Map): added support for model @@Map – ## Change included This PR depends on feat(model): added map property to model type prisma-schema-dsl-types#3 This pull request adds support for the
- refactor: update prisma types #13 [CLOSED] refactor: update prisma types – Related to As Dev - I want to research why Webpack is changing the type of objects amplication#4997 Depends on refactor: update type and add typeguard prisma-schema-dsl-types#2 Update types f
- fix(dsl): change the way we calculate printDataSourceURL #12 [CLOSED] fix(dsl): change the way we calculate printDataSourceURL – issue: The new strategy with the plugin with webpack caused a strange behavior in the db-plugin #11
- The new strategy with the plugin with webpack caused a strange behavior in the db-plugin #11 [CLOSED] The new strategy with the plugin with webpack caused a strange behavior in the db-plugin – ### What happened? The new strategy with the plugin with webpack caused a strange behavior in
- fix mongoDB deafult value #10 [CLOSED] fix mongoDB deafult value – bug related: : #4681
- Fix/mongo db #9 [CLOSED] Fix/mongo db – mongo db change default field
- Feat/mongo db plungin #8 [CLOSED] Feat/mongo db plungin –
- update types version #7 [CLOSED] update types version –
- uninstall prisma sdk and install prisma internals #6 [CLOSED] uninstall prisma sdk and install prisma internals – As
@prisma/sdkwas deprecated:  prisma/prisma#3265
- Enum creation support #2 [CLOSED] Enum creation support –
- Enum creation support #1 [CLOSED] Enum creation support – Currently, I can not create an enum.