Pull Request Explorer

Exploring 122 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Handle race condition in find_or_create_from_oauth method KacperMekarski M AI 203.3h 0.0h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Improve the updater widget damianlegawiec M AI 1.1h - Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Added Spree 6 multi vendor plan damianlegawiec XL AI 29.0h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Harden Store API Cart Associate endpoint damianlegawiec M AI 0.3h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Lead with the React Dashboard dev server in post-scaffold output damianlegawiec XL AI 3.2h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Document new RAILS_HOST and CDN_HOST env vars damianlegawiec S AI 2.6h 0.1h Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Fix nav item title and badge visibility in collapsed icon mode damianlegawiec XS AI 5.8h - Jul 16, 2026

LLM analysis pending

This PR has not been analyzed yet.

Fix dashboard logins dying on CORS in scaffolded apps damianlegawiec L AI 7.2h 0.1h Jul 16, 2026

Summary

Bug Fix

Fix dashboard login CORS in scaffolded apps

Ensures dashboard authentication works locally, improving developer experience and reducing support tickets.

Health Assessment

Medium
Low
Low
  • Rapid iteration with AI assistance, minimal review friction, quick merge.

AI Details

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

Tech Stack

Languages: Typescript
create-spree-app always yields a working app; spree dev completes first-run setup automatically damianlegawiec XL AI 3.4h 0.0h Jul 15, 2026

Summary

Feature

Ensure create-spree-app always produces a working app

Guarantees that scaffolding a new Spree project completes all setup steps automatically, eliminating manual init steps and preventing stale image boot issues.

Health Assessment

Large
Medium
Low
  • Fast cycle time and immediate review indicate high team responsiveness; single commit and minimal review rounds suggest low friction.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Fix retry failed rows race condition with refetch damianlegawiec S AI 0.7h - Jul 15, 2026

Summary

Bug Fix

Fix import retry race condition

Ensures the import wizard reliably displays the retry‑in‑progress state, improving user experience during CSV imports.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes; no impact on authentication or data models.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Fix registry installs of the dashboard Vite integration; release admin-sdk 0.6.0, dashboard 0.10.1, CLI 2.4.1 damianlegawiec L AI 0.2h - Jul 15, 2026

Summary

Bug Fix

Fix dashboard Vite registry installs and release packages

Fixes registry install errors for the dashboard Vite integration, enabling smooth deployment for dashboard consumers. Releases updated admin SDK, dashboard, and CLI versions to support new features.

Health Assessment

Medium
Medium
Low
  • Fast merge with minimal review, coordinated version bumps across packages, moderate scope but low complexity.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Yaml
Release @spree/cli 2.4.0 + create-spree-app 1.1.0 damianlegawiec M AI 0.7h 0.0h Jul 15, 2026

Summary

Chore

Release @spree/cli 2.4.0 + create-spree-app 1.1.0

Bumps the CLI and create‑spree‑app packages to new versions, enabling dashboard scaffolding, non‑interactive plugin creation, and pnpm as the default package manager for new projects.

Health Assessment

Small
Low
Low
  • Fast cycle time (0.7h) and immediate review with a single comment indicate a low‑friction, low‑risk release.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: CodeRabbit, Claude, Cursor
Confidence: 0.95

Tech Stack

Bump version to 5.6.0.rc1 damianlegawiec XS AI 0.3h - Jul 15, 2026

Summary

Chore

Bump Spree version to 5.6.0.rc1

Version bump for the 5.6 RC1 release, including the React Dashboard Developer Preview.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, indicating a straightforward version bump.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cursor, CodeRabbit
Confidence: 0.99

Tech Stack

Languages: Ruby
Frameworks: Spree
Bump dashboard packages to 0.10.0 damianlegawiec S AI 0.0h - Jul 15, 2026

Summary

Chore

Bump dashboard packages to 0.10.0

Aligns the dashboard, dashboard-core, and dashboard-ui npm packages to version 0.10.0, updates plugin scaffolding peer ranges, and refreshes publishing documentation to reflect the new versioning scheme.

Health Assessment

Small
Low
Low
  • Rapid, single‑commit PR with minimal changes; no runtime code altered, resulting in a low‑risk, low‑friction merge.

AI Details

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

Tech Stack

Include new React dashboard as developer preview in newly created projects damianlegawiec XL AI 1.4h 0.0h Jul 14, 2026

