Pull Request Explorer

Exploring 13 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(common): preserve collection tree on OpenAPI re-import jamesgeorge007 XL AI 20.0h 0.0h May 28, 2026

Summary

Bug Fix

Preserve collection tree on OpenAPI re-import

Ensures exported Hoppscotch collections round‑trip correctly, maintaining folder structure and duplicate requests, preventing data loss for users.

Health Assessment

X-Large
Low
Low
  • Fast review with AI assistance, minimal rework, and a single round of comments indicate a straightforward bug fix with low risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
feat: add Mongolian translation cf3901646 XL AI 189.2h 0.1h May 28, 2026

Summary

Feature

Add Mongolian localization to Hoppscotch

Adds Mongolian language support, improving accessibility for Mongolian-speaking users.

Health Assessment

X-Large
Medium
Low
  • The PR added extensive Mongolian localization, required a few rounds of AI-assisted review, and took almost a week to merge, indicating moderate complexity but low review friction.

AI Details

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

Tech Stack

fix: class validation issue for updateRESTUserRequest mirarifhasan S AI 1.5h 0.0h May 27, 2026

Summary

Bug Fix

Fix class validation for update user requests

Ensures that user request updates validate the ID, preventing invalid updates and improving data integrity.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; quick review and merge within 1.5 hours.

AI Details

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

Tech Stack

Languages: Typescript
fix(desktop): align appload types and resolve shell import alias CuriousCorrelation M AI 1.6h 0.0h May 26, 2026

Summary

Bug Fix

Align appload types and fix shell import alias

Ensures desktop build compiles by updating plugin types and correcting import paths, keeping web and desktop builds in sync. This resolves type errors and prevents build failures across environments.

Health Assessment

Small
Low
Low
  • Quick turnaround with no review friction; minimal changes fixed a build issue across web and desktop environments.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Rust
feat: add Export as OpenAPI 3.1 to collection context menu mcdgavin XL No - 0.1h May 25, 2026

Summary

Feature

Add Export as OpenAPI 3.1 to Collection Menu

Enables users to export collections as OpenAPI 3.1 spec, facilitating integration with API tools and documentation.

Health Assessment

X-Large
Medium
Low
  • The PR was reviewed within minutes, indicating low friction, but the large code addition introduces moderate risk.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript, Javascript
Frameworks: Vue
feat(desktop): zoom level control in settings CuriousCorrelation L AI 15.3h 0.1h May 25, 2026

Summary

Feature

Add desktop zoom control to settings

Provides a user‑facing zoom control for the Hoppscotch desktop app, persisting the zoom level across windows and eliminating initial‑frame flash.

Health Assessment

Large
Low
Low
  • Rapid review and minimal rework indicate a well‑scoped feature with clear implementation.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Rust
Frameworks: Vue
feat: make proxy URL configurable from env and admin dashboard mirarifhasan L AI 179.3h 69.1h May 25, 2026

Summary

Feature

Configure Proxy URL via Env and Admin

This change lets self-hosted deployments set the proxy URL through environment variables or the admin dashboard, giving administrators control over request routing. It also ensures safe synchronization between env and DB, preserving admin overrides.

Health Assessment

Large
High
High
  • The PR required multiple iterations and AI-assisted reviews, indicating complexity. The long cycle time and many commits after the first review suggest significant rework, raising risk for integration.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: Vue
fix(common): wait for proxy settings before issuing requests anwarulislam XL AI 188.9h 0.0h May 25, 2026

Summary

Bug Fix

Fix proxy settings load before requests

Ensures OAuth requests use correct proxy settings, preventing misrouting and improving reliability on first load.

Health Assessment

X-Large
High
Medium
  • The PR had a long cycle time but was reviewed quickly; large code changes required two review rounds, indicating moderate complexity.

AI Details

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

Tech Stack

Languages: Typescript
chore: security patch for the dependency chain `v2026.5.0` mirarifhasan XL AI 74.5h 25.8h May 22, 2026

Summary

Chore

Security patch for dependency chain v2026.5.0

This PR updates vulnerable dependencies across the project, hardening the production build and reducing exposure to known security vulnerabilities.

Health Assessment

X-Large
High
High
  • The PR required multiple review rounds and significant rework, indicating complex dependency updates and potential risk to production stability.

AI Details

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

Tech Stack

Frameworks: Vue, Nestjs
refactor(common): improve syncing systems and removes platform-wise duplications anwarulislam XL AI 163.6h 162.7h May 17, 2026

Summary

Feature

Refactor sync systems, remove platform duplications

Unifies collection, environment, and history synchronization across the platform, eliminating redundant platform‑specific logic and improving consistency for users.

Health Assessment

X-Large
High
High
  • The PR required over six days for the first review and involved a large number of lines and files, indicating significant complexity and potential integration risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript, Vue
Frameworks: Vue
feat(desktop): settings phase 3a - keyboard layout strategy CuriousCorrelation XL AI 123.5h 0.0h May 12, 2026

Summary

Feature

Add keyboard layout strategy to desktop settings

Introduces a keyboard layout strategy setting to improve shortcut handling on desktop, with options for typed letter, physical key position, and a smart default.

Health Assessment

Medium
Low
Low
  • The PR has a clear and well-structured description, and the code changes are well-organized and easy to follow. The use of a shared resolver for keyboard shortcuts simplifies the code and reduces the risk of errors.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
Frameworks: Vue, Tauri
fix: preserve script imports and avoid WebKit lookbehind jamesgeorge007 XL No 18.1h 0.1h May 12, 2026

Summary

Bug Fix

Fix script imports and WebKit lookbehind

Resolves regressions where top‑level ESM imports failed and the desktop app crashed on older macOS WebViews, improving script handling and compatibility.

Health Assessment

X-Large
Low
Low
  • Fast review and merge within 18 hours, minimal rework, indicating a straightforward bug fix with clear test coverage.

AI Details

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

Tech Stack

Languages: Javascript, Typescript
Frameworks: Vue
fix: class validator decorator usages mirarifhasan S AI 97.4h 0.0h May 11, 2026

Summary

Bug Fix

Fix class-validator decorator usage

Corrects validation logic in backend DTOs, preventing false validation errors and ensuring accurate data handling for authentication and documentation services.

Health Assessment

Small
Low
Low
  • PR received a quick review and required only one additional commit, but the overall cycle time was extended due to scheduling delays.

AI Details

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

Tech Stack

Languages: Typescript

Get this analytics stack for your team

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

Connect Repos