Pull Request Explorer

Exploring 197 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore: Flaky test tommoor S No 10.8h 0.0h Jul 10, 2026

Summary

Health Assessment

AI Details

Tech Stack

Add `sidebarHidden` query option tommoor M No 24.9h 0.1h Jul 10, 2026

Summary

Feature

Add sidebarHidden query option

Adds a query flag to hide the sidebar, giving users more control over layout.

Health Assessment

Medium
Low
Low
  • Quick review and single commit indicate straightforward change with minimal risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore: Upgrade GH actions to latest (Node 24) tommoor XS No 0.6h 0.0h Jul 10, 2026

Summary

Health Assessment

AI Details

Tech Stack

correctly paste doc links with hash salihudickson S No 86.0h 0.1h Jul 09, 2026

Summary

Bug Fix

Fix doc link hash handling in editor

Ensures pasted document links with URL fragments are preserved, improving navigation accuracy for users.

Health Assessment

Small
Low
Low
  • Quick review but long cycle time likely due to merge queue or scheduling.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Presigned POST with accelerate URL tommoor XS No 0.2h 0.1h Jul 09, 2026

Summary

Health Assessment

AI Details

Tech Stack

perf: Do not load webhook content during failure check tommoor M No 1.6h 0.0h Jul 09, 2026

Summary

Health Assessment

AI Details

Tech Stack

feat: Add HTML input support to MCP create_document Ali-ovo M No 5.7h 4.5h Jul 09, 2026

Summary

Feature

Add HTML input support to MCP create_document

Enables optional HTML input for the MCP create_document tool, converting HTML to document state while preserving media attachments.

Health Assessment

Medium
Low
Low
  • Fast cycle time of 5.7 hours and a single review round indicate a smooth, low-risk feature addition.

AI Details

Tech Stack

Languages: Typescript
feat: Add support for OIDC provider returning JWT from userinfo endpoint tommoor L No 124.1h 0.1h Jul 08, 2026

Summary

Feature

Add OIDC JWT support from userinfo endpoint

Enables Outline to handle OIDC providers that return JWTs from the userinfo endpoint, improving compatibility with spec‑compliant providers.

Health Assessment

Large
Low
Low
  • Fast review and minimal rework, but a long cycle time due to a delayed merge after initial feedback.

AI Details

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

Tech Stack

Languages: Typescript
Change MCP `_update` tools to return error with no changes tommoor M No 86.8h 0.1h Jul 08, 2026

Summary

Bug Fix

Update MCP tools to error on no-op updates

Ensures MCP update calls fail loudly when no fields are changed, preventing silent no‑ops and improving client reliability.

Health Assessment

Medium
Medium
High
  • PR required multiple commits to address no‑op update detection across several tools, indicating complex logic changes. The review was quick but rework was needed, suggesting initial implementation had gaps.

AI Details

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

Tech Stack

Languages: Typescript
feat: Allow matching block input rules after soft-break tommoor L No 39.9h 0.1h Jul 08, 2026

Summary

Feature

Add block input rule matching after soft break

Enables block-level input rules such as triple backticks or horizontal rules to trigger correctly after a soft line break, improving editor usability.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Add missing JSDoc to exported members in app and server utils tommoor XL No 1.8h 0.1h Jul 08, 2026

Summary

Refactor

Add JSDoc to exported utilities

Improves code documentation for better maintainability and developer onboarding.

Health Assessment

Large
Low
Low
  • Fast review and merge with minimal rework; documentation quality enhanced across both frontend and backend utilities.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React, Koa
fix: `validateUrlNotPrivate` hardening tommoor M No 4.1h 0.0h Jul 08, 2026

Summary

Bug Fix

Harden URL validation against SSRF

Improves server-side URL validation to reject hostnames with private IPs in any DNS record, preventing SSRF attacks and returning clean 400 errors for unresolvable hosts.

Health Assessment

Small
Low
Low
  • Quick AI-assisted fix with minimal changes, merged within hours, no significant rework.

AI Details

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

Tech Stack

Languages: Typescript
fix: Comments sidebar opens on document load when draft comment exists tommoor M No 63.8h 0.1h Jul 08, 2026

Summary

Bug Fix

