Pull Request Explorer

Exploring 167 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(ui): show minRows error pills for arrays and blocks JarrodMFlesch M No 19.2h 3.3h Jul 10, 2026

Summary

Bug Fix

Fix minRows error pills for arrays and blocks

Ensures validation errors appear immediately in the UI, improving user experience and reducing confusion.

Health Assessment

Medium
Low
Low
  • Quick, single-commit fix with minimal rework; AI assistance likely accelerated development; low risk due to small scope and fast review cycle.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat(plugin-form-builder): v3 backport to support translations JessRynkar XL No 20.2h 20.2h Jul 10, 2026

Summary

Feature

Backport v3 plugin with translations

Adds translation support to the form builder plugin, enabling multi‑language forms for users.

Health Assessment

Large
Low
Low
  • The PR was merged quickly with minimal review, indicating straightforward changes and low risk.

AI Details

Tech Stack

Languages: Typescript
fix(plugin-mcp): support draft and published documents, improve evals scoring AlessioGr XL No 1.0h 0.5h Jul 09, 2026

Summary

Bug Fix

Add draft support and improve eval scoring

Enables draft and publish workflows for Payload MCP, improving agent evaluation accuracy and reducing errors.

Health Assessment

X-Large
High
Low
  • Rapid review and merge within an hour indicates minimal friction, but the large code churn suggests a complex fix that was well-received by reviewers.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
chore(deps): drop unused nitro and @rsbuild/core from test deps jacobsfletch L No 2.0h 1.6h Jul 09, 2026

Summary

Chore

Drop unused test dependencies nitro and @rsbuild/core

Clean up test dependencies to reduce bundle size and avoid unnecessary install overhead, improving build performance and reducing potential security surface.

Health Assessment

Small
Low
Low
  • Quick cleanup with minimal changes, fast review and merge, low risk.

AI Details

Tech Stack

Languages: Typescript, Yaml
chore: add tanstack-start scope to pr-title validation r1tsuu XS No 2.9h 2.9h Jul 09, 2026

Summary

CI/CD

Add tanstack-start scope to PR title validation

Ensures PR titles include the tanstack-start scope, improving consistency and automation.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes to CI workflow.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(ui)!: pin user menu to top-right and remove unused NavToggler export PatrikKozak L No 68.5h 1.2h Jul 09, 2026

Summary

Bug Fix

Pin user menu to top-right and remove NavToggler

The user menu stays pinned to the top-right on narrow screens, preventing layout wrap. An unused NavToggler component is removed, trimming bundle size and simplifying maintenance.

Health Assessment

Small
Low
Low
  • The PR was merged within 3 days with only three commits and a single review, indicating a smooth and efficient process.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: coerce schedulePublish doc.value to collection ID type before update aevarOrigo M No 25.4h 23.8h Jul 09, 2026

Summary

Bug Fix

Fix schedulePublish doc.value ID coercion

Ensures scheduled publish jobs correctly coerce document IDs to the collection's native type, preventing validation errors in nested relationships.

Health Assessment

Small
Low
Low
  • The PR addressed a subtle ID type mismatch in scheduled publish jobs, with a single commit and quick approval, indicating a straightforward fix with minimal risk.

AI Details

Confidence: 1.00

Tech Stack

Languages: Javascript
fix: coerce schedulePublish doc.value to collection ID type before update aevarOrigo M No 24.6h 24.1h Jul 09, 2026

Summary

Bug Fix

Fix schedulePublish doc.value type coercion

Ensures scheduled publish jobs use the correct ID type, preventing relationship validation errors and improving reliability for nested documents.

Health Assessment

Medium
Low
Low
  • The PR resolved a subtle type mismatch that could cause runtime errors in nested docs, with a quick review and a single commit, indicating an efficient and low‑risk fix.

AI Details

Tech Stack

Languages: Javascript
fix: escape regex metacharacters in isURLAllowed pathname allow-list r1tsuu M No 22.4h 8.3h Jul 09, 2026

Summary

Bug Fix

Fix regex escape in URL allow-list

Corrects URL matching logic to prevent malformed patterns, ensuring reliable upload path validation for users.

Health Assessment

Medium
Low
Low
  • The PR resolved a single bug with minimal code changes, resulting in a quick review and merge cycle.

AI Details

Tech Stack

Languages: Typescript
chore(skills): update payload skill for native slug field type jacobsfletch M No 9.6h 9.6h Jul 09, 2026

