Pull Request Explorer

Exploring 127 PRs. Want this for your team? Start Free Trial
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

Summary

Refactor

Remove 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
  • Cleaned up unused materialized column CRUD routes and UI, reducing code complexity and potential security surface. The PR had a moderate cycle time with a single review, indicating smooth approval.

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

Summary

Feature

Auto-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
  • The PR had a prolonged review cycle of over 13 days, indicating complex changes or stakeholder coordination. The large code change and extensive testing suggest a high risk of regression, but the feature improves user experience by automating EAQ selection.

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

Summary

Feature

Add 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
  • Fast cycle time with immediate approval indicates a straightforward change with minimal risk.

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

Summary

Feature

Preserve 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
  • Fast review and merge with minimal changes indicate a low-risk, high-confidence update to the UI.

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

Summary

Refactor

Remove 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
  • Quick, single-commit PR with minimal changes and no review friction.

AI Details

Tech 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

Summary

Bug Fix

Migrate 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
  • Fast cycle time and immediate review indicate minimal friction and high confidence in the change.

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

Summary

Bug Fix

Fix 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
  • The PR was resolved in under three hours with a single review and no rework, indicating a straightforward bug fix with minimal risk.

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

Summary

Bug Fix

Enforce 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
  • The PR was reviewed and merged within a day, with a single commit addressing a critical access control flaw, indicating a smooth and low-risk change.

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

Summary

Feature

Add 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
  • Fast review and merge with minimal changes, indicating a straightforward enhancement.

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

Summary

Feature

Expose 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
  • Rapid approval and merge with minimal changes indicates low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript, Javascript, Yaml
Emit revision.published event when reverting a feature anna-yn L No 1.9h 0.1h Jul 15, 2026

Summary

Bug Fix

Emit 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
  • Fast cycle time (1.9h) and immediate review (0.1h) indicate a straightforward fix with minimal friction. The PR added 309 lines across 7 files, a large but contained change that resolved a critical event emission bug.

AI Details

Tech 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

Summary

Bug Fix

Enable 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
  • Fast turnaround with immediate merge after review, indicating low complexity and minimal risk.

AI Details

Tech 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

Summary

Bug Fix

Fix visual editor to avoid reapplying rejected CSS

Prevents unintended reapplication of rejected CSS rules, ensuring accurate visual editor state.

Health Assessment

Small
Low
Low
  • Resolved quickly with a single commit, eliminating a subtle AI prompt bug that caused rejected CSS to reappear.

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

Summary

Feature

Add 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
  • Rapid review and single commit indicate focused change; large codebase modifications but minimal review iterations suggest confidence in implementation.

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

Summary

Bug Fix

Fix 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
  • The PR had a long cycle time due to extended merge conflicts or integration delays, but the initial review was quick.
  • Multiple commits after the first review indicate iterative refinement to address feedback.

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

Summary

Bug Fix

Verify invitee email when accepting an invitation

Adds email validation to invitation acceptance to prevent unauthorized organization joins.

Health Assessment

Small
Low
Low
  • The PR was a quick, single-commit fix with minimal changes and no significant review friction.

AI Details

Tech Stack

Languages: Typescript
Require runQueries to create experiment snapshots via internal API Kevin-Chant XS No 35.8h 25.5h Jul 15, 2026

Summary

Bug Fix

Add 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
  • Single commit with minimal changes, quick resolution after a single review, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
Fail fast on dashboard refresh to avoid orphan snapshot writes Kevin-Chant XS No 35.8h 0.0h Jul 15, 2026

Summary

Bug Fix

Fail 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
  • Quick fix with minimal changes, fast review, no blockers.

AI Details

Tech Stack

Languages: Typescript
contextual bandit nits teresayung S No 2.3h 1.8h Jul 14, 2026

Summary

Feature

Improve Contextual Bandit UX and navigation

Enhances user experience by hiding unused tabs and ensuring smooth navigation after bandit creation.

Health Assessment

Small
Low
Low
  • Quick, low‑risk UX improvements with minimal code changes and fast review turnaround.

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

Summary

Bug Fix

Fix 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
  • Quick AI-assisted fix with minimal changes and a single review, resulting in a fast, low‑risk merge.

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

Summary

Bug Fix

Drop null customFields in safe rollouts

Converts null customFields to empty to avoid validation errors, keeping users from experiencing failures.

Health Assessment

Small
Low
Low
  • Fast approval with minimal changes; low risk and low friction.

AI Details

Tech Stack

Languages: Typescript
fix(safe-rollout): Ensure next snapshot uses ramp up schedule ahdriel M No 3.9h 0.1h Jul 14, 2026

Summary

Bug Fix

Ensure next snapshot uses ramp up schedule

Fixes safe rollout to honor ramp up schedule, improving rollout accuracy.

Health Assessment

Small
Low
Low
  • Rapid resolution with minimal code changes and quick review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Javascript
Remove Access URL Readonly nhat-growthbook S No 0.7h 0.0h Jul 14, 2026

Summary

Feature

Enable 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
  • The change was reviewed and merged within 0.7 hours, indicating a straightforward UI tweak with minimal risk.

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

Summary

Feature

