Pull Request Explorer

Exploring 124 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Release 3.22.56 NyanKiyoshi S No 0.8h 0.1h Jul 03, 2026

Summary

Chore

Release version 3.22.56 with dependency updates

This release bumps dependencies and updates the version, ensuring the platform remains secure and up-to-date.

Health Assessment

Small
Low
Low
  • Release merged quickly with minimal review, indicating a straightforward dependency bump and version update.

AI Details

Tech Stack

Languages: Python
Release 3.21.62 NyanKiyoshi XS No 0.8h 0.1h Jul 03, 2026

Summary

Chore

Release 3.21.62

Version bump to 3.21.62, updating dependencies and packaging metadata.

Health Assessment

Small
Low
Low
  • Quick release with minimal changes, no significant risk.

AI Details

Tech Stack

Languages: Python
Add `concurrency` field to App model to dictate concurrency for sending webhooks wcislo-saleor L No 25.2h 23.4h Jul 02, 2026

Summary

Feature

Add concurrency field to App model

Adds a concurrency setting to App model to control webhook sending concurrency, improving resource management.

Health Assessment

Large
Low
Low
  • PR merged quickly with minimal review, indicating a straightforward change with low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
build: add note about usage of `pytest-memray` NyanKiyoshi XS No 0.7h 0.0h Jul 02, 2026

Summary

Chore

Add note about usage of pytest-memray

Adds a note to pyproject.toml explaining how the pytest-memray dependency is used, reducing risk of accidental removal and ensuring CI passes.

Health Assessment

Small
Low
Low
  • Quick change with no review needed, minimal risk.

AI Details

Tech Stack

Languages: Python
chore: upgrade 7 dependencies to latest patches NyanKiyoshi L No 0.9h 0.5h Jul 02, 2026

Summary

Chore

Upgrade 7 dependencies to latest patches

This PR updates critical dependencies to their latest patches, ensuring security and stability for the Saleor platform.

Health Assessment

Large
Low
Low
  • Quick merge with minimal review indicates low complexity and high confidence in dependency updates.

AI Details

Tech Stack

Languages: Python
chore: upgrade 8 dependencies to latest patches NyanKiyoshi M No 0.9h 0.5h Jul 02, 2026

Summary

Chore

Upgrade 8 dependencies to latest patches

This PR updates critical dependencies to their latest patches, ensuring the application benefits from security fixes and bug improvements. The update applies hotfixes for Pillow, pyasn1, pygments, requests, ecdsa, authlib, and cryptography, reducing potential vulnerabilities.

Health Assessment

Medium
Low
Low
  • Quick approval with minimal changes indicates low risk and efficient maintenance.

AI Details

Tech Stack

Languages: Python
chore: upgrade 8 dependencies to latest patches NyanKiyoshi M No 0.9h 0.4h Jul 02, 2026

Summary

Chore

Upgrade 8 dependencies to latest patches

This PR updates several Python dependencies to their latest patch versions, applying hotfixes for security and stability.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review indicate low complexity and quick approval.

AI Details

Tech Stack

Languages: Python
chore: upgrade 8 dependencies to latest patches NyanKiyoshi M No 0.9h 0.4h Jul 02, 2026

Summary

Chore

Upgrade 8 dependencies to latest patches

This PR updates eight critical dependencies to their latest patched versions, improving security and stability for the platform. No new features or API changes are introduced.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal review, indicating a straightforward dependency upgrade.

AI Details

Confidence: 1.00

Tech Stack

Languages: Python
Release 3.22.55 wcislo-saleor S No 0.5h 0.0h Jul 01, 2026

Summary

Bug Fix

Release 3.22.55

Adds resilience to message sending to AWS SQS and Google PubSub, preventing premature task failures and improving reliability.

Health Assessment

Small
Low
Low
  • Fast cycle time and immediate review indicate a straightforward bugfix merged quickly.

AI Details

Tech Stack

Languages: Python, Javascript
Release 3.23.14 wcislo-saleor S No 0.3h 0.0h Jul 01, 2026

Summary

Bug Fix

Release 3.23.14 with improved message retry logic

This release updates dependencies and enhances message sending logic to AWS SQS and Google PubSub, reducing task failures and improving reliability.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate a straightforward release with low risk.

AI Details

Tech Stack

Languages: Python
Release 3.21.61 wcislo-saleor XS No 0.3h 0.1h Jul 01, 2026

Summary

Chore

Release 3.21.61

This PR releases version 3.21.61, updating dependencies and making message sending logic more tolerant to avoid task failures.

Health Assessment

Small
Low
Low
  • Release PR completed quickly with minimal changes and no review friction.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
