Pull Request Explorer

Exploring 4991 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
feat(replay): emit replay and replay vision metrics via otlp arnohillen XL AI 26.1h 21.9h Jul 14, 2026

Summary

Feature

Add OTLP metrics for replay and replay vision

Enables dual OTLP metric emission for session replay and replay vision, improving observability and billing insights.

Health Assessment

X-Large
Medium
Low
  • PR merged quickly with minimal rework, but large code changes across backend and nodejs, indicating significant scope but smooth review.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript, Typescript, Python
fix(flags): malformed flag-dependency conditions no-match locally patricio-posthog L No 2.2h 0.0h Jul 14, 2026

Summary

Bug Fix

Fix malformed flag-dependency conditions to avoid network calls

Ensures malformed flag dependency conditions are treated as no match locally, eliminating unnecessary /flags network calls and reducing traffic for customers. Adds comprehensive tests to verify zero network traffic for such cases.

Health Assessment

Large
Low
Low
  • Fast turnaround with minimal review, indicating a straightforward bug fix with clear tests.

AI Details

Tech Stack

Languages: Python
feat(error-tracking): move autocapture opt-in to settings (phase 1) ablaszkiewicz L AI 7.2h 4.2h Jul 14, 2026

Summary

Refactor

Move autocapture opt-in to settings

Centralizes error tracking opt‑in into a dedicated model, reducing hot table writes and laying groundwork for future feature rollouts.

Health Assessment

Large
Medium
Medium
  • Fast cycle time but required multiple commits to address backfill logic and locking, indicating moderate complexity. The refactor improves data model hygiene without affecting current behavior.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
fix(e2e): Update E2E tooltip selectors mendral-app XS No 0.6h 0.2h Jul 14, 2026

Summary

Bug Fix

Update E2E tooltip selectors

This change updates tooltip selectors to match the new Quill chart portal attribute, fixing deterministic E2E failures. It ensures reliable end‑to‑end testing of chart tooltips.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal rework indicate a straightforward bugfix with low risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
fix(dashboards): prefetch alert threshold and subscribers on read paths thmsobrmlr M No 0.8h 0.2h Jul 14, 2026

Summary

Bug Fix

Prefetch alert threshold and subscribers to reduce queries

Reduces database queries for dashboards with alerts, improving load performance by up to 72%.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal review, demonstrating efficient N+1 query detection and regression testing.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
chore(web-analytics): Make all Web Analytics notifications archivable jordanm-posthog XS AI 0.7h 0.1h Jul 14, 2026

Summary

Feature

Make all Web Analytics notifications archivable

Adds an archivable flag to Web Analytics notifications, enabling users to archive them and reduce clutter.

Health Assessment

Small
Low
Low
  • Quick, single‑commit PR with immediate approval and no blockers; minimal code churn and low risk to production.

AI Details

Usage: AI Assisted
Category: Review AI
Tools: Greptile
Confidence: 0.95

Tech Stack

Languages: Python
fix(react-native): repeating surveys show again when a new iteration starts lucasheriques XL AI 192.0h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix React Native repeating surveys

Ensures surveys reappear after new iterations by aligning seen-state logic across SDKs, improving user engagement and consistency.

Health Assessment

X-Large
High
Medium
  • PR required extensive refactoring and multiple iterations, indicating significant complexity; however, rapid initial review and small number of comments suggest focused feedback.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, React-Native
Update research mode model to Claude Opus 4.6 sarahxsanders XS AI 0.3h - Jul 14, 2026

Summary

Docs

Update research mode model to Claude Opus 4.6

Updates documentation to reflect the new AI model version, ensuring users see accurate information about the research mode's underlying technology.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, no review needed, low risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

fix(data-warehouse): expose S3 file-changed errors on warehouse reads thiagosalvatore M No 21.2h 15.1h Jul 14, 2026

Summary

Bug Fix

Expose S3 file change errors on warehouse reads

