Pull Request Explorer

Exploring 112 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
perf: make /tags fetch only the tags column with SQL access filter Classic298 S No 181.8h - May 08, 2026

Summary

Refactor

Improve /tags endpoint performance

Reduces latency for non-admin users retrieving prompt tags, improving user experience and reducing database load.

Health Assessment

Small
Low
High
  • Long cycle time suggests review or testing delays; small code changes imply low technical risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
i18n: Update Catalan translation.json aleixdorca M No 273.6h - May 08, 2026

Summary

Chore

Update Catalan translation strings

Adds updated Catalan translations to improve localization for Catalan-speaking users.

Health Assessment

Small
Low
High
  • Long cycle time indicates delayed review or low priority; minimal scope suggests low risk.

AI Details

Tech Stack

perf: filter prompt list in SQL instead of N+1 has_access loop Classic298 M No 181.6h - May 08, 2026

Summary

Bug Fix

Enhance prompt list retrieval performance

Reduces API latency for non-admin users by eliminating N+1 database queries, improving user experience and system scalability.

Health Assessment

Small
Low
High
  • The PR took over a week to merge, suggesting review delays or low priority for the change.

AI Details

Tech Stack

Languages: Python
I18n/improve chinese translation ShirasawaSama M No 244.1h - May 08, 2026

Summary

Feature

Improve Chinese translations

Enhances Chinese language support, improving user experience for Chinese-speaking users.

Health Assessment

Medium
Low
Low
  • PR focused on localization improvements with minimal code changes and a straightforward merge process.

AI Details

Confidence: 0.95

Tech Stack

refac: apply DOMPurify to excel and office HTML render assignments Classic298 XS No 0.0h - May 08, 2026

Summary

Refactor

Apply DOMPurify to Excel and Office HTML render assignments

Adds DOMPurify sanitization to Excel and Office HTML rendering to prevent XSS attacks.

Health Assessment

Small
Low
Low
  • Quick refactor with minimal changes, merged immediately.

AI Details

Tech Stack

fix: bypass sync session commit middleware for probe endpoints jmleksan XS No 75.9h - May 08, 2026

Summary

Bug Fix

Bypass session commit for health probes

Improves health probe reliability by skipping database session commits, reducing latency and false unready states under load.

Health Assessment

Small
Low
Low
  • Small, straightforward fix with minimal risk, merged after ~3 days.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
fix: stream GET /chats/all to prevent OOM on large chat histories Classic298 M No 0.6h - May 08, 2026

Summary

Bug Fix

Stream /chats/all to prevent OOM

This change streams chat history responses to avoid memory crashes for users with large histories, improving reliability and user experience.

Health Assessment

Medium
Low
Low
  • Quick review and merge indicates low complexity and high confidence in change.

AI Details

Tech Stack

Languages: Python, Typescript
fix: Apply validate_profile_image_url to ChannelWebhookForm.profile_image_url Classic298 S No 81.4h - May 08, 2026

Summary

Bug Fix

Fix profile image URL validation in webhook form

Validates profile image URLs in ChannelWebhookForm, preventing invalid URLs from causing errors.

Health Assessment

Small
Low
Low
  • Merged after a single commit with no review, indicating low friction but a longer cycle time likely due to scheduling.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python
fix: offload STT transcription in file processing path jmleksan XS No 76.6h - May 08, 2026

Summary

Bug Fix

Fix STT transcription offload in file processing

This change offloads synchronous speech-to-text transcription to a worker thread, preventing event-loop blocking during audio file uploads. It reduces request latency and improves concurrency under load.

Health Assessment

Small
Low
Medium
  • Single small change, merged after a moderate review period, indicating low complexity and low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
fix: prevent STT from blocking the uvicorn event loop Classic298 XS No 118.9h - May 08, 2026

Summary

Bug Fix

Prevent STT from blocking uvicorn event loop

This fix ensures that speech-to-text processing no longer blocks the server, keeping HTTP and WebSocket connections responsive for all users. By offloading the inference to a separate thread, the application can handle concurrent requests without stalling.

Health Assessment

Small
Low
Low
  • The PR was a quick, single-commit fix with minimal changes, indicating low complexity and risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
fix: offload probe DB ping from event loop jmleksan S No 74.3h - May 08, 2026

Summary

Bug Fix

Fix probe DB ping offload

This change prevents event-loop blocking during health checks, improving reliability of readiness probes and overall system responsiveness.

Health Assessment

Small
Low
Medium
  • The PR addressed a subtle event-loop blocking issue in health probes with a small code change, but the cycle time was slow, likely due to review and approval delays.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python
chore: Update SECURITY.md Classic298 S No 91.4h - May 08, 2026

Summary

Chore

Update SECURITY.md

Updates security documentation to reflect current policies and compliance requirements.

Health Assessment

Small
Low
Low
  • Documentation update with minimal changes, straightforward merge.

AI Details

Confidence: 0.95

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