Summary

Docs

Update payload skill for native slug field type

The PR updates the Claude plugin documentation to reflect Payload CMS’s new native slug field type, ensuring developers receive accurate guidance and reducing confusion when configuring slug fields.

Health Assessment

Medium
Low
Low
  • The PR was merged within 9.6 hours with a single commit and no review rounds, indicating a smooth, low‑friction process.

AI Details

Tech Stack

fix(ui): sync aria-expanded attribute with open state in list filters toggler jacobsfletch S No 22.8h 22.8h Jul 08, 2026

Summary

Bug Fix

Sync aria-expanded with open state in list filters

Ensures UI accessibility and reliability of list filter toggles, preventing flaky end‑to‑end tests and improving user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved flaky tests and improved accessibility.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ui): presentational fields skipped in form state when admin.condition is false JessRynkar M No 30.2h 28.1h Jul 08, 2026

Summary

Bug Fix

Fix form state skipping presentational fields

This fix ensures that presentational fields are correctly included in form state even when admin.condition is false. It prevents data loss and improves reliability of the admin UI.

Health Assessment

Medium
Medium
Medium
  • The PR required a few rework commits after the initial review, indicating some build or CI issues. The review cycle was relatively slow, taking over a day, but the overall scope was moderate and the changes were straightforward, keeping risk low to medium.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript, Javascript
chore(deps): bump @faceless-ui/modal to 3.0.1 jacobsfletch XL No 1.8h 0.8h Jul 08, 2026

Summary

Chore

Bump @faceless-ui/modal to 3.0.1

This update brings the latest modal component improvements, ensuring smoother SSR rendering and preventing visual glitches during hydration.

Health Assessment

Large
Low
Low
  • Quick merge after minimal review, indicating low complexity and high confidence in the change.

AI Details

Tech Stack

fix(ui): presentational fields skipped in form state when admin.condition is false JessRynkar M No 28.7h 28.4h Jul 08, 2026

Summary

Bug Fix

Fix hidden presentational fields in form state

This fix ensures that nested fields within hidden presentational sections retain their values, preventing data loss. It improves form reliability for administrators.

Health Assessment

Medium
Low
High
  • The PR addressed a regression affecting form state handling for hidden presentational fields, with a moderate scope and a single commit. Review took longer than typical, but no significant rework was required.

AI Details

Tech Stack

Languages: Typescript
fix(drizzle): `select` `hasMany` nested 2+ array levels crash r1tsuu M No 214.4h 0.2h Jul 08, 2026

Summary

Bug Fix

Fix crash in nested array selects

Resolves issue #17142 by fixing a crash that occurred when using `select` with `hasMany` and nested arrays.

Health Assessment

Small
Low
Low
  • Quick review and merge suggest a straightforward fix.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
fix(next): v3 backport to respect disabled GraphQL config darkspirit2802 S No 18.6h 14.8h Jul 08, 2026

Summary

Bug Fix

Backport GraphQL disabled 404 fix to v3

Ensures GraphQL endpoints return 404 when disabled, maintaining consistency across versions.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: Nextjs
fix(next): respect disabled GraphQL config darkspirit2802 S No 90.7h 51.4h Jul 08, 2026

Summary

Bug Fix

Fix GraphQL endpoint accessibility

Prevents GraphQL endpoint access when disabled, returning a 404 response instead.

Health Assessment

Small
Low
Medium
  • The PR had a moderate cycle time and time to first review, indicating a relatively standard review process.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
feat!: add native slug field type jacobsfletch XL No 23.1h 18.7h Jul 07, 2026

Summary

Feature

Add native slug field type

Adds a first‑class slug field type, simplifying URL handling and improving consistency across adapters.

Health Assessment

X-Large
Medium
Low
  • PR had many commits but only one review, indicating a smooth review process despite large scope.

AI Details

Tech Stack

Languages: Typescript
fix(plugin-mcp)!: respect schema access and use req.user consistently AlessioGr XL No 166.6h 0.0h Jul 07, 2026

Summary

Bug Fix

Fix MCP schema access and user consistency

Ensures users only see schema fields they can write to, preventing accidental data leaks and LLM misuse, while cleaning up authentication to avoid identity drift.

Health Assessment

Large
High
Medium
  • The PR had a long cycle time with many commits after the first review, indicating significant rework and coordination challenges. The changes address critical security and consistency issues, but the extended timeline suggests complexity in implementation and testing.

