Pull Request Explorer

Exploring 626 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(benefit): stop resetting meters when refreshing benefit grants joebon L No 11.0h 2.8h May 25, 2026

Summary

Bug Fix

Stop resetting meters on benefit grant refresh

Ensures customer meter balances are preserved across subscriptions, preventing accidental credit loss when benefits are edited.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; comprehensive tests confirm behavior; low risk to production

AI Details

Tech Stack

Languages: Python
fix(user_organization): exclude blocked orgs from /v1/users/me joebon M No 5.5h 4.8h May 25, 2026

Summary

Bug Fix

Exclude blocked orgs from user profile endpoint

Ensures users no longer receive blocked organizations in the /v1/users/me response, preventing 404 redirects on the dashboard.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; tests added to cover edge cases.

AI Details

Tech Stack

Languages: Python
fix(transactions): hide blocked org transactions from members joebon M No 5.7h 5.0h May 25, 2026

Summary

Bug Fix

Hide blocked org transactions from members

Ensures members of blocked organizations cannot view transaction data, tightening security and preventing data leakage.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single commit and minimal review rounds indicates a straightforward, low-risk fix.

AI Details

Tech Stack

Languages: Python
bug(organization): exclude soft-deleted memberships in owner lookups joebon M No 6.0h 5.2h May 25, 2026

Summary

Bug Fix

Exclude soft‑deleted memberships from owner lookups

Fixes stale owner data after member removal, preventing incorrect payout and support tickets.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes and a regression test ensures reliability.

AI Details

Tech Stack

Languages: Python
tighten up landing page emilwidlund L No 0.1h 0.1h May 25, 2026

Summary

Health Assessment

AI Details

Tech Stack

Version Packages github-actions M No 0.2h 0.1h May 25, 2026

Summary

Chore

Version Packages

Automates publishing of updated packages to npm via Changesets action, reducing manual release steps.

Health Assessment

Medium
Low
Low
  • Fast merge with minimal changes, automated release process, low friction.

AI Details

Tech Stack

Move @polar-sh/checkout out from beta sebastianekstrom XS No 1.1h 1.0h May 25, 2026

Summary

Chore

Move @polar-sh/checkout out of beta

The payment method feature in @polar-sh/checkout has been fully tested and documented. This PR moves it out of beta, preparing a 0.3.0 release for customers.

Health Assessment

Small
Low
Low
  • Quick approval and merge indicate minimal friction and low risk.

AI Details

Confidence: 1.00

Tech Stack

Version Packages (beta) github-actions XS No 0.3h 0.2h May 25, 2026

Summary

Chore

Version Packages (beta)

Automated release of beta packages via Changesets, enabling npm publishing of updated SDK features.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, automated release process triggered by Changesets action.

AI Details

Tech Stack

Add docs for payment method SDK sebastianekstrom XL No 1.3h 0.2h May 25, 2026

Summary

Feature

Add docs for payment method SDK

Provides comprehensive documentation for the payment method SDK, enabling developers to integrate payment functionality more efficiently and preparing the SDK for the upcoming 0.3.0 release.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review friction indicate a straightforward PR focused on documentation and minor UI updates.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
posthog: add events to billing emilwidlund M No 0.4h 0.4h May 25, 2026

Summary

Health Assessment

AI Details

Tech Stack

bug: fix border radii on upsell component emilwidlund XS No 0.0h - May 25, 2026

Summary

Health Assessment

AI Details

Tech Stack

hide upsell in collapsed sidebar emilwidlund XS No 0.0h - May 25, 2026

Summary

Health Assessment

AI Details

Tech Stack

saas: implement upsell component in dashboard emilwidlund XL No 0.9h 0.6h May 25, 2026

Summary

Feature

Implement upsell component in dashboard

Adds upsell UI to dashboard to promote higher-tier plans, increasing revenue potential.

Health Assessment

X-Large
Low
Low
  • Rapid review and merge with minimal iterations indicate high confidence in code quality and low risk of defects.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
chore(organization): move change_owner from account to organization service joebon L No 71.1h 6.0h May 25, 2026

Summary

Refactor