Provides actionable error messages for S3 file race conditions, reducing support tickets and improving user debugging experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework; improved error visibility reduces support overhead.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(aio): generalize the eval harness beyond sandboxed suites skoob13 XL AI 9.0h 3.8h Jul 14, 2026

Summary

Feature

Generalize eval harness for multiple suite types

Enables cheaper one‑shot evaluations and product‑owned suite discovery, reducing infra costs and expanding AI testing flexibility.

Health Assessment

X-Large
Medium
Low
  • Rapid iteration with 10 commits and a single review round, achieving a 9‑hour cycle time. The large scope and many commits suggest careful testing, but the quick turnaround indicates an efficient review process.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
chore(aio): make the eval engine swappable behind neutral interfaces skoob13 XL AI 0.6h - Jul 14, 2026

Summary

Refactor

Make eval engine swappable via neutral interfaces

Replaces braintrust‑specific types with engine‑neutral abstractions, enabling future evaluation engines to be swapped in without code changes and improving maintainability of the eval harness.

Health Assessment

X-Large
Medium
Low
  • The PR was merged within 36 minutes of opening, indicating minimal review friction. The refactor introduces a large codebase change (over 600 lines) but is well‑tested, reducing risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(growth): real-time signup enrichment workflow MattBro XL No 96.6h 4.7h Jul 14, 2026

Summary

Feature

Add real-time signup enrichment workflow

Enables real-time firmographic enrichment after signup, improving onboarding routing without blocking signup.

Health Assessment

Large
High
Medium
  • PR involved multiple AI-generated commits and extensive rework after review, leading to a slow cycle time and high risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
fix(mcp-analytics): source tool failures from $mcp_is_error not $exception DanielVisca L No 95.4h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix MCP analytics failures source mismatch

Aligns failure reporting with the $mcp_is_error flag, ensuring accurate failure counts and labels for MCP tools.

Health Assessment

Large
High
Low
  • The PR was reviewed quickly (0.1h) but required a substantial code change (276 lines across 13 files), indicating a significant bug fix that could impact multiple components. The large scope combined with a single review round suggests a high risk of undiscovered side effects, despite the fast review.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: React
feat(data-warehouse): implement fly_io import source Gilbert09 XL AI 101.6h 0.1h Jul 14, 2026

Summary

Feature

Implement Fly.io data warehouse source

Adds a Fly.io source to sync apps, machines, and volumes into PostHog’s warehouse, enabling infrastructure inventory queries alongside product data.

Health Assessment

X-Large
Medium
Low
  • PR had a quick review and single commit, but large code addition; moderate risk due to size but low review friction.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(data-warehouse): implement digitalocean import source Gilbert09 XL AI 101.6h 0.0h Jul 14, 2026

Summary

Feature

Implement DigitalOcean data warehouse source

Adds full DigitalOcean integration for infrastructure and billing data, enabling users to sync cloud resources into PostHog Data Warehouse.

Health Assessment

X-Large
High
Low
  • Large code addition with a long cycle time but minimal review iterations, indicating a complex feature added with limited review feedback.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(llm-gateway): free-cap posthog_code users with no seat adboio M No 1.2h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix free-cap for seatless posthog_code users

Ensures seatless users are capped at the $75 free plan limit, preventing them from exceeding default usage caps and aligning billing with intended free-tier behavior. This protects revenue and maintains system stability.

Health Assessment

Medium
Medium
Medium
  • Rapid 1.2‑hour cycle with multiple commits after review shows active rework but quick review turnaround; medium scope and backend changes imply moderate risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
fix(aio): recognize AI observability aliases pauldambra XS No 3.0h 0.5h Jul 14, 2026

Summary

Bug Fix

Add AI observability aliases to system prompt

Adds alias mapping for AIO, LLM analytics, and LLMA to improve agent terminology resolution, reducing confusion and enhancing user experience.

Health Assessment

Small
Low
Low
  • Quick, one-line change with minimal review, AI-assisted writing, low risk and fast cycle time.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Python
feat(billing): report MCP tool call usage pauldambra L No 33.1h 3.3h Jul 14, 2026