AI Details

Tech Stack

Languages: Typescript, Javascript
chore: capture installed first-party plugins in telemetry AlessioGr M No 11.9h 0.0h Jul 07, 2026

Summary

Chore

Capture installed first‑party plugins in telemetry

Adds a plugins field to telemetry events, recording only first‑party Payload CMS plugins to improve analytics while protecting custom plugin data.

Health Assessment

Medium
Low
Low
  • Merged within 12 hours with no review comments, indicating a straightforward, low‑risk change.

AI Details

Tech Stack

Languages: Javascript
chore(skills): cleanup 'Payload CMS' -> 'Payload' [skip ci] denolfe S No 0.1h 0.1h Jul 07, 2026

Summary

Docs

Cleanup terminology: Payload CMS to Payload

Standardizes documentation terminology, improving consistency across the project.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

Confidence: 0.95

Tech Stack

refactor!: use `definePlugin` for all core plugins, explicit options in definePlugin interface AlessioGr L No 3.8h 3.8h Jul 07, 2026

Summary

Refactor

Refactor core plugins to use definePlugin API

Standardizes plugin API, improves type safety and discoverability, enabling easier plugin integration.

Health Assessment

Small
Low
Low
  • PR closed in under 4 hours with a single review round, indicating a straightforward, low‑risk refactor with minimal impact on the codebase.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
feat(ui): add livePreview.openByDefault config option jacobsfletch M No 12.2h 12.2h Jul 07, 2026

Summary

Feature

Add livePreview.openByDefault config option

Adds an option to automatically open the Live Preview panel on first view, improving user onboarding and reducing friction.

Health Assessment

Medium
Low
Low
  • Fast cycle time and no review indicates low complexity and minimal risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
feat(plugin-mcp): support MCP 2026-07-28 AlessioGr L No 134.5h 0.1h Jul 06, 2026

Summary

Feature

Add MCP 2026-07-28 support

Adds support for the 2026‑07‑28 MCP spec, enabling both 2025 and 2026 clients over HTTP and stdio while fixing stdio logging and keeping JSON‑only responses.

Health Assessment

Medium
Medium
Low
  • Long cycle time (134.5h) and multiple commits indicate extended integration and testing; quick first review but significant rework was required.

AI Details

Tech Stack

Languages: Typescript
feat(ui): add livePreview.openByDefault config option jacobsfletch L No 1.3h 0.4h Jul 06, 2026

Summary

Feature

Add livePreview.openByDefault config option

Enables Live Preview panel to open automatically on first visit, improving editor workflow and reducing manual toggling.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward feature addition.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
feat(plugin-mcp): add MCP evals and afterToolCall hooks AlessioGr XL No 9.8h 0.6h Jul 06, 2026

Summary

Feature

Add MCP eval suite and afterToolCall hooks

Introduces automated evaluation of Payload’s MCP integration, enabling developers to validate agent interactions and improve reliability of the system.

Health Assessment

Large
Medium
Low
  • Rapid review and merge with minimal back‑and‑forth, but the change touches many files and adds significant new logic, indicating moderate risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix(plugin-mcp): point ./internal export at existing barrel file denolfe S No 0.9h 0.5h Jul 06, 2026

Summary

Bug Fix

Fix plugin-mcp internal export mapping

Corrects broken subpath export for @payloadcms/plugin-mcp/internal, aligning dev and published paths.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Javascript
fix(tanstack-start): block stale-match revalidation on admin route loaders jacobsfletch S No 114.3h 114.3h Jul 06, 2026

Summary

Bug Fix

Block stale-match revalidation on admin route loaders

Ensures admin navigation waits for fresh data before rendering, eliminating stale UI flashes and improving user experience.

Health Assessment

Small
Low
Low
  • The change was merged after ~5 days with no review, indicating a low‑complexity fix with minimal friction.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix: allow access to files reuploaded on a draft LimChorngUan L No 2.3h 2.3h Jul 06, 2026

Summary

Bug Fix

Fix file access for draft reuploads

Ensures users can retrieve newly uploaded files while in draft mode, eliminating 403 errors and improving content editing workflow.

Health Assessment

Medium
Low
Low
  • Quick single‑commit fix with no back‑and‑forth, resolving a regression that caused 403 errors for draft uploads.

AI Details

Tech Stack

