Pull Request Explorer

Exploring 433 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(cli): correct misleading delete-fork command description hugocasa S AI 1.2h 0.0h Jul 01, 2026

Summary

Bug Fix

Correct misleading delete-fork command description

Clarifies the delete-fork command to accurately reflect its behavior, preventing user confusion and ensuring documentation consistency. Updated tests to clean up temporary workspaces, improving reliability.

Health Assessment

Small
Low
Low
  • Fast turnaround with a single review comment and minimal code changes indicates a low-risk, high-confidence fix.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix(forks): require admin of both sides for the compare visibility guard rubenfiszel L AI 4.7h 0.1h Jul 01, 2026

Summary

Bug Fix

Require admin on both sides for compare guard

Ensures deployments only occur when both source and fork workspaces are fully visible, preventing incomplete comparisons and potential data loss.

Health Assessment

Large
Low
Low
  • Fast cycle time of 4.7h with a single review and no rework indicates a straightforward bug fix with minimal risk.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
fix(forks): reset diff tally on trigger delete + guard compare visibility for admins rubenfiszel M AI 0.7h - Jul 01, 2026

Summary

Bug Fix

Fix stale diff rows and visibility guard

Prevents phantom diff warnings that block deploys for admins, ensuring accurate deployment visibility and reducing admin frustration.

Health Assessment

Small
Low
Low
  • Resolved in under an hour with minimal changes, indicating efficient review and low risk.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
fix(workspaces): enforce CE workspace limit when unarchiving rubenfiszel S AI 0.3h - Jul 01, 2026

Summary

Bug Fix

Enforce CE workspace limit on unarchiving

Prevents community edition users from exceeding the two‑workspace cap by enforcing limits during unarchiving and archiving, ensuring compliance and system stability.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix with minimal code changes and no new dependencies; low risk to production.

AI Details

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

Tech Stack

Languages: Rust
feat: use derived username instead of email for non-member superadmins rubenfiszel L No 4.4h 1.7h Jul 01, 2026

Summary

Bug Fix

Use derived username instead of email for non‑member superadmins

Fixes WIN‑2115 by ensuring non‑member superadmins use a derived username rather than their raw email, preventing email leakage and improving identity consistency across the platform.

Health Assessment

Large
High
Medium
  • Rapid AI‑assisted iteration resolved the issue within 4.4 hours, but the PR required multiple commits after the first review, indicating a complex change that was carefully refined before merging.

AI Details

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

Tech Stack

Languages: Rust, Yaml, Json
fix(offboarding): make global reassignment per-workspace and optional hugocasa M No 1.6h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix offboarding reassignment logic

Improves user offboarding flow, preventing errors and handling single-member workspaces, ensuring smooth removal and reassignment.

Health Assessment

Medium
Low
Low
  • Rapid iteration with AI assistance, minimal review friction, quick merge within 1.6 hours.

AI Details

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

Tech Stack

Frameworks: Svelte
feat(frontend): add zoom and download to Mermaid graphs rubenfiszel M AI 0.9h 0.1h Jul 01, 2026

Summary

Feature

Add zoom and download to Mermaid graphs

Enables users to zoom into and download Mermaid diagrams in the AI chat, improving usability and allowing export of large graphs.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal review comments indicate a smooth, low-risk change.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Javascript
Frameworks: Svelte
fix(folders): allow dots and at-signs in folder owner validation rubenfiszel XS AI 0.4h 0.1h Jul 01, 2026

Summary

Bug Fix

Allow dots and at-signs in folder owner validation

Fixes folder owner validation to accept email-style usernames, preventing errors when adding or removing owners. This ensures consistent behavior across folder creation and modification paths.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Rust
chore(main): release 1.744.0 rubenfiszel L No 25.6h 0.1h Jul 01, 2026

Summary

Chore

Release version 1.744.0

Publishes a new release, bumping version and updating dependencies across backend and frontend.

Health Assessment

Medium
Low
Low
  • Release PR merged quickly with minimal review, indicating a stable release process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Python
feat(pipeline): local development for data pipelines (CLI --local + pipeline dev preview) rubenfiszel XL AI 23.5h 12.1h Jul 01, 2026

Summary

Feature

Add local dev loop for data pipelines

Enables developers to edit, preview, and run data pipelines locally without deployment, improving productivity and reducing iteration time.

Health Assessment

X-Large
High
Low
  • Merged within 24 hours with minimal review, but the PR introduced over 3,000 lines of code across 20 files, indicating a high-impact change that required careful testing and documentation.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Svelte, Yaml
Frameworks: Svelte
fix(mcp): stop double-escaping string query params in build_query_string hugocasa M AI 0.1h 0.0h Jul 01, 2026

Summary

Bug Fix

Fix double-escaping of string query params

Corrects query string handling for MCP tool arguments, ensuring JSON-containing strings are parsed correctly and endpoints return accurate results.

Health Assessment

Small
Low
Low
  • Fast cycle time (0.1h), single commit, minimal review, low risk of regression.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
fix: validate workspace name length (max 50 chars) on create and fork rubenfiszel S AI 0.1h 0.0h Jul 01, 2026

Summary

Bug Fix

Validate workspace name length to 50 chars on create and fork

Ensures workspace names respect the database column limit, returning a clear 400 error instead of a 500 and preventing costly side effects during fork operations.

Health Assessment

Small
Low
Low
  • Rapid AI-assisted fix with minimal code changes, fast review and merge, low risk to production.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript
fix: grant workspace_diff, materialized_partition, debounce_stale_data to windmill roles rubenfiszel S AI 0.1h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix grant permissions for workspace_diff, materialized_partition, debounce_stale_data

Ensures user database transactions can write to critical tables, preventing permission errors and maintaining system stability.

Health Assessment

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

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Sql
feat(pipelines): add managed SCD2 history materialize strategy rubenfiszel XL AI 1.5h 0.4h Jul 01, 2026

Summary

Feature

Add managed SCD2 history materialization strategy

Introduces first‑class SCD type 2 support for DuckLake pipelines, enabling versioned dimension tables and effective‑dated joins to improve auditability and analytics.

Health Assessment

Large
Medium
Low
  • The PR was merged within 1.5 hours, with a 0.3 hour review window, indicating a smooth review process. Despite a large code change (≈700 lines across 10 files), the use of AI assistance and clear documentation helped resolve issues quickly.

AI Details

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

Tech Stack

Languages: Rust, Typescript
fix: grant dispatch_event table to windmill roles (WIN-2112) rubenfiszel S AI 0.1h 0.1h Jul 01, 2026

Summary

Bug Fix

Fix grant dispatch_event table to windmill roles

Adds a migration to grant the dispatch_event table and sequence to windmill_user and windmill_admin, fixing schedule disable failures.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, AI-assisted review flagged issue, resolved in one commit.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Sql
feat(ansible): support repo-provided ansible.cfg in delegate_to_git_repo rubenfiszel L AI 0.4h 0.1h Jul 01, 2026

Summary

Feature

Add repo ansible.cfg support for delegate_to_git_repo

Enables repository-specific Ansible configuration for delegated playbooks, improving flexibility and reducing manual environment setup.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review comments indicate smooth integration; AI assistance accelerated development.

AI Details

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

Tech Stack

Languages: Rust
test(audit): de-flake S3 export end-to-end test under parallel tests rubenfiszel XS AI 0.1h - Jul 01, 2026

Summary

Docs

De-flake S3 export end-to-end test under parallel tests

This PR updates the EE repository reference to include test-only helpers that drain successive export ticks and wait for pre-existing rows to settle. It stabilizes the S3 audit export end-to-end test under parallel runs, preventing false failures caused by Postgres xmin contention.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes; no production code touched; low risk.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

fix: honor verify-ca/verify-full sslmode for postgres connections hugocasa L AI 35.1h 1.4h Jun 30, 2026

Summary

Bug Fix

Fix Postgres SSL mode verification

Ensures Postgres connections honor SSL mode settings, enforcing certificate verification for verify-ca/verify-full modes and adding per-resource opt‑out, improving security and preventing silent certificate acceptance.

Health Assessment

Large
Medium
Medium
  • The PR involved several AI‑assisted iterations to correct SSL verification logic, with moderate review friction and a medium‑sized code change.

AI Details

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

Tech Stack

Languages: Rust
feat(licensing): enforce offline license seat cap hugocasa M AI 5.3h 0.6h Jun 30, 2026

Summary

Feature

Enforce offline license seat cap

Adds real‑time enforcement of offline license seat limits, aligning seat count with billing and preventing over‑cap usage.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework; AI assistance accelerated development; PR merged within 5 hours.

AI Details

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

Tech Stack

Languages: Rust
fix(s3_proxy): preserve URL-encoding on Hive-partition proxy writes rubenfiszel XS AI 0.5h - Jun 30, 2026

Summary

Bug Fix

Preserve URL-encoding on Hive-partition proxy writes

Fixes signature mismatch for Hive-partitioned S3 writes, ensuring partitioned data uploads succeed. This prevents errors in downstream analytics and improves reliability of data pipelines.

Health Assessment

Small
Low
Low
  • Rapid fix with minimal changes, quick review and merge, low risk.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

feat: add dev workspaces paired with a lockable prod workspace hugocasa XL AI 121.8h 90.5h Jun 30, 2026

Summary

Feature

Add dev workspaces with lockable prod workspace

Enable teams to edit safely in dev workspaces, with auto-redirect to dev for locked prod workspaces and workspace-specific resources/variables in Compare & Deploy.

Health Assessment

Large
Medium
Medium
  • Multiple review rounds and comments indicate potential complexity or contention, but the PR was ultimately merged after addressing issues.

AI Details

Usage: AI Assisted
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Sql
Frameworks: Sqlx, Svelte
feat(object-store): make GCS service account key optional for Workload Identity rubenfiszel M AI 1.2h - Jun 30, 2026

Summary

Feature

Make GCS service account key optional

This change allows Windmill deployments to use GKE Workload Identity or other ambient GCP credentials instead of a static service account key, enhancing security and simplifying configuration.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 1.2 hours, indicating a smooth process with minimal friction.

AI Details

Usage: AI Reviewed
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust
fix(ai-chat): replay anthropic turns verbatim to keep thinking valid hugocasa L No 0.0h - Jun 30, 2026

Summary

Bug Fix

Fix AI chat replay to preserve thinking blocks

Ensures AI chat continues without 400 errors, improving reliability for users interacting with web search and tool calls.

Health Assessment

Medium
Low
Low
  • Quick resolution with minimal changes, no major refactoring, immediate merge indicates low risk.

AI Details

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

Tech Stack

Languages: Typescript
feat: add copy-to-clipboard button to rendered Mermaid diagrams in AI chat rubenfiszel S AI 0.1h 0.0h Jun 30, 2026

Summary

Feature

Add copy-to-clipboard button for Mermaid diagrams

Users can now copy Mermaid diagram source directly from the rendered view, improving developer workflow and reducing friction.

Health Assessment

Small
Low
Low
  • Rapid approval with minimal review indicates a straightforward change; AI-generated description streamlined communication.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Frameworks: Svelte
chore(main): release 1.743.0 rubenfiszel L No 4.3h 0.0h Jun 29, 2026

Summary

Chore

Release version 1.743.0

Publishes a new release, making recent features and bug fixes available to users.

Health Assessment

Large
Low
Low
  • Release was automated and reviewed immediately by AI, with minimal human intervention.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Typescript, Javascript, Python, +1 more
fix(gcp): require token verification for authenticated push delivery hugocasa XS AI 11.0h 0.2h Jun 29, 2026

Summary

Bug Fix

Require token verification for GCP Pub/Sub push triggers

Hardens authentication handling on GCP Pub/Sub push triggers by requiring and verifying OIDC tokens when authentication is enabled, preventing unauthorized push deliveries.

