Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Provisioning: Use neutral fallback in the jobs Triggered by column | amalavet | XS | AI | 0.3h | 0.3h | Jul 10, 2026 |
SummaryBug FixUse neutral fallback for job trigger attribution Corrects the jobs list labeling to use "System" for non-webhook triggers, improving accuracy for repository activity reviews. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| [release-13.0.4] Provisioning: Improve form errors for github connections | floriecai | M | No | 7.5h | 7.4h | Jul 10, 2026 |
SummaryBug FixImprove GitHub connection error messages Enhances user experience by displaying detailed GitHub error messages during provisioning, reducing confusion and support tickets. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| MegaMenu: Instrument the Configurable Nav A/B experiment | ywzheng1 | M | No | 265.8h | 11.5h | Jul 10, 2026 |
SummaryFeatureInstrument Configurable Nav A/B Experiment Adds analytics to track user exposure to the new navigation menu, enabling data‑driven decisions on feature rollout. The instrumentation records exposure and variant data while respecting the existing feature flag. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [release-13.1.1] Provisioning: make GitHub webhook creation idempotent (fix repos stuck unhealthy with HTTP 422) | floriecai | L | No | 8.3h | 8.2h | Jul 10, 2026 |
SummaryBug FixMake GitHub webhook creation idempotent Ensures provisioning processes do not get stuck due to GitHub webhook creation errors, improving reliability for users upgrading to newer Grafana releases. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Go
|
||||||
| [release-13.0.4] Provisioning: make GitHub webhook creation idempotent (fix repos stuck unhealthy with HTTP 422) | floriecai | L | No | 9.6h | 2.3h | Jul 10, 2026 |
SummaryBug FixMake GitHub webhook creation idempotent Fixes stuck repositories by making webhook creation idempotent, preventing HTTP 422 loops and ensuring status persistence. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| CodeMirror: Add indentation-based folding for SQL editors | sgriff96 | M | No | 5.6h | 5.1h | Jul 10, 2026 |
SummaryFeatureAdd indentation-based folding for SQL editors Enhances SQL editor usability by allowing nested query blocks to be collapsed based on indentation, improving readability and editing efficiency. This feature reduces cognitive load for users working with complex SQL queries. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| unified-storage: remove PermitWithoutStream from resource clients | gassiss | XS | No | 0.9h | 0.4h | Jul 10, 2026 |
SummaryBug FixRemove PermitWithoutStream from unified storage clients Eliminates idle gRPC ping configuration to avoid server errors, improving stability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Go
|
||||||
| Presets: Remove vizPresets toggle | adela-almasan | S | No | 269.0h | 216.6h | Jul 10, 2026 |
SummaryRefactorRemove obsolete vizPresets feature toggle Cleans up the feature toggle registry and documentation, eliminating a no‑longer‑used toggle to reduce configuration noise. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript, Go
|
||||||
| Preferences: Restore home dashboard preference precedence over home_page | Clarity-89 | M | No | 55.2h | 29.5h | Jul 10, 2026 |
SummaryBug FixRestore home dashboard preference precedence Ensures users land on their configured dashboard instead of the onboarding guide by restoring legacy precedence between home dashboard preference and home_page config. Health Assessment
Medium
Low
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| MySQL: Preserve SQLCommenter tags in stripSQLComments | souvikDevloper | L | No | 109.6h | 14.5h | Jul 10, 2026 |
SummaryFeaturePreserve SQLCommenter tags in stripSQLComments Ensures SQLCommenter tags are retained in MySQL queries, restoring query attribution for observability tools. Fixes regression that caused tags to be stripped, improving monitoring and analytics. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| feat: add word wrap to table legend label | gtk-grafana | XS | No | 0.6h | 0.1h | Jul 10, 2026 |
SummaryFeatureAdd word wrap to table legend labels Improves legend readability by enabling word wrapping for long labels, enhancing user experience when overflow is set to wrap. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Provisioning: Enable Dashboard Previews for Github Enterprise in UI | floriecai | S | No | 89.6h | 12.7h | Jul 10, 2026 |
SummaryFeatureEnable Dashboard Previews for GitHub Enterprise Adds a toggle in the provisioning UI to enable dashboard previews for GitHub Enterprise repositories, improving user experience by allowing preview of dashboards before full sync. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Provisioning: Read generateDashboardPreviews from pullRequest options | floriecai | M | No | 16.1h | 0.3h | Jul 10, 2026 |
SummaryFeatureAdd generateDashboardPreviews support for non‑GitHub providers Ensures dashboard preview toggles correctly across providers by syncing spec options between frontend and backend, improving consistency for GitHub Enterprise and other services. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT, Cursor, Copilot, Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| unified-storage: move shared KV tests to kv package | renatolabs | S | No | 16.8h | 16.1h | Jul 10, 2026 |
SummaryRefactorMove shared KV tests to kv package Enables reuse of KV tests across projects by moving them into the kv module, improving test maintainability and reducing duplication. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Go
|
||||||
| Move DashboardPreview option to PullRequestOption | floriecai | M | No | 15.4h | 0.4h | Jul 10, 2026 |
SummaryRefactorMove DashboardPreview option to PullRequestOption Enables consistent dashboard preview generation across all repository providers by moving the flag from GitHubEnterpriseRepositoryConfig to PullRequestOptions, improving user experience and reducing maintenance. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
ChatGPT, Claude
Confidence:
0.95
Tech Stack
Languages:
Go, Typescript, Javascript
|
||||||
| Command Palette: Add ask assistant shortcut and UI | aocenas | M | No | 4.9h | 0.4h | Jul 10, 2026 |
SummaryFeatureAdd ask assistant shortcut and UI Adds a shortcut and UI pill/button to the command palette for quick access to the assistant, improving user workflow. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Chore: fix eslint suppressions — @grafana/no-locale-compare in actions | cursor | S | No | 0.3h | 0.1h | Jul 10, 2026 |
SummaryRefactorFix eslint suppressions in actions Removes ESLint bulk‑suppression entries by replacing localeCompare with Intl.Collator, reducing tech debt and improving performance. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| TimeComparison: Verify shift and compare together | drew08t | S | No | 10.5h | 8.0h | Jul 10, 2026 |
SummaryDocsAdd test coverage for time comparison after shift Adds tests and documentation to confirm that time comparison is correctly applied after a time shift, ensuring accurate dashboard behavior for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Alerting: Track import method analytics in import to gma | rodrigopk | M | No | 21.1h | 13.8h | Jul 10, 2026 |
SummaryFeatureTrack import method analytics in import to GMA Adds analytics tracking for import method used in import to GMA wizard, enabling better usage insights for alerting users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| IAM: Reject duplicate team name in unified storage | colin-stuart | L | No | 46.7h | 25.4h | Jul 10, 2026 |
SummaryFeatureReject duplicate team names in unified storage Ensures team names remain unique across all storage modes, preventing duplicate teams and aligning error responses with legacy behavior. Health Assessment
Large
Medium
Medium
AI Details
Confidence:
0.10
Tech Stack
Languages:
Go
|
||||||
| TimeComparison: Add tests for save and load | drew08t | M | No | 9.8h | 9.8h | Jul 10, 2026 |
SummaryTestAdd tests for dashboard time comparison persistence These tests verify that time comparison settings are correctly saved and restored when dashboards are persisted, ensuring consistent user experience across dashboard versions. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Provisioning: Stop using generateDashboardPreviews on githubEnterprise spec | floriecai | XS | No | 14.3h | 0.3h | Jul 10, 2026 |
SummaryRefactorStop using generateDashboardPreviews in provisioning Frontend no longer reads or writes the generateDashboardPreviews flag, aligning with backend changes and preventing API mismatches. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Provisioning: Add Dashboard Previews to GitHub Enterprise | floriecai | M | No | 227.6h | 180.1h | Jul 10, 2026 |
SummaryFeatureAdd Dashboard Previews for GitHub Enterprise Adds preview capability for dashboards in GitHub Enterprise, aligning feature parity with GitHub and improving enterprise user experience. Health Assessment
Small
Medium
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| TimeComparison: Keep on query option change | drew08t | S | No | 8.2h | 6.6h | Jul 10, 2026 |
SummaryBug FixMaintain time comparison after query option change Ensures time comparison state persists when users change query options, preventing loss of comparison context. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Provisioning: attribute Git Sync jobs via admission mutator | MissingRoberto | L | AI | 6.1h | 0.5h | Jul 10, 2026 |
SummaryFeatureAdd Git Sync job attribution via admission mutator Ensures Git Sync jobs are correctly attributed to the user who triggered them, improving auditability and preventing bypasses. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| fix: update faro web sdk batching options | Blinkuu | XS | No | 1.4h | 0.1h | Jul 10, 2026 |
SummaryBug FixUpdate Faro Web SDK batching options Reduces HTTP requests and improves network efficiency for users enabling Session Replay. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Connections: Use latest advisor check by date for datasource badge | andresmgot | S | No | 1.9h | 1.4h | Jul 10, 2026 |
SummaryBug FixUse latest advisor check for datasource badge Ensures the datasource badge displays the most recent advisor check, improving accuracy for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Plugins: Treat %VERSION% placeholder as unset in Meta API version | andresmgot | S | No | 2.0h | 1.0h | Jul 10, 2026 |
SummaryBug FixHandle %VERSION% placeholder in plugin meta Ensures nested plugins with literal %VERSION% placeholders are correctly handled, preventing false version-not-found errors and improving plugin health checks. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| Navigation: Remove leftover setup guide item from home nav node | Clarity-89 | S | No | 1.7h | 0.1h | Jul 10, 2026 |
SummaryRefactorRemove dead setup guide nav item Cleans up obsolete navigation code, reducing complexity and preventing future bugs. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Logs: update color for info | matyax | XS | No | 23.3h | 0.1h | Jul 10, 2026 |
SummaryBug FixUpdate log info color Adjusts the color of info-level log entries to improve readability for users. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| test: Migrate E2E to page objects (PR #10) | grafakus | M | No | 46.8h | 46.7h | Jul 10, 2026 |
SummaryTestMigrate E2E tests to page objects Refactors end‑to‑end tests to use page objects, improving test maintainability and reducing duplication without changing application behavior. Health Assessment
Medium
Low
Medium
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Elasticsearch: Remove elasticsearchRawDSLQuery and elasticsearchESQLQuery feature toggles | adamyeats | S | No | 38.2h | 38.2h | Jul 10, 2026 |
SummaryRefactorRemove Elasticsearch raw DSL and ESQL feature toggles Eliminates dead feature toggle entries, simplifying the registry and ensuring raw DSL and ESQL editors are always available. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Go
|
||||||
| Alerting: Enable the registration of the new advisor tab | konstantinmv | L | No | 2.1h | 1.6h | Jul 10, 2026 |
SummaryFeatureEnable registration of new alerting tab Adds a shared factory to allow Grafana Enterprise to register custom tabs on the Alert rules page, enhancing extensibility and reducing duplication. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Provisioning: Diff Git Sync PR previews against the merge base | amalavet | L | AI | 14.4h | 0.3h | Jul 10, 2026 |
SummaryFeatureProvisioning: Diff Git Sync PR previews against merge base Updates Git Sync pull request previews to diff against the merge base, eliminating unrelated changes and improving preview accuracy for users. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude, Copilot
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| ci: track deprecated `getDataSourceSrv()` usage in frontend metrics | leventebalogh | XS | No | 2.7h | 0.8h | Jul 10, 2026 |
SummaryChoreTrack deprecated DataSourceSrv usage metrics Adds a metric to monitor usage of deprecated API, enabling tracking of migration progress. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Shell
|
||||||
| Provisioning: Show who triggered repository jobs | amalavet | M | AI | 62.4h | 10.7h | Jul 10, 2026 |
SummaryFeatureShow who triggered repository jobs Adds a UI column that displays the user who initiated each repository job, enhancing auditability and transparency for repository activity. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Cursor, Copilot, ChatGPT, Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Go, Json
Frameworks:
React
|
||||||
| Alerting: add useGlobalSilenceAbility and migrate silence permission checks | gillesdemey | M | No | 19.6h | 16.8h | Jul 10, 2026 |
SummaryFeatureAdd global silence ability hook and migrate permission checks Adds a global RBAC hook for silences, enabling permission checks outside Alertmanager context and streamlining alerting permission logic. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Add experimental diagnostic endpoint | fabrizio-grafana | S | No | 73.6h | 54.6h | Jul 10, 2026 |
SummaryFeatureAdd experimental diagnostic endpoint Introduces a new diagnostic API endpoint to expose internal metrics for debugging and monitoring, enabling faster issue resolution and improved observability. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Go
|
||||||
| fix: update esbuild in flamegraph package | joey-grafana | L | No | 1.1h | 0.0h | Jul 10, 2026 |
SummaryChoreUpdate esbuild in flamegraph package Updates esbuild in flamegraph package to a newer version with fixes, improving stability for flamegraph users. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Chore: fix eslint suppressions — @grafana/no-locale-compare in TraceView sort.ts | cursor | XS | No | 0.9h | 0.9h | Jul 10, 2026 |
SummaryChoreFix eslint suppression for locale compare in TraceView Improves sorting performance by replacing localeCompare with Intl.Collator, removing ESLint suppression and reducing tech debt. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Provisioning: normalize folder titles into safe export paths | MissingRoberto | XL | AI | 69.3h | 52.4h | Jul 10, 2026 |
SummaryBug FixProvisioning: normalize folder titles into safe export paths Ensures folder titles are sanitized into safe repository paths, preventing export failures and silent errors, and adds collision detection. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Provisioning: Refactor github webhooks to allow GithubEnterprise reuse | floriecai | S | No | 12.0h | 12.0h | Jul 10, 2026 |
SummaryRefactorRefactor GitHub webhooks for Enterprise reuse Enables GitHub Enterprise to trigger provisioning via shared webhook logic, improving integration consistency. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| `TagsInput`: Add configurable maxLength prop | Johngeorgesample | S | No | 18.5h | 1.5h | Jul 10, 2026 |
SummaryFeatureAdd configurable maxLength prop to TagsInput Allows consumers to set a custom maximum tag length, improving flexibility for plugins that need longer tags. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| [release-13.1.1] Provisioning: Improve form errors for github connections | grafana-pr-automation | M | No | 1.5h | 1.2h | Jul 10, 2026 |
SummaryBug FixImprove GitHub connection error messages Enhances user experience by displaying detailed GitHub error messages during provisioning, reducing confusion and support tickets. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Chore: fix eslint suppressions — @grafana/no-locale-compare in alerting/unified | cursor | S | No | 0.6h | 0.1h | Jul 10, 2026 |
SummaryChoreFix eslint suppressions in alerting unified Reduces lint tech debt and potential performance issues by replacing localeCompare with a reusable Intl.Collator, improving code quality without affecting runtime behavior. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Provisioning: Attribute Git Sync commits to the acting user | amalavet | L | AI | 60.2h | 0.2h | Jul 10, 2026 |
SummaryFeatureAdd Git Sync commit attribution to acting user Enables accurate audit trail in Git Sync by attributing commits to the user who made changes, improving accountability and traceability. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Claude, Copilot, Cursor
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| Chore: fix eslint suppressions — no-locale-compare in RolePickerMenu | cursor | S | No | 14.4h | 14.3h | Jul 10, 2026 |
SummaryChoreFix eslint suppressions in RolePickerMenu Removes bulk ESLint suppressions by replacing localeCompare with Intl.Collator, reducing tech debt and improving performance. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Provisioning: cacheless periodic informer for historic-job cleanup under NATS | MissingRoberto | L | AI | 16.9h | 16.3h | Jul 10, 2026 |
SummaryFeatureAdd cacheless periodic informer for historic job cleanup This change introduces a cacheless periodic informer for historic job cleanup when NATS is enabled, eliminating redundant live-event handling. It improves performance and resource efficiency for provisioning operations. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Go
|
||||||
| [release-12.4.6] K8s APIs: Handle org-1 authorization properly | grafana-pr-automation | L | No | 0.5h | 0.5h | Jul 10, 2026 |
SummaryBug FixHandle org-1 authorization properly Fixes namespace authorization to return 403 Forbidden instead of 500 Internal Server Error, improving error handling and validation for org-1 namespace. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Go
|
||||||
| fix: add distinct column for potential corrupt data | mustafasencer | XS | No | 0.4h | 0.2h | Jul 10, 2026 |
SummaryBug FixAdd distinct column to mitigate corrupt data Fixes slug failures in production cloud migration by adding a distinct column to prevent bad data. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Go
|
||||||