Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix: resolve two separate issues with N+1 queries when creating rows | silvestrid | M | No | 47.2h | 0.1h | Jul 09, 2026 |
SummaryBug FixFix N+1 queries when creating rows Improves database row update/create performance by reducing redundant query patterns. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.90
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix: remove restricted-view row for editor when edit leaves filter (#5660) | silvestrid | M | No | 4.2h | 0.3h | Jul 09, 2026 |
SummaryBug FixFix restricted-view row removal for editor when edit leaves filter Ensures editors in restricted views receive correct real‑time row deletion events when a row no longer matches the view’s filters, eliminating stale data and improving user experience. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| Improve delete audit log entries performance | bram2w | M | No | 1.2h | 0.9h | Jul 09, 2026 |
SummaryRefactorImprove delete audit log entries performance Optimizes deletion of audit log entries, reducing query time and improving system performance for enterprise users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore: lower Sentry traces rate to 0.01 and cap error-replay sampling | alamin-br | S | No | 0.5h | 0.1h | Jul 09, 2026 |
SummaryChoreReduce Sentry event volume by lowering trace and replay rates This change reduces Sentry event volume, lowering costs and improving performance by decreasing trace sampling and limiting error replay collection. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript, Typescript, Yaml
|
||||||
| fix: Improve builder dispatch | paljort | M | No | 19.0h | 0.5h | Jul 09, 2026 |
SummaryBug FixImprove builder dispatch logic Enhances builder dispatch to handle permissions more efficiently, reducing errors for anonymous users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: Send email action using instance SMTP should use FROM_EMAIL | paljort | M | No | 21.7h | 8.7h | Jul 09, 2026 |
SummaryBug FixFix email action to use configured FROM_EMAIL Ensures automated email notifications use the correct sender address, improving deliverability and compliance with email standards. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix(database): fix user presence on group-by grid being displayed incorrectly | dimmur-brw | S | No | 5.0h | 5.0h | Jul 08, 2026 |
SummaryBug FixFix user presence on group-by grid Corrects UI overlap and selection precedence in grid views, improving user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Vue
|
||||||
| Enable realtime reply | dimmur-brw | XS | No | 4.8h | 4.8h | Jul 08, 2026 |
SummaryFeatureEnable realtime reply on user reconnection This change sets the default maximum number of replay events to 200, enabling real‑time message replay when users reconnect to the WebSocket, improving user experience during network interruptions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: update smartphone breakpoint | jonadeline | S | No | 5.4h | 5.3h | Jul 08, 2026 |
SummaryBug FixUpdate smartphone breakpoint to 500px Adjusts the smartphone breakpoint from 420px to 500px, improving layout consistency on mobile devices. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Release 2.3.0 | bram2w | XL | No | 0.4h | - | Jul 07, 2026 |
SummaryFeatureRelease 2.3.0 with dependency updates and bug fixes This release updates dependencies, fixes websocket noise, and adds retention settings, improving stability and data retention. It also introduces new skill documentation for agents. Health Assessment
X-Large
High
Low
AI DetailsTech Stack |
||||||
| Prepare for 2.3.0 release | bram2w | XL | No | 6.5h | - | Jul 07, 2026 |
SummaryChorePrepare for 2.3.0 release Release preparation for version 2.3.0, including documentation updates and changelog. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| Latest translations for 2.3.0 part 2 | bram2w | L | No | 0.4h | - | Jul 07, 2026 |
SummaryChoreAdd updated translations for 2.3.0 Completes Ukrainian, German, Dutch translations for the web frontend, enhancing international user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| fix: multi-select filter option selection state | silvestrid | S | No | 2.8h | 0.0h | Jul 07, 2026 |
SummaryBug FixFix multi-select filter option selection state This fix guarantees that multi-select filter options stay checked after selection, preventing stale UI states. It improves filtering accuracy and user experience in database tables. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Vue
Frameworks:
Vue
|
||||||
| chore: improve escaping of URLs and user input in database views | silvestrid | M | No | 4.7h | 0.1h | Jul 07, 2026 |
SummaryBug FixImprove URL and input escaping in database views Enhances security by escaping user input and normalizing URLs, reducing XSS risk and ensuring safe navigation. Health Assessment
Medium
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Vue
|
||||||
| Remove !important in ColumnElement CSS | jonadeline | XS | No | 3.8h | 3.3h | Jul 07, 2026 |
SummaryRefactorRemove !important in ColumnElement CSS This PR removes the use of !important in the ColumnElement CSS, reducing specificity issues and improving maintainability of the frontend. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Frameworks:
Vue
|
||||||
| chore: remove automation beta flag | jrmi | XS | No | 3.9h | 0.3h | Jul 07, 2026 |
SummaryChoreRemove automation beta flag This PR removes the automation beta flag, simplifying feature rollout and reducing maintenance overhead. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix: group-by grid view review follow-ups | silvestrid | XL | No | 25.4h | 0.1h | Jul 07, 2026 |
SummaryBug FixFix grouped grid view refresh flicker Eliminates flicker during grouped grid refresh and improves add-row functionality, enhancing user experience in the web frontend. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Javascript
Frameworks:
Vue
|
||||||
| Hardened workspace invitation emails and user name validation | bram2w | XL | No | 25.9h | 0.4h | Jul 07, 2026 |
SummaryFeatureHardened workspace invitation emails and user name validation Adds stricter validation to prevent phishing and spam abuse in workspace invitations, improving security and user experience. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript
Frameworks:
Django, Vue
|
||||||
| fix: missing elements after hidden ones for published applications | jrmi | L | No | 3.5h | 3.5h | Jul 07, 2026 |
SummaryBug FixFix missing elements after hidden ones This fix ensures that published applications correctly render all elements, preventing missing content after hidden items and improving user experience. Users will see complete interfaces without gaps. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python, Javascript
Frameworks:
Django
|
||||||
| fix: column element stacking | jonadeline | M | No | 0.5h | 0.4h | Jul 07, 2026 |
SummaryBug FixFix column element stacking on mobile This PR resolves layout shift issues for column elements in the Application Builder on mobile viewports, ensuring consistent stacking behavior and improving user experience during page load. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Vue
|
||||||
| chore(deps): resolve backend dependency CVEs (pysaml2 fork, cryptography, twisted, pydantic-ai) | silvestrid | L | No | 19.1h | 0.1h | Jul 07, 2026 |
SummaryChoreResolve backend dependency CVEs Fixes all Dependabot alerts on the backend by upgrading vulnerable packages and ensuring secure SAML SSO functionality. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix(backend): don't relay malformed MCP messages back into the SSE stream | alamin-br | M | No | 17.3h | 0.1h | Jul 07, 2026 |
SummaryBug FixFix malformed MCP message handling Prevents noisy server error logs by ensuring malformed client requests are not re‑streamed, improving error visibility and reducing Sentry noise. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: cascade realtime updates in public and restricted views (#5657) | silvestrid | L | No | 20.1h | 0.1h | Jul 07, 2026 |
SummaryBug FixFix cascade realtime updates in public and restricted views Ensures that dependency-driven updates (formulas, lookups, rollups, links) are broadcast to publicly shared and restricted views, keeping data consistent across all view types. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| Latest translations for 2.3.0 | bram2w | XL | No | 1.0h | - | Jul 06, 2026 |
SummaryFeatureLatest translations for 2.3.0 Adds updated translation strings for multiple languages, improving internationalization support for Baserow 2.3.0. Health Assessment
Large
Low
Low
AI DetailsTech Stack |
||||||
| feat(database): add table import to the table context menu (#5284) | alamin-br | L | No | 7.3h | 3.8h | Jul 06, 2026 |
SummaryFeatureAdd table import to the table context menu Adds an 'Import file' action to the table context menu in the database sidebar, improving discoverability and allowing users to import data directly into existing tables. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Vue, Typescript, Javascript
Frameworks:
Vue
|
||||||
| fix(tests) fix flaky formula tests caused by randomly generated field names containing apostrophes | dimmur-brw | S | No | 0.7h | 0.6h | Jul 06, 2026 |
SummaryBug FixFix flaky formula tests caused by random field names Ensures formula tests no longer fail due to apostrophes in randomly generated field names, improving test reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat: send realtime updates for rows changed by dependency cascades | silvestrid | XL | No | 93.8h | 0.1h | Jul 06, 2026 |
SummaryFeatureSend realtime updates for dependency cascade rows Enables real‑time propagation of changes across linked tables, ensuring users see up‑to‑date data without manual refresh, improving collaboration and data accuracy. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| chore: dependency updates | silvestrid | XL | No | 0.8h | 0.2h | Jul 06, 2026 |
SummaryChoreDependency updates for backend and frontend Updates Vite, Node, Caddy, and Python dependencies to newer versions, ensuring security and compatibility. This maintains stability and addresses known vulnerabilities. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
Frameworks:
Docker
|
||||||
| fix: restore right margin on grid search button | dimmur-brw | XS | No | 2.6h | 0.2h | Jul 06, 2026 |
SummaryBug FixRestore right margin on grid search button Fixes UI layout issue by restoring right margin on the grid search button, improving visual consistency and user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| feat: Group-by aggregations | silvestrid | XL | No | 233.5h | 88.6h | Jul 06, 2026 |
SummaryFeatureAdd live per-group aggregation updates to grouped grid views Enables real‑time per‑group header and footer aggregation updates in grouped grid views, eliminating spinners and improving user experience. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Typescript
Frameworks:
Django, Vue
|
||||||
| feat: User presence (part 2) - user presence on grid | dimmur-brw | XL | No | 308.5h | 192.0h | Jul 06, 2026 |
SummaryFeatureAdd real‑time focus highlights in grid view Enables real‑time cell and row focus indicators in the grid view, allowing users to see where others are working and reducing conflicts. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript
Frameworks:
Django
|
||||||
| fix: retry search update task on transient database connection errors | alamin-br | M | No | 33.2h | 0.1h | Jul 04, 2026 |
SummaryBug FixRetry search update task on transient DB errors Reduces noisy Sentry alerts and improves reliability of search indexing by automatically retrying transient database connection failures, keeping background tasks running without user impact. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(test): Fix flaky test_replay_events_cant_replay_when_last_seen_expired | dimmur-brw | S | No | 21.7h | 21.7h | Jul 04, 2026 |
SummaryBug FixFix flaky test for replay events This change eliminates flakiness in the realtime events test, ensuring consistent test results and reducing false failures in CI pipelines. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: table duplication with Silk enabled. | picklepete | M | No | 17.9h | 0.1h | Jul 03, 2026 |
SummaryBug FixFix table duplication with Silk enabled Prevents duplicate table creation errors when duplicating tables with Silk, ensuring data consistency and a smoother user experience. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat(database): add "starts with" view filter type | alamin-br | XL | No | 45.3h | 0.6h | Jul 03, 2026 |
SummaryFeatureAdd starts with view filter type Adds a new view filter type that keeps rows whose field value begins with the filter value, implemented in both backend and frontend. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript
Frameworks:
Django, Nuxt
|
||||||
| Fix number format prefix and suffix spacing | silvestrid | M | No | 11.9h | 0.3h | Jul 03, 2026 |
SummaryBug FixFix number format prefix and suffix spacing Preserves user‑entered spaces in number field formatting, ensuring accurate display and export of numeric data. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript
|
||||||
| feat: Adds option to keep synced rows when they are deleted in source | bram2w | XL | No | 66.8h | 12.0h | Jul 02, 2026 |
SummaryFeatureAdd option to keep synced rows when deleted Allows users to preserve data in target tables when source rows are removed, reducing data loss and enabling custom sync behavior. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript
Frameworks:
Vue
|
||||||
| bug: show loading overlay for builder table refinements | jonadeline | M | No | 73.8h | 72.8h | Jul 02, 2026 |
SummaryBug FixShow loading overlay for builder table refinements Adds a loading overlay and spinner to the builder table element when applying filters, sorts, or searches, improving user experience during data operations. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Frameworks:
Vue
|
||||||
| fix: ensure formula property extractor supports trashed elements | picklepete | M | No | 45.6h | 40.8h | Jul 02, 2026 |
SummaryBug FixFix formula property extractor for trashed elements Ensures that the formula property extractor correctly handles elements that have been deleted, preventing errors during page preview and improving stability. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Python
Frameworks:
Django
|
||||||
| fix: recover realtime connection on window refocus and self-heal after failures | silvestrid | M | AI | 19.6h | 0.1h | Jul 02, 2026 |
SummaryBug FixRecover realtime connection on window refocus Improves websocket reconnection by adding focus listener and self-healing, reducing user downtime. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| chore(deps): bump regex from 2025.11.3 to 2026.6.28 in /backend | dependabot | M | No | 17.8h | 17.7h | Jul 02, 2026 |
SummaryChoreBump regex dependency to latest version Updates the regex library to address thread‑safety and bug fixes, improving runtime stability for backend services. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump django-celery-email-reboot from 4.2.0 to 4.2.1 in /backend | dependabot | XS | No | 17.7h | 17.7h | Jul 02, 2026 |
SummaryChoreBump django-celery-email-reboot dependency Updates the django-celery-email-reboot package to address compatibility and security improvements, ensuring stable background email handling. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump tzdata from 2025.3 to 2026.2 in /backend | dependabot | XS | No | 17.7h | 17.7h | Jul 02, 2026 |
SummaryChoreBump tzdata dependency in backend Updates tzdata to latest version, ensuring accurate time zone data for the application. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps-dev): bump globals from 17.0.0 to 17.7.0 in /web-frontend | dependabot | S | No | 17.7h | 17.7h | Jul 02, 2026 |
SummaryChoreBump globals dependency to 17.7.0 Updates the globals package to the latest version, ensuring compatibility and security for the web frontend. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Javascript
|
||||||
| chore(deps): bump mcp from 1.27.2 to 1.28.1 in /backend | dependabot | XS | No | 17.7h | 17.7h | Jul 02, 2026 |
SummaryChoreBump mcp dependency to 1.28.1 Updates the mcp Python SDK to the latest version, ensuring compatibility and access to new features. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Python
|
||||||
| chore(deps): bump papaparse from 5.4.1 to 5.5.4 in /web-frontend | dependabot | S | No | 17.7h | 17.7h | Jul 02, 2026 |
SummaryChoreBump papaparse dependency to 5.5.4 Updates papaparse to 5.5.4, fixing header parsing bugs and improving performance. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore(deps): bump requests from 2.33.0 to 2.34.2 in /backend | dependabot | XS | No | 17.6h | 17.6h | Jul 02, 2026 |
SummaryChoreBump requests dependency to 2.34.2 Updates the requests library to the latest patch, improving security and compatibility. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| bug: keep formula function help tooltip above data explorer | jonadeline | S | No | 74.2h | 73.5h | Jul 02, 2026 |
SummaryBug FixFix tooltip layering in data explorer Ensures formula function help tooltips remain visible above the data explorer, improving user experience when configuring tables. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Vue
|
||||||
| task: allow to customize history from plugins | jrmi | L | No | 19.8h | 19.1h | Jul 02, 2026 |
SummaryFeatureAdd plugin customization for automation history Enables plugins to add custom data to automation history, improving visibility of workflow costs and enhancing user control. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
Frameworks:
Vue
|
||||||
| fix: prevent db errors during dispatch from masking errors | picklepete | M | No | 39.5h | 38.8h | Jul 02, 2026 |
SummaryBug FixFix DB error masking in automation dispatch Ensures automation runs correctly by preserving transaction integrity, preventing hidden failures and improving reliability for users. Health Assessment
Medium
Medium
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Python
|
||||||