Languages: Javascript, Typescript
fix(sdk): use qs-esm allowEmptyArrays parameter r1tsuu S No 1.2h 0.0h Jul 06, 2026

Summary

Bug Fix

Fix SDK query string empty array handling

Ensures SDK correctly handles empty arrays in query parameters, improving API request reliability.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate a straightforward bug fix with minimal impact.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
feat: collection-level disableBulkDelete GermanJablo M No 1.2h 0.2h Jul 06, 2026

Summary

Feature

Add collection-level disableBulkDelete

Adds a collection-level disableBulkDelete config option that blocks bulk delete operations server-side and hides the bulk delete action in the admin UI.

Health Assessment

Medium
Low
Low
  • Fast review and merge with a single commit indicate a straightforward change with minimal risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs, React
refactor!: remove deprecated afterOperation 'read' operation DanRibbens L No 9.5h 9.2h Jul 02, 2026

Summary

Refactor

Remove deprecated afterOperation 'read' operation

Eliminates unused operation value, simplifying hooks and enabling automated migration.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework; automated codemod supports migration.

AI Details

Tech Stack

Languages: Typescript
fix(ui): finesse hierarchy tree keyboard and node interaction JarrodMFlesch M No 2.2h 0.8h Jul 02, 2026

Summary

Bug Fix

Improve hierarchy tree keyboard navigation

Enhances user experience by expanding node trigger area, adding circular keyboard navigation, and supporting custom folder icons, improving accessibility and interaction consistency.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes; review completed within 0.8h and merged in 2.2h, indicating a smooth process.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
feat!: replace `TypedUser` with `User` and add `AuthenticatedUser` AlessioGr XL No 72.5h 0.3h Jul 02, 2026

Summary

Refactor

Replace TypedUser with User and add AuthenticatedUser

This PR cleans up user type definitions, improving type safety and clarity for developers while enabling better integration with authentication features and reducing runtime errors.

Health Assessment

Large
High
High
  • The PR underwent multiple small commits after the initial review, indicating iterative refinement and a moderate to high level of review friction. The large scope and breaking changes suggest a higher risk for downstream integration.

AI Details

Tech Stack

Languages: Typescript
fix(ui): relationship add-new button height in production builds PatrikKozak M No 0.9h 0.3h Jul 02, 2026

Summary

Bug Fix

Fix relationship add-new button height

Ensures the Add New button displays correctly in production, preventing layout issues that could confuse users.

Health Assessment

Small
Low
Low
  • Quick, single-file CSS tweak resolved in under an hour with minimal review friction.

AI Details

Confidence: 0.10

Tech Stack

fix(ui): render custom logout button in user menu GermanJablo M No 47.3h 46.7h Jul 02, 2026

Summary

Bug Fix

Restore custom logout button in user menu

Fixes regression where custom logout button was missing after UI redesign, restoring support and ensuring integrations like OAuth2 work.

Health Assessment

Small
Low
Medium
  • PR addressed a regression in the UI with a single commit after a delayed review, indicating moderate review friction but low risk to the product.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
chore: update LICENSE.md AlessioGr M No 0.6h 0.0h Jul 01, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat: expose owning collection/global config to field access functions JarrodMFlesch XL No 313.6h 312.0h Jul 01, 2026

Summary

Feature

Expose owning collection/global config to field access functions

Adds collection and global context to field access functions, enabling accurate permission checks and shared block references across collections and globals.

Health Assessment

Large
High
High
  • The PR had a long cycle time and required multiple review rounds, indicating significant complexity and potential risk. The use of Copilot suggests a large codebase and reliance on AI assistance.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
test: more flexible eval verification api AlessioGr XL No 13.5h 13.5h Jul 01, 2026

Summary

Feature

Add flexible eval verification API

Enables eval authors to verify generated Payload code against real database state using a simple, Vitest‑style API, improving test reliability and developer experience.

Health Assessment

X-Large
High
Low
  • The PR was reviewed and merged within 13.5 hours, indicating a smooth review process. However, the large code churn (≈1,800 lines across 20 files) suggests a high‑impact change that may warrant additional testing and monitoring.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
ci: upgrade pnpm to v11 denolfe XL No 7.2h 5.5h Jul 01, 2026

Summary

CI/CD

Upgrade pnpm to v11

Upgrades the pnpm package manager to version 11, updating workspace configuration and CI scripts to ensure compatibility and maintain build approvals across templates.