Summary

Feature

Add MCP tool call usage reporting

Enables billing to report MCP tool call events separately, improving adoption visibility for organizations.

Health Assessment

Medium
Low
Low
  • The PR was reviewed quickly (3.3h) and merged within 33h, indicating a smooth process. AI assistance was used to generate code and tests, reducing manual effort. The change is moderate in size (≈480 lines across 5 files) and introduces a new reporting metric without affecting existing functionality.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Python
feat(tasks): add staff filter to see all team tasks skoob13 L No 2.6h 0.1h Jul 14, 2026

Summary

Feature

Add staff filter to view all team tasks

Enables staff to view any team task, bypassing per‑user visibility, improving support and debugging.

Health Assessment

Large
Low
Low
  • Fast cycle time (2.5h) and minimal review friction indicate a straightforward, low‑risk feature addition.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript, Python
Frameworks: Django
fix(data-warehouse): use resolved partition keys for all repartition batches Gilbert09 S AI 0.8h 0.1h Jul 14, 2026

Summary

Bug Fix

Fix partition key handling in data warehouse

Corrects repartition failures caused by mismatched partition keys, improving reliability of data ingestion.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes and no new features, resulting in a fast review cycle and low risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(postgres): treat missing incremental field as non-retryable Gilbert09 S AI 5.4h 0.2h Jul 14, 2026

Summary

Bug Fix

Fix missing incremental field error classification

Prevents retry loops and reduces error‑tracking noise by classifying a deterministic configuration error as non‑retryable, giving customers clear guidance to resolve the issue.

Health Assessment

Small
Low
Low
  • Fast turnaround with a single commit and no review back‑and‑forth, indicating a straightforward, low‑risk fix.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(data-imports): honor Anthropic Retry-After on 429s Gilbert09 M No 0.7h 0.3h Jul 14, 2026

Summary

Bug Fix

Fix Anthropic retry-after handling for rate limits

Ensures data imports respect Anthropic's Retry-After header, preventing premature retries and reducing failures.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, approved in under 30 minutes, indicating low complexity and high confidence.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(data-imports): shrink Anthropic usage report page size to avoid 400 Gilbert09 S No 0.7h 0.1h Jul 14, 2026

Summary

Bug Fix

Shrink Anthropic usage report page size

Reduces page size to avoid 400 errors, ensuring stable data syncs.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix approved immediately with no rework, indicating low complexity and risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
chore(nodejs): anchor jest dev-folder ignore pattern to the repo root mayteio XS AI 1.7h 0.1h Jul 14, 2026

Summary

Bug Fix

Anchor Jest dev-folder ignore pattern to repo root

Fixes test discovery when the repository is checked out under a dev directory, ensuring Jest correctly runs tests and ignores only in‑repo dev folders.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review, no rework.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
Merch launch video smallbrownbike M No 22.1h 13.7h Jul 14, 2026

Summary

Feature

Merch launch video

Adds a launch video to the merch page, automatically opening the first collection item to showcase new merch and boost user engagement.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 22 hours, minimal rework, and small scope indicate a smooth, low-risk feature addition.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
fix(ci): remove third-party apt sources before apt-get update on Depot runners mendral-app S No 2.3h 2.3h Jul 14, 2026

Summary

Bug Fix

Remove third-party apt sources from CI workflows

Prevents CI failures caused by expired third-party APT repositories on Depot runners, ensuring reliable package updates.

Health Assessment

Small
Low
Low
  • Quick fix to CI pipeline, minimal changes, resolved in under 3 hours, low risk.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(insights): discriminate remaining query schema unions thmsobrmlr XL No 6.7h 3.3h Jul 14, 2026

Summary

Bug Fix

Improve query schema validation with discriminated unions

Ensures API payloads for insights queries are validated against correct union types, reducing error noise and improving developer experience. This change provides clearer error messages for malformed requests, enhancing reliability for API consumers.

Health Assessment