Fix comment sidebar auto-open on load

Prevents unintended UI pop‑up when loading documents with unsent draft comments, improving user experience and reducing confusion.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and a smooth resolution process.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
feat: Allow setting alignment on table row selection tommoor M No 63.8h 0.1h Jul 08, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: Math formulas not rendering correctly in HTML/PDF output tommoor S No 0.2h 0.1h Jul 08, 2026

Summary

Bug Fix

Fix Math formulas rendering in HTML/PDF

Ensures LaTeX math renders correctly in exported documents, improving content accuracy for users.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
perf: Use SCAN and batched UNLINK instead of KEYS in CacheHelper.clearData tommoor M No 1.9h 0.0h Jul 08, 2026

Summary

Feature

Improve Redis cache invalidation performance

Replaces blocking KEYS with incremental SCAN and batched UNLINK, reducing startup latency and improving scalability for large keyspaces.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes, indicating low complexity and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
fix: Skip attachment work in exports when includeAttachments is false tommoor S No 11.3h 0.0h Jul 08, 2026

Summary

Bug Fix

Skip attachment work in exports when disabled

Optimizes export performance by skipping attachment size queries and honoring includeAttachments flag in single-document exports, reducing unnecessary processing.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
fix: passThrough prop not correctly applied tommoor XS No 0.1h 0.0h Jul 07, 2026

Summary

Bug Fix

Fix header passThrough styling

Corrects header styling to remove unintended translucent background, ensuring visual consistency on the search page.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed immediately by AI, merged within minutes.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: Stale CSRF token sent on request retries and form submissions tommoor M No 54.3h 0.1h Jul 06, 2026

Summary

Bug Fix

Fix stale CSRF token on retries

Ensures clients always send the latest CSRF token, preventing double‑submit errors during retries and form submissions, improving security and user experience.

Health Assessment

Medium
Low
Medium
  • Quick review and merge within 2 days, minimal rework, indicating a straightforward bug fix with low risk to production.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore(deps): bump the sentry group across 1 directory with 2 updates dependabot M No 4.6h - Jul 06, 2026

Summary

Chore

Bump Sentry dependencies

Updates Sentry Node and React packages to the latest patch, improving error tracking reliability and performance for end users.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical dependency bump.

AI Details

Tech Stack

Languages: Javascript
chore: Remove straggling mentions of prettier tommoor XS No 7.3h 0.0h Jul 06, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: Decode percent-encoded filenames from URLs tommoor S AI 7.4h 0.0h Jul 06, 2026

Summary

Bug Fix

Fix percent-encoded filenames from URLs

Ensures attachments created from URLs are stored with human-readable filenames by decoding percent-encoding, improving file management and user experience.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, AI-assisted code generation, no major rework, merged within same day.

AI Details

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

Tech Stack

Languages: Typescript
fix: Sensitive fields can leak into logging when non-primitive tommoor XS No 7.0h 0.0h Jul 06, 2026

Summary

Bug Fix

Fix logging leak of sensitive non-primitive fields

This fix ensures that sensitive fields such as tokens and passwords are not logged when their values are objects or arrays, preventing accidental data exposure.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
chore: Reduce glob matching in `PluginManager` on startup tommoor S No 6.8h 0.0h Jul 06, 2026

Summary

Chore

Reduce glob matching in PluginManager

Optimizes plugin server initialization by limiting file scanning to plugin entry points, improving startup performance.

Health Assessment

Small
Low
Low
  • Fast review and minimal changes indicate low complexity and quick approval.

AI Details

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

Tech Stack

Languages: Typescript
fix: Various unlabeled and undescribed interactive elements tommoor M No 6.6h 0.1h Jul 06, 2026

Summary

Bug Fix

Improve accessibility of interactive UI elements

Enhances screen reader support and keyboard operability for several UI components, reducing accessibility barriers.

Health Assessment

Medium
Low
Low
  • Fast review and single commit after review indicate a focused, low‑risk accessibility fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Show more useful breadcrumbs on search results tommoor M No 6.3h 0.1h Jul 06, 2026

Summary

Feature

Improve breadcrumb clarity in search results