Move ownership logic to organization service

Reassign ownership transfer logic from account to organization service, aligning semantics and simplifying tests.

Health Assessment

Large
Low
Low
  • The PR was reviewed quickly and merged after a single commit, indicating a straightforward refactor with minimal friction.

AI Details

Tech Stack

Languages: Python
Add new payment SDK to customer portal sebastianekstrom L No 72.4h 0.1h May 25, 2026

Summary

Feature

Add new payment SDK to customer portal

Adds the new Payment Method SDK to the customer portal, enabling Link payment option and correcting missing non-credit card icons. This enhances checkout experience and consistency across the platform.

Health Assessment

Medium
Low
Low
  • Fast review and single commit indicate straightforward implementation with minimal risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
polar: Keep the Polar SaaS in sync Yopi L No 2.3h 0.4h May 25, 2026

Summary

Feature

Keep Polar SaaS in sync

Ensures customer slugs and member names remain consistent across the backoffice and Polar SaaS, improving data integrity and user experience.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration and low complexity.

AI Details

Tech Stack

Languages: Python
fix(backoffice): show each team member's own verified country pieterbeulque S No 66.7h 4.1h May 25, 2026

Summary

Bug Fix

Remove country display from organization team view

Eliminates incorrect display of organization owner's country next to each team member, ensuring accurate per-member information.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
Remove guides pieterbeulque XL No 61.4h 0.1h May 25, 2026

Summary

Docs

Remove redundant documentation guides

Clean up documentation by removing redundant guides and consolidating content into feature pages, improving clarity and reducing maintenance overhead.

Health Assessment

X-Large
High
Medium
  • The PR involved a large number of small commits to remove redundant documentation, with a quick initial review but subsequent rework to consolidate content into feature pages.

AI Details

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

Tech Stack

tf/db: Ignore changes to db Yopi XS No 0.0h 0.0h May 25, 2026

Summary

Chore

Ignore changes to db

Prevents Terraform from reducing disk size after auto scaling, ensuring consistent storage capacity.

Health Assessment

Small
Low
Low
  • Quick merge with no review needed, minimal impact.

AI Details

Tech Stack

Languages: Terraform
Frameworks: Terraform
payment method: Handle bad card Yopi M No 62.9h 0.0h May 25, 2026

Summary

Bug Fix

Handle bad card error in payment method

Fixes incorrect error handling for unsupported cards, improving user experience.

Health Assessment

Medium
Low
Low
  • Fast turnaround with no review needed; quick fix to user-facing error.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript, Python
add dashboard graphic to landing emilwidlund S No 0.0h - May 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

Small adjustments to the Landing page emilwidlund M No 0.2h 0.0h May 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

polar: Set customer slug and member name correctly Yopi S No 2.0h 1.9h May 22, 2026

Summary

Bug Fix

Set customer slug and member name correctly

Backfill script corrected customer slug and member name values, ensuring accurate data representation.

Health Assessment

Small
Low
Low
  • Fast review and merge within 2 hours indicates low complexity and minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
Clarify Polar's proactive chargeback prevention refund policy pieterbeulque XS No 0.1h - May 22, 2026

Summary

Docs

Clarify Polar's proactive chargeback prevention refund policy

Clarifies how Polar automatically refunds low‑value transactions to prevent chargebacks, giving merchants clear expectations and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick documentation update with minimal changes, no code or tests, low risk.

AI Details

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

Tech Stack

Add "Copy Meter ID" to meter page dropdown stilla S No 0.1h 0.0h May 22, 2026

Summary

Feature

Add Copy Meter ID to meter page

Adds a copy-to-clipboard feature for meter IDs, improving user efficiency by allowing quick access to meter identifiers.

Health Assessment

Small
Low
Low
  • Quick merge with no review comments indicates low complexity and minimal risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Add drag-and-drop reordering for custom field select options pieterbeulque L No 213.0h 0.1h May 22, 2026

Summary

Feature

Add drag-and-drop reordering for custom field select options

Adds drag-and-drop functionality to reorder select options in the custom field form, improving the UX for managing option ordering.

Health Assessment