X-Large
High
Low
  • R
  • a
  • p
  • i
  • d
  • i
  • t
  • e
  • r
  • a
  • t
  • i
  • o
  • n
  • w
  • i
  • t
  • h
  • m
  • i
  • n
  • i
  • m
  • a
  • l
  • r
  • e
  • v
  • i
  • e
  • w
  • c
  • y
  • c
  • l
  • e
  • s
  • i
  • n
  • d
  • i
  • c
  • a
  • t
  • e
  • s
  • c
  • o
  • n
  • f
  • i
  • d
  • e
  • n
  • c
  • e
  • i
  • n
  • c
  • h
  • a
  • n
  • g
  • e
  • s
  • ,
  • b
  • u
  • t
  • t
  • h
  • e
  • l
  • a
  • r
  • g
  • e
  • c
  • o
  • d
  • e
  • b
  • a
  • s
  • e
  • m
  • o
  • d
  • i
  • f
  • i
  • c
  • a
  • t
  • i
  • o
  • n
  • s
  • a
  • n
  • d
  • A
  • P
  • I
  • v
  • a
  • l
  • i
  • d
  • a
  • t
  • i
  • o
  • n
  • s
  • h
  • i
  • f
  • t
  • p
  • o
  • s
  • e
  • s
  • i
  • g
  • n
  • i
  • f
  • i
  • c
  • a
  • n
  • t
  • r
  • i
  • s
  • k
  • t
  • o
  • d
  • o
  • w
  • n
  • s
  • t
  • r
  • e
  • a
  • m
  • c
  • o
  • n
  • s
  • u
  • m
  • e
  • r
  • s
  • .

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
fix(data-warehouse): shrink new-source wizard payload and gzip it danielcarletti S AI 1.0h 0.3h Jul 14, 2026

Summary

Bug Fix

Shrink wizard payload and enable gzip

Reduces wizard endpoint payload by 93%, improving load times and cutting bandwidth usage.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with minimal code changes and no new features, resulting in fast review and merge.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
feat(insights): New date picker experiment sampennington XL No 7.4h 1.5h Jul 14, 2026

Summary

Feature

Add experimental date picker for insights

Introduces a chip‑based date filter UI for insights, enabling A/B testing of a compact design without backend changes.

Health Assessment

Large
Medium
Medium
  • Rapid iteration with AI assistance; multiple commits after review indicate active refinement; overall fast cycle time.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
chore(insights): remove insights-tooltips flag and legacy tooltips sampennington XL AI 4.5h 3.5h Jul 14, 2026

Summary

Chore

Remove obsolete tooltip flag and legacy tooltips

Consolidates tooltip rendering to the new quill system, eliminating dead code and simplifying maintenance.

Health Assessment

Large
Low
Low
  • Fast cycle time (4.5h) and minimal review indicate a straightforward maintenance task; the large number of deletions reflects a significant cleanup but with no new feature risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Yaml
Frameworks: React
feat(data-warehouse): add data ops overview tab EDsCODE L AI 20.5h 3.5h Jul 14, 2026

Summary

Feature

Add Data Ops Overview Tab

Provides users with a consolidated view of warehouse status, improving visibility into data backfill progress and readiness.

Health Assessment

Large
Low
Low
  • Quick turnaround with a single commit and minimal review rounds indicates high confidence in the changes.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Codex, Claude
Confidence: 0.95

Tech Stack

Languages: Typescript
Frameworks: React
feat(billing): surface billing activity in the activity log UI yasen-posthog M AI 8.2h 0.4h Jul 14, 2026

Summary

Feature

Surface billing activity in activity log UI

Adds billing activity scope and describer so billing events render meaningfully in the activity log, improving visibility for users.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; AI-assisted code generation streamlined implementation.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
feat(replay-vision): render the full summary as slack section blocks ksvat M No 19.4h 18.0h Jul 14, 2026

Summary

Feature

Render full summary as Slack section blocks

Ensures complete replay-vision reports are delivered to Slack without truncation, improving visibility and preventing data loss for users.

Health Assessment

Medium
Low
Low
  • Fast cycle time and single review round indicate efficient collaboration and minimal rework.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