Render 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
  • Fast cycle time with minimal rework and low complexity, indicating a smooth review process.

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

Summary

Feature

Add 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
  • The PR introduced a large set of changes across both backend and frontend, with AI assistance, and required multiple iterations but was reviewed quickly, indicating efficient collaboration but high complexity.

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

Summary

Feature

Enable 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
  • Rapid iteration with minimal changes; no blockers; quick merge.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Add EF Form Validation nhat-growthbook M No 1.8h 0.0h Jul 13, 2026

Summary

Feature

Add 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
  • Fast review cycle with minimal rework; AI review comment helped surface validation logic.

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

Summary

Feature

Allow 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
  • The PR was reviewed and merged within 11 hours, with AI-assisted comments speeding up the process. The change is moderate in size and introduces a new user-facing capability with minimal risk.

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

Summary

Bug Fix

Fix 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
  • Fast cycle time of 0.7h and single review comment indicate low friction; the PR addressed a UI regression with minimal scope and no production impact.

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

Summary

Bug Fix

Improve dark mode UX

Enhance user experience in dark mode by refining the banner's appearance.

Health Assessment

Small
Low
Low
  • Quick review and merge process, indicating a straightforward and low-risk change.

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

Summary

Bug Fix

Collapse 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
  • Rapid 12‑hour cycle with a single review and no back‑and‑forth; large code changes but resolved quickly, indicating high confidence in the fix but also high risk due to scope and criticality of the feature

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

Summary

Bug Fix

Fix 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
  • The PR was merged quickly with minimal changes and AI‑assisted review comments, indicating a straightforward bug fix with low risk.

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

Summary

Docs

Unify 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
  • Fast cycle time and minimal review rounds indicate smooth documentation update.

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

Summary

Docs

Convert large GIF to smaller MP4 in docs

Reduces docs asset size by ~30x, improving load times and accessibility.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal changes; improved performance and accessibility.

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

Summary

Bug Fix

Preserve 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
  • Fast cycle time and single review round indicate a straightforward bug fix with minimal impact on the codebase.

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

Summary

Feature

Exclude 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
  • Fast initial review and multiple commits to address feedback indicate a focused performance improvement; the new internal endpoint adds value while keeping overall risk moderate.

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

Summary

Chore

Performance: 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
  • Multiple iterations after review, but quick initial review; performance-focused changes with moderate scope and several commits to address feedback.

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

Summary

Refactor

Migrate 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
  • The PR involved extensive refactoring of UI components, resulting in a large code churn and multiple review iterations, indicating high complexity and potential risk to stability.

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

Summary

Feature

Enable background sweep to migrate managed warehouse

Adds a background job to migrate managed warehouses, controlled by a feature flag.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low complexity and high confidence.

AI Details

Tech Stack

Languages: Javascript
contextual bandits - add beta tags teresayung XS No 21.5h 3.5h Jul 09, 2026

Summary

Docs

Add 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
  • Fast review and merge with minimal changes; documentation update only.

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

Summary

Feature

Re-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
  • The PR was merged within 0.9 hours, with a single commit and no back‑and‑forth reviews, indicating a straightforward, low‑risk change.

AI Details

Tech Stack

Languages: Typescript
Temporarily disable managed warehouse migration Kevin-Chant S No 0.1h 0.0h Jul 09, 2026

Summary

Bug Fix

Disable 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
  • Quick fix with minimal changes, merged within minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Javascript
Perf: parallelize GET /organization and stop re-fetching installation metadata Kevin-Chant M No 6.9h 0.0h Jul 09, 2026

Summary

Refactor

Improve 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
  • Fast cycle time and immediate review indicate high confidence in the performance improvement.

AI Details

Tech Stack

Languages: Typescript
Perf: parallelize datasource enrichment in the definitions endpoint Kevin-Chant XS No 6.2h 5.9h Jul 09, 2026

Summary

Refactor

Parallelize 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
  • Merged within 6 hours with a single commit and minimal review, indicating a smooth, low‑risk change.

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

Summary

Feature

Add 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
  • The PR was initially reviewed by Copilot, but human approval was delayed by ~60 hours, indicating moderate review friction. The change adds a new warning type to webhook events, improving alerting for low-powered experiments.

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

Summary

Bug Fix

Fix 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
  • Rapid iteration with AI review feedback led to a quick fix, keeping cycle time under 12 hours.
  • Multiple small commits addressed specific edge cases, indicating thorough testing.

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

Summary

Bug Fix

Fix 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
  • Single commit with quick approval indicates a straightforward bug fix; low risk and moderate scope.

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

Summary

Bug Fix

Fix 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
  • The PR had a prolonged review and merge cycle, requiring extensive testing across TypeScript and Python, indicating high complexity and potential risk to data accuracy.

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

Summary

Docs

docs: 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
  • Documentation update completed quickly with no review friction.

AI Details

Tech Stack

Apply enum-constrained list attributes via the REST API Kevin-Chant M No 34.2h 34.2h Jul 08, 2026

Summary

Feature

Apply 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
  • The PR took about 34 hours from creation to merge, with a single review round and moderate changes, indicating a straightforward feature addition with minimal friction.

AI Details

Tech Stack

Languages: Typescript, Javascript, Yaml
« Page 2 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