Medium
Medium
Low
  • The PR received a quick review but had a long cycle time, suggesting scheduling delays. The change adds a new UX feature with moderate code changes and no new tests were required.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
remove broken image emilwidlund XS No 0.0h - May 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

Fix Upgrade link to go directly to plan selection stilla XS No 0.1h 0.0h May 22, 2026

Summary

Bug Fix

Fix Upgrade link to go directly to plan selection

Updated the dashboard sidebar's Upgrade link from an absolute URL to a relative path that directly navigates to the plan selection page, ensuring consistent behavior across environments and improving user experience.

Health Assessment

Small
Low
Low
  • Merged within minutes with a single commit and no review comments, indicating a straightforward, low-risk change.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat: Add full audit trail for org team changes joebon S No 1.2h 0.9h May 22, 2026

Summary

Feature

Add full audit trail for org team changes

Adds comprehensive audit logging for organization team changes, including role updates and ownership transfers, enabling complete traceability of team management actions.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and no review back‑and‑forth indicates a straightforward, low‑risk enhancement.

AI Details

Confidence: 0.75

Tech Stack

Languages: Python
fix: Ensure tasks with optional fields can be enqueued from backoffice joebon M No 2.6h 0.1h May 22, 2026

Summary

Bug Fix

Fix optional task enqueue from backoffice

Ensures tasks with optional fields can be enqueued from backoffice, improving reliability of backoffice task processing.

Health Assessment

Small
Low
Low
  • Quick review and merge indicate a straightforward, low‑risk fix with minimal impact on the codebase.

AI Details

Tech Stack

Languages: Python
server/scripts: tweak tax filing import frankie567 L No 1.0h 0.1h May 22, 2026

Summary

Feature

Tweak tax filing import

Improves tax import handling for varied currencies, zero‑rate jurisdictions, and remote CSV sources, enhancing data accuracy and flexibility.

Health Assessment

Small
Low
Low
  • Rapid review and merge within an hour, minimal code churn, indicating low complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
feat(organization_review): switch default model to gpt-5.5 psincraian S AI 1.1h 0.9h May 22, 2026

Summary

Feature

Switch default model to GPT-5.5

Switch to GPT 5.5 for organization reviews, improving accuracy from 57% to 62%.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and no review back‑and‑forth indicates a straightforward, low‑risk update.

AI Details

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

Tech Stack

Languages: Python
Version Packages (beta) github-actions S No 0.5h 0.4h May 22, 2026

Summary

Chore

Version Packages (beta)

Automated release of beta packages to npm via Changesets action.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, automated release action, low risk.

AI Details

Tech Stack

Update changelog SDK for beta 2 sebastianekstrom XS No 19.0h 5.1h May 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

Fix: show team members' actual role(s) in backoffice joebon S No 1.2h 1.1h May 22, 2026

Summary

Bug Fix

Show actual team member roles in backoffice

Accurately displays each team member's role, replacing generic Owner/Member labels, improving administrative clarity.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
startup program emilwidlund XS No 0.1h 0.0h May 22, 2026

Summary

Feature

Add startup program page

Adds a new startup program page to the web app, improving user onboarding and alignment.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within minutes, indicating low complexity and minimal risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
scripts: Make write balance.credit_order event script a bit nicer Yopi S No 0.3h 0.2h May 22, 2026

Summary

Refactor

Improve balance.credit_order event script

Enhances the event script by adding microsecond timestamps, named arguments, and queue writing support, improving reliability and clarity.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate low complexity and quick approval.

AI Details

Tech Stack

Languages: Python
Minor Startup program polish emilwidlund S No 0.5h 0.4h May 22, 2026

Summary

Refactor

Polish Startup Program Page UI

Improves user experience on the startup program landing page by refining form layout and visual styling.

Health Assessment

Small
Low
Low
  • Quick polish with minimal changes, merged within 30 minutes, indicating smooth review and low complexity.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
fix(rate-limit): isolate pending_auth requests to per-endpoint zones joebon M No 1.4h 1.3h May 22, 2026

Summary

Bug Fix

Fix rate-limit isolation for pending_auth requests