feat(web-analytics): add no-session-join fast paths for web overview and paths tile lricoy XL AI 3.0h 2.4h Jul 14, 2026

Summary

Feature

Add no-session-join fast paths for web analytics

Improves web analytics query performance by eliminating unnecessary session joins, delivering up to 15x speedups for key dashboards.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate efficient collaboration; performance gains are significant.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
feat(data-warehouse): release 166 implemented warehouse sources Gilbert09 L No 0.9h 0.9h Jul 14, 2026

Summary

Feature

Release 166 fully implemented warehouse sources

Makes 166 data warehouse connectors visible to users by removing the hidden flag, enabling them to connect and use new data sources.

Health Assessment

Small
Low
Low
  • Rapid approval with a single review and minimal changes; the PR was merged within 0.9 hours, indicating low complexity and high confidence.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
chore(deps): bump deltalake to 1.6.1 and pyarrow to 23.0.1 estefaniarabadan M No 26.9h 0.1h Jul 14, 2026

Summary

Chore

Bump deltalake to 1.6.1 and pyarrow to 23.0.1

Upgrades deltalake and pyarrow to address type reconciliation issues in warehouse pipelines.

Health Assessment

Medium
Low
Low
  • The PR was thoroughly reviewed and tested, with a clear description of the changes and their impact on the warehouse pipelines.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Deltalake, Pyarrow
Fix broken session replay link in "opening their own pull requests" post BrianAtPosthog XS AI 0.2h 0.2h Jul 14, 2026

Summary

Docs

Fix broken session replay link in blog post

Corrects a broken link in a blog post, ensuring users can navigate to the session replay page without encountering a 404 error.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved within minutes, indicating efficient review and low complexity.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

docs: add PostHog Code pricing page annikaschmid M AI 4.2h 0.4h Jul 14, 2026

Summary

Feature

Add PostHog Code pricing page

Adds a pricing page for PostHog Code, detailing AI credit billing, free tier, model pricing, usage tracking, and controls.

Health Assessment

Medium
Low
Medium
  • Rapid iteration with multiple small commits indicates active refinement; quick review and merge suggest low friction and high confidence in the documentation update.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
feat(metrics): support threshold alerts on metrics insights DanielVisca XL No 14.9h 0.1h Jul 14, 2026

Summary

Feature

Add threshold alerts for metrics insights

Enables threshold alerts on metrics insights by adding MetricsQuery as an alertable kind, updating backend extraction, validation, API gating, and frontend support.

Health Assessment

Large
Medium
Low
  • Rapid iteration with multiple commits and quick review indicates high developer engagement; large scope but short cycle time suggests efficient process.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
fix(otel): name django spans by route pattern pauldambra S No 6.1h 0.2h Jul 14, 2026

Summary

Bug Fix

Rename Django spans using route patterns

Improves trace readability by naming spans with resolved URL patterns, aiding debugging and monitoring.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes; low risk and high confidence in correctness.

AI Details

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

Tech Stack

Languages: Python
fix(conversations): preserve filename on uploaded media downloads veryayskiy M No 0.8h 0.7h Jul 14, 2026

Summary

Bug Fix

Preserve filename on uploaded media downloads

Ensures downloaded media retains original filename and extension, improving user experience and preventing file misidentification.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Python
Frameworks: Django
feat(data-warehouse): GitHub adopts the OAuth account (repository) picker Gilbert09 M No 24.4h 0.1h Jul 14, 2026

Summary

Feature

Add OAuth account picker for GitHub integration

Enables users to select GitHub repositories via a shared, searchable picker, improving UX and reducing custom code for the data warehouse integration.

Health Assessment

Small
Medium
High
  • The PR was reviewed quickly and merged within 24 hours, but required a series of small commits to refine both backend and frontend logic, indicating a high iteration intensity but low overall scope.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Python
Frameworks: React
feat(data-warehouse): person-target custom property editor Gilbert09 XL AI 96.9h 0.0h Jul 14, 2026