Summary

Feature

Add React dashboard developer preview

Introduces a new React dashboard that can be enabled in new or existing projects, with comprehensive documentation and CLI tooling to support developers.

Health Assessment

X-Large
Medium
Low
  • Rapid review and merge within 1.4 hours, aided by AI review bot, indicate an efficient process, but the large volume of documentation changes reflects significant effort and potential impact on developer onboarding.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: Cursor
Confidence: 0.95

Tech Stack

Frameworks: Github-Actions
Make deleting variants in rails admin safer damianlegawiec L AI 1.3h 0.1h Jul 13, 2026

Summary

Bug Fix

Make deleting variants in rails admin safer

Improves safety of variant deletion in Rails admin by requiring explicit IDs, preventing accidental mass deletions and ensuring data integrity.

Health Assessment

Large
Low
Low
  • Fast review and merge within 1.3 hours, minimal rework, indicating a straightforward bug fix with clear scope.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Javascript, Ruby
Frameworks: Rails
Keep the store content locale in request state, not I18n.default_locale damianlegawiec L AI 0.9h 0.7h Jul 13, 2026

Summary

Bug Fix

Keep store content locale in request state, not I18n.default_locale

Ensures each store’s content language is isolated per request, preventing cross-store locale leakage and improving user experience across storefront, admin, and API.

Health Assessment

Large
High
Low
  • Fast cycle time (0.9h) and single review indicate a focused, high-impact change; the large code churn and critical locale logic suggest high risk but were mitigated by quick review and AI-assisted checks.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Add import support to Admin API / SDK and React Dashboard damianlegawiec XL AI 23.1h 0.3h Jul 12, 2026

Summary

Feature

Add import support to Admin API / SDK and React Dashboard

Adds CSV import functionality to the admin API, SDK, and dashboard, enabling bulk imports via a wizard, API endpoints, and SDK methods.

Health Assessment

X-Large
Medium
Low
  • Fast review and merge despite large scope, indicating efficient collaboration; AI‑assisted review helped catch nitpicks quickly.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Store Setup registry damianlegawiec XL AI 2.0h 0.3h Jul 10, 2026

Summary

Feature

Add extensible store setup task registry

Enables developers to customize onboarding tasks and introduces a Getting Started dashboard with progress tracking and storefront connection flow, improving store setup experience.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed and merged within 2 hours, with AI-assisted review comments that helped streamline the process. Despite a large code change (over 1,300 lines added), the quick cycle time and minimal review friction suggest a well‑structured implementation.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript, Yaml
Frameworks: React
Set default from: address in BaseMailer so no need to calling it every time KacperMekarski M AI 0.4h 0.2h Jul 10, 2026

Summary

Bug Fix

Centralize default From address in BaseMailer

All transactional emails now default to the store’s configured sender address, reducing configuration errors and ensuring consistent branding across notifications.

Health Assessment

Small
Medium
Low
  • The PR was reviewed and merged within 0.4 hours, with an AI review bot providing rapid feedback and minimal rework. The small change set and single review round indicate a low-friction, low-risk fix.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Distinguish reply-to mail header + DRY KacperMekarski M AI 0.6h 0.1h Jul 10, 2026

Summary

Feature

Add default Reply-To header for transactional emails

Standardizes the Reply-To header across all transactional emails, using the store’s customer support email when available, improving email deliverability and customer support consistency.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Ensure TinyMCE Propshaft integration loads correctly damianlegawiec XS AI 0.2h 0.1h Jul 10, 2026

Summary

Bug Fix

Ensure TinyMCE Propshaft integration loads correctly

Fixes TinyMCE asset loading errors in development by ensuring Propshaft is required before tinymce-rails, preventing 404s for plugins, themes, and icons.

Health Assessment

Small
Low
Low
  • Rapid, single-commit fix with AI-assisted review; minimal code changes and low risk to production.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
V-3471 Spree 6: Remove Master Variant mad-eel XL AI 167.8h 0.0h Jul 10, 2026

Summary

Feature

Remove hidden master variant in Spree 6

Simplifies product data model by replacing the legacy hidden master variant with an explicit default variant, improving consistency, reducing confusion, and enabling clearer pricing and inventory management for storefronts.

Health Assessment

X-Large
High
High
  • The PR was reviewed by AI tools and received many comments, yet it was merged after a single review cycle, indicating high complexity but efficient resolution.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: CodeRabbit, Cursor
