Pull Request Explorer

Exploring 121 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix: accepting a workspace invitation no longer changes an existing member's role silvestrid M No 2.0h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix workspace invitation role overwrite

Prevents accidental demotion of workspace admins when accepting invitations, ensuring workspace stability.

Health Assessment

Small
Low
Low
  • Rapid resolution with a single commit and minimal review, indicating low complexity and high confidence in the fix.

AI Details

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

Tech Stack

Languages: Python
fix(core): only delete workspaces where a deleted user was the last admin silvestrid M No 1.2h 0.4h Jul 01, 2026

Summary

Bug Fix

Fix workspace deletion on account removal

Ensures only workspaces where a deleted user was the last admin are removed, preventing accidental deletion of unrelated workspaces.

Health Assessment

Small
Low
Low
  • Fast review cycle, minimal changes, straightforward bug fix.

AI Details

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

Tech Stack

Languages: Python
fix(web-frontend): refresh access token on websocket reconnect silvestrid L No 2.0h 0.2h Jul 01, 2026

Summary

Bug Fix

Refresh access token on websocket reconnect

Ensures real‑time updates resume transparently after a tab has been idle, improving user experience by preventing error messages and maintaining data consistency.

Health Assessment

Large
Low
Low
  • The PR was reviewed and approved within 2 hours, with minimal rework and no significant blockers. AI-assisted review helped streamline the process.

AI Details

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

Tech Stack

Languages: Javascript
feat: Add from_json() and to_json() expressions paljort XL No 219.6h 1.2h Jul 01, 2026

Summary

Feature

Add from_json() and to_json() expressions

Introduces JSON conversion expressions and improves HTTP request error handling, enhancing data integrity and user experience.

Health Assessment

X-Large
High
Medium
  • The PR required nine days to merge with several commits after the first review, indicating iterative refinement, but final approvals were quick.

AI Details

Tech Stack

Languages: Python, Javascript
Frameworks: Django
fix: minor demo glitches jrmi S No 15.4h 0.0h Jul 01, 2026

Summary

Bug Fix

Fix minor demo glitches

Fixes JavaScript errors during CSV reader node creation, ensuring smoother demo experience and preventing runtime errors for users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Python, Javascript
fix(web-frontend): escape user name in rich text mentions to prevent stored XSS alamin-br M No 1.7h 0.4h Jun 30, 2026

Summary

Bug Fix

Fix XSS in rich text mentions

Prevents stored XSS by escaping user display names in rich text mentions, protecting users from malicious scripts.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, approved within 2 hours, low risk.

AI Details

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

Tech Stack

Languages: Javascript
fix(backend): set hard time_limit on tasks that inherit the default 360s limit alamin-br S No 2.9h 0.1h Jun 30, 2026

Summary

Bug Fix

Set explicit time limits on Celery tasks

Ensures long-running background jobs are not prematurely terminated, improving reliability for large data operations.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes; AI review streamlined the process and helped identify missing hard limits.

AI Details

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

Tech Stack

Languages: Python
bug: resolve various application builder Sentry issues picklepete M No 138.6h 0.1h Jun 30, 2026

Summary

Bug Fix

Fix Sentry bugs in application builder

This PR resolves three Sentry-reported bugs that impacted formula handling and UI error styling, enhancing stability and user experience.

Health Assessment

Medium
Low
Low
  • Fast review turnaround with minimal rework; PR resolved critical Sentry issues with straightforward fixes.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Vue
fix: not zdm migration for builder migration jrmi S No 17.8h 0.0h Jun 30, 2026

Summary

Bug Fix

Fix builder migration missing ZDM

Corrects a missing ZDM migration for builder column elements, ensuring data integrity during schema updates.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and risk.

AI Details

Tech Stack

Languages: Python
Frameworks: Django
feat: add start workflow service and manual trigger jrmi XL No 137.7h 48.8h Jun 30, 2026

Summary

Feature

Add start workflow service and manual trigger

Enables workflows to trigger other workflows, expanding automation capabilities and allowing more complex process orchestration.

Health Assessment

X-Large
High
High
  • The PR required a significant review cycle with multiple rounds and a large code change, indicating complexity and potential integration risk.

AI Details

Tech Stack

Languages: Python
bug: Added permission check to unique values endpoint bram2w S No 0.2h 0.2h Jun 29, 2026

Summary

Bug Fix

Add permission check to unique values endpoint

Enforces table-level permission on the unique row values API, tightening security and preventing unauthorized data access.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates a straightforward bug fix with low risk.

AI Details

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

Tech Stack

Languages: Python
feat(core): add WebSocket connection, disconnect metrics and reduce sentry noise alamin-br L No 19.6h 0.6h Jun 29, 2026

