Pull Request Explorer

Exploring 626 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
build(deps): update pydantic-ai-slim[openai] requirement from >=1.16.0 to >=1.87.0 in /server dependabot S AI 153.0h 152.8h May 05, 2026

Summary

Chore

Update pydantic-ai-slim[openai] dependency to latest version

Ensures the server uses the latest pydantic-ai-slim[openai] library, incorporating new features and security fixes, improving stability and compatibility.

Health Assessment

Small
Low
High
  • Long review cycle due to automated dependency update; minimal changes and quick resolution.

AI Details

Category: Code AI

Tech Stack

Languages: Python
server/refund: swallow tax transaction already reverted error frankie567 L No 3.0h - May 05, 2026

Summary

Bug Fix

Swallow tax transaction revert error in refund

Fixes refund processing when a tax transaction reversion is skipped, preventing failed refunds during dispute resolution.

Health Assessment

Large
Medium
Low
  • PR was merged within 3 hours with a single commit, indicating a straightforward bug fix with minimal review friction.

AI Details

Tech Stack

Languages: Python
Implement a dummy Billing Upgrade path emilwidlund XL No 5.0h 0.1h May 05, 2026

Summary

Feature

Add dummy billing upgrade path

Adds a gated billing dashboard for organizations, enabling a mock upgrade flow that can be toggled via a feature flag.

Health Assessment

Large
Medium
Medium
  • Rapid iteration with multiple commits after review indicates active development, but the short cycle time suggests the changes were well scoped and quickly approved.

AI Details

Tech Stack

Languages: Typescript, Javascript, Python
Frameworks: React, Nextjs
docs: document order receipts psincraian S AI 2.7h 2.5h May 05, 2026

Summary

Docs

Add order receipt documentation

Adds comprehensive receipt documentation to Orders and Customer Portal, improving user understanding and API visibility.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with immediate approval, indicating straightforward documentation update.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

oauth2: Reject expired access tokens, except for the Polar app joebon M No 0.3h 0.0h May 05, 2026

Summary

Bug Fix

Reject expired access tokens, except for Polar app

Reinstates token expiry enforcement while preserving user experience for the Polar app, enhancing security and preventing unnecessary crashes.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; low complexity and risk.

AI Details

Tech Stack

Languages: Python
emails: drop organization_reviewed and organization_under_review pieterbeulque L No 0.8h 0.1h May 05, 2026

Summary

Chore

Drop organization review emails

Remove obsolete organization review emails and related tasks to clean up code and prevent unintended notifications.

Health Assessment

Large
Low
Low
  • PR merged within 0.8 hours with a single approval, indicating a straightforward cleanup with minimal review friction.

AI Details

Tech Stack

Languages: Typescript, Python
Frameworks: React
feat(backoffice): add Priority sort to organization Review queue psincraian XL AI 1.1h 0.7h May 05, 2026

Summary

Feature

Add Priority sort to organization review queue

Adds a composite priority score to the backoffice review queue, enabling reviewers to triage organizations more efficiently. This reduces manual scanning and speeds up review decisions.

Health Assessment

Large
Low
Low
  • PR was merged within 1.1 hours, indicating a smooth review process with minimal friction.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat: add product URL check and email warnings to organization review psincraian L AI 2.8h 0.0h May 05, 2026

Summary

Feature

Add product URL check and email warnings

Improves organization review accuracy by validating website reachability and email domain, reducing support issues and ensuring compliance.

Health Assessment

Large
Low
Low
  • Fast cycle time of under 3 hours and minimal review rounds indicate a smooth process; AI assistance helped accelerate development and reduce manual effort.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
fix: pass external_customer_id to member-by-external-id SDK calls psincraian S AI 4.6h 0.1h May 05, 2026

Summary

Bug Fix

Fix external_customer_id forwarding to SDK calls

Ensures member-by-external-id API calls include external_customer_id, preventing 422 errors and aligning with server requirements.

Health Assessment

Small
Low
Low
  • Quick approval indicates minimal friction; small scope and single commit suggest low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Revert "oauth2: Dont allow expired access tokens" Yopi M No 0.2h 0.1h May 05, 2026

Summary

Bug Fix

Revert OAuth2 expired token restriction

Undo recent change that prevented use of expired access tokens, restoring previous behavior.

Health Assessment

Small
Low
Low
  • Quick revert with minimal changes and immediate approval indicates low risk and high confidence in the original behavior.

AI Details

Tech Stack

Languages: Python
downloadable: Revoke access to files not part of the update Yopi M No 16.6h 11.7h May 05, 2026

Summary

Health Assessment

AI Details

Tech Stack

login code: Prevent code race Yopi M No 16.8h 0.1h May 05, 2026

Summary

Bug Fix

Prevent race condition in login code

Ensures login codes cannot be reused concurrently, improving security and preventing duplicate session creation.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; quick fix to a concurrency issue.

AI Details

Tech Stack