Confidence: 0.95

Tech Stack

Languages: Ruby, Typescript, Javascript
Frameworks: Rails, React, Nextjs
Getting started - simplify tracking when storefront is connected damianlegawiec M AI 0.9h 0.1h Jul 09, 2026

Summary

Feature

Simplify storefront setup and CORS origin registration

Merchants can complete storefront onboarding by simply saving the URL, automatically registering the origin and eliminating extra steps, which speeds up onboarding and reduces friction.

Health Assessment

Medium
Low
Low
  • Rapid review and minimal rework indicate a straightforward change with low risk.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Add storefront setup instructions to getting started damianlegawiec XL AI 0.6h 0.0h Jul 09, 2026

Summary

Feature

Add storefront setup flow and docs

Enables admins to configure storefront URLs, deploy via Vercel, and manage allowed origins, improving onboarding and email link accuracy.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time and minimal review indicate smooth integration; large code addition but well-documented and reviewed by AI bots.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Add `spree shell` command for interactive container access damianlegawiec M AI 0.2h 0.1h Jul 08, 2026

Summary

Feature

Add spree shell command for interactive container access

Adds a discoverable CLI command to open an interactive bash shell inside the web container, improving developer workflow by providing a convenient, help‑listed alternative to manual exec commands.

Health Assessment

Medium
Low
Low
  • Rapid merge with minimal review indicates low complexity and high confidence in the change.

AI Details

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

Tech Stack

Languages: Typescript
Add `spree rspec` command to run tests in web container damianlegawiec L AI 0.4h 0.1h Jul 08, 2026

Summary

Feature

Add spree rspec command to run tests in web container

Adds a new CLI command that runs RSpec tests inside the web container with the correct test environment, simplifying the test workflow and preventing accidental use of the development database.

Health Assessment

Medium
Low
Low
  • Rapid iteration with minimal review and quick merge indicates low complexity and high confidence in the change.

AI Details

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

Tech Stack

Languages: Typescript
Use new `store=` setter in tests and remove the deprecated `stores=` … damianlegawiec M AI 0.4h 0.1h Jul 08, 2026

Summary

Test

Update tests to use new store setter

Spec-only changes that replace deprecated stores= with store=, reducing deprecation warnings and improving test clarity.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal review, indicating straightforward test refactor.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Fix: disable Turbo for sign-out to allow following different hosts fo… damianlegawiec XS AI 0.2h - Jul 08, 2026

Summary

Bug Fix

Fix sign-out Turbo redirect for multi-tenant

Ensures admin logout redirects correctly across tenant hosts by disabling Turbo, preventing broken sign-out flows.

Health Assessment

Small
Low
Low
  • Single-file change, automated review, no rework, fast merge.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
More modern, nicer email templates damianlegawiec XL AI 69.4h 0.1h Jul 08, 2026

Summary

Feature

More modern, nicer email templates

Redesign transactional email templates with improved layout, typography, and locale handling, enhancing customer communication and consistency.

Health Assessment

Large
High
High
  • The PR was reviewed quickly by automated bots but required multiple iterations to address nitpicks and locale fixes, indicating a complex refactor of email templates across backend and frontend.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby, Typescript, Yaml
Frameworks: Rails, React
Add fingerprint-based deduplication to Spree::CreditCard mad-eel M AI 0.5h 0.0h Jul 07, 2026

Summary

Feature

Add fingerprint-based deduplication to Spree::CreditCard

Introduces a fingerprint column and uniqueness validation to prevent duplicate credit card records, enhancing data integrity and reducing payment errors for users.

Health Assessment

Small
Medium
Low
  • Fast 30‑minute cycle with a single review and no rework; the new uniqueness constraint adds medium risk to payment flows but is well‑tested.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Fix Import group performance issues damianlegawiec M AI 0.7h 0.1h Jul 07, 2026

Summary

Bug Fix

Fix Import group performance issues

Improves import job performance by batching rows and caching lookups, reducing memory usage and database load for large import jobs.

Health Assessment

Medium
Medium
Low
  • Merged within 0.7 hours after a single review comment, indicating a straightforward performance fix with moderate code changes.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Adds serializers for Store API product filters ifizza L AI 4.8h 0.2h Jul 07, 2026

Summary

Feature

Adds serializers for Store API product filters

