Alessio Gravili

Results 81 issues of Alessio Gravili

Currently, predefined migrations can only be loaded if they are part of one of our db adapters. With this PR, plugins will be able to export their own predefined migrations...

created-by: Payload team

This adds - a `useDocumentForm` hook to access the document Form. Useful if you are within a sub-Form - a full data override property to the form state endpoint

created-by: Payload team

This makes use of admin.description to generate JSDocs for field, collection and global generated types. ![image](https://github.com/user-attachments/assets/980d825f-49a2-426d-933a-2ff3d205ea24) ![image](https://github.com/user-attachments/assets/d0b1f288-1ea1-4d80-8c05-003d59a4e41a) For the future, we should add a dedicated property to override these JSDocs....

created-by: Payload team

This clarifies that jobs.autoRun only *runs* already-queued jobs. It does not queue the jobs for you. Also adds an e2e test as this functionality had no e2e coverage

created-by: Payload team

This adds a new tests-e2e-turbo CI step that runs our e2e test suite against turbo. This will ensure that we can guarantee full support for turbopack. Our CI runners are...

created-by: Payload team
area: core

#11769 improved the lexical version view diff component. This PR improves the rest of the version view. ## What changed - Column layout when selecting a version: - Previously: Selected...

created-by: Payload team

Adds support for halfvec and sparsevec column types. This is required for supporting indexing of embeddings > 2000 dimensions on postgres using the pg-vector extension.

created-by: Payload team

~~Latest pre-release: `3.64.0-internal.23abf20`~~ use the latest Payload release. This PR updates this monorepo and all templates to use Next.js 16. Running our test suites against Next.js 16 is required to...

created-by: Payload team

This change updates the default error serializer to use `err.name` (if present) instead of `err.constructor.name` when setting the `type` field. This ensures human-readable error types even when class names are...