Pull Request Explorer

Exploring 71 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat: Show multiple formula expression examples paljort XL No 212.4h 208.3h Sep 10, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump svgo transitive dependencies in /web-frontend DimmuR S No 8.3h 6.8h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat[5/6] Button field: start an automation workflow alamin-br XL No 48.2h 42.7h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: webSocket stalls and reduce realtime replay storage overhead silvestrid XL No 23.8h 2.8h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

Fix migration conflict jrmi XS No 0.3h 0.0h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Fix dashboard fetching of new datasources paljort M No 0.4h 0.4h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Fix tests after AB Limits and Separate Preview Domains were merged paljort S No 0.3h 0.3h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: Ensure time is not truncated in Datetime picker paljort S No 1.0h 0.2h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: Add skeleton loading animation and make pages load instantly bram2w XL No 63.1h 0.1h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump js-yaml from 4.3.1 to 4.3.2 in /web-frontend dependabot XS No 0.3h 0.0h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps-dev): bump vitest from 4.1.9 to 4.1.11 in /web-frontend dependabot M AI 0.3h 0.2h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump httpx2 from 2.10.0 to 2.12.0 in /backend dependabot S No 8.1h 8.1h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump @tiptap/core from 3.30.4 to 3.30.5 in /web-frontend dependabot XS No 2.1h 2.1h Sep 09, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat: detect more misconfigurations jonadeline L No 175.5h 145.2h Sep 08, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: show optimistic field value immediately when queue has pending tasks DimmuR L No 319.7h 0.1h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: follow-up to the button field Slack action review alamin-br M No 4.2h 4.1h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

Revert changes around additional markdown support for Builder paljort XL No 1.0h 0.8h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: add workspace permission checks to data sync type properties endpoint DimmuR XL No 167.2h 0.1h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

feat[4c/6] Button field: send a Slack message alamin-br XL No 97.6h 29.4h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump fflate from 0.4.8 to 0.4.9 in /web-frontend dependabot XS No 82.9h 82.9h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: reject AI fields referencing themselves as file field picklepete L No 0.7h 0.6h Sep 04, 2026

Summary

Bug Fix

Reject AI fields referencing themselves as file field

Fixes a critical bug that allowed AI fields to reference themselves, causing unbounded recursion and disk exhaustion. Validates AI file field existence and type, caps recursion depth, and updates tests.

Health Assessment

Large
Low
Low
  • Quick fix with minimal review, resolved critical recursion bug in a single commit.

AI Details

Tech Stack

Languages: Python
feat[4b/6] Button field: send an email alamin-br XL No 69.1h 46.5h Sep 03, 2026

Summary

Feature

Add email sending to button field

Enables users to trigger email notifications directly from a button, streamlining communication workflows and reducing manual steps.

Health Assessment

Large
High
Medium
  • The PR required several rounds of fixes after the initial review, indicating moderate review friction. The large code churn and numerous files suggest a high-impact feature addition.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
Frameworks: Django
chore(deps): bump @humanfs/node from 0.16.7 to 0.16.8 in /web-frontend dependabot S No 1.9h 1.9h Sep 03, 2026

Summary

Chore

Bump @humanfs/node dependency

Updates the @humanfs/node package to address bug fixes and improve compatibility.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal review, typical for automated PRs.

AI Details

Tech Stack

Languages: Javascript
chore(deps): bump @tiptap/core from 3.27.4 to 3.30.4 in /web-frontend dependabot XS No 14.3h 14.3h Sep 03, 2026

Summary

Chore

chore(deps): bump @tiptap/core from 3.27.4 to 3.30.4 in /web-frontend

Updates the @tiptap/core dependency to the latest patch release, ensuring compatibility and security fixes for the web frontend.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical dependency bump with no review friction.

AI Details

Tech Stack

chore(deps): bump fast-uri from 3.1.5 to 3.1.7 in /web-frontend dependabot XS No 12.2h 12.2h Sep 03, 2026

Summary

Chore

Bump fast-uri dependency to 3.1.7

Updates the fast-uri library to address security vulnerabilities, ensuring safer URL handling in the web frontend.

Health Assessment

Small
Low
Low
  • Quick dependency update with no review friction, merged within 12 hours.

AI Details

Tech Stack

fix: model field attrs cache misses for linked tables picklepete M No 23.0h 0.0h Sep 03, 2026

