Pull Request Explorer

Exploring 980 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
CloudMigrations: Wait for sync status atomic to be released before declaring as done macabu XS No 1.0h 1.0h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

Plugins: Forward SSL certificate environment variables Osmocomet S No 210.2h 209.7h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

deps(go): bump google.golang.org/grpc from 1.83.0 to 1.83.1 dependabot M No 0.3h 0.3h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

AuthZ: rebuild the folder tree once per request, not once per missing folder pstibrany M No 84.7h 11.7h Sep 07, 2026

LLM analysis pending

This PR has not been analyzed yet.

Alerting: Fix RuleSequence listing failing with "namespace mismatch" aespuna M No 0.7h 0.1h Sep 04, 2026

Summary

Bug Fix

Fix RuleSequence namespace mismatch in alerting

Corrects a bug that caused 500 errors when rule sequences were listed across namespaces, ensuring proper scoping and preventing service disruptions for single‑namespace deployments.

Health Assessment

Medium
Low
Low
  • Quick, single‑commit fix with minimal code changes; resolved a critical namespace‑mismatch bug that could cause widespread 500 errors.

AI Details

Tech Stack

Languages: Go
Alerting: Fix ruler rules endpoint padding its namespace filter with empty UIDs aespuna S No 13.6h 13.6h Sep 04, 2026

Summary

Bug Fix

Fix ruler endpoint padding empty namespace UIDs

This fix removes unnecessary empty UIDs from the namespace filter in the ruler rules endpoint, cutting database query size and improving performance for alerting queries.

Health Assessment

AI Details

Confidence: 1.00

Tech Stack

Languages: Go
Access: share SQL filter query fields jtroy M No 217.1h 216.5h Sep 03, 2026

Summary

Refactor

Share SQL filter query fields across access control

Promotes a shared helper for converting SQL filter to query fields, reducing duplication and improving consistency across org, team, and user services.

Health Assessment

Small
Low
High
  • Long review time indicates a bottleneck; small code changes suggest low technical risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Go
Release: update changelog for main github-actions M No 25.4h 25.4h Sep 03, 2026

Summary

Docs

Update changelog with security and bug fixes

Adds security fixes for multiple CVEs and updates bug fixes across several versions, ensuring release notes reflect latest changes.

Health Assessment

Small
Low
Medium
  • Changelog update with minimal changes, quick merge, low risk.

AI Details

Confidence: 0.95

Tech Stack

CodeEditor: Make space-triggered autocomplete opt-in adela-almasan M No 149.2h 146.2h Sep 03, 2026

Summary

Bug Fix

Opt-in space-triggered autocomplete for CodeEditor

Enables users to control when autocomplete triggers in the editor, reducing unwanted pop-ups and improving editing experience.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Team LBAC: migrate middleware toggles to OpenFeature forsethc M No 15.3h 0.6h Sep 02, 2026

Summary

Feature

Migrate LBAC middleware toggles to OpenFeature

Switches Team LBAC middleware toggles to OpenFeature flags, enabling unified flag management across environments.

Health Assessment

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

AI Details

Tech Stack

Languages: Go
Logs: Preserve original label case in suggested fields SamuelGD S No 31.1h 0.8h Sep 02, 2026

Summary

Bug Fix

Preserve original label case in logs field selector

Fixes a bug where suggested log fields were returned in lowercase, causing empty values when labels are case-sensitive, improving log field selector accuracy for users.

Health Assessment

Small
Low
Low
  • Quick review cycle (0.8h to first review) and minimal changes (35 lines across 2 files) indicate a low-friction, low-risk bug fix that was merged within a day.

AI Details

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

Tech Stack

Languages: Typescript
Release: 12.4.10 grafana-pr-automation XL No 2.1h 0.9h Sep 02, 2026

Summary

Bug Fix

Release 12.4.10 with security patches

Security patches applied to Grafana 12.4.10, addressing CVE-2026-14199 and CVE-2026-19475, ensuring platform stability and compliance.

Health Assessment

X-Large
Medium
Low
  • Release merged within 2 hours with minimal review, demonstrating a streamlined release workflow, but the large code churn and security focus warrant careful regression testing.

AI Details

Tech Stack