Summary

Feature

Add WebSocket metrics and reduce Sentry noise

Provides real‑time observability of WebSocket connections and disconnects while eliminating noisy Sentry events, improving monitoring and alerting for production stability.

Health Assessment

Large
Low
Low
  • Fast review cycle with AI assistance and minimal rework led to a smooth merge within 20 hours.

AI Details

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

Tech Stack

Languages: Python
Frameworks: Django
bug: SaaS exports with generative AI can be self-hoster imported picklepete M No 74.9h 74.1h Jun 29, 2026

Summary

Bug Fix

Fix export import bug for generative AI models

This PR resolves a bug that prevented SaaS workspace exports containing a Baserow generative AI model from being imported into self-hosted environments, ensuring seamless data migration. The change cleans up missing model registrations during import, improving reliability for users migrating between SaaS and self-hosted deployments.

Health Assessment

Small
Medium
High
  • The PR fixed a bug that prevented SaaS workspace exports containing a Baserow generative AI model from being imported into self-hosted environments. The change was straightforward, with a single commit and a single approval after a 3‑day review cycle, indicating a low‑complexity fix with minimal rework.

AI Details

Tech Stack

Languages: Python
fix: ensure row updates work with pre-existing files picklepete M No 5.1h 4.3h Jun 29, 2026

Summary

Bug Fix

Fix row updates with pre-existing files

Ensures that updating a row with an existing file reference succeeds, preventing errors when no new file is uploaded.

Health Assessment

Medium
Low
Low
  • Quick, single‑round fix with minimal code changes and no major risk to production.

AI Details

Tech Stack

Languages: Python, Javascript
fix(backend): prevent double HTTP response on MCP SSE connection close alamin-br L No 19.2h 1.3h Jun 29, 2026

Summary

Bug Fix

Prevent double HTTP response on SSE close

Fixes a server‑side error that caused duplicate HTTP responses when an SSE connection closed, eliminating 559 Sentry events and improving reliability for real‑time features.

Health Assessment

Large
Medium
Medium
  • Fast initial review (1.2h) and AI‑assisted comments led to several quick commits to address edge‑case logic, resulting in a smooth merge within 19h.

AI Details

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

Tech Stack

Languages: Python
fix(database): prevent formula injection in CSV and XLSX table exports alamin-br M No 4.5h 1.1h Jun 29, 2026

Summary

Bug Fix

Prevent formula injection in CSV and XLSX exports

Ensures exported tables cannot trigger malicious formulas, protecting users from data exfiltration and security risks.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single review and no rework, indicating low complexity and risk.

AI Details

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

Tech Stack

Languages: Python
bug: fix application custom CSS after the nuxt upgrade. picklepete M No 3.3h 2.3h Jun 29, 2026

Summary

Bug Fix

Fix custom CSS after Nuxt upgrade

Custom CSS now loads after theme styles, eliminating cascade issues. This improves user experience for custom styling without requiring !important.

Health Assessment

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

AI Details

Tech Stack

Languages: Javascript
bug: Upgrade Python to 3.14.6 to fix memory leak bram2w S No 1.3h 0.9h Jun 29, 2026

Summary

Bug Fix

Upgrade Python to 3.14.6 to fix memory leak

Fixes backend memory leak by updating Python base image, improving stability and performance.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 1.3 hours, indicating a smooth process. AI‑assisted review contributed to quick validation.

AI Details

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

Tech Stack

chore(deps): bump ujson from 5.12.1 to 5.13.0 in /backend dependabot S No 207.9h 207.9h Jun 29, 2026

Summary

Chore

Bump ujson dependency in backend

Updates ujson to the latest patch, ensuring compatibility and security for the backend.

Health Assessment

Small
Low
High
  • Long cycle time due to automated dependency update; minimal code changes; no review required.

AI Details

Tech Stack

Languages: Python
chore(deps): bump dompurify from 3.4.10 to 3.4.11 in /web-frontend dependabot XS No 207.9h 207.9h Jun 29, 2026

Summary

Chore

Bump dompurify dependency

Updates DOMPurify to address security fixes and improve stability.

Health Assessment

Small
Low
High
  • Long cycle time due to automated dependency update; minimal code changes; low risk to production.

AI Details

Tech Stack

Languages: Javascript
docs: align contribution guidelines with new external PR policy silvestrid L No 65.7h 1.7h Jun 29, 2026

Summary

Docs

Align contribution guidelines with new external PR policy

Updates contribution guidelines to stop accepting unsolicited external pull requests, requiring coordination with the team, and removes obsolete internal triage documentation.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 1.7 hours, indicating a smooth process with minimal friction. The changes affect only documentation files and involve a small number of lines, resulting in a low-risk, low-scope update.

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