Pull Request Explorer
| 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 |
SummaryBug FixCorrect 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
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 |
SummaryBug FixRequire 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixEnforce 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
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 |
SummaryBug FixUse 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
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 |
SummaryBug FixFix offboarding reassignment logic Improves user offboarding flow, preventing errors and handling single-member workspaces, ensuring smooth removal and reassignment. Health Assessment
Medium
Low
Low
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixAllow 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
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 |
SummaryChoreRelease version 1.744.0 Publishes a new release, bumping version and updating dependencies across backend and frontend. Health Assessment
Medium
Low
Low
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixValidate 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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureAdd 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
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 |
SummaryDocsDe-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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureEnforce 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
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 |
SummaryBug FixPreserve 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
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 |
SummaryFeatureAdd 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
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 |
SummaryFeatureMake 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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureAdd 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
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 |
SummaryChoreRelease version 1.743.0 Publishes a new release, making recent features and bug fixes available to users. Health Assessment
Large
Low
Low
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 |
SummaryBug FixRequire 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
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 |
SummaryFeatureAdd 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
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 |
SummaryFeatureRedesign 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
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 |
SummaryChoreRelease 1.742.0 Version 1.742.0 released, incorporating bug fixes and new features for users and developers. Health Assessment
Large
Low
Low
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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
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 |
SummaryFeatureAdd 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
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 |
SummaryBug FixFix 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
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||