Pull Request Explorer

Exploring 556 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
lambda: Route both cron and regular actors Yopi M AI 0.9h 0.1h Jun 30, 2026

Summary

Feature

Route cron and regular actors via lambda

Enables lambda workers to handle both cron jobs and regular actors, routing all actor types to Redis or SQS, improving flexibility and scalability.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward change with low risk.

AI Details

Usage: Authored by AI
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
access token: Add a toast on error Yopi XS AI 0.1h 0.0h Jun 30, 2026

Summary

Bug Fix

Add toast on access token error

Adds a visible error toast to the Create Access Token modal, improving user feedback when token creation fails.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes and no review friction indicates a straightforward bug fix.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Replace Next.js Link with native anchors for external URLs pieterbeulque M AI 0.3h 0.1h Jun 30, 2026

Summary

Refactor

Replace Next.js Link with native anchors for external URLs

Users receive faster navigation and improved security by using native <a> tags for external links, eliminating unnecessary prefetching and ensuring proper link semantics.

Health Assessment

Small
Low
Low
  • The PR was merged within 0.3 hours with minimal review comments, indicating a smooth process. AI assistance was used to refactor link handling, resulting in a small, low‑risk change that improved performance and security.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
docs: resolve encryption question in merchant-migrations design doc detail-app XS AI 14.8h 14.7h Jun 30, 2026

Summary

Docs

Resolve encryption question in merchant-migrations design doc

Clarifies encryption convention for merchant migrations, ensuring developers implement consistent key encryption.

Health Assessment

Small
Low
Low
  • Quick documentation update with no rework, resolved within 15 hours of opening.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

feat(backoffice): show why an organization review was triggered psincraian M No 18.9h 1.0h Jun 30, 2026

Summary

Feature

Show review trigger context in backoffice

Adds visibility into why organization reviews were triggered, improving transparency for backoffice users.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
feat(product): add meter interval foundation for decoupled meter cycling joebon XL No 285.7h 263.2h Jun 30, 2026

Summary

Feature

Add meter interval foundation for decoupled meter cycling

Adds a new meter interval field to products, enabling merchants to bill on a different cadence than subscription billing and ensuring meter and billing boundaries align at renewal.

Health Assessment

Large
High
High
  • The PR required over 11 days for the first review and 12 days to merge, indicating significant review friction. The change set is large, with 792 added lines across 19 files, raising the risk level for integration and testing.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: React