Make logic sending messages to AWS SQS and Google PubSub more tolerant to prevent task giving up without retries (#19384) wcislo-saleor M No 0.3h 0.0h Jul 01, 2026

Summary

Bug Fix

Improve message sending resilience for AWS SQS and PubSub

Enhances reliability of webhook message delivery by handling client errors, reducing task failures and ensuring retries. This reduces missed notifications and improves system stability.

Health Assessment

Medium
Low
Low
  • Fast turnaround with no review needed; minimal changes focused on error handling.

AI Details

Tech Stack

Languages: Python
Make logic sending messages to AWS SQS and Google PubSub more tolerant to prevent task giving up without retries (#19384) wcislo-saleor M No 0.4h 0.0h Jul 01, 2026

Summary

Bug Fix

Improve message sending resilience to AWS SQS and PubSub

Enhances reliability of webhook message delivery by handling client errors, reducing task failures and improving system stability.

Health Assessment

Medium
Low
Low
  • Merged within 0.4 hours with minimal changes, indicating a straightforward fix with low complexity.

AI Details

Tech Stack

Languages: Python
Make logic sending messages to AWS SQS and Google PubSub more tolerant to prevent task giving up without retries (#19384) wcislo-saleor M No 0.4h 0.2h Jul 01, 2026

Summary

Bug Fix

Improve message sending resilience for AWS SQS and PubSub

Improves reliability of webhook message delivery by catching client errors in AWS SQS and Google PubSub, preventing premature task termination and ensuring retries.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward bug fix of moderate size.

AI Details

Tech Stack

Languages: Python
Make logic sending messages to AWS SQS and Google PubSub more tolerant to prevent task giving up without retries wcislo-saleor M No 30.6h 3.3h Jul 01, 2026

Summary

Bug Fix

Improve webhook retry logic for AWS SQS and PubSub

Improves reliability of webhook delivery by catching a wider range of errors, preventing silent task failures. This ensures critical notifications are retried and delivered.

Health Assessment

Medium
Low
Low
  • Quick review and minimal changes led to fast merge; the PR addressed a critical reliability issue with minimal scope.

AI Details

Tech Stack

Languages: Python
Add tests for logic that hasn't been covered yet wcislo-saleor L No 24.5h 8.9h Jun 30, 2026

Summary

Test

Add tests for uncovered webhook logic

Ensures webhook handling logic is fully exercised, improving reliability and reducing future regressions.

Health Assessment

Large
Low
Low
  • PR added comprehensive tests covering webhook logic, with a quick review and a single commit, indicating an efficient and low‑friction process.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
Release 3.22.54 NyanKiyoshi S No 0.3h 0.0h Jun 30, 2026

Summary

Chore

Release 3.22.54

This release updates dependencies and version, incorporating bug fixes and new features such as order status calculation, announcements API, and translation support.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal changes and no review required, indicating a straightforward release process.

AI Details

Tech Stack

Languages: Python
Release 3.23.13 NyanKiyoshi S No 0.3h 0.1h Jun 30, 2026

Summary

Chore

Release v3.23.13

Version bump for Saleor 3.23.13, updating dependencies and package metadata.

Health Assessment

Small
Low
Low
  • Rapid release with minimal changes, indicating a straightforward version bump and dependency updates.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
Refresh order to guarantee correct order payment status calculcation (#19323) wcislo-saleor XS No 141.2h 141.2h Jun 29, 2026

Summary

Bug Fix

Refresh order to guarantee correct payment status

Ensures accurate order payment status calculations, preventing billing errors and improving customer trust.

Health Assessment

Small
Medium
High
  • Long review time indicates a potential blocker or low priority; the change is small but was delayed before review.

AI Details

Tech Stack

Languages: Python
feat(shop): add Announcements API NyanKiyoshi L No 66.3h 63.3h Jun 29, 2026

Summary

Feature

Add Announcements API

Introduces a new GraphQL endpoint for shop announcements, configurable via settings and accessible to staff users, enhancing shop communication capabilities.

Health Assessment

Large
Medium
Medium
  • The change required a single review after a long review period, indicating a straightforward implementation with moderate review effort.

AI Details

Tech Stack

Languages: Python
Frameworks: Django
feat(shop): add Announcements API NyanKiyoshi L No 66.3h 63.3h Jun 29, 2026

Summary

Feature

Add Announcements API

Introduces a GraphQL endpoint for staff to retrieve shop announcements via a configurable resolver, enabling dynamic announcement display in the future dashboard.

Health Assessment

Large
Medium
Medium
  • The PR required almost three days from creation to merge, with a single review after 63 hours, indicating moderate review friction but no extensive rework.

AI Details

Tech Stack

Languages: Python
Frameworks: Django
build(deps): bump lxml from 6.1.0 to 6.1.1 dependabot S No 6.3h 5.1h Jun 29, 2026

Summary

Chore

Bump lxml dependency to address security fixes

Updates lxml library to patch security vulnerabilities and bug fixes, ensuring safer XML parsing.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal changes and fast review, indicating low risk.

AI Details

Tech Stack

Languages: Python
build(deps): bump phonenumberslite from 9.0.30 to 9.0.32 dependabot XS No 5.1h 5.1h Jun 29, 2026

Summary

Chore

Bump phonenumberslite dependency

Updates the phone number parsing library to the latest patch, improving reliability and security for user data handling.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal changes, merged within 5 hours, indicating an efficient review process.

AI Details

Tech Stack

Languages: Python
build(deps-dev): bump types-python-dateutil from 2.9.0.20250822 to 2.9.0.20260518 dependabot XS No 5.1h 5.1h Jun 29, 2026

Summary

Chore

bump types-python-dateutil

Updates the typeshed stubs for python-dateutil to a newer version, ensuring type checking compatibility for the project.

Health Assessment

Small
Low
Low
  • Quick automated dependency bump with minimal review, typical of Dependabot PRs.

AI Details

Tech Stack

« Page 3 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