Pull Request Explorer

Back to Repo
Exploring 66 PRs for Realtime. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(jwt): validate exp and iat numeric leandrocp M No 5.3h 0.3h Jun 02, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: update @supabase/supabase-js to v2.107.0 supabase-libs-pr-manager M AI 1.2h 0.6h Jun 02, 2026

Summary

Chore

chore: update @supabase/supabase-js to v2.107.0

Updates the Supabase JavaScript client library to the latest version, ensuring compatibility and access to new features and bug fixes.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating a straightforward dependency bump.

AI Details

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

Tech Stack

Languages: Javascript
feat(observability): per-tenant subscription metrics leandrocp L No 18.0h 0.8h Jun 02, 2026

Summary

Feature

Add per-tenant subscription metrics

Adds per-tenant subscription metrics to improve observability of subscription operations, including counts of subscriptions, poller dispatches, and failures.

Health Assessment

Large
Low
Low
  • Quick review and merge within 18 hours indicates a smooth process with minimal rework.

AI Details

Tech Stack

chore: fix flaky tests edgurgel S No 0.8h 0.5h Jun 02, 2026

Summary

Test

Fix flaky tests

Resolved intermittent failures in subscription and tenant connection tests, improving test reliability.

Health Assessment

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

AI Details

Tech Stack

fix: pg changes improvements edgurgel XL No 1.1h 0.2h Jun 02, 2026

Summary

Bug Fix

Improve PostgreSQL CDC RLS subscription handling

Enhances reliability and performance of real‑time subscription management by consolidating logic and improving worker supervision.

Health Assessment

X-Large
Medium
Low
  • Fast review and merge, but large code churn suggests a significant refactor that may impact stability if not thoroughly tested.

AI Details

Confidence: 0.10

Tech Stack

Languages: Elixir
chore: simplify e2e setup filipecabaco L No 30.5h 16.7h Jun 01, 2026

Summary

Chore

Simplify e2e setup

Streamlines end-to-end testing configuration for easier maintenance and execution.

Health Assessment

Small
Low
Low
  • The PR was merged quickly, indicating a straightforward review process.
  • The small scope and low number of files changed suggest minimal risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
fix: give up on 6+ failures on ReplicationPoller edgurgel M No 23.4h 0.3h Jun 01, 2026

Summary

Bug Fix

Fix ReplicationPoller failure threshold

Ensures the ReplicationPoller stops after 6 consecutive failures, preventing endless DB interaction loops and improving system stability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within a day, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Elixir
fix: prevent usage of select with wildcard; handle edge cases filipecabaco M No 4.4h 0.6h May 29, 2026

Summary

Bug Fix

Prevent wildcard select and handle edge cases

Fixes a bug that prevented using SELECT * in CDC RLS subscriptions, ensuring NULL values are coerced to empty maps and enforcing string list usage to avoid errors.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, merged within 4.4 hours, indicating low complexity and high confidence in the change.

AI Details

Tech Stack

feat: listen to schema.table with special chars leandrocp L No 21.8h 0.1h May 29, 2026

Summary

Feature

Listen to schema.table with special chars

Adds support for listening to tables with spaces and special characters in their names, improving compatibility with wal2json and preventing failures.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework, indicating a straightforward change with low risk.

AI Details

Tech Stack

chore: add logs to e2e filipecabaco S No 1.7h 1.6h May 29, 2026

Summary

Test

Add logs to e2e tests

Adds logging to end-to-end tests, improving debugging and reliability of real-time feature testing.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
feat: allow select on pg_changes filipecabaco XL No 5.1h 2.0h May 28, 2026

Summary

Feature

Allow selecting columns on pg_changes

Enables clients to specify which columns to include in PostgreSQL change payloads, improving bandwidth and privacy.

Health Assessment

X-Large
Medium
Low
  • Fast cycle time and minimal review rounds indicate efficient implementation. Large code change but well-contained within backend logic.

AI Details

Tech Stack

Languages: Typescript
chore(ci): update github app leandrocp XS No 0.6h 0.1h May 27, 2026

Summary

CI/CD

Update GitHub App CI Workflow

Updates the GitHub Actions workflow for dispatch deploy, ensuring the CI pipeline remains current and reliable.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates a straightforward CI update with no significant review friction.

AI Details

Confidence: 0.95

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
feat: AND filters in Postgres Changes filipecabaco L No 24.8h 3.5h May 27, 2026

Summary

Feature

Add AND filter support for Postgres changes

Enables more granular filtering of realtime data streams, improving data relevance for clients.

Health Assessment

Large
Medium
Low
  • PR delivered within a day with minimal back‑and‑forth, indicating efficient review and clear implementation.

AI Details

Tech Stack

chore: fix infinite recursion on e2e filipecabaco XS No 0.2h 0.0h May 26, 2026

Summary

Bug Fix

Fix infinite recursion in e2e test

Corrects a recursion bug in end‑to‑end tests, ensuring reliable test execution.

Health Assessment

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

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
chore(ci): allow to dispatch deploy from realtime repo leandrocp M No 0.1h 0.0h May 26, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: further reduce flakiness of e2e tests filipecabaco M No 0.1h 0.0h May 26, 2026

Summary

Chore

chore: further reduce flakiness of e2e tests

Improves reliability of end‑to‑end tests, reducing false positives and speeding release cycles.

Health Assessment

Small
Low
Low
  • Quick, single‑commit change with no review needed, indicating minimal risk and high confidence in the fix.

AI Details

Tech Stack

Languages: Typescript
feat(dashboard): backfill schema_migrations leandrocp M No 0.1h 0.1h May 26, 2026

Summary

Feature

Backfill schema_migrations to unblock tenants

Adds logic to backfill migration metadata, allowing tenants stuck at migration 7 to resume operations.

Health Assessment

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

AI Details

Tech Stack

fix: remove replication_slot_lag_check feature flag edgurgel S No 10.7h 7.9h May 26, 2026

Summary

Refactor

Remove replication_slot_lag_check feature flag

The replication slot lag check feature is now permanently enabled, eliminating the need for a feature flag and reducing operational overhead.

Health Assessment

Small
Low
Medium
  • Quick turnaround with minimal changes; no major rework or extensive review.

AI Details

Tech Stack

chore: update @supabase/supabase-js to v2.106.2 supabase-libs-pr-manager M No 10.8h 4.1h May 25, 2026

Summary

Chore

Update @supabase/supabase-js to v2.106.2

This PR updates the Supabase JavaScript client library to the latest patch, ensuring compatibility with recent bug fixes and performance improvements.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged within 11 hours.

AI Details

Tech Stack

fix(dashboard): tenant db connect dns ipv6 leandrocp M No 0.2h 0.2h May 25, 2026

Summary

Bug Fix

Fix tenant DB DNS IPv6 connection

Corrects PostgreSQL URL construction for IPv6 DNS hostnames, ensuring reliable tenant migrations.

Health Assessment

Medium
Low
Low
  • Resolved in a single commit with minimal review time, indicating a low-risk, straightforward fix.

AI Details

Confidence: 1.00

Tech Stack

fix: timing issue on connection disconnect filipecabaco XS No 0.6h 0.1h May 25, 2026

Summary

Bug Fix

Fix timing issue on connection disconnect

Reduces flakiness of acceptance tests by adjusting disconnect timer.

Health Assessment

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

AI Details

Tech Stack

chore: trigger PR creation for deployment filipecabaco S No 50.8h 2.8h May 25, 2026

Summary

CI/CD

Trigger PR creation for deployment

Automates PR creation for deployment, streamlining release workflow.

Health Assessment

Small
Low
Low
  • Quick review and single commit indicate straightforward CI update.

AI Details

Tech Stack

Frameworks: Github-Actions
fix: channels closing when jwt claims contain decimal number taimoorzaeem S No 58.9h 58.9h May 25, 2026

Summary

Bug Fix

Fix channel closure on decimal JWT claims

Prevents channel disconnections caused by decimal exp/iat claims, improving reliability.

Health Assessment

Small
Low
Medium
  • The PR had a single commit and was approved after a long review period, indicating a straightforward bug fix with minimal impact.

AI Details

Confidence: 0.10

Tech Stack

feat: add support to realtime.messages binary payloads edgurgel XL No 240.3h 11.2h May 25, 2026

Summary

Feature

Enable binary payloads in realtime messages

Adds binary payload support to realtime messages, allowing efficient transmission of binary data.

Health Assessment

X-Large
High
High
  • The PR required multiple iterations and extensive testing, indicating complex changes to the realtime messaging system.

AI Details

Confidence: 1.00

Tech Stack

chore: reduce e2e flakiness filipecabaco L No 11.1h 11.1h May 23, 2026

Summary

Chore

Reduce e2e flakiness

Improved reliability of end‑to‑end tests by adjusting subscription timing, query filters, and timeout settings, and updated dependencies.

Health Assessment

Large
Low
Low
  • Quick, single‑round review; minimal changes to test suite; low risk.

AI Details

Tech Stack

Languages: Typescript
chore: test pg14 leandrocp XL No 1.7h 1.2h May 22, 2026

