Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Remove dead materialized-column management (CRUD) code | claude | XL | No | 42.6h | 19.5h | Jul 17, 2026 |
SummaryRefactorRemove legacy materialized column CRUD code Eliminates obsolete materialized column management endpoints and UI, simplifying the data model and reducing maintenance overhead. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React, Nextjs
|
||||||
| feat(experiments): auto-select EAQ for managed warehouse in simple create flow | msamper | L | No | 331.5h | 330.1h | Jul 16, 2026 |
SummaryFeatureAuto-select EAQ for managed warehouse in simple create flow Adds automatic selection of the Experiment Assignment Query for managed warehouses in the simple new experiment form, ensuring correct configuration without user intervention and improving workflow efficiency. Health Assessment
Large
High
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| feat(visual-editor): duplicate a variant (copy css/js/domMutations) | Auz | S | AI | 11.2h | 0.0h | Jul 16, 2026 |
SummaryFeatureAdd duplicate variant capability to visual editor Users can now duplicate an existing visual editor variant in a single round-trip, eliminating the need for separate add and update calls. This reduces partial-state windows and improves editing workflow. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Respect block size for newly created dashboards | mknowlton89 | XS | No | 1.4h | 1.3h | Jul 16, 2026 |
SummaryFeaturePreserve dashboard block layout on save Ensures that resized and repositioned blocks on a newly created dashboard are retained after saving, improving user experience and reducing frustration. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Remove logging for SSO logins without a email_verified claim | tzjames | S | No | 0.3h | 0.0h | Jul 16, 2026 |
SummaryRefactorRemove logging for SSO logins without a email_verified claim Eliminates unnecessary Sentry logs for SSO logins lacking email verification, reducing noise and cost. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Migrate never-provisioned legacy managed warehouses with a settings-only rewrite | Kevin-Chant | M | No | 3.7h | 0.0h | Jul 16, 2026 |
SummaryBug FixMigrate legacy warehouses via settings-only rewrite It updates legacy warehouse settings to use JSON columns without triggering ClickHouse rebuilds, preventing immediate table rebuilds and avoiding unmanageable legacy warehouses. This ensures smoother provisioning and reduces operational risk. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| BugFix/Redshift HLL type casting to use HLLSKETCH instead of VARBINARY | dlin-growthbook | S | No | 2.9h | 1.9h | Jul 16, 2026 |
SummaryBug FixFix Redshift HLL type casting to HLLSKETCH Redshift fact metrics using count‑distinct aggregation failed due to incorrect type casting. This PR updates the Redshift dialect to cast HLL sketches to HLLSKETCH, preventing analysis errors and ensuring compatibility with Redshift's native sketch type. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| Fix: enforce datasource project access on external dimension read APIs | Kevin-Chant | M | No | 61.0h | 0.0h | Jul 16, 2026 |
SummaryBug FixEnforce datasource project access on dimension APIs Prevents users from accessing or modifying dimension data in projects they are not authorized to view, tightening data security and compliance. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| Show an API badge for API/PAT actions in the audit log | Kevin-Chant | S | No | 48.5h | 0.0h | Jul 16, 2026 |
SummaryFeatureAdd API badge to audit log entries Enables clearer distinction between API key and UI actions in audit logs, improving traceability and security visibility. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Expose stepApproval and awaitingApproval in the ramp schedule API | anna-yn | L | No | 1.7h | 0.0h | Jul 15, 2026 |
SummaryFeatureExpose stepApproval and awaitingApproval in ramp schedule API Adds missing stepApproval field and new awaitingApproval flag to ramp schedule API responses, enabling consumers to detect approval states and avoid silent drops. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript, Yaml
|
||||||
| Emit revision.published event when reverting a feature | anna-yn | L | No | 1.9h | 0.1h | Jul 15, 2026 |
SummaryBug FixEmit revision.published event when reverting a feature Ensures webhook consumers receive accurate published status when a feature is reverted by emitting both revision.reverted and revision.published events, fixing a prior inconsistency. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(experiments): Allow variation key changes on running experiments with unknown variations | msamper | S | No | 1.1h | 0.0h | Jul 15, 2026 |
SummaryBug FixEnable variation key edits on running experiments Restores ability to edit variation keys during live experiments, preventing errors when unknown variations are present. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Visual Editor Fix: Always send authoritative global CSS/JS state | Auz | S | AI | 14.2h | 13.0h | Jul 15, 2026 |
SummaryBug FixFix visual editor to avoid reapplying rejected CSS Prevents unintended reapplication of rejected CSS rules, ensuring accurate visual editor state. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Add "start on approval" option for ramp schedules | bryce-fitzsimons | XL | No | 40.3h | 0.1h | Jul 15, 2026 |
SummaryFeatureAdd start‑on‑approval option for ramp schedules Enables ramp schedules to pause until a human approves, improving control over feature rollouts and reducing accidental activations. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Yaml
|
||||||
| Introduces fix for ratio metrics rendering numerator totals intead of… | mknowlton89 | M | No | 309.1h | 1.6h | Jul 15, 2026 |
SummaryBug FixFix ratio metrics rendering numerator totals Corrects product analytics charts and tables to display accurate ratio values, improving data accuracy for stakeholders. Health Assessment
Medium
Medium
Medium
AI Details
Confidence:
0.15
Tech Stack
Languages:
Typescript
|
||||||
| Verify invitee email when accepting an invitation | Kevin-Chant | S | No | 35.8h | 25.5h | Jul 15, 2026 |
SummaryBug FixVerify invitee email when accepting an invitation Adds email validation to invitation acceptance to prevent unauthorized organization joins. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Require runQueries to create experiment snapshots via internal API | Kevin-Chant | XS | No | 35.8h | 25.5h | Jul 15, 2026 |
SummaryBug FixAdd permission check for internal snapshot endpoints Ensures only users with runQueries permission can trigger expensive warehouse queries via internal API, preventing unauthorized snapshot creation. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fail fast on dashboard refresh to avoid orphan snapshot writes | Kevin-Chant | XS | No | 35.8h | 0.0h | Jul 15, 2026 |
SummaryBug FixFail fast on dashboard refresh to avoid orphan snapshot writes Adds a fail‑fast permission check to the dashboard refresh endpoint to prevent orphan snapshot writes for read‑only users, keeping the database clean and ensuring correct access control. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| contextual bandit nits | teresayung | S | No | 2.3h | 1.8h | Jul 14, 2026 |
SummaryFeatureImprove Contextual Bandit UX and navigation Enhances user experience by hiding unused tabs and ensuring smooth navigation after bandit creation. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(experiments): Short variation labels in results column labels should not collapse | msamper | XS | AI | 24.4h | 0.9h | Jul 14, 2026 |
SummaryBug FixFix variation label collapse in experiment chooser Ensures experiment variation labels display correctly, preventing truncation to numbers only, improving clarity for users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| fix(safe-rollouts): Ensure we drop `null` customFields | ahdriel | XS | No | 0.2h | 0.1h | Jul 14, 2026 |
SummaryBug FixDrop null customFields in safe rollouts Converts null customFields to empty to avoid validation errors, keeping users from experiencing failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(safe-rollout): Ensure next snapshot uses ramp up schedule | ahdriel | M | No | 3.9h | 0.1h | Jul 14, 2026 |
SummaryBug FixEnsure next snapshot uses ramp up schedule Fixes safe rollout to honor ramp up schedule, improving rollout accuracy. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Remove Access URL Readonly | nhat-growthbook | S | No | 0.7h | 0.0h | Jul 14, 2026 |
SummaryFeatureEnable editing of Snowflake Access URL Users can now modify the Snowflake Access URL in the Event Forwarder settings, improving flexibility and reducing configuration friction. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Updates modal to render actual error message and logs errot to Sentry. | mknowlton89 | S | No | 4.2h | 0.1h | Jul 14, 2026 |
SummaryFeatureRender actual error message and log to Sentry Improves user experience by displaying actionable error messages and logging failures to Sentry for faster debugging. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Add global dashboard date controls | mknowlton89 | XL | No | 167.5h | 0.6h | Jul 14, 2026 |
SummaryFeatureAdd global dashboard date controls Enables shared date range controls across product analytics dashboards, improving consistency and reducing manual configuration for users. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Allow editing Access URL | nhat-growthbook | S | No | 0.4h | 0.0h | Jul 13, 2026 |
SummaryFeatureEnable editing of Snowflake Access URL Users can now manually enter Snowflake access URLs when automatic derivation fails, preventing workflow blockage. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Add EF Form Validation | nhat-growthbook | M | No | 1.8h | 0.0h | Jul 13, 2026 |
SummaryFeatureAdd EF Form Validation Adds detailed validation to the Event Forwarder modal, ensuring users receive clear error messages and only proceed after consent, improving configuration accuracy. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Allow removing preserved legacy identifiers from a managed warehouse | Kevin-Chant | M | No | 11.4h | 0.0h | Jul 13, 2026 |
SummaryFeatureAllow removing preserved legacy identifiers from a managed warehouse Adds the ability to delete legacy identifiers that are no longer valid, preventing broken experiment assignments and improving data integrity for users. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Fix some ramp-up UI bugs | bryce-fitzsimons | L | No | 0.7h | 0.0h | Jul 11, 2026 |
SummaryBug FixFix some ramp-up UI bugs Corrects UI color bugs in ramp schedule timeline, ensuring accurate status representation and consistent styling across components. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Small ux fix for darkmode | Auz | S | No | 0.4h | 0.3h | Jul 10, 2026 |
SummaryBug FixImprove dark mode UX Enhance user experience in dark mode by refining the banner's appearance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Ramp schedules: collapse catch-up into one publish + serialize advances | bryce-fitzsimons | XL | No | 12.7h | 0.0h | Jul 10, 2026 |
SummaryBug FixCollapse ramp schedule catch‑up into single publish Fixes a production incident by collapsing overdue ramp steps into one publish, preventing pod crashes and ensuring consistent rollout state for users and external consumers. Health Assessment
X-Large
High
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix feature modal to use filter projects by environment | gazzdingo | S | No | 12.4h | 0.0h | Jul 10, 2026 |
SummaryBug FixFix feature modal environment filtering Ensures environments not relevant to the selected project are hidden in the feature creation modal, preventing accidental changes to other projects. Health Assessment
Small
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| docs(agents): unify AI agent guidance into a single source of truth | ahdriel | L | No | 1.6h | 0.0h | Jul 10, 2026 |
SummaryDocsUnify AI agent guidance into single source Consolidates AI agent documentation into a single source of truth, reducing confusion and improving consistency across harnesses. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| docs: convert 61MB visual-editor GIF to 2MB MP4 | claude | XS | No | 10.5h | 0.1h | Jul 10, 2026 |
SummaryDocsConvert large GIF to smaller MP4 in docs Reduces docs asset size by ~30x, improving load times and accessibility. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| fix(experiments): preserve 0% coverage instead of defaulting to 100% | lukesonnet | S | No | 14.4h | 0.7h | Jul 10, 2026 |
SummaryBug FixPreserve 0% coverage instead of defaulting to 100% This fix corrects the display of 0% coverage in experiments, ensuring accurate reporting. It also prevents legacy experiments from incorrectly serving treatments when the control wins, improving data integrity. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Perf: exclude fact table SQL from the definitions endpoint | Kevin-Chant | L | No | 28.3h | 0.0h | Jul 10, 2026 |
SummaryFeatureExclude Fact Table SQL from Definitions Endpoint Reduces payload size for organization definitions API, improving performance and speeding up UI rendering for fact table detail pages. Health Assessment
Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| Perf: slim heavy metric fields out of the definitions endpoint | Kevin-Chant | XL | No | 25.0h | 0.8h | Jul 10, 2026 |
SummaryChorePerformance: Reduce payload of metric definitions Reduces data transfer and processing by excluding heavy fields from metric definitions endpoint, improving response times and resource usage for organizations with many metrics. Health Assessment
Large
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| refactor(ui): migrate alert-class callouts to the design system Callout | ahdriel | XL | No | 247.0h | 219.8h | Jul 09, 2026 |
SummaryRefactorMigrate alert callouts to design system Callout Unifies UI components by replacing legacy Bootstrap alerts with a consistent design‑system Callout, eliminating lint exceptions and improving maintainability. Health Assessment
Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Enable background sweep to migrate managed warehouse | Kevin-Chant | S | No | 0.1h | 0.0h | Jul 09, 2026 |
SummaryFeatureEnable background sweep to migrate managed warehouse Adds a background job to migrate managed warehouses, controlled by a feature flag. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| contextual bandits - add beta tags | teresayung | XS | No | 21.5h | 3.5h | Jul 09, 2026 |
SummaryDocsAdd beta tags to contextual bandit docs Adds a beta flag to contextual bandit documentation to indicate the feature is not yet released, improving user awareness and clarity. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack |
||||||
| Re-enable managed warehouse migration with async recreate | Kevin-Chant | L | No | 0.9h | 0.2h | Jul 09, 2026 |
SummaryFeatureRe-enable managed warehouse migration with async recreate Restores JSON‑column migration for managed warehouses, enabling asynchronous rebuilds that reduce downtime and improve reliability for customers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Temporarily disable managed warehouse migration | Kevin-Chant | S | No | 0.1h | 0.0h | Jul 09, 2026 |
SummaryBug FixDisable managed warehouse migration to avoid 504s This change stops the lazy‑loaded migration for managed warehouses, reducing 504 errors caused by the license server holding connections too long. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Perf: parallelize GET /organization and stop re-fetching installation metadata | Kevin-Chant | M | No | 6.9h | 0.0h | Jul 09, 2026 |
SummaryRefactorImprove GET /organization latency by parallelizing lookups Reduces average response time for organization endpoint from ~442 ms to near minimal, improving user experience and reducing server load. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Perf: parallelize datasource enrichment in the definitions endpoint | Kevin-Chant | XS | No | 6.2h | 5.9h | Jul 09, 2026 |
SummaryRefactorParallelize datasource enrichment for definitions endpoint Improves performance of organization definitions API by parallelizing datasource enrichment, reducing latency for end users. This change reduces round‑trip time, enhancing user experience when retrieving organization definitions. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| feat: add underpowered warn type to webhook event | AnkittChauhan | M | No | 61.9h | - | Jul 09, 2026 |
SummaryFeatureAdd underpowered warning to webhook events Enables automated notifications for low-powered experiments by adding an underpowered warning type to the experiment webhook payload. Health Assessment
Medium
Low
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Fix for inserting elements correctly with the visual editor. | Auz | L | No | 11.9h | 0.0h | Jul 08, 2026 |
SummaryBug FixFix visual editor element insertion issues This patch prevents AI-generated content from inadvertently overwriting page content, ensuring stable editor behavior and reducing crashes for users. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Review AI
Tools:
Greptile
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(ramp-schedules): run scheduled snapshots for monitored ramps so they auto-advance | ahdriel | M | No | 168.1h | 1.9h | Jul 08, 2026 |
SummaryBug FixFix scheduled snapshots for monitored ramps This patch resolves a bug that prevented monitored ramp schedules from auto-advancing, ensuring ramp automation works without manual intervention. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| fix(quantile): fall back to tightest distinct nstar bounds when CI collapses | claude | M | No | 186.5h | 184.8h | Jul 08, 2026 |
SummaryBug FixFix quantile CI collapse fallback Ensures quantile confidence intervals remain honest at high event counts, preventing false‑certain results and improving data reliability for users. Health Assessment
Medium
High
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Python
|
||||||
| docs: Update Helm Chart URL | ahdriel | XS | No | 18.6h | 0.0h | Jul 08, 2026 |
SummaryDocsdocs: Update Helm Chart URL Updates the Helm chart URL in documentation to point to the latest chart in the GitHub repository, ensuring users can access the correct chart. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Apply enum-constrained list attributes via the REST API | Kevin-Chant | M | No | 34.2h | 34.2h | Jul 08, 2026 |
SummaryFeatureApply enum-constrained list attributes via the REST API Adds support for enum-constrained list attributes in the external attributes REST API, improving validation and documentation for client integrations. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Typescript, Javascript, Yaml
|
||||||