Health Assessment

X-Large
High
Low
  • The PR was merged quickly with minimal review friction, but the large number of changes across many files indicates significant refactoring of CI and workspace configuration, which could introduce build instability if not thoroughly tested.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
fix(plugin-multi-tenant): run tenant delete cleanup inside the request transaction JarrodMFlesch S No 1.2h 1.2h Jul 01, 2026

Summary

Bug Fix

Fix tenant delete cleanup transaction in multi-tenant plugin

Ensures tenant deletion cleanup runs within the same database transaction, preventing orphaned data and improving consistency for multi-tenant deployments.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes indicates a straightforward bug fix with low risk.

AI Details

Tech Stack

Languages: Typescript
fix(plugin-multi-tenant): run tenant delete cleanup inside the request transaction yashs33244 S No 316.1h 4.7h Jul 01, 2026

Summary

Bug Fix

Fix tenant delete cleanup transaction issue

Ensures tenant deletion completes without deadlock by running cleanup within the same transaction, improving reliability for multi-tenant setups.

Health Assessment

Small
Low
Low
  • The PR resolved a deadlock issue affecting Postgres with minimal changes and a quick review, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
feat(plugin-stripe): adopt v4 design tokens and restyle LinkToDoc field to v4 ui PatrikKozak M No 1.1h 1.0h Jul 01, 2026

Summary

Feature

Restyle LinkToDoc field for v4 UI

Updates the Stripe plugin UI to use design tokens, improving consistency and maintainability.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework indicates a straightforward UI refactor.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
ci: make template build failure blocking denolfe XS No 2.0h - Jul 01, 2026

Summary

CI/CD

Make template build failure blocking

Ensures CI fails when template build errors occur, improving build reliability.

Health Assessment

Small
Low
Low
  • Quick change with minimal impact, merged within 2 hours.

AI Details

Tech Stack

Frameworks: Github-Actions
fix(tanstack-start): fire autosave-create redirects on client-side navigation jacobsfletch S No 1.0h 0.4h Jul 01, 2026

Summary

Bug Fix

Fix autosave-create redirects on client-side navigation

Ensures autosave redirects work correctly during SPA navigation, preventing users from being stranded on the create page.

Health Assessment

Small
Low
Low
  • Quick, minimal changes with fast review and merge indicate low complexity and high confidence in the fix.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(plugin-cloud-storage): split client and server utility exports JarrodMFlesch XS No 41.7h 41.7h Jul 01, 2026

Summary

Refactor

Split client and server utility exports

Prevents mixed server/client barrel imports in cloud storage plugin

Health Assessment

Small
Low
Low
  • This PR was a backport of #17143 for the 3.x branch, indicating a straightforward refactor with minimal risk.

AI Details

Tech Stack

Languages: Javascript
ci: backport test service image pinning to ghcr on 3.x JarrodMFlesch S No 11.6h 10.3h Jul 01, 2026

Summary

CI/CD

Backport test service image pinning to GHCR

Ensures CI stability by pinning test service images to GHCR, preventing registry rate limits and Docker Hub timeouts.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes; CI stability improved without affecting application code.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
test: add coverage for autosave redirects jacobsfletch M No 15.0h 15.0h Jul 01, 2026

Summary

Test

Add e2e coverage for autosave redirects

Adds end‑to‑end test ensuring autosave‑enabled documents redirect correctly after the first save, preventing regressions.

Health Assessment

Small
Low
Low
  • Quick test addition with minimal code changes; low risk and fast cycle.

AI Details

Tech Stack

Languages: Typescript
fix(ui): restore first-column padding and horizontal scroll in condensed relationship table PatrikKozak S No 18.0h 16.2h Jun 30, 2026

Summary

Bug Fix

Restore padding and scroll in condensed relationship table

Fixes visual layout issues in the UI, ensuring proper padding and scroll behavior for relationship tables, improving user experience.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal changes, resolved UI issue promptly.

AI Details

Confidence: 0.95

Tech Stack

feat(plugin-search): adopt v4 design tokens and restyle reindex button PatrikKozak M No 19.2h 19.2h Jun 30, 2026

Summary

Refactor

Adopt v4 design tokens and restyle reindex button

Aligns plugin-search admin UI with v4 design system, fixing hydration errors. Improves consistency and user experience for administrators.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and no major blockers.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
« Page 3 of 4 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos