Pull Request Explorer

Exploring 928 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
Chore: Update to latest version of scenes ashharrison90 S No 1.2h 0.7h May 05, 2026

Summary

Chore

Update scenes dependency to latest version

Ensures the scenes library is up-to-date, incorporating bug fixes and security patches, improving stability for all users.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, fast review and merge, indicating low risk.

AI Details

Tech Stack

Chore: Remove React 19 deps and dedupe yarn lock jackw XL No 4.4h 0.1h May 05, 2026

Summary

Chore

Downgrade React 19 deps and dedupe yarn lock

Downgrades React dependencies to prevent dedupes favoring React 19 types, ensuring renovate PRs pass typechecks.

Health Assessment

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

AI Details

Tech Stack

Languages: Javascript
Frameworks: React
Provisioning: Negotiate receive-pack capabilities for git pushes MissingRoberto XS AI 0.5h 0.0h May 05, 2026

Summary

Bug Fix

Enable capability negotiation for git pushes

Fixes silent-success errors on GitLab pushes, ensuring users see real errors and preventing data loss.

Health Assessment

Small
Low
Low
  • Quick cycle time and minimal changes suggest low risk and straightforward review.

AI Details

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

Tech Stack

Languages: Go
Unified Storage: Warn when folders/dashboards migration is skipped RafaelPaulovic XS AI 0.9h 0.5h May 05, 2026

Summary

Bug Fix

Warn on skipped folders/dashboards migration

Adds a warning log for operators when a critical migration is skipped, preventing stale data after upgrades.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Go
AuthN: migrate auth token and session code to ConfigProvider jtroy M No 96.2h 95.5h May 05, 2026

Summary

Feature

Migrate auth token and session code to ConfigProvider

This change migrates authentication logic to use ConfigProvider, enabling per-request configuration. It allows session code to be multitenant-aware, enhancing security and flexibility for multi-tenant deployments.

Health Assessment

Medium
Medium
High
  • Long review and merge times suggest limited visibility or complexity; the change touches core auth logic, warranting careful testing.

AI Details

Tech Stack

Languages: Go
Provisioning: Honor ruleset bypass for write workflow validation MissingRoberto L AI 121.2h 97.3h May 05, 2026

Summary

Bug Fix

Honor ruleset bypass for write workflow validation

This change removes a false positive that blocked legitimate repository configurations from saving, ensuring that direct pushes to branches with bypassed rules succeed and improving provisioning reliability.

Health Assessment

Large
High
High
  • The PR took over five days to merge with a long review cycle and a large change set, indicating significant review friction. The fix addresses a critical false positive that could block repository provisioning, so the delay may have impacted delivery.

AI Details

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

Tech Stack

Languages: Go
feat(featuremgmt): make dashboardSectionVariables GA and default-on harisrozajac S No 19.5h 0.0h May 05, 2026

Summary

Feature

Promote dashboardSectionVariables to GA and default-on

This change promotes the dashboardSectionVariables feature to general availability and enables it by default, ensuring consistent behavior across OSS and Cloud deployments.

Health Assessment

AI Details

Tech Stack

Languages: Typescript, Go
Provisioning: Bump nanogit to v0.17.0 to fix pushes with repositories using git modules MissingRoberto S AI 1.0h 1.0h May 05, 2026

Summary

Bug Fix

Bump nanogit to v0.17.0 for submodule support

Updates the nanogit dependency to v0.17.0, fixing submodule handling during provisioning and ensuring repositories with git modules are correctly preserved. This resolves issue #123891 and improves reliability of provisioning workflows.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Go
Table: Fix width bi-directional updates for nested tables fastfrwrd L No 86.4h 69.1h May 05, 2026

Summary

Bug Fix

Fix nested table width updates

Ensures consistent column widths across nested tables, improving user experience and data readability.

Health Assessment

Large
High
High
  • The PR required multiple iterations after the initial review, with several commits to address nested table width logic and tests, indicating moderate complexity and a need for careful coordination.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Chore: Bump plugin-e2e sunker S No 2.4h 1.4h May 05, 2026

Summary

Chore

Bump plugin-e2e to support new dashboard layout