Ensures pending-auth requests are rate-limited per endpoint, preventing attackers from bypassing sensitive endpoint limits.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and comprehensive tests, merged within 1.4 hours.

AI Details

Tech Stack

Languages: Python
refactor: move AUP into agent instructions psincraian S No 17.2h - May 22, 2026

Summary

Refactor

Refactor: Move AUP into Agent Instructions

Improves model accuracy by passing Acceptable Use Policy as system instructions, boosting performance from 59% to 70%. Simplifies prompt construction and removes ordering assertions.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 17 hours, indicating a straightforward refactor with minimal friction.

AI Details

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

Tech Stack

Languages: Python
Use `organization.email` as extra identifier for organization card pieterbeulque XS No 1.4h 0.5h May 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

Revert the modified migration but keep the updated timeout joebon XS No 0.1h 0.1h May 22, 2026

Summary

Health Assessment

AI Details

Tech Stack

Modify account.admin_id to account for partially applied in production joebon XS No 0.0h 0.0h May 22, 2026

Summary

Bug Fix

Adjust account.admin_id migration for partial production application

Fixes migration inconsistency caused by partial application in production, ensuring consistent schema across environments.

Health Assessment

Small
Low
Low
  • Rapid resolution with no review needed; minimal changes to migration file.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
billing: Remove internal payment method endpoints Yopi L No 16.2h 0.4h May 22, 2026

Summary

Refactor

Remove internal payment method endpoints

This PR removes internal payment method endpoints now that the embeddable payment method editor is used, simplifying the API and reducing maintenance overhead.

Health Assessment

Medium
Low
Low
  • Fast review and merge indicate low complexity and high confidence in the removal of unused endpoints.

AI Details

Tech Stack

Languages: Typescript, Python
chore: Account admin_id cleanup and ownership transfer flow update joebon XL No 19.0h 1.7h May 22, 2026

Summary

Refactor

Cleanup admin_id and update ownership flow

This PR removes the legacy admin_id field, enforces a single owner per organization, and updates ownership transfer logic, improving data integrity and simplifying authorization.

Health Assessment

Medium
Medium
Low
  • The PR involved multiple commits and a quick review cycle, indicating active collaboration and rapid iteration to refactor ownership logic.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python, Typescript
polar: Backfill customer slugs and member names Yopi L No 16.7h 0.1h May 22, 2026

Summary

Feature

Backfill customer slugs and member names

Adds organization slugs to customer metadata and corrects member names, unlocking new functionality and improving customer‑organization correlation.

Health Assessment

Large
Low
Low
  • The PR was reviewed and merged within 16.7 hours, with a single commit and minimal discussion, indicating a straightforward data migration script with low complexity and risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
scripts: Make it easy to write a balance.credit_order event Yopi M No 16.7h 0.9h May 22, 2026

Summary

Bug Fix

Make it easy to write a balance.credit_order event

Adds a script to simplify creating balance.credit_order events, reducing manual errors.

Health Assessment

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

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
Remove Part-time Support Engineer from company page stilla XS No 0.1h 0.0h May 21, 2026

Summary

Chore

Remove Part-time Support Engineer from company page

Removes the Part-time Support Engineer job listing from the `/company` page.

Health Assessment

Small
Low
Low
  • Quick change with no review friction, minimal scope.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
Add Startup Program callout emilwidlund S No 0.5h 0.5h May 21, 2026

Summary

Feature

Add Startup Program callout

Adds a new callout component to the landing page to highlight the startup program, improving visibility for new users.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 30 minutes, indicating a smooth, low‑friction process with minimal scope and risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
feat: propagate organization identity to AI gateway via OTel baggage psincraian M No 0.9h 0.3h May 21, 2026

Summary

Feature

Propagate organization identity to AI gateway via OTel baggage

Enables per‑organization attribution of AI gateway requests, improving traceability and analytics. This allows more accurate monitoring and supports compliance requirements.

Health Assessment

Medium
Low
Low
  • Rapid review and merge with minimal iterations indicates high confidence and low risk.

AI Details

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

Tech Stack

Languages: Python
« Page 5 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