Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Provisioning: drive controllers from NATS instead of an apiserver watch | MissingRoberto | XL | AI | 18.9h | 16.2h | Jul 02, 2026 |
SummaryFeatureSwitch provisioning controllers to NATS-backed informer Enables provisioning controllers to consume change events directly from NATS, simplifying event handling and improving resilience. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude, Copilot, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| FS: Set frontend OpenFeature context from backend context | joshhunt | M | No | 22.5h | 22.3h | Jul 02, 2026 |
SummaryFeatureSet frontend OpenFeature context from backend Ensures frontend receives correct OpenFeature context, preventing flag evaluation failures when reducedBootDataAPI is enabled. This temporary fix maintains feature toggle functionality until a more permanent solution is implemented. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Go, Yaml
|
||||||
| CI: Use default workflow token in notify-pr | kminehart | S | No | 0.2h | 0.1h | Jul 02, 2026 |
SummaryCI/CDUse default workflow token for notify-pr Ensures CI workflow has sufficient permissions for notify-pr step, improving reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Chore[13.0.3]: Upgrade `sigstore` to `4.1.1` | eledobleefe | M | No | 2.2h | 2.1h | Jul 02, 2026 |
SummaryChoreUpgrade sigstore dependency to address CVE Bumps sigstore to 4.1.1 to fix CVE-2026-48815, ensuring certificate OID enforcement. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Chore[11.6.16]: Upgrade `sigstore` to `4.1.1` | eledobleefe | S | No | 1.3h | 1.2h | Jul 02, 2026 |
SummaryChoreUpgrade sigstore dependency to address CVE This PR updates the sigstore npm package to version 4.1.1, fixing CVE-2026-48815 and ensuring certificate OID enforcement, improving security posture. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Chore: Upgrade `sigstore` to `4.1.1` | eledobleefe | M | No | 2.4h | 2.4h | Jul 02, 2026 |
SummaryChoreChore: Upgrade sigstore to 4.1.1 Upgrade the sigstore dependency to address CVE-2026-48815, ensuring security compliance without affecting runtime behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Search: map standard created/updated as numbers so they are retrievable | pstibrany | L | No | 0.7h | 0.6h | Jul 02, 2026 |
SummaryBug FixMap created/updated fields to numeric for retrieval Ensures timestamp fields are searchable and retrievable, improving query accuracy and data integrity. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Dashboards: Slim dashboard/panel slices and DashboardModel/PanelModel | Sergej-Vlasov | XL | No | 165.8h | 165.7h | Jul 02, 2026 |
SummaryRefactorSlim dashboard and panel slices Removes legacy dashboard and panel code, reducing Redux slice and deleting dead methods. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Search: build search field providers from manifests only | pstibrany | M | No | 1.5h | 1.5h | Jul 02, 2026 |
SummaryFeatureBuild search field providers from manifests Eliminates fallback provider, simplifying search backend and reducing maintenance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Go
|
||||||
| perf: speedup folder scoped authz | konsalex | M | No | 45.9h | 5.8h | Jul 02, 2026 |
SummaryRefactorSpeed up folder-scoped authorization Improves performance of folder-scoped authorization checks, reducing latency from ~7.6s to ~1.2s, enhancing user experience and system scalability. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Go
|
||||||
| Unified Storage: fix flaky list history error reporting test | pstibrany | XS | No | 0.6h | 0.5h | Jul 02, 2026 |
SummaryTestFix flaky list history error reporting test Fixes flaky test for storage list history error reporting. Improves CI stability and confidence in backend storage reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| [release-12.4.6] Dependencies: Bump github.com/openfga/openfga to v1.18.0 | macabu | XL | No | 16.1h | 15.8h | Jul 02, 2026 |
SummaryChoreBump OpenFGA dependency to v1.18.0 Updates the OpenFGA library to the latest version, ensuring compatibility and security fixes for the Grafana backend. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| [release-13.0.4] Dependencies: Bump github.com/openfga/openfga to v1.18.0 | macabu | XL | No | 16.2h | 16.0h | Jul 02, 2026 |
SummaryChoreBump OpenFGA dependency to v1.18.0 Updates the OpenFGA library to the latest version to ensure compatibility and security fixes. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| [release-13.1.1] Dependencies: Bump github.com/openfga/openfga to v1.18.0 | macabu | L | No | 16.3h | 16.1h | Jul 02, 2026 |
SummaryChoreBump OpenFGA dependency to v1.18.0 Updates the OpenFGA library to the latest version, ensuring compatibility and security fixes for the Grafana backend. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| fix: nats integration test | mustafasencer | XS | No | 0.3h | 0.1h | Jul 02, 2026 |
SummaryTestFix NATS integration test Ensures NATS integration tests run correctly, improving reliability of the messaging subsystem. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| fix: metrics register and pub/sub dependecies | mustafasencer | M | No | 13.7h | 13.7h | Jul 02, 2026 |
SummaryBug FixFix metrics registration and pub/sub dependencies Ensures metrics are only registered when NATS is enabled and removes redundant dependencies, improving performance and reliability. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| TimelineChart: add canvas snapshot test suite | fastfrwrd | XL | No | 0.6h | 0.1h | Jul 01, 2026 |
SummaryTestAdd canvas snapshot tests for TimelineChart Enhances visual regression testing for the TimelineChart component, reducing future UI bugs and improving reliability. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| chore(setting): track remote settings cache max size | janthoe | S | No | 0.3h | 0.2h | Jul 01, 2026 |
SummaryChoreTrack remote settings cache max size Adds a gauge exposing the maximum cache size for remote settings, enabling operators to compute cache utilization directly in dashboards. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| feat: add embedded nats server discovery | mustafasencer | XL | No | 10.4h | 7.0h | Jul 01, 2026 |
SummaryFeatureAdd embedded NATS server discovery Enables embedded NATS replicas to self‑assemble into a cluster by persisting peer route metadata in a DB‑backed key/value store, improving resilience and simplifying deployment. Health Assessment
X-Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Table: Ensure sparkline renders on refresh | drew08t | S | No | 163.2h | 136.6h | Jul 01, 2026 |
SummaryBug FixFix sparkline rendering on table refresh Ensures sparkline charts in table panels update correctly on data refresh, improving data visibility for users. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| unified-storage: add default 10s keepalive config to resource client | gassiss | S | No | 1.5h | 0.3h | Jul 01, 2026 |
SummaryBug FixAdd default 10s keepalive to unified storage clients Ensures clients detect ungraceful server shutdowns, improving reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Provisioning: remove job queue from jobs operator | MissingRoberto | M | AI | 0.3h | 0.2h | Jul 01, 2026 |
SummaryRefactorRemove job queue from provisioning operator This change removes the redundant job queue driver from the provisioning-jobs operator, ensuring job execution is handled exclusively by the dedicated provisioning-jobqueue operator. It simplifies the provisioning stack, reduces duplicated processing, and improves maintainability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Search: collapse the IAM search document builders | pstibrany | L | No | 1.8h | 0.3h | Jul 01, 2026 |
SummaryRefactorCollapse IAM search document builders Simplifies IAM search builder code, reducing maintenance and potential bugs. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| ColorSchemes: Add categorical next palettes | gtk-grafana | L | No | 43.7h | 43.3h | Jul 01, 2026 |
SummaryFeatureAdd experimental categorical color palettes Provides new color palettes for data visualizations, enabling richer chart options for users while controlled by a feature toggle. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Provisioning: follow up on webhook handler refactor | amalavet | XL | AI | 139.8h | 11.7h | Jul 01, 2026 |
SummaryRefactorRefactor provisioning webhook handler for provider-agnostic dispatch Improves webhook handling by moving dispatch logic out of provider-specific code, enabling shared replay protection and simplifying testing for provisioning sync. No user-facing impact; purely internal refactor. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| [release-13.1.1] Docs: Added list of available APIs | grafana-pr-automation | M | No | 0.2h | 0.0h | Jul 01, 2026 |
SummaryDocsAdded list of available APIs Provides updated documentation listing all HTTP APIs for developers, improving API discoverability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Docs: align alerting RBAC fixed-role tables with current role definitions | titolins | L | No | 123.3h | 0.0h | Jul 01, 2026 |
SummaryDocsAlign alerting RBAC fixed-role tables Updated RBAC reference tables for alerting notifications to match current role definitions, ensuring accurate permissions and reducing confusion for administrators. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| Frontend: Add panel_render duration breakdown and navigation meta to Faro events | dprokop | L | No | 27.2h | 1.6h | Jul 01, 2026 |
SummaryFeatureAdd panel render duration breakdown and navigation meta Enables detailed performance metrics for panel rendering and user navigation, improving insights into dashboard load times and user flow. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Docs: Added list of available APIs | urbiz-grafana | M | No | 5.2h | 1.7h | Jul 01, 2026 |
SummaryDocsAdd list of available HTTP APIs Provides developers with a comprehensive reference of Grafana's HTTP APIs, improving integration and developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| chore: make update-workspace | jtroy | XS | No | 20.1h | 20.1h | Jul 01, 2026 |
SummaryChoreMake update-workspace Adds update-workspace support to enterprise imports, enabling workspace updates in Grafana Enterprise. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Search: move dashboard search fields into CUE manifest | pstibrany | L | No | 0.9h | 0.9h | Jul 01, 2026 |
SummaryRefactorMove dashboard search fields into CUE manifest Centralizes dashboard search field definitions in the CUE manifest, simplifying maintenance and ensuring consistency across the codebase without affecting search functionality. This change reduces duplication and potential errors while keeping search performance unchanged. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| ColorSchemes: Fix experimental palettes | gtk-grafana | M | No | 189.6h | 189.6h | Jul 01, 2026 |
SummaryBug FixFix experimental color palettes in dashboards Experimental color schemes were broken with v2 dashboards; this PR re‑adds support for colorblind and gradient palettes, ensuring they persist in the spec. Health Assessment
Medium
High
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go, Typescript
|
||||||
| CI: Update Dependabot PR updater to sign commits | macabu | S | No | 0.4h | 0.2h | Jul 01, 2026 |
SummaryCI/CDUpdate Dependabot PR updater to sign commits Ensures Dependabot-generated PRs are signed, improving security and auditability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Scopes: Adjust code owners for scopes feature toggles | Sergej-Vlasov | S | No | 0.3h | 0.1h | Jul 01, 2026 |
SummaryRefactorAdjust code owners for scopes feature toggles Ensures correct ownership of scope‑related feature toggles, improving maintainability and accountability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Go
|
||||||
| Scopes: Remove useMultipleScopeNodesEndpoint toggle from registry | ericrshields | S | No | 136.2h | 9.3h | Jul 01, 2026 |
SummaryRefactorRemove useMultipleScopeNodesEndpoint feature toggle This PR removes the legacy `useMultipleScopeNodesEndpoint` feature toggle from the backend registry and updates generated files, ensuring no impact on current users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Go
|
||||||
| [release-13.1.1] docs: sync visualization docs with source (pt5) | grafana-pr-automation | S | No | 0.2h | 0.1h | Jul 01, 2026 |
SummaryDocsSync visualization docs with source Align documentation with code for traces, trend, and xy chart visualizations, ensuring consistency. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack |
||||||
| Provisioning: Fix cross-namespace folder sync isolation test | ferruvich | L | AI | 0.5h | 0.4h | Jul 01, 2026 |
SummaryTestFix cross-namespace folder sync isolation test Corrects test isolation for cross-namespace provisioning, ensuring dashboards are stored in per-org subdirectories and preventing cross-org data leakage. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| fix(annotations): grafana.app/legacyID label selector | cbodonnell | M | No | 18.4h | 0.6h | Jul 01, 2026 |
SummaryBug FixFix annotation label selector for legacy ID Updates annotation migration proxy to use label selector on grafana.app/legacyID, improving compatibility with app-platform API. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| docs: sync visualization docs with source (pt5) | imatwawana | S | No | 308.1h | 0.0h | Jul 01, 2026 |
SummaryDocsSync visualization docs with source Align documentation with code for traces, trend, and xy chart visualizations, ensuring consistency and reducing user confusion. Health Assessment
Small
Low
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack |
||||||
| fix(rbac): coalesce concurrent permission cache misses | mihai-turdean | M | No | 20.2h | 1.6h | Jul 01, 2026 |
SummaryBug FixCoalesce concurrent permission cache misses Improves API response times by preventing redundant permission resolution, reducing latency for user search requests. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| IAM: Preserve unset fields on team update via unified storage | colin-stuart | M | No | 19.9h | 0.5h | Jul 01, 2026 |
SummaryBug FixPreserve unset fields on team update Fixes a regression where partial team updates cleared fields, restoring expected behavior for IAM team management. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Zanzana: Remove create relation from team | mihai-turdean | S | No | 10.5h | 2.6h | Jul 01, 2026 |
SummaryBug FixRemove per-object create relation from team Eliminates the per-object create relation for teams in the Zanzana OpenFGA schema, aligning authorization logic with team creation semantics and preventing misleading list results. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Zanzana: Remove create relation from user and service-account | mihai-turdean | XS | No | 10.5h | 2.6h | Jul 01, 2026 |
SummaryBug FixRemove per-object create relation from user and service-account Eliminates an invalid per-object create relation in the Zanzana OpenFGA schema, ensuring that creation permissions are correctly applied at the namespace level and preventing unnecessary errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack |
||||||
| test: add integration test for nats embedded server | mustafasencer | L | No | 0.9h | 0.5h | Jul 01, 2026 |
SummaryTestAdd integration test for nats embedded server Adds integration tests for the embedded NATS server, ensuring basic scenarios work correctly. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Search: move IAM search fields into CUE manifests | pstibrany | L | No | 0.6h | 0.3h | Jul 01, 2026 |
SummaryRefactorMove IAM search fields into CUE manifests Centralizes search field definitions for IAM kinds in CUE manifests, reducing duplication and keeping definitions close to resource specs, with no change to behavior. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| GrafanaUI: Focus confirm input instead of disabled button in ConfirmContent | juanicabanas | S | No | 18.6h | 12.5h | Jul 01, 2026 |
SummaryFeatureFocus confirm input instead of disabled button Improves user experience for type‑to‑confirm dialogs by focusing the input field, reducing confusion and keyboard navigation friction. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| FeatureToggles: Add heatmapNegativeLogBuckets | madaraszg-tulip | S | No | 2.3h | 1.3h | Jul 01, 2026 |
SummaryFeatureAdd heatmapNegativeLogBuckets feature toggle Adds a new experimental toggle to enable symlog rendering of negative histogram buckets in heatmap panels, improving visibility for Prometheus native histograms. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Go
|
||||||
| BrowseDashboards: Show dashboard description tooltip when it's available | ywzheng1 | L | No | 36.5h | 13.5h | Jul 01, 2026 |
SummaryFeatureShow dashboard description tooltip Adds a hover tooltip for dashboards with descriptions, allowing users to see context without opening the dashboard. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| DataPro (migration): Migrate `core/utils/explore.ts` | nicwestvold | S | No | 21.0h | 11.1h | Jul 01, 2026 |
SummaryRefactorMigrate Explore utils to async data source API Updates Explore utilities to use the new async data source API, ensuring compatibility and future‑proofing without affecting user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Command Palette: Add semantic search column | aocenas | XL | No | 47.1h | 0.1h | Jul 01, 2026 |
SummaryFeatureAdd semantic search column to command palette Adds a semantic search column to the command palette, enabling vector-based dashboard search for more relevant results. This improves user experience by surfacing relevant dashboards quickly. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot, ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript, Go
Frameworks:
React
|
||||||