API v3 product filters now return richer structured payloads for price ranges, availability, categories, option filters, and sort options, improving client integration and response consistency.

Health Assessment

Large
Low
Low
  • Fast cycle time of 4.8 hours and only one review comment indicate minimal friction. The PR adds 20 files with 418 lines, a large but focused change that was merged quickly.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Ruby
Frameworks: Rails
Permit admin_name on stock location strong params mad-eel XS AI 0.5h 0.0h Jul 07, 2026

Summary

Bug Fix

Add admin_name to stock location strong params

Ensures admin can set and persist an internal name for stock locations, improving inventory management.

Health Assessment

Small
Low
Low
  • AI-assisted commit resolved a small strong-params gap quickly with minimal review.

AI Details

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

Tech Stack

Languages: Ruby
Relocate render.yaml to project root with rootDir: backend damianlegawiec M AI 1.5h - Jul 07, 2026

Summary

Feature

Relocate Render Blueprint to project root for nested backend layout

Ensures Render deployments succeed for projects with a nested backend/ layout by moving render.yaml to the repo root and injecting rootDir: backend on build services, simplifying scaffold‑time configuration.

Health Assessment

Medium
Low
Low
  • Merged within 1.5 hours with no review iterations, indicating a straightforward change. AI assistance streamlined the implementation and testing.

AI Details

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

Tech Stack

Languages: Typescript
Fix bulk product status dialog showing raw status value in trigger damianlegawiec S AI 0.7h 0.1h Jul 06, 2026

Summary

Bug Fix

Fix bulk product status dialog label display

Corrects the bulk status picker to display translated labels instead of raw enum values, improving user experience and preventing confusion.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
Render cost for method-less fulfillments and pass through full-URL tracking values damianlegawiec XL AI 1.0h 0.1h Jul 06, 2026

Summary

Feature

Show cost for method-less fulfillments and pass full URLs

This update ensures that manual fulfillments without a delivery method correctly display their cost in the admin and dashboard, reducing confusion. It also allows external fulfillment systems to provide full tracking URLs that are preserved and displayed, improving integration reliability.

Health Assessment

X-Large
Low
Low
  • Rapid merge with minimal review indicates high confidence; AI-assisted code and automated reviews contributed to quick turnaround.

AI Details

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

Tech Stack

Languages: Typescript, Ruby
Frameworks: React, Nextjs, Rails
Set cdn_image_url correctly KacperMekarski M AI 3.5h 0.1h Jul 06, 2026

Summary

Bug Fix

Set cdn_image_url correctly

Corrects image URL host resolution for emails and API calls, ensuring CDN host priority and proper fallback to backend or store URLs.

Health Assessment

Small
Low
Low
  • Rapid review and merge (3.5h cycle, 0.1h review) indicate low complexity and high confidence in the change.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Add admin avatar upload to profile settings damianlegawiec L AI 1.0h 0.0h Jul 03, 2026

Summary

Feature

Add admin avatar upload to profile settings

Adds self‑service admin profile photo upload, preview, and removal, displayed in the dashboard top bar and staff list.

Health Assessment

Large
Low
Low
  • The PR was merged within an hour of opening, indicating a smooth review process.
  • AI‑assisted reviews and minimal rework contributed to a low‑risk, high‑confidence feature addition.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript, Ruby
Frameworks: React, Nextjs, Rails
Inherit carrier and accept explicit cost on manual fulfillment creation damianlegawiec XL AI 1.5h 0.2h Jul 03, 2026

Summary

Feature

Add carrier inheritance and explicit cost to fulfillment

Enables 3PL integrations to preserve carrier data and set custom shipping costs, preventing mis‑charged orders and improving fulfillment accuracy.

Health Assessment

Large
Medium
Low
  • Rapid review and merge (1.5 h cycle time) indicates high confidence; the change is large but well‑tested, with moderate risk due to order total and payment state impacts.

AI Details

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

Tech Stack

Languages: Ruby, Typescript, Yaml
Frameworks: Rails
Return 304 on fresh cache KacperMekarski S AI 0.2h 0.2h Jul 03, 2026

Summary

Bug Fix

Return 304 on fresh cache

Fixes API caching to return 304 Not Modified for fresh cache, improving client caching behavior.

Health Assessment

Small
Low
Low
  • Quick AI-assisted review led to a fast merge with minimal changes, demonstrating efficient bug resolution.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Frameworks: Rails