This PR updates the plugin-e2e test suite to incorporate the latest dashboard layout features, ensuring plugin developers can validate compatibility. The change maintains test stability and supports continuous integration for plugin development.

Health Assessment

Small
Low
Low
  • Fast cycle time and single approval indicate straightforward maintenance update.

AI Details

Tech Stack

Languages: Typescript
Chore: add tempo externalization warning itsmylife XS No 1.1h 0.3h May 05, 2026

Summary

Chore

Add Tempo externalization reminder workflow

Adds automated reminder for Tempo datasource externalization to ensure contributors update external repo, improving consistency and reducing errors.

Health Assessment

Small
Low
Low
  • Fast cycle time and minimal changes indicate low risk and efficient process.

AI Details

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

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
DataSources: Send generateName with requests from the UI ryantxu M No 2.3h 0.1h May 05, 2026

Summary

Bug Fix

Send generateName in UI DataSource requests

Ensures Kubernetes API idempotency by requiring generateName or name on POST, improving reliability of data source creation.

Health Assessment

Medium
Low
Low
  • Fast turnaround with minimal rework; low risk and straightforward fix.

AI Details

Confidence: 0.75

Tech Stack

Languages: Go, Typescript
storage/unified/search: add findFreshSnapshotByBuildStart probe and align IndexMeta field names pstibrany L No 19.5h 16.1h May 05, 2026

Summary

Feature

Add build-start probe and rename IndexMeta fields

Adds a probe to verify index freshness based on build start time, reducing unnecessary rebuilds. Renames metadata fields for consistency across the storage package.

Health Assessment

Large
Medium
Low
  • PR was merged within 19.5 hours with only one rework after the initial review, indicating a smooth and efficient process.

AI Details

Confidence: 0.80

Tech Stack

Languages: Go
[release-12.4.4] CI: Switch frontend-lint to self-hosted runners joshhunt S No 0.2h 0.2h May 05, 2026

Summary

CI/CD

Switch frontend-lint to self-hosted runners

Updates CI pipeline to use self-hosted runners for frontend linting, improving build speed and reliability.

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
BrowseDashboards: Fix cleared sort reset when switching to folder view Clarity-89 M No 4.3h 4.1h May 05, 2026

Summary

Bug Fix

Fix cleared sort reset on folder view switch

This PR fixes a bug where clearing the sort on the Browse Dashboards page would be restored when switching to folder view, preventing users from staying in folder view.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved in under 5 hours, indicating low complexity and high confidence.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
[release-13.0.2] CI: Switch frontend-lint to self-hosted runners joshhunt S No 0.1h 0.0h May 05, 2026

Summary

CI/CD

Switch frontend-lint to self-hosted runners

Updates CI to use self-hosted runners for frontend linting, improving build speed and reliability.

Health Assessment

Small
Low
Low
  • PR merged in minutes with no review friction and minimal code changes.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
CI: Switch frontend-lint to self-hosted runners joshhunt S No 0.3h 0.1h May 05, 2026

Summary

CI/CD

CI: Switch frontend-lint to self-hosted runners

Enables faster and more reliable linting by using self-hosted runners, reducing CI pipeline time and cost.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low complexity and high confidence in the change.

AI Details

Confidence: 0.10

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
Dashboards: Remove legacy non-scenes DashboardPage Sergej-Vlasov XL No 96.2h 9.0h May 05, 2026

Summary

Refactor

Remove legacy non-scenes dashboard page

Simplifies dashboard routing by removing dead code, reducing bundle size and maintenance overhead.

Health Assessment

X-Large
Medium
Medium
  • The PR removed a large amount of legacy code with a single review cycle, indicating a focused refactor that was accepted quickly but took several days to merge, likely due to scheduling or other dependencies.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
chore(deps): update grafana-app-sdk to v0.54.1 moustafab L No 10.5h 0.5h May 05, 2026

Summary

Chore

Update grafana-app-sdk dependency to v0.54.1

Keeps app-sdk dependencies up to date, ensuring compatibility and security for developers.

Health Assessment

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

AI Details

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

Tech Stack

Languages: Go
Provisioning: fix SyncAndWait race causing folder metadata test flake MissingRoberto S AI 19.2h 19.1h May 05, 2026