Health Assessment

Small
Low
Low
  • Quick AI‑assisted fix with minimal code changes and a fast review cycle, indicating low risk and high confidence in correctness.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Cubic AI, Claude
Confidence: 0.95

Tech Stack

feat(pipeline): AI-chat data-pipeline editor (route + in-session) + home surfacing rubenfiszel XL AI 88.5h 85.4h Jun 29, 2026

Summary

Feature

Add AI-driven data pipeline editor and home surfacing

Enables users to author and edit data pipelines directly through AI chat, streamlining workflow and surfacing pipelines in the home and search interfaces for faster access and deployment.

Health Assessment

X-Large
High
High
  • The PR required a long review cycle and introduced over 2,000 lines of code across 20 files, indicating high complexity and potential risk to stability.

AI Details

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

Tech Stack

Languages: Rust, Typescript
Frameworks: Svelte
feat(home): redesign create-new popover and home header rubenfiszel XL AI 32.1h - Jun 29, 2026

Summary

Feature

Redesign home header and create-new popover

Consolidates create actions into a single hover‑driven popover, simplifying the home page. Enhances user experience by reducing clutter and improving navigation.

Health Assessment

X-Large
Low
Low
  • Single commit with quick review and minimal rework, indicating a smooth process. The change is a large UI refactor but poses low risk to core functionality.

AI Details

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

Tech Stack

chore(main): release 1.742.0 rubenfiszel L No 3.1h 0.0h Jun 28, 2026

Summary

Chore

Release 1.742.0

Version 1.742.0 released, incorporating bug fixes and new features for users and developers.

Health Assessment

Large
Low
Low
  • Release completed in just over three hours with an AI-assisted review that found no issues, indicating a smooth and low-risk process.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Javascript, Typescript, Python
fix(audit): don't read pg_authid from an elevated context in S3 export migration rubenfiszel M AI 0.2h 0.1h Jun 28, 2026

Summary

Bug Fix

Fix audit S3 export migration pg_authid read

Prevents managed Postgres startup failures by safely handling pg_authid reads in audit S3 export migration, ensuring reliable audit data export.

Health Assessment

Small
Low
Low
  • Fast turnaround with a single review and no rework; AI review streamlined the process and the change is minimal in scope, posing low risk to the system.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Rust, Sql
Frameworks: Sqlx
fix: close unauthenticated DAP debugger program-mode launch bypass rubenfiszel M AI 0.6h - Jun 28, 2026

Summary

Bug Fix

Fix unauthenticated DAP debugger launch bypass

Secures the debugger WebSocket by enforcing signed tokens and rejecting cross‑origin connections, preventing unauthorized file execution.

Health Assessment

Medium
Low
Low
  • Merged within 30 minutes of creation with no review or rework, indicating a straightforward, low‑risk fix.

AI Details

Usage: AI Reviewed
Category: Review AI
Tools: Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript, Yaml
feat(apps): add labels input to app editor deploy drawer rubenfiszel M AI 1.1h 0.3h Jun 28, 2026

Summary

Feature

Add labels input to app editor deploy drawer

Enables users to assign labels during deployment, improving app organization and tracking across low‑code and raw apps.

Health Assessment

Small
Low
Low
  • Rapid 1‑hour cycle with minimal review rounds; AI assistance streamlined implementation and reduced rework.

AI Details

Usage: Authored by AI
Category: Both AI
Tools: Claude, Cubic AI
Confidence: 0.95

Tech Stack

Languages: Typescript
fix: redeploy older app version from deployment history rubenfiszel M AI 13.4h 13.0h Jun 28, 2026

Summary

Bug Fix

Fix redeploy older app version from history

Ensures that redeploying a previous app version correctly restores the editor state and deploys the intended version, preventing accidental deployment of stale data.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle, demonstrating efficient issue resolution.

AI Details

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

Tech Stack

Languages: Typescript
« Page 9 of 9

Get this analytics stack for your team

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

Connect Repos