Languages: Typescript
Release: 13.0.8 grafana-pr-automation XL No 0.4h 0.2h Sep 02, 2026

Summary

Bug Fix

Release 13.0.8 with security patches

This release applies critical security fixes to Grafana, addressing multiple CVEs and ensuring system integrity.

Health Assessment

X-Large
High
Low
  • Rapid release with minimal review, large code changes, but automated security patching ensures quick deployment.

AI Details

Tech Stack

Languages: Go
Release: 13.1.5 grafana-pr-automation XL No 0.7h 0.3h Sep 02, 2026

Summary

Bug Fix

Release Grafana 13.1.5 with security patches

This release applies critical security patches to Grafana, protecting against identified vulnerabilities.

Health Assessment

X-Large
Medium
Low
  • Release merged quickly with minimal review, indicating a streamlined release process.

AI Details

Tech Stack

Languages: Go
Release: 13.2.1 grafana-pr-automation XL No 0.3h 0.1h Sep 02, 2026

Summary

Chore

Release: 13.2.1

Applies two security patches for release 13.2.1, addressing CVE-2026-12704 and CVE-2026-14199 to maintain system integrity.

Health Assessment

X-Large
Low
Low
  • Release PR merged quickly with minimal review, indicating a streamlined release process.

AI Details

Tech Stack

Languages: Go
OpenFeature: Log initialization errors in Faro MattIPv4 XS No 106.8h 0.1h Sep 01, 2026

Summary

Feature

Log OpenFeature init errors to Faro

Adds logging of OpenFeature initialization failures to Faro, enabling developers to detect and address preview feature issues early.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes suggest low complexity and fast delivery.

AI Details

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

Tech Stack

Languages: Typescript
OpenFeature: Remove stale signed-in gate on frontend init undef1nd S No 18.5h 3.8h Sep 01, 2026

Summary

Chore

Remove stale signed-in gate on frontend init

This change removes an unnecessary authentication check during frontend initialization, enabling public flags to load faster and simplifying the user experience for anonymous users. It reduces load time and eliminates a redundant gate for anonymous access.

Health Assessment

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

AI Details

Tech Stack

Languages: Typescript
unified-storage: implement GetResourceLastImportTime (non-list version) gassiss L No 8.9h 3.6h Aug 31, 2026

Summary

Feature

Add GetResourceLastImportTime to unified storage

Reduces latency of Create operations by fetching import time for a single resource, improving quota checks and overall performance.

Health Assessment

Medium
Low
Low
  • Fast cycle time and single review round indicate smooth integration; minimal rework and small scope reduce risk.

AI Details

Tech Stack

Languages: Go
docs: fix typo "Acccess" to "Access" in git-sync-setup/_index.md michaelbnewman XS No 25.5h 12.2h Aug 31, 2026

Summary

Docs

Fix typo in git-sync-setup documentation

Corrects spelling errors in documentation to improve clarity for all users.

Health Assessment

Small
Low
Low
  • Quick, single-commit typo fix with prompt approval, indicating minimal risk and efficient review.

AI Details

Confidence: 0.10

Tech Stack

I18n: Download translations from Crowdin grafana-pr-automation XL No 48.4h - Aug 31, 2026

Summary

Chore

Download translations from Crowdin

Automatically pulls updated translations from Crowdin, ensuring the UI stays current in multiple languages.

Health Assessment

X-Large
Medium
Low
  • The PR was merged within 48 hours with no manual review, indicating a fully automated process.
  • A large number of translation files were added, but the automated GitHub Action reduces manual effort and risk.

AI Details

Confidence: 0.75

Tech Stack

App/Plugins: Update wire dependencies ryantxu S No 0.4h 0.0h Aug 29, 2026

Summary

Refactor

Update wire dependencies for app plugins

This PR updates the dependency injection wiring for app plugins, ensuring ac.Service is correctly injected and the plugin registry remains functional.

Health Assessment

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

AI Details

Tech Stack

Languages: Go
grafana-router: strip internal hash before dialing openapi upstream charandas S No 0.5h 0.4h Aug 28, 2026

Summary

Bug Fix

Strip internal hash before dialing openapi upstream