Summary

Bug Fix

Fix cache miss for linked tables

Reduces page load times for builder pages with linked tables, improving performance and cutting database queries.

Health Assessment

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

AI Details

Tech Stack

Languages: Python
feat[4a/6] Button field: send an HTTP request alamin-br XL No 135.5h 112.9h Sep 03, 2026

Summary

Feature

Add button field HTTP request capability

Enables users to trigger external HTTP endpoints directly from a button field, allowing dynamic data integration and automated workflows.

Health Assessment

X-Large
High
High
  • The PR required extensive rework after a single review, with many commits and a long cycle time, indicating high complexity and potential risk to stability.

AI Details

Confidence: 0.75

Tech Stack

Languages: Python, Yaml
Frameworks: Django, Github-Actions
feat: Allow markdown in more Builder elements and fields paljort XL No 208.4h 191.4h Sep 03, 2026

Summary

Feature

Allow markdown in more Builder elements and fields

Adds markdown support to various builder text fields, enhancing customization and user experience.

Health Assessment

X-Large
High
High
  • Long cycle time and delayed review suggest bottlenecks; the PR’s large scope and many commits before review increase risk.

AI Details

Usage: AI Reviewed
Confidence: 0.90

Tech Stack

Languages: Python, Typescript
Frameworks: Django
feat: Copy view configuration bram2w XL No 187.5h 0.1h Sep 02, 2026

Summary

Feature

Add view configuration copy feature

Allows users to copy configuration between compatible database views, streamlining setup and ensuring consistency across views.

Health Assessment

X-Large
Medium
Low
  • Large code change with quick review indicates high confidence in implementation; however, the extensive scope may increase maintenance risk.

AI Details

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

Tech Stack

Languages: Python
Frameworks: Django
fix: validate required duration form fields while editing silvestrid M No 46.1h 45.9h Sep 02, 2026

Summary

Bug Fix

Validate required duration fields while editing

Ensures required duration fields validate correctly during editing, preventing form submission errors and improving user experience.

Health Assessment

Small
Low
High
  • Review took almost two days, but the change was straightforward and merged quickly after approval.

AI Details

Tech Stack

Languages: Javascript
chore(deps): bump postcss-selector-parser from 7.1.1 to 7.1.5 in /web-frontend dependabot S No 8.5h 8.5h Sep 02, 2026

Summary

Chore

chore(deps): bump postcss-selector-parser from 7.1.1 to 7.1.5 in /web-frontend

Updates the postcss-selector-parser library to address security and bug fixes, ensuring the frontend remains stable and secure.

Health Assessment

Small
Low
Low
  • Quick dependency bump with a single commit and minimal review time, indicating a straightforward, low-risk change.

AI Details

Tech Stack

chore(deps): bump tornado from 6.5.7 to 6.5.8 in /backend dependabot S No 9.2h 9.2h Sep 02, 2026

Summary

Chore

Bump tornado dependency in backend

Updates Tornado to the latest patch, ensuring security and stability for the backend services.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes, indicating low risk and efficient process.

AI Details

Tech Stack

Languages: Python
chore(deps): bump browserslist from 4.28.1 to 4.28.8 in /web-frontend dependabot M No 8.4h 8.4h Sep 02, 2026

Summary

Chore

Bump browserslist dependency to 4.28.8

Updates browserslist to address security and performance fixes, ensuring compatibility with the latest browser support.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal changes, merged within 8 hours, indicating a smooth and efficient process.

AI Details

Tech Stack

fix: clear formula when switching to basic mode jonadeline M No 115.4h 114.5h Sep 01, 2026

Summary

Bug Fix

Fix clear formula when switching to basic mode

Restores expected behavior by clearing the formula when switching from expert to basic mode and fixes UI spacing in the reset modal, preventing user confusion and ensuring consistent data entry.

Health Assessment

Medium
Low
Low
  • Quick single‑review fix with minimal code changes, indicating low complexity and low risk to the product.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Vue
feat[3/6]: Chain a button action's result into the ones after it (#1722) alamin-br XL No 98.1h 45.4h Aug 28, 2026

Summary

Feature

Add chaining of button action results

Enables actions to reference results of earlier actions in a button click, improving workflow automation and reducing errors.

Health Assessment

X-Large
High
High
  • Large scope with slow review cycle indicates significant effort; multiple review rounds and extensive tests suggest complexity.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python