Summary

Feature

Add person-target property editor for data warehouse

Enables creation of person properties from warehouse tables, adding UI for mapping and configuration, improving data integration.

Health Assessment

X-Large
Medium
Low
  • Fast review with a single commit, but the change spans over 500 lines across backend and frontend, indicating a substantial feature addition with moderate risk.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude, Claude Code
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
feat(growth): add orchestration-agnostic enrichment core MattBro XL AI 94.6h 4.8h Jul 14, 2026

Summary

Feature

Add orchestration-agnostic enrichment core

Provides a reusable enrichment core for growth, enabling real‑time and batch orchestrators to enrich organization data with Harmonic and other providers, improving data quality and consistency.

Health Assessment

Large
High
Low
  • The PR required 4 days from first review to merge with a single comment and no rework, indicating a straightforward implementation but a relatively long cycle time likely due to scheduling or other dependencies.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
Frameworks: Django
feat(ingestion): add ingestion control plane service jose-sequeira XL AI 4.4h 0.3h Jul 14, 2026

Summary

Feature

Add ingestion control plane service

Provides an internal web tool to monitor ingestion lag and debug consumer routing, improving ops visibility and reducing manual troubleshooting.

Health Assessment

Large
Medium
Low
  • Rapid 4‑hour cycle with minimal review rounds; AI‑assisted code generation enabled quick delivery of a new internal ops service.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Rust
chore(deps): Update posthog-js to 1.400.0 posthog-js-upgrader M No 0.4h 0.1h Jul 14, 2026

Summary

Chore

Update posthog-js dependency to 1.400.0

Bumps the PostHog JavaScript SDK to the latest 1.400.0 release, ensuring compatibility and access to new features.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, fast review and merge.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
test(data-warehouse): cover the oauth integration kind resolver jabahamondes M AI 1.0h 0.4h Jul 14, 2026

Summary

Test

Add unit tests for OAuth integration kind resolver

Adds comprehensive test coverage for the OAuth integration kind resolver, ensuring correct handling of nested OAuth fields and preventing 400 errors for unsupported sources.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal changes, no production code affected.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python
fix(tasks): enforce Code access for cloud runs k11kirky M No 1.0h 0.4h Jul 14, 2026

Summary

Bug Fix

Enforce Code Access for Cloud Runs

Prevents cloud task launches when the authenticated user lacks PostHog Code entitlement, ensuring secure access control.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged quickly, indicating a smooth review process. The changes are well-documented and include regression coverage for the entitlement backstop.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Posthog Code
Confidence: 0.95

Tech Stack

Languages: Python
chore(ci): consolidate PR bot comments pauldambra XL No 5.8h 1.1h Jul 14, 2026

Summary

Chore

Consolidate PR bot comments into shared CI report

Reduces noise in pull requests by merging separate CI bot comments into a single shared report, improving developer experience and reducing duplicate notifications. Adds a warning floor for dist folder growth to avoid false positives.

Health Assessment

X-Large
High
Low
  • The PR was merged quickly with minimal review, indicating efficient collaboration, but the large number of lines and files suggests significant refactoring of CI comment handling.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: ChatGPT
Confidence: 0.95

Tech Stack

Languages: Yaml, Javascript, Typescript
Frameworks: Github-Actions
feat(data-warehouse): add managed warehouse data status endpoint EDsCODE XL AI 18.9h 2.6h Jul 14, 2026

Summary

Feature

Add managed warehouse data status endpoint

Adds a new API endpoint that reports the readiness state of data in managed warehouses, allowing teams to monitor backfill progress and detect stalled partitions, improving visibility and operational confidence.

Health Assessment

X-Large
Medium
Low
  • The PR introduced a large backend feature with over 1,700 lines of code, but the review cycle was quick (2.6h to first review) and the changes were well-structured, indicating efficient collaboration. AI assistance was used to author key components, which may accelerate future iterations.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Python, Typescript
Frameworks: Django
« Page 51 of 100 »

Get this analytics stack for your team

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

Connect Repos