Fix displaying product images in order emails KacperMekarski S AI 1.0h 0.0h Jul 03, 2026

Summary

Bug Fix

Fix product image rendering in order emails

Ensures product thumbnails display correctly in purchase and reimbursement emails, with smart fallbacks and deprecation notice for legacy helper.

Health Assessment

Small
Low
Low
  • Merged within an hour after a single AI‑assisted review, minimal rework, low risk.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Cursor, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Ruby
Expose pre-order fields on the product-level inventory form damianlegawiec M AI 0.8h 0.2h Jul 02, 2026

Summary

Feature

Expose pre-order fields on product-level inventory form

Adds pre-order controls to the admin product inventory form, enabling pre-order settings for single-variant and brand-new products and ensuring correct store‑local timezone handling.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes indicates low complexity and high confidence in the implementation.

AI Details

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

Tech Stack

Languages: Ruby
Frameworks: Rails
Add manual fulfillment creation for external carriers & 3PLs damianlegawiec XL AI 1.4h 0.3h Jul 02, 2026

Summary

Feature

Add manual fulfillment creation for external carriers & 3PLs

Enables external carriers and 3PLs to register fulfillments directly via the Admin API, synchronizing shipment data and maintaining accurate order state.

Health Assessment

X-Large
Medium
Low
  • The PR was merged within 1.4 hours with only a single review, indicating a smooth process.
  • However, the change spans over 2,300 lines across backend and SDK code, representing a high-impact feature that required careful testing.

AI Details

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

Tech Stack

Languages: Ruby, Typescript
Frameworks: Rails
Add pre-orders: sell a variant before it's in stock damianlegawiec XL AI 47.5h 0.2h Jul 02, 2026

Summary

Feature

Add pre-orders: sell a variant before it's in stock

Adds pre-order capability for product variants, allowing merchants to sell items before they are in stock, with ship‑by dates and oversell limits, improving inventory flexibility and customer experience.

Health Assessment

X-Large
High
Low
  • The PR introduced a substantial new feature with extensive code changes across frontend and SDK, received a quick review, and required several iterations to address performance and documentation issues, indicating a well‑managed but large change.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, CodeRabbit
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Nextjs
Fix i18n lookup for select options with namespace separators damianlegawiec S No 0.7h - Jul 02, 2026

Summary

Bug Fix

Fix i18n lookup for select options with namespace separators

Corrects translation lookup for select options containing namespace separators, ensuring users see proper labels instead of mangled strings, improving UI clarity.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 40 minutes, no review required.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
Hide nested serializer prices for gated storefront guests damianlegawiec XL AI 1.3h 0.2h Jul 02, 2026

Summary

Bug Fix

Hide nested serializer prices for gated storefront guests

Prevents price leakage to anonymous guests by nulling nested money fields in cart/order serializers, enhancing security and compliance.

Health Assessment

X-Large
Medium
Low
  • Rapid iteration with AI assistance led to quick resolution of a security bug, with minimal review friction and a single review cycle.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nextjs
Add B2B gated storefront access control to channels (5.6) damianlegawiec XL AI 1.6h 0.0h Jul 02, 2026

Summary

Feature

Add B2B gated storefront access control

Enables stores to restrict anonymous visitor access and guest checkout, improving security and revenue control for B2B customers.

Health Assessment

X-Large
High
Low
  • Fast cycle time and immediate review indicate efficient collaboration, but the large code churn suggests significant impact on core functionality.

AI Details

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

Tech Stack

Languages: Ruby, Typescript
Frameworks: Rails, React
Fixed rails admin tailwind watch inside docker container damianlegawiec M AI 0.6h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix Rails Admin Tailwind Watch in Docker

Fixes Tailwind watch in Docker for Rails admin, ensuring styles refresh automatically. Improves developer experience by preventing stale styling during development.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and single review comment indicates low complexity and high confidence in stability.

AI Details

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

Tech Stack

Languages: Ruby
Compile admin stylesheets on ejected projects damianlegawiec L AI 0.9h 0.1h Jul 01, 2026

Summary

Bug Fix

Compile admin stylesheets on ejected projects

Ensures the admin dashboard loads correctly in ejected projects by compiling the missing stylesheet, improving reliability and developer experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, fast review, low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
« Page 2 of 3 »

Get this analytics stack for your team

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

Connect Repos