chore(terraform): run tinybird workers on the DB-less entrypoint [blocked on #12547] joebon XS AI 192.7h 98.7h Jun 30, 2026

Summary

Chore

Run tinybird workers on DB-less entrypoint

Points tinybird worker services to a new DB-less entrypoint, enabling workers to boot without a PostgreSQL engine and improving deployment reliability.

Health Assessment

Small
Low
Medium
  • The PR had a long review cycle due to dependency on another PR, but the change was small and straightforward, with no issues found by automated review.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Terraform
Frameworks: Terraform
chore: remove unused logout method from PolarHog hook detail-app XS AI 15.0h 14.9h Jun 30, 2026

Summary

Refactor

Remove unused logout method from PolarHog hook

Eliminates dead logout analytics code, preventing false signals and simplifying maintenance.

Health Assessment

Small
Low
Medium
  • Quick single-file refactor with minimal review time, indicating straightforward maintenance.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
docs: update polar-self webhook handlers in polar-for-polar design doc detail-app XS AI 14.6h 14.6h Jun 30, 2026

Summary

Docs

Update polar-self webhook handlers in design doc

Documentation updated to reflect new webhook handling for subscription events, ensuring failure-path emails are triggered.

Health Assessment

Small
Low
Low
  • Quick docs update with minimal changes, no blockers.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Fix opaque backdrop in dark mode pieterbeulque XS AI 16.6h 0.0h Jun 30, 2026

Summary

Bug Fix

Fix opaque backdrop in dark mode

Sets color-scheme to normal on #polar-embed-layout to maintain transparency in dark mode.

Health Assessment

Small
Low
Low
  • Auto-approved due to CSS-only changes and automated review by cubic.

AI Details

Usage: Authored by AI
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Css
feat(sso): organization SSO connection management API maximevast XL AI 20.6h 0.1h Jun 30, 2026

Summary

Feature

Add organization SSO connection management API

Provides CRUD API for managing organization SSO connections, enabling secure single sign-on integration.

Health Assessment

X-Large
High
Medium
  • Rapid review cycle with AI assistance, but multiple AI comments indicate complexity; large code addition but quick merge suggests efficient process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: Fastapi
chore: remove unused OrganizationRoleDefinition type re-export detail-app XS AI 13.8h 13.8h Jun 30, 2026

Summary

Refactor

Remove unused OrganizationRoleDefinition type re-export

Eliminates an unused type export, improving maintainability and reducing bundle size.

Health Assessment

Small
Low
Medium
  • Quick cleanup with minimal review, indicating low complexity and high confidence in code quality.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(subscription): batch org subscription cancellation to avoid 60s timeout psincraian M AI 0.6h - Jun 29, 2026

Summary

Bug Fix

Batch org subscription cancellation to avoid timeout

Reduces worker timeouts and ensures reliable org cancellation, improving system reliability and preventing indefinite loops.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework; small scope and quick resolution indicate low risk.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
chore: remove unused GeneralSettingsProps interface detail-app XS AI 1.8h 1.7h Jun 29, 2026

Summary

Refactor

Remove unused GeneralSettingsProps interface

Eliminated dead code from the settings component, reducing maintenance overhead and improving code clarity.

Health Assessment

Small
Low
Low
  • Quick, single-commit refactor with minimal review time indicates a smooth and efficient process.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: remove unused useAuthSessionStatus and inferSignupMethod hooks detail-app S AI 1.7h 1.7h Jun 29, 2026

Summary

Refactor

Remove unused auth and onboarding hooks

Eliminates unused hooks to reduce bundle size and simplify maintenance.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes indicates a healthy, low‑risk process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
chore: remove unused className prop from OrderCard widget detail-app XS AI 1.7h 1.6h Jun 29, 2026

Summary

Refactor

Remove unused className prop from OrderCard widget

Simplifies the OrdersWidget component by eliminating a redundant prop, reducing confusion and improving maintainability.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: remove unused `updated` state from EditOAuthClientModal detail-app S AI 1.7h 1.7h Jun 29, 2026

Summary

Refactor

Remove unused updated state from EditOAuthClientModal

Eliminates misleading disabled state guard in the edit modal, improving user experience and reducing confusion.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 1.7 hours, with only a single small file change, indicating a low‑risk, high‑efficiency process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: remove unused billing store and mock data detail-app M AI 1.2h 1.2h Jun 29, 2026

Summary

Chore

Remove unused billing store and mock data

Clean up dead code from the billing feature, reducing bundle size and maintenance overhead.

Health Assessment

Small
Low
Low
  • The PR was merged within 1.2 hours with minimal review, indicating a straightforward cleanup with negligible risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
chore: remove unused SettingsGroupActions component detail-app XS AI 1.2h 1.1h Jun 29, 2026

Summary

Refactor

Remove unused SettingsGroupActions component

Eliminates dead code, reducing confusion and maintenance overhead for developers.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicate a low‑risk cleanup.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: remove unused loadedLanguages state from SyntaxHighlighterProvider detail-app XS AI 1.2h 1.1h Jun 29, 2026

Summary

Chore

Remove unused loadedLanguages state

Eliminates dead state from SyntaxHighlighterProvider, reducing bundle size and simplifying context usage.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore: remove unused ConfirmationButton component detail-app M AI 1.1h 1.0h Jun 29, 2026

Summary

Refactor

Remove unused ConfirmationButton component

Eliminates dead UI component, reducing bundle size and maintenance overhead.

Health Assessment

Medium
Low
Low
  • Quick removal of dead code with minimal review, indicating efficient process.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Brand destination emilwidlund XL AI 6.2h 0.2h Jun 29, 2026

Summary

Feature

Rebuild brand microsite with new hero and navigation

Launch a dark-only brand microsite featuring a new hero, sticky navigation, and standardized branding assets, improving brand consistency and marketing reach.

Health Assessment

Large
Medium
Low
  • Rapid iteration with AI-assisted review enabled quick resolution of issues, leading to a fast merge despite a large code change.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: Nextjs, React
feat: add envelope-encryption primitives for secrets at rest psincraian L AI 4.4h 1.4h Jun 29, 2026

Summary

Feature

Add envelope encryption for secrets at rest

Adds a foundational encryption layer for secrets at rest, protecting sensitive data from exposure in DB dumps while keeping master keys out of the app.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework; AI‑assisted code generation accelerated development.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
tf: Give admins access to all AWS accounts Yopi XS AI 0.5h 0.1h Jun 29, 2026

Summary

Feature

Give admins access to all AWS accounts via Identity Center

Adds admin access to all AWS accounts while limiting engineering and read‑only tiers to specific accounts, improving security and role management.

Health Assessment

Small
Low
Low
  • Quick review and single iteration, indicating a straightforward change with minimal friction.

AI Details

Usage: Authored by AI
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Terraform
Frameworks: Terraform
fix(customer_seat): read blocked orgs in seat feature check psincraian S AI 0.6h 0.3h Jun 29, 2026

Summary

Bug Fix

Fix seat feature check for blocked organizations

Ensures seat-based pricing checks correctly include blocked organizations, preventing erroneous errors when revoking seats for canceled subscriptions.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, auto-approved by AI review, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Python
feat: add merchant migration models and tables psincraian L AI 4.1h 1.4h Jun 29, 2026

Summary

Feature

Add merchant migration models and tables

Adds persistence layer for merchant migrations, enabling tracking of migration jobs and records to support future migration workflows.

Health Assessment

Large
Medium
Low
  • PR was merged within 4 hours with only two brief review comments, indicating a straightforward implementation with minimal friction.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
chore: add verifier-web skill and fix local auth-session cookie domain psincraian L AI 3.1h 0.2h Jun 29, 2026

Summary

Feature

Add verifier-web skill and fix auth cookie

The PR introduces a Playwright-based verifier-web skill that automates end-to-end UI verification for dashboard, backoffice, and checkout flows. It also fixes the local auth-session cookie domain to ensure proper session handling during development.

Health Assessment

Large
Low
Low
  • Fast review and minimal rework indicate a straightforward change with low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Docker
Normalize empty strings to None in order list query params pieterbeulque S AI 1.0h 0.0h Jun 29, 2026

Summary

Refactor

Normalize empty strings to None in order list query params

Ensures consistent handling of empty string inputs across all query parameters, improving API usability and preventing unexpected filtering behavior.

Health Assessment

Small
Low
Low
  • Quick AI-assisted refactor with immediate approval, minimal code churn, and no new functionality introduced.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Fastapi
feat: auto-cancel subscriptions for wound-down organizations psincraian XL AI 4.0h 1.8h Jun 29, 2026

Summary

Feature

Auto-cancel subscriptions for wound-down organizations

Stops billing for customers of merchants that have been wound down, ensuring no cancellation emails are sent.

Health Assessment

Large
Medium
Low
  • Fast cycle time and single review round indicate an efficient process; the PR adds a substantial amount of code but is well-tested and AI-assisted, reducing manual review effort.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
Add the ability for merchants to accept a dispute sebastianekstrom XL AI 69.7h 0.0h Jun 29, 2026

Summary

Feature

Add ability for merchants to accept a dispute

Enables merchants to accept disputes directly, streamlining resolution and improving customer satisfaction.

Health Assessment

Large
Medium
Low
  • The PR was reviewed quickly and required only one additional commit after the initial review, indicating low friction. The change spans 20 files with 339 lines of code, a moderate to large scope, but the process was efficient and the risk is considered medium.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React, Nextjs
feat(sso): add organization SSO connection model maximevast M AI 3.2h 0.4h Jun 29, 2026

Summary

Feature

Add organization SSO connection model

Introduces a new database table and model for organization SSO connections, enabling secure OIDC configuration per organization.

Health Assessment

Medium
Low
Low
  • Fast review cycle (0.3h) and minimal changes (138 lines) indicate low complexity; AI review helped surface no issues quickly.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
fix(meter): add event_id tie-breaker to billing watermark cursor stilla XS AI 0.3h 0.0h Jun 29, 2026

Summary

Bug Fix

Add event_id tie-breaker to billing cursor

Prevents silent revenue loss by ensuring all meter events are billed, even when timestamps collide.

Health Assessment

Small
Low
Low
  • Quick resolution with minimal rework; AI-assisted description streamlined communication.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
fix(orders): prevent invoice generation for draft and void orders copilot-swe-agent M No 4.2h 1.1h Jun 29, 2026

Summary

Bug Fix

Prevent invoice generation for draft and void orders

Stops background worker crashes by rejecting invalid orders, improving reliability and preventing data corruption.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 4.2 hours, with minimal rework and a small number of changes, indicating a smooth and low-risk fix.

AI Details

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

Tech Stack

Languages: Typescript, Python
lambda: Add ability to add more lambdas to TF and CI Yopi M AI 71.6h 0.1h Jun 29, 2026

Summary

Feature

Add scalable lambda deployment to Terraform and CI

Enables dynamic addition of Lambda workers, simplifying task routing and reducing infrastructure overhead.

Health Assessment

Small
Low
Medium
  • Initial review was quick, but subsequent changes required additional review rounds, resulting in a 3‑day cycle time.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python, Yaml, Terraform
feat(polar-self): add failure-path subscription emails (past due, revoked, canceled) pieterbeulque XL AI 70.7h 0.1h Jun 29, 2026

Summary

Feature

Add failure-path subscription emails

Adds notification emails for past‑due, revoked, and canceled subscriptions, improving customer communication and reducing churn.

Health Assessment

X-Large
Medium
Low
  • Fast review and approval with minimal rework; large code addition but well‑structured.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
Fix so deploys work again joebon XS AI 0.1h 0.0h Jun 29, 2026

Summary

Bug Fix

Fix so deploys work again

Restores deployment pipeline functionality, ensuring continuous delivery for the Polar project.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved instantly by AI review, indicating low complexity and risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
Revert "ci: Disable test env deploys" joebon S AI 0.1h 0.0h Jun 29, 2026

Summary

CI/CD

Revert disabling test environment deployments

Restores test environment deployment capability to keep testing workflows operational.

Health Assessment

Small
Low
Low
  • Quick revert with minimal changes, fast review and merge, indicating low complexity and risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
feat: feed products, integration, payout & identity into submission org reviews psincraian M AI 67.4h 66.0h Jun 29, 2026

Summary

Feature

Add product, integration, payout, identity to org reviews

Enables submission reviews to include product, integration, payout, and identity data, improving accuracy of org evaluations and reducing false denials. This reduces friction for legitimate organizations and improves compliance.

Health Assessment

Medium
Medium
Medium
  • The review period was long due to a single comment, but the PR was small and merged after one iteration.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
feat(worker): make health middleware db-aware joebon L AI 146.1h 0.1h Jun 29, 2026

Summary

Feature

Make worker health middleware database aware

Adds database connectivity checks to worker health endpoints, ensuring accurate liveness and readiness probes for DB-enabled workers.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework; PR merged after brief automated review, indicating straightforward implementation.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
feat: add nested customer member endpoints under /v1/customers/{id}/members psincraian XL AI 68.3h 1.9h Jun 29, 2026

Summary

Feature

Add nested customer member endpoints

Introduces new member CRUD endpoints nested under customers, improving API organization and access control for customer-scoped operations.

Health Assessment

X-Large
High
High
  • The PR required multiple iterations and extensive review, reflecting complex changes and potential integration challenges.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
fix(refund): forbid dispute_prevention as a user-supplied refund reason maximevast M AI 1.5h 0.1h Jun 29, 2026

Summary

Bug Fix

Prevent dispute_prevention as user refund reason

Stops merchants from submitting system‑only refund reason, ensuring accurate refund data and email notifications. Improves data integrity and prevents misleading chargeback alerts.

Health Assessment

Medium
Low
Low
  • Quick review cycle with minimal rework; PR focused on a single bug fix.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: Django
feat(payouts): show created-at and processor id to disambiguate account maximevast S AI 0.3h 0.1h Jun 29, 2026

Summary

Feature

Show created‑at and processor ID in payout accounts

Adds timestamps and processor IDs to payout account listings, enabling merchants to distinguish between multiple Stripe accounts and reduce confusion when managing payouts.

Health Assessment

Small
Low
Low
  • Rapid review and merge indicates a straightforward change with minimal risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
chore: use `whsec_` prefix for new webhook secrets (Standard Webhooks spec) stilla XS AI 66.1h 17.6h Jun 29, 2026

Summary

Chore

Update webhook secret prefix to whsec_

Aligns new webhook secrets with the Standard Webhooks specification, improving compatibility with secret scanning tools and simplifying integration.

Health Assessment

Small
Low
Medium
  • PR was reviewed within 18 hours and merged in under 3 days with no significant rework, indicating a smooth, low-risk change.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
fix: handle 403 on checkout confirmation page (SSR) copilot-swe-agent XS No 0.3h 0.2h Jun 29, 2026

Summary

Bug Fix

Fix 403 handling on checkout confirmation page

Ensures checkout confirmation page correctly handles 403 errors, preventing generic error pages and aligning behavior with main checkout page.

Health Assessment

Small
Low
Low
  • PR resolved quickly with minimal changes, indicating a straightforward bug fix with low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Nextjs
Fix dunning lifecycle check to use order status instead of paid flag pieterbeulque XS No 0.3h 0.1h Jun 29, 2026

Summary

Bug Fix

Fix dunning lifecycle check to use order status instead of paid flag

Corrects dunning eligibility logic by checking order status rather than the paid flag, ensuring accurate handling of pending orders.

Health Assessment

Small
Low
Low
  • Rapid review and minimal changes led to a quick merge; AI review helped confirm correctness.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(dispute): derive support case org from order, not payment maximevast XS AI 0.8h 0.1h Jun 29, 2026

Summary

Bug Fix

Fix dispute support case organization derivation

Ensures dispute support cases correctly associate with the owning organization by deriving it from the order rather than the payment, improving data consistency and compliance.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and a single review indicates low complexity and high confidence in the fix.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
fix(organization): prevent unique-violation when preparing duplicate one-off grants psincraian M AI 67.0h 65.9h Jun 29, 2026

Summary

Bug Fix

Prevent unique-violation on duplicate one-off grants

Fixes a database unique constraint error that prevented creating duplicate one-off grants for members, ensuring reliable grant preparation.

Health Assessment

Medium
Low
Medium
  • The PR had a slow initial review but required minimal rework, indicating a straightforward bug fix with limited impact.

AI Details

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

Tech Stack

Languages: Python
docs: add RFC for encrypting secrets at rest with AWS KMS psincraian L AI 137.8h 0.1h Jun 29, 2026

Summary

Docs

Add RFC for encrypting secrets at rest with AWS KMS

Provides a design document outlining how Polar will encrypt secrets at rest using AWS KMS, establishing guidelines for secure storage and future implementation.

Health Assessment

Large
Low
Medium
  • The PR was reviewed quickly but required several iterations to address design details, reflecting moderate review friction but low risk due to documentation nature.

AI Details

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

Tech Stack

chore(downloadables): remove member backfill one-off script psincraian L AI 92.5h 0.1h Jun 29, 2026

Summary

Chore

Remove member backfill script

Eliminates an obsolete backfill script for member downloadables, reducing maintenance overhead.

Health Assessment

Large
Low
Low
  • Fast review with single commit, no rework, low complexity change.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
fix: convert unix timestamp to datetime for cookie expires in MFA and OAuth2 state cookies stilla XS AI 0.3h 0.0h Jun 29, 2026

Summary

Bug Fix

Fix cookie expiration bug in MFA and OAuth2

Corrects cookie expiration to 15–60 minutes, preventing 56‑year future expiry and improving security and user experience.

Health Assessment

Small
Low
Low
  • Quick, minimal change with fast review and merge, indicating low complexity and risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Python
« Page 11 of 12 »

Get this analytics stack for your team

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

Connect Repos