Languages: Python
Fix app notification 401 crash sebastianekstrom XS No 0.2h 0.1h May 05, 2026

Summary

Bug Fix

Fix app notification 401 crash

Resolved a crash that prevented users from re-authenticating after a 401 error, improving app stability and user experience.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
refactor: remove receipts_enabled feature flag and rollout backfill psincraian L AI 1.4h 1.2h May 05, 2026

Summary

Refactor

Remove receipts feature flag and backfill

Receipts are now universally enabled, removing the need for a per-organization flag. The legacy backfill script and related tests are removed, simplifying the codebase and reducing maintenance.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework indicates a straightforward refactor with clear intent and low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(authz): exclude soft-deleted orgs from accessible org IDs joebon S No 2.4h 2.2h May 05, 2026

Summary

Bug Fix

Exclude soft-deleted orgs from accessible org IDs

Fixes data leakage by ensuring soft-deleted organizations are not returned in authorization queries, improving security and compliance.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and immediate merge, indicating low complexity and high confidence.

AI Details

Confidence: 1.00

Tech Stack

Languages: Python
Fix subscription billing interval formatting in merchant notifications copilot-swe-agent M No 145.2h 23.7h May 05, 2026

Summary

Bug Fix

Fix subscription billing interval formatting

Ensures merchant notifications correctly display billing intervals for subscriptions billed every N months, improving clarity and preventing miscommunication.

Health Assessment

Medium
Medium
Medium
  • The PR required multiple commits to address formatting and backward compatibility, indicating moderate complexity and a need for iterative refinement.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Copilot
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: React
Fix <Box /> resolvers for flex values sebastianekstrom XL No 10.2h 8.6h May 05, 2026

Summary

Bug Fix

Fix Box resolvers for flex values

Resolves issues with Box component props and adds tests for future prevention.

Health Assessment

Medium
Low
Low
  • The PR was merged quickly, indicating a straightforward fix.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Typescript
Frameworks: Vitest
Add daily payout limit enforcement (once per 24 hours) pieterbeulque L No 112.5h 87.3h May 05, 2026

Summary

Feature

Add daily payout limit enforcement

Enforces a 24‑hour limit on payouts, preventing multiple payouts per day and reducing operational overhead.

Health Assessment

Large
High
High
  • The PR had a slow review cycle and required multiple iterations after the initial review, indicating moderate complexity and potential risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: React
fix(receipt): allow rendering without billing_name or billing_address psincraian M AI 10.8h 10.7h May 05, 2026

Summary

Bug Fix

Fix receipt rendering for missing billing info

Ensures receipt PDFs render correctly even when customers omit billing details, preventing job failures and reducing retry overhead.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, resolved critical rendering issue with minimal impact.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
server/tax/numeral: fix rounding when guessing breakdown items frankie567 XS No 0.2h 0.0h May 05, 2026

Summary

Bug Fix

Fix rounding in tax numeral calculation

Corrects rounding logic for tax breakdown items, ensuring accurate financial calculations.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal changes, no review needed, indicating a straightforward bug fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
Add RFC for RBAC structure and rollout plan joebon L No 117.5h 0.5h May 05, 2026

Summary

Health Assessment

AI Details

Tech Stack

build(deps): bump githubkit from 0.15.3 to 0.15.4 in /server dependabot XS No 145.6h 145.4h May 05, 2026

Summary

Chore

Bump githubkit dependency to 0.15.4

Updates the githubkit library to address bug fixes and API changes, ensuring compatibility and improved functionality.

Health Assessment

Small
Low
High
  • Long review cycle due to automated dependency bump; minimal changes and low risk.

AI Details

Tech Stack

Languages: Python
feat: implement organization self-review checklist psincraian XL AI 17.6h 1.0h May 05, 2026

Summary

Feature

Implement organization self-review checklist

Adds a real self‑review checklist for organizations, allowing merchants to track compliance steps and receive AI verdicts, improving onboarding efficiency.

Health Assessment

Large
Low
Low
  • Fast cycle time and single‑commit approval suggest high confidence and minimal risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
oauth2: Dont allow expired access tokens Yopi M No 12.0h 11.9h May 05, 2026

Summary

Health Assessment

AI Details

Tech Stack

docs: add handbook page for running Render one-off jobs psincraian S AI 9.5h 9.5h May 05, 2026

Summary

Docs

Add handbook page for Render one-off jobs

Adds a new handbook page that documents how to trigger Render One-Off Jobs via the Render CLI for ad-hoc backend scripts, improving on-call efficiency.

Health Assessment

Small
Low
Low
  • Quickly merged after a single review, indicating a straightforward documentation update with minimal risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

chore: serialize deploys joebon XS No 9.7h 0.1h May 05, 2026

Summary

CI/CD

Serialize deploy workflow concurrency

Simplifies deployment process by ensuring only one deploy workflow runs at a time, reducing race conditions and improving reliability.

Health Assessment

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

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
« Page 13 of 13

Get this analytics stack for your team

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

Connect Repos