Removes internal router hash from upstream requests to prevent 301 redirects and resulting 502 errors, improving OpenAPI introspection for Grafana App Platform users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, approved within 0.4h and merged within 0.5h, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Go
[Patch steady] Auth: Backport org users latency and OAuth email lookup fixes Rydez M No 1.0h 0.2h Aug 28, 2026

Summary

Bug Fix

Backport Auth fixes to steady branch

This PR backports two authentication fixes to the steady branch, improving org users list performance and preserving OAuth email lookup settings, ensuring consistent behavior across environments.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal rework indicate a straightforward bugfix with quick review.

AI Details

Tech Stack

Languages: Go
[release-12.4.10] Dependencies: Update github.com/prometheus/prometheus to v0.313.0 macabu XL No 8.5h 5.2h Aug 28, 2026

Summary

Bug Fix

Update Prometheus dependency to v0.313.0

Fixes CVE-2026-42151 and CVE-2026-44903, improving security for Grafana alerting.

Health Assessment

X-Large
Medium
Low
  • Fast review cycle of 8.4h with a single commit and minimal comments indicates low friction. The large code churn is confined to dependency updates, reducing functional risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Go
DateTime: Handle 'a few seconds ago' specially for Luxon MattIPv4 M No 26.3h 0.1h Aug 28, 2026

Summary

Feature

Handle 'a few seconds ago' in Luxon

Improves user-facing time formatting by correctly handling the 'a few seconds ago' case, enhancing readability and user experience.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a straightforward, low-risk change that improved user-facing time formatting.

AI Details

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

Tech Stack

Languages: Javascript
grafana-router: add group helper charandas M No 20.6h 2.8h Aug 28, 2026

Summary

Feature

Add group helper to router

Adds reusable group parsing helpers for enterprise, enhancing code reuse and maintainability.

Health Assessment

Small
Low
Low
  • Fast cycle time with minimal rework indicates smooth review process.

AI Details

Tech Stack

Languages: Go
TimeSeries: Fix scale option width torkelo S No 51.1h 0.5h Aug 28, 2026

Summary

Bug Fix

Fix scale option width in TimeSeries

Corrects layout of scale option controls in TimeSeries charts, ensuring consistent sizing and improved user experience. This prevents visual clutter and enhances readability of chart settings.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and high confidence in the fix.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
Frameworks: React
Apiserver: label watch metrics by server instead of reusing collectors pstibrany M No 4.9h 3.3h Aug 28, 2026

Summary

Bug Fix

Label watch metrics by server

Improves observability by distinguishing main and embedded apiserver watch metrics, preventing duplicate registrations and clarifying performance data.

Health Assessment

Medium
Low
Low
  • Quick resolution with single commit and minimal review, indicating straightforward bug fix.

AI Details

Tech Stack

Languages: Go
Provisioning: drop registerOrReuse from informer metrics pstibrany M No 6.7h 5.0h Aug 28, 2026

Summary

Bug Fix

Remove registerOrReuse from provisioning metrics

Eliminates duplicate registration handling in metrics, ensuring accurate reporting of resource series.

Health Assessment

Small
Low
Low
  • Quick, single‑commit fix that removes a redundant function, resolving duplicate registration reporting without affecting existing metrics.

AI Details

Tech Stack

Languages: Go
AuthN: Preserve runtime OAuth email lookup setting Rydez M No 3.3h 0.6h Aug 28, 2026

Summary

Feature

Preserve runtime OAuth email lookup setting

This change restores the ability for administrators to control OAuth email lookup settings via the Grafana admin UI or API. It ensures that runtime overrides are respected, preventing configuration drift in cloud deployments.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged within 3.3 hours, indicating a smooth process with minimal friction. The small code change and single review round suggest low risk to the codebase.

AI Details

Confidence: 0.10

Tech Stack

Languages: Go
Notebooks: Ask whether to keep panel changes made in view mode axelavargas XL No 7.7h 0.1h Aug 28, 2026

Summary

Feature

Ask to keep panel changes in view mode

When viewing a notebook, users are prompted to confirm if panel changes should be kept or discarded, preventing accidental edits and improving data integrity.

Health Assessment

X-Large
High
Medium
  • The PR was reviewed quickly and merged within 8 hours, but required multiple review rounds and a large number of changes, indicating a complex feature addition with significant code churn.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Notebooks: Make title editable CollinFingar XL No 94.7h 1.2h Aug 28, 2026