Summary

Bug Fix

Fix SyncAndWait race in provisioning tests

Eliminates flaky provisioning sync tests by addressing a race condition, improving CI reliability and reducing false positives.

Health Assessment

Small
Low
Low
  • Fast 19‑hour cycle with a single, small commit and no back‑and‑forth reviews indicates a low‑risk, straightforward fix.

AI Details

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

Tech Stack

Languages: Go
Chore: upgrade to Storybook 10 hugohaggmark XL No 21.1h 20.3h May 05, 2026

Summary

Chore

Upgrade Storybook to Version 10

Upgrades Storybook to keep the UI component library current, ensuring compatibility and leveraging new features for maintainers.

Health Assessment

X-Large
High
Low
  • The PR was completed in a single review cycle with no rework, indicating efficient collaboration, but the large code churn suggests significant impact on the UI component library.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
Frameworks: React, Storybook
Sidebar: Open pane actions, dock, and go back redesign torkelo L No 182.3h 158.8h May 05, 2026

Summary

Feature

Redesign sidebar pane actions and navigation

Improves user navigation and discoverability by reorganizing sidebar controls, enhancing dock placement, and adding back navigation, leading to a cleaner UI and better user experience.

Health Assessment

Small
Medium
High
  • PR took over 7 days to merge with extended review and multiple commits, indicating significant review friction and delayed delivery.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
fix: publish the correct current dual writer mode mustafasencer M No 119.3h 3.2h May 05, 2026

Summary

Bug Fix

Publish correct dual writer mode

Ensures the system reports the correct dual writer mode, aligning behavior with storage mode and completing migrations.

Health Assessment

Medium
Medium
Low
  • The PR took over five days to merge, but the first review was quick and required minimal rework, indicating a straightforward change with moderate scope.

AI Details

Tech Stack

Languages: Go
Panel Edit: Fix issue with Table view not showing when time controls are hidden & no template var yaelleC S No 116.7h 0.1h May 05, 2026

Summary

Bug Fix

Fix panel edit table view visibility bug

Ensures the Table view toggle remains visible when time controls are hidden, improving panel editing UX.

Health Assessment

Small
Low
Low
  • Quick review but long cycle time due to scheduling; minimal rework and low complexity.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
[release-12.4.4] Alerting: Fix AlertManagerPicker visibility to check Alertmanager datasources rodrigopk M No 12.4h 12.4h May 05, 2026

Summary

Bug Fix

Fix AlertManagerPicker visibility for Alertmanager datasources

Ensures the AlertManagerPicker component correctly shows when Alertmanager datasources are available, improving alerting UI consistency.

Health Assessment

Small
Low
Low
  • Quick backport with minimal changes, approved in under 13 hours, indicating low complexity and high confidence in the fix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: React
chore: add overload to replaceCachedPromise hugohaggmark S No 2.1h 0.5h May 05, 2026

Summary

Chore

Add overload to replaceCachedPromise

Simplifies cache replacement by allowing callers to specify a cache key directly, reducing boilerplate for Grafana developers.

Health Assessment

Small
Low
Low
  • Fast cycle time and single approval indicate a straightforward, low‑risk change.

AI Details

Tech Stack

Languages: Typescript
Restore dashboards: Remove restoreDashboards feature toggle Clarity-89 L No 71.0h 0.0h May 05, 2026

Summary

Refactor

Remove restoreDashboards feature toggle

Simplifies the codebase by removing the permanently-true restoreDashboards toggle, eliminating dead code branches and cognitive overhead.

Health Assessment

Medium
Low
Low
  • The PR had a fast review time and was merged within 3 days, indicating a smooth review process.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript, Go, Typescript
Frameworks: React
I18n: Download translations from Crowdin grafana-pr-automation M No 0.7h - May 05, 2026

Summary

Feature

Download translations from Crowdin

Automatically pulls updated translations into Grafana, ensuring UI stays current across languages.

Health Assessment

Medium
Low
Low
  • Fast merge via automated GitHub Action, minimal review required.

AI Details

Confidence: 0.95

Tech Stack

« Page 19 of 19

Get this analytics stack for your team

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

Connect Repos