Summary

Chore

chore: test pg14

Adds tests and CI configuration to validate compatibility with older Postgres 14.x tenant deployments, ensuring broadcast functionality works across versions.

Health Assessment

X-Large
Low
Low
  • Quick turnaround with minimal rework; PR focused on adding test coverage for older Postgres versions, indicating proactive compatibility maintenance.

AI Details

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

Tech Stack

Languages: Sql, Yaml
Frameworks: Github-Actions
chore: ensure compatibility with e2e test env filipecabaco XS No 1.0h 0.7h May 20, 2026

Summary

Test

Ensure e2e test environment compatibility

This change updates the e2e test suite to run successfully in the test environment, ensuring reliable integration testing.

Health Assessment

Small
Low
Low
  • Quickly merged with minimal changes and no review friction, indicating a straightforward test update.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(dashboard): preserve rls policies on tenant migrations fix plan leandrocp XS No 4.6h 4.4h May 20, 2026

Summary

Bug Fix

Preserve RLS policies during tenant migrations

Ensures tenant migration processes retain row‑level security policies, preventing accidental policy loss and maintaining data security.

Health Assessment

Small
Low
Low
  • Quick fix merged within 5 hours, minimal code changes, indicating low complexity and high confidence.

AI Details

Tech Stack

chore: e2e conditional run setup filipecabaco S No 0.3h 0.0h May 20, 2026

Summary

Test

Add conditional run setup for e2e tests

Sets up conditional execution of SQL-based e2e tests to run only on specific flows, improving test efficiency.

Health Assessment

Small
Low
Low
  • Quick, single-commit PR with minimal review, indicating a straightforward change.

AI Details

Tech Stack

Languages: Typescript
chore: e2e handle errors properly filipecabaco XS No 0.2h 0.1h May 20, 2026

Summary

Test

Add robust e2e error handling

Ensures end‑to‑end tests correctly handle errors, improving test reliability.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
chore: update tenant_db_baseline.json inline leandrocp XL No 0.2h 0.1h May 20, 2026

Summary

Chore

Update tenant DB baseline JSON

Includes updated tenant database baseline for next release, ensuring accurate tenant data.

Health Assessment

X-Large
Medium
Low
  • PR merged quickly with minimal review, indicating a straightforward update to baseline data.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore: auto update tenant db baseline leandrocp M No 0.2h 0.2h May 20, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: serialize postgres setup in e2e tests filipecabaco M No 3.0h 2.4h May 20, 2026

Summary

Chore

Serialize Postgres Setup in E2E Tests

Adds serialization of Postgres setup steps in end‑to‑end tests and logs, improving test reliability and visibility.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates straightforward maintenance.

AI Details

Tech Stack

Languages: Typescript
fix: bump up cowboy filipecabaco XL No 0.4h 0.2h May 20, 2026

Summary

Bug Fix

Bump up cowboy dependency

Updates the Cowboy web server to a newer version to address security vulnerabilities.

Health Assessment

Large
Low
Low
  • Quick security patch with minimal review, merged within 20 minutes.

AI Details

Tech Stack

Languages: Elixir
fix: compose tenant db permissions leandrocp XL No 20.4h 11.6h May 20, 2026

Summary

Bug Fix

Fix tenant database permission configuration

Ensures tenant database permissions match production, preventing permission errors during migrations.

Health Assessment

X-Large
Low
Low
  • Quick fix with minimal review, large JSON update to align permissions with production.

AI Details

Tech Stack

feat: single broadcast api payload edgurgel XL No 165.7h 60.1h May 20, 2026

Summary

Feature

Add single broadcast API endpoint

Introduces a POST endpoint for broadcasting events with JSON or binary payloads, supporting private channel flags.

Health Assessment

X-Large
High
High
  • The PR required multiple iterations and had a long cycle time, indicating significant review friction and complexity.

AI Details

Confidence: 0.80

Tech Stack

chore: add error logs to e2e filipecabaco S No 0.1h 0.0h May 19, 2026

Summary

Test

Add error logs to e2e tests

Adds detailed error logging to end‑to‑end tests, improving debugging visibility for test failures.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes and no review friction.

AI Details

Tech Stack

Languages: Typescript
chore: --pgdelta-path in task realtime.export_tenant_db_baseline leandrocp S No 0.1h 0.0h May 19, 2026

Summary

Chore

Add optional pgdelta path to export task

Enables overriding the pgdelta binary path for tenant DB baseline export, improving flexibility for custom environments.

Health Assessment

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

AI Details

Tech Stack

chore: tests with pg15 and pg17 filipecabaco S No 1.2h 0.5h May 19, 2026