Summary

Feature

Make notebook title editable

Enables users to edit notebook titles directly in the UI, improving workflow and reducing confusion over default names.

Health Assessment

Large
Medium
Medium
  • PR took 4 days with a single review and a bugbot comment, indicating moderate review friction but a smooth final merge after addressing feedback.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React
[release-13.2.1] Dashboards: Fix adhoc and groupby variable datasource on UI import grafana-pr-automation S No 0.3h 0.0h Aug 28, 2026

Summary

Bug Fix

Dashboards: Fix adhoc and groupby variable datasource on UI import

Fixes broken datasource resolution for adhoc and groupby variables when importing dashboards, preventing filter errors and improving user experience.

Health Assessment

Small
Low
Low
  • Quick, single-commit fix with no rework; minimal impact on codebase and user experience.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
[release-12.4.10] Dashboards: Fix adhoc and groupby variable datasource on UI import ivanortegaalba S No 0.2h 0.1h Aug 28, 2026

Summary

Bug Fix

Fix adhoc and groupby variable datasource import

Corrects variable datasource handling during dashboard import, improving reliability for users.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within 12 minutes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
[release-13.0.8] Dashboards: Fix version dates and user display names in the legacy version history page ivanortegaalba L No 2.5h 0.1h Aug 28, 2026

Summary

Bug Fix

Fix legacy dashboard version history dates and names

Corrects incorrect date and user name display in legacy dashboard version history, improving data accuracy for users on older releases.

Health Assessment

Large
Low
Low
  • Quick turnaround with minimal review, indicating a straightforward bug fix.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
[release-12.4.10] Dashboards: Fix version dates and user display names in the legacy version history page ivanortegaalba L No 2.6h 0.1h Aug 28, 2026

Summary

Bug Fix

Fix legacy dashboard version history dates and user names

Corrects incorrect dates and user identifiers in legacy dashboard version history, improving data accuracy and user experience for older Grafana releases.

Health Assessment

Large
Low
Low
  • Fast turnaround with minimal review friction; quick fix to legacy UI bug.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Dashboards: Fix adhoc and groupby variable datasource on UI import ivanortegaalba S No 0.5h 0.3h Aug 28, 2026

Summary

Bug Fix

Fix datasource resolution for adhoc/groupby variables

Ensures imported dashboards correctly resolve datasource references for adhoc and groupby variables, preventing broken filter and group controls.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in under an hour, no rework.

AI Details

Tech Stack

Languages: Typescript
Dashboards: Fix Classic model returning v2 JSON when saving a provisioned dashboard ivanortegaalba L No 24.7h 0.1h Aug 28, 2026

Summary

Bug Fix

Fix Classic model JSON format for provisioned dashboards

Ensures file-based provisioning works by producing correct v1 JSON when saving dashboards in Classic mode, preventing provisioning errors and improving developer experience.

Health Assessment

Small
Low
Low
  • Fast review and minimal changes indicate low risk; the PR fixed a specific bug with quick feedback.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
[release-12.4.10] Dashboard: Smart fill-to-limit pagination and merge-sort for mixed v1/v2 history grafana-pr-automation XL No 2.0h 0.1h Aug 28, 2026

Summary

Feature

Dashboard pagination and merge-sort improvement

Improves dashboard history pagination by fetching only needed items and correctly sorting mixed v1/v2 versions, reducing load times and ensuring accurate order.

Health Assessment

Medium
Low
Low
  • Rapid review and merge with minimal iterations indicates high confidence and low risk.

AI Details

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

Tech Stack

Languages: Typescript
Notebooks: Support autosave for new notebooks axelavargas XL No 52.9h 0.2h Aug 28, 2026

Summary

Feature

Add autosave for new notebooks

Enables users to create notebooks without immediate server persistence, auto‑saving on first edit and preventing accidental empty saves, improving the notebook creation experience.

Health Assessment

Large
Medium
Low
  • Fast review cycle with minimal rework; large code change but well‑tested, indicating strong test coverage and low implementation risk.

AI Details

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

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
Notebooks: Add arrows navigation juanicabanas XL No 65.1h 0.8h Aug 28, 2026

Summary

Feature

Add arrows navigation to notebooks

Enables users to navigate notebook cells using arrow keys, improving workflow efficiency.