Frameworks: Django
fix(css): prevent text overlap in rich text field preview with nested lists DimmuR S No 22.3h 0.1h Aug 28, 2026

Summary

Bug Fix

Fix text overlap in rich text preview

Resolves a visual glitch where nested lists overlapped in preview mode, improving UI clarity for users.

Health Assessment

Small
Low
Low
  • Quick visual fix with minimal code changes, fast review turnaround, and no blockers.

AI Details

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

Tech Stack

fix: when_empty does not work with empty string values DimmuR S No 23.6h 0.1h Aug 28, 2026

Summary

Bug Fix

Fix when_empty formula to treat empty strings

Ensures the when_empty formula correctly interprets empty string values, improving data consistency and user experience for text fields.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with rapid review and no rework, indicating a low-risk, high-confidence change.

AI Details

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

Tech Stack

Languages: Python
fix(backend): return isError=true in tool error responses DimmuR M No 24.0h 0.1h Aug 27, 2026

Summary

Bug Fix

Fix MCP tool error responses to return isError

Ensures MCP server returns error flag per spec, improving client error handling.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Python
fix: Ensure only valid event types are persisted for workflow actions paljort L No 5.6h 4.4h Aug 26, 2026

Summary

Bug Fix

Fix invalid event persistence in workflow actions

Prevents app publish failures caused by invalid workflow action events, improving stability and reliability for users.

Health Assessment

Large
Medium
Low
  • Quick resolution with a single commit and one review, minimal rework, but the change touches many files and lines, indicating a substantial codebase impact.

AI Details

Tech Stack

Languages: Python
fix: Ensure Aggregate rows formula without property is correctly handled paljort S No 147.3h 147.2h Aug 26, 2026

Summary

Bug Fix

Fix Aggregate Rows Formula Handling

Corrects a bug that caused 500 errors when summarizing rows without properties, improving reliability for users creating summary data sources.

Health Assessment

Small
Low
High
  • Long review time indicates a blocker or low priority, but the change is small and straightforward.

AI Details

Tech Stack

Languages: Python
fix: Improve slow published app loads due to used properties cache expiring too soon paljort M No 26.0h 0.3h Aug 26, 2026

Summary

Bug Fix

Fix slow published app loads by extending cache TTL

Extends cache TTL and lock timeout for builder apps, reducing load times and preventing concurrent recomputation, improving user experience for large apps.

Health Assessment

Medium
Low
Low
  • Quick review and single commit after review indicate a smooth, low-friction process.

AI Details

Tech Stack

Languages: Python
Frameworks: Django
fix: Ensure Iterator service generates schema only when data is present paljort M No 115.2h 114.9h Aug 26, 2026

Summary

Bug Fix

Fix Iterator service schema generation bug

Prevents crashes when Iterator service sample data contains errors, improving stability for automation workflows.

Health Assessment

Medium
Medium
High
  • The PR had a long review cycle of over 5 days, indicating low priority or blocker status, but the change was small and ultimately approved without major rework.

AI Details

Tech Stack

Languages: Python
chore(deps): bump tar from 7.5.20 to 7.5.22 in /web-frontend dependabot XS No 1.1h 1.1h Aug 25, 2026

Summary

Chore

Bump tar dependency to 7.5.22

Updates the tar package to the latest patch, addressing security and bug fixes to maintain stability for the web frontend.

Health Assessment

Small
Low
Low
  • Rapid, single‑commit PR merged within 1.1 hours, indicating minimal impact and low review friction.

AI Details

Tech Stack

Languages: Javascript
fix: Ensure AI Assistance creates valid formulas paljort XL AI 76.8h 0.8h Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

refactor: default the dispatch context stubs on the base class alamin-br L No 2.8h 0.2h Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: serialize only updated fields in WebSocket row update events DimmuR M No 50.2h 0.1h Aug 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

refactor(frontend): move database stylesheets into their own module tree alamin-br S No 4.9h 0.1h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: filter write-only data sync fields from workspace exports DimmuR M No 54.9h 0.1h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: three small follow-ups from Button field Phase 2 work (#5934) alamin-br M No 1.0h 0.8h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix: enforce row update permission check during import upsert DimmuR L No 50.6h 0.1h Aug 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

Page 1 of 2 »

Get this analytics stack for your team

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

Connect Repos