Enhances user navigation by displaying more relevant breadcrumbs in search results, reducing confusion when documents share similar titles.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal review comments indicates straightforward UI improvement.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore(deps): bump the aws group with 6 updates dependabot XL No 4.2h - Jul 06, 2026

Summary

Chore

chore(deps): bump the aws group with 6 updates

Updates AWS SDK packages to newer versions, ensuring compatibility and security patches.

Health Assessment

X-Large
Low
Low
  • Merged within 4 hours with no review, indicating a straightforward dependency update with minimal friction.

AI Details

Tech Stack

Languages: Javascript
chore: Modernize download lib tommoor M No 6.8h 0.0h Jul 06, 2026

Summary

Chore

Modernize client-side download utility

Simplifies download logic by replacing legacy IE10 support with modern Blob and URL.createObjectURL, improving maintainability and performance.

Health Assessment

Medium
Low
Low
  • Quick review and merge within 7 hours, minimal changes, low risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: all `_FILE` suffix secrets in env are cemented at startup tommoor M No 47.3h 0.1h Jul 06, 2026

Summary

Bug Fix

Fix eager _FILE env secret handling

Prevents AWS SDK credential refresh failures by deferring Docker-style _FILE env variable resolution, improving reliability for EKS Pod Identity.

Health Assessment

Medium
Medium
Medium
  • The PR required several commits after the initial review to refine AI‑assisted changes and documentation, but the overall review cycle was quick and the scope was moderate.

AI Details

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

Tech Stack

Languages: Typescript
fix: `useIdle` never triggered without user activity tommoor XS No 6.5h 0.0h Jul 06, 2026

Summary

Bug Fix

Fix idle hook to trigger without activity

Ensures idle countdown starts immediately on mount and cleans up timers, improving user experience and preventing leaks.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
fix: Handle transient errors in `HealthMonitor` tommoor M No 5.9h 0.0h Jul 06, 2026

Summary

Bug Fix

Handle transient errors in HealthMonitor

This PR fixes transient error handling in the HealthMonitor queue, improving server shutdown reliability and preventing background timers from blocking the event loop.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with AI-assisted review, minimal risk and fast turnaround.

AI Details

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

Tech Stack

Languages: Typescript
fix: `useMediaQuery` value incorrect on first render tommoor S No 5.7h 0.0h Jul 06, 2026

Summary

Bug Fix

Fix useMediaQuery initial render value

The hook now returns the correct media query state on initial render, preventing false negatives. This ensures UI components relying on media queries behave consistently from the first render.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within hours, indicating a straightforward fix with minimal risk and high confidence.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore(deps): bump the radix-ui group with 12 updates dependabot L No 3.7h - Jul 06, 2026

Summary

Chore

Bump radix-ui dependencies

Updates 12 radix-ui packages to newer versions, ensuring compatibility and security fixes.

Health Assessment

Large
Low
Low
  • Merged within 3.7 hours with no review comments, indicating a straightforward dependency update. The change touches only package.json and yarn.lock, keeping the codebase stable while improving security and compatibility.

AI Details

Tech Stack

Languages: Javascript
chore(deps): bump markdown-it from 14.2.0 to 14.3.0 dependabot S No 3.7h - Jul 06, 2026

Summary

Chore

Bump markdown-it dependency to 14.3.0

Updates the markdown-it library to the latest patch, incorporating bug fixes and build pipeline improvements for better stability.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, typical automated dependency update.

AI Details

Tech Stack

chore: Auto-close PRs that edit generated translation files tommoor M No 0.2h 0.0h Jul 05, 2026

Summary

CI/CD

Auto-close PRs that edit generated translation files

Automates closure of pull requests that modify machine‑generated translation files, preventing accidental overwrites and directing contributors to Crowdin.

Health Assessment

Small
Low
Low
  • Quick merge with minimal review indicates a straightforward, low‑risk change.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix: Incorrect typing of passport request handlers tommoor S No 2.9h 0.1h Jul 03, 2026

Summary

Bug Fix

Fix passport request handler typing

Corrects type errors in OAuth/OIDC authentication, preventing crashes and ensuring reliable provider integration.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, reviewed by AI, merged within hours.

AI Details

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

Tech Stack