Summary

Chore

Add tests for PostgreSQL 15 and 17

Ensures the test suite runs against PostgreSQL 15 and 17, improving compatibility and reliability.

Health Assessment

Small
Low
Low
  • Quick update to CI and test support to add PostgreSQL 15 and 17 support, minimal risk.

AI Details

Tech Stack

Languages: Elixir, Yaml
Frameworks: Github-Actions, Docker
chore: reduce e2e flakiness & log verbosity filipecabaco L No 1.4h 1.2h May 19, 2026

Summary

Chore

Reduce e2e flakiness & log verbosity

Improves reliability of end‑to‑end tests by addressing race conditions and reduces noisy logs, leading to faster, more stable test runs.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal rework indicates a straightforward maintenance fix.

AI Details

Tech Stack

Languages: Typescript
chore: action hardening staaldraad S No 3.2h 1.6h May 19, 2026

Summary

CI/CD

CI hardening

Improves security of GitHub Actions by removing interpolation and using environment variables, ensuring actions are not exposed to untrusted code.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix: run nix script in low priv job doublethink M No 0.8h 0.8h May 19, 2026

Summary

Bug Fix

Run Nix script in low privilege job

Ensures the Nix script executes in a low‑privilege job, tightening security for production deployments.

Health Assessment

Small
Low
Low
  • Rapid review and merge with minimal changes to the CI workflow, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(dashboard): tenant migrations on ipv6 hosts leandrocp M No 0.7h 0.6h May 18, 2026

Summary

Bug Fix

Fix tenant migrations on IPv6 hosts

Resolves connection errors for tenants on IPv6 hosts, ensuring reliable real-time data delivery.

Health Assessment

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

AI Details

Confidence: 1.00

Tech Stack

fix: cowlib security update leandrocp XS No 0.3h 0.1h May 18, 2026

Summary

Bug Fix

Fix cowlib security update

Updates cowlib dependency to address multiple security advisories, ensuring safer real-time communication.

Health Assessment

Small
Low
Low
  • Quick approval after minimal review, indicating straightforward dependency update.

AI Details

Tech Stack

chore(ci): use blacksmith arm runners leandrocp S No 0.1h 0.0h May 18, 2026

Summary

CI/CD

Use blacksmith arm runners in CI

Improves CI build speed and reliability by configuring Docker ARM builds to use Blacksmith runners, reducing build time and avoiding local builder fallback.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; AI-assisted fixes improved CI performance.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
feat(dashboard): tenant migrations page leandrocp XL No 116.2h 0.0h May 18, 2026

Summary

Feature

Add tenant migrations page

Provides a dashboard for operators to diagnose and remediate tenant database drift, improving reliability and reducing support overhead.

Health Assessment

X-Large
High
Medium
  • The PR added a large JSON baseline file and numerous code changes, resulting in a 116‑hour cycle time and multiple iterations, indicating significant complexity and potential risk.

AI Details

Tech Stack

Languages: Elixir
feat: tag tenant migration duration metric with origin platform_region leandrocp S No 0.5h 0.5h May 18, 2026

Summary

Feature

Add platform_region label to migration metrics

Expose tenant origin region in migration duration metrics to enable correlation of region and database region for performance analysis.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal changes and no review friction.

AI Details

Tech Stack

chore: update @supabase/supabase-js to v2.106.0 supabase-libs-pr-manager M AI 0.5h 0.0h May 18, 2026

Summary

Chore

Update supabase-js dependency to v2.106.0

This PR updates the supabase-js library to the latest v2.106.0, ensuring compatibility with new features and bug fixes. The update brings improved trace context propagation and bug fixes for auth and storage.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal review indicates low complexity and high confidence in the update.

AI Details

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

Tech Stack

Languages: Javascript
chore: actionlint & shellcheck added filipecabaco S No 0.5h 0.4h May 18, 2026

Summary

CI/CD

Add actionlint & shellcheck to CI

Adds linting tools actionlint and shellcheck to improve code quality and catch errors early.

Health Assessment

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

AI Details

Tech Stack

Languages: Yaml, Shell
Frameworks: Github-Actions
fix: update plug edgurgel XS No 0.2h 0.0h May 15, 2026

Summary

CI/CD

Update CI workflows to run on mix.lock changes

Ensures CI pipelines trigger on dependency changes, improving build reliability.

Health Assessment

Small
Low
Low
  • Fast cycle time and immediate review indicate smooth integration.

AI Details

Tech Stack

Frameworks: Github-Actions
Page 1 of 2 »

Get this analytics stack for your team

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

Connect Repos