Health Assessment

X-Large
High
Medium
  • The PR had a large scope with many commits after the initial review, indicating significant rework, but the review process was quick and the final merge was achieved within a reasonable cycle time.

AI Details

Usage: AI Reviewed
Category: Code AI
Tools: ChatGPT, Cursor
Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Frameworks: React
GRPCServer: Add flag for grpc code in request metric label macabu XS No 0.8h 0.3h Aug 28, 2026

Summary

Feature

Add flag for GRPC code in request metrics

Adds a server flag to enable reporting GRPC codes in instrumentation labels, allowing apps without config.ini to apply the setting.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes; low complexity and risk.

AI Details

Tech Stack

Languages: Go
Auth: resolve externally-synced check once per auth module in org users list cinaglia M No 12.4h 11.1h Aug 28, 2026

Summary

Refactor

Resolve externally-synced check per auth module

Reduces latency for org users list by caching SSO settings per auth module, improving performance for large organizations.

Health Assessment

Medium
Low
Low
  • Fast cycle time with a single review round indicates smooth integration and minimal friction.

AI Details

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

Tech Stack

Languages: Go
Alerting: Migrate the Import-to-GMA wizard's auto-sync integration rodrigopk M No 66.6h 21.6h Aug 28, 2026

Summary

Feature

Migrate Import-to-GMA wizard auto-sync integration

The migration moves the wizard's mocks and permission setup onto the Config API, fixing two behavioral issues that could cause errors. This improves reliability and user experience for alerting users.

Health Assessment

Small
Low
Low
  • The PR was reviewed quickly and merged within a few days, indicating minimal friction and a straightforward change.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
MultiCombobox: Highlight the first option so Enter commits it CollinFingar XS No 188.6h 91.9h Aug 28, 2026

Summary

Feature

Highlight first option in MultiCombobox

Improves user experience by allowing Enter to select the first option without arrow navigation, reducing friction for multi-select components.

Health Assessment

Small
Low
Medium
  • Long cycle time due to integration with main branch merges; review took almost 4 days but only one round; small scope and minimal risk.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
A11y: keep NumberInput range errors until the value is edited 22elix3r XL No 40.8h - Aug 28, 2026

Summary

Bug Fix

Keep NumberInput range errors until edited

Ensures out‑of‑range errors persist until the user edits, preventing WCAG 2.2.1 violations and improving experience for keyboard and screen‑reader users.

Health Assessment

Large
Medium
Medium
  • Fast initial review but extensive rework indicated by multiple commits before final approval.

AI Details

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

Tech Stack

Languages: Typescript
Frameworks: React
Dashboards: Show values preview for data source variables in the edit pane ivanortegaalba M No 21.1h 20.1h Aug 28, 2026

Summary

Bug Fix

Add preview of values for data source variables

Users can now see the resolved values of data source variables directly in the dashboard edit pane, reducing confusion and improving editing efficiency.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework; single review and small change set indicates low risk.

AI Details

Tech Stack

Languages: Typescript
Frameworks: React
Enable foldersAppPlatformAPI by default jliuhq S No 48.6h 1.6h Aug 28, 2026

Summary

Feature

Enable foldersAppPlatformAPI by default

Promotes the foldersAppPlatformAPI feature toggle from experimental to GA, enabling it for all Cloud users.

Health Assessment

Small
Low
Low
  • Quick review and minimal changes indicate low complexity and high confidence in the merge.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Go
Frameworks: React
FeaturesService: Improve logging undef1nd M No 3.2h 2.1h Aug 28, 2026

Summary

Bug Fix

Improve logging in FeaturesService

Adds traceID to logs and debug lines for easier interpretation.

Health Assessment

Medium
Low
Low
  • Quick turnaround with minimal rework, indicating straightforward logging improvement.

AI Details

Tech Stack

Languages: Go
Unified storage: drop legacy vs unified search comparison pstibrany L No 4.5h 3.5h Aug 28, 2026

Summary

Refactor

Remove legacy search comparison metric

Eliminates an unused metric, reducing overhead and simplifying unified search logic.

Health Assessment

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

AI Details

Tech Stack

Languages: Go
« Page 5 of 20 »

Get this analytics stack for your team

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

Connect Repos