Languages: Typescript
fix: Ensure accessible name to search and text inputs tommoor S No 1.5h 0.3h Jul 01, 2026

Summary

Bug Fix

Fix accessible names for search and text inputs

Adds reliable accessible names to search and text inputs, ensuring WCAG 1.3.1 compliance and improving screen reader usability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under 2 hours with a single review.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
fix: mermaid Ctrl+Enter edit shortcut not working on Windows tommoor XS AI 11.3h 0.0h Jul 01, 2026

Summary

Bug Fix

Fix Mermaid Ctrl+Enter edit shortcut on Windows

Corrects keyboard shortcut handling for Mermaid editor, ensuring Windows users can enter edit mode with Ctrl+Enter, improving cross‑platform consistency.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Typescript
fix: Cannot connect existing workspace when signed into multiple tommoor S No 0.1h 0.0h Jul 01, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix: `revisions.list` response too large tommoor M No 137.4h 133.4h Jun 30, 2026

Summary

Bug Fix

Reduce revisions.list payload size

This PR trims the revisions.list API response to avoid large payloads, improving performance and preventing failures for large documents.

Health Assessment

Medium
Medium
Medium
  • The PR fixed a performance issue by making the revisions list lightweight, but the review process was delayed, resulting in a long cycle time.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
chore: babel -> swc tommoor XL No 117.2h 0.1h Jun 29, 2026

Summary

Chore

Migrate TypeScript compilation from Babel to SWC

Reduces build and test runtimes by ~50%, improving developer productivity.

Health Assessment

X-Large
High
Low
  • Large refactor with long cycle time, but quick review and minimal comments.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
chore(deps): bump the fortawesome group with 3 updates dependabot S No 4.6h - Jun 29, 2026

Summary

Chore

Bump FortAwesome dependencies to latest versions

Updates FontAwesome icon libraries to newer versions, ensuring UI icons remain current and secure.

Health Assessment

Medium
Low
Low
  • Quick dependency update with minimal changes, merged within hours, indicating a smooth and efficient process.

AI Details

Confidence: 1.00

Tech Stack

Languages: Javascript
chore(deps): bump the sentry group with 2 updates dependabot M No 4.6h - Jun 29, 2026

Summary

Chore

Bump Sentry dependencies to latest versions

Updates Sentry SDKs to newer releases, ensuring improved error tracking and compatibility.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical dependency bump.

AI Details

Tech Stack

Languages: Javascript
chore(deps): bump the aws group with 6 updates dependabot XL AI 4.5h - Jun 29, 2026

Summary

Chore

Update AWS SDK dependencies to latest versions

Ensures the application uses the latest AWS SDK features and security patches, improving stability and compatibility.

Health Assessment

X-Large
Low
Low
  • Rapid merge with minimal review; automated dependency update ensures up-to-date AWS SDKs.

AI Details

Category: Code AI

Tech Stack

Languages: Javascript
chore(deps): bump core-js from 3.47.0 to 3.49.0 dependabot S No 4.5h - Jun 29, 2026

Summary

Chore

Bump core-js dependency to 3.49.0

Updates core-js polyfill to the latest version, improving compatibility and performance for the application.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical dependency bump with no review required.

AI Details

Tech Stack

Languages: Javascript
chore(deps): Remove obsolete i18next-parser/i18next resolution tommoor S AI 21.8h 0.0h Jun 29, 2026

Summary

Chore

Remove obsolete i18next-parser i18next resolution

Updates dependency resolution to allow newer i18next version, improving build stability and security.

Health Assessment

Small
Low
Low
  • Fast turnaround with minimal rework; no blockers; quick merge.

AI Details

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

Tech Stack

Languages: Javascript
feat: Batch RPC endpoint tommoor XL No 81.0h 0.3h Jun 28, 2026

Summary

Feature

Batch RPC endpoint

Enables bulk RPC‑style mutations from the frontend, reducing network overhead and improving user experience for batch operations.

Health Assessment

X-Large
Low
Low
  • The PR added a large amount of code for a new endpoint, but the review was quick and required minimal changes, indicating a smooth integration.

AI Details

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

Tech Stack

Languages: Typescript
« Page 4 of 4

Get this analytics stack for your team

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

Connect Repos