keystone icon indicating copy to clipboard operation
keystone copied to clipboard

The most powerful headless CMS for Node.js — built with GraphQL and React

Results 298 keystone issues
Sort by recently updated
recently updated
newest added

This is an idea for managing part of the examples with keystatic (just a rough quick example). It would use/manage the README.md file for each example and adds the ability...

#9292 revealed that we should consider adding to the initial start logs See [thread](https://github.com/keystonejs/keystone/pull/9292#discussion_r1722534526)

https://github.com/keystonejs/keystone/tree/main/examples/framework-nextjs-app-directory The build functions for the NextJS app router example are not functioning as expected when cloned from GitHub. When you attempt to build the Keystone interface, it will not...

`jest` is currently failing when bumping `sanitize-url` as a result of https://github.com/braintree/sanitize-url/issues/78 - this pull request [will] fix that issue and moves us back to a caret range. The problem...

dependencies
blocked

This pull request removes the magicAuthLink and passwordResetLink functionality from `@keystone-6/auth`. The rationale is that this functionality is often unused and consequently unmaintained within the project. While passwordResetLink functionality can...

breaking
help wanted

This pull request adds support for `[field].graphql.isNonNull: true`, like the rest of our other progressive hierarchies, this could simplify some configurations and results in an more intuitive type expectation when...

breaking

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-day-picker](https://daypicker.dev) ([source](https://togithub.com/gpbl/react-day-picker)) | [`^8.0.4` -> `^9.0.0`](https://renovatebot.com/diffs/npm/react-day-picker/8.10.1/9.0.5) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://redirect.github.com/sindresorhus/execa) | [`^5.1.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/execa/5.1.1/9.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
blocked

When trying to use a custom view for a relationship field in the Admin UI, the build process fails due to a module resolution error. The custom view file is...

1. Set `idField` `kind` to `string` or `number` , do not set any `resolveInput.create` hook to assign id filed value 2. try to create an item 3. it should throw...