Open
Conversation
…pshot (grafana#106885) CloudMigrations: Skip default contact point from snapshot (grafana#106600) * CloudMigrations: Skip default contact point from snapshot * Update cloud-migration-assistant.md * Update cloud-migration-assistant.md --------- (cherry picked from commit a65743e) Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
Azure: Fix legend formatting (grafana#106504) Fix inconsistent casing in resource URIs (cherry picked from commit 629bd11) Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
Graphite: Fix annotation queries (grafana#106553) * Add refid to annotation queries * Fix errors (cherry picked from commit 6e45069) Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
…ariable queries (grafana#106939) Azure: Fix resource name determination in template variable queries (grafana#105705) * Correctly parse resource URIs * Update test * Update variable function (cherry picked from commit 4020a3d) Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
…rafana#107044) Dashboards: Fix timezone change issue in dashboards
…grafana#107187) E2E: Fix icons not loading consistently in e2e tests (grafana#106946) (cherry picked from commit 8e107fa) Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Table: Fix cell border visibility (grafana#101951) fix(table): cell border visibility (cherry picked from commit b224751) Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com>
…na#107258) Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
grafana#107268) InfluxDB: Fix variable interpolation on adhoc filters (grafana#104931) Grafana frontend code sends adhoc filters to the backend in both the `tags` and `adhocFilters` params. The values in `tags` have dashboard variables interpolated, while those in `adhocFilters` don't. This PR updates the frontend code to also interpolate variables into the `adhocFilters` param. The duplicated values are left as they are in `tags`, in case some other spooky code at a distance relies on that. (cherry picked from commit 02d977e) Co-authored-by: beejeebus <justin.randell@grafana.com>
…code (grafana#107233) InfluxDB: Fix regex for finding regexes in frontend code (grafana#105194) When interpolating variables in the frontend, we want to be sure to escape special characters if the variable is used in a regex. We used a regex to find regexes in raw queries, which contained a bug. The regex treated any `/` character as the start of a regex. However, InfluxQL (and most sql dialects) support using `/` as a division operator. This PR adds a check for `=~` or `!~` immediately preceding `/` as the beginning of a regex, as per the InfluxQL spec for regexes: https://docs.influxdata.com/influxdb/v2/reference/syntax/influxql/spec/#regular-expressions Fixes grafana/support-escalations#16219 (cherry picked from commit 8f4b2bb) Co-authored-by: beejeebus <justin.randell@grafana.com>
…fana#107401) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com> Fix graph styles and axis options content (grafana#107008)
…rafana#107418) Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
grafana#107417) ConvertFieldType: Handle undefined values in joinWith (grafana#106712) fix: escalation fix - groupBy with joinWith (cherry picked from commit 3497c85) Co-authored-by: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com>
…v2 from 2.2.1 to 2.3.0 (grafana#107555) Dependencies: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
Graphite: Fix date mutation (grafana#107414) * Fix date mutation - Add unit test - Improve types * Add invalid test and minor cleanup * Review (cherry picked from commit a01b153) Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
…ated rows (grafana#107564) Graphite: Fix nested variable interpolation for repeated rows (grafana#106976) * Fix for repeated row variables * Add unit tests --------- (cherry picked from commit f7667f4) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
Graphite: Fix recursion (grafana#106983) * Fix for repeated row variables * Add unit tests * Do not recursively replace queries that self-reference --------- (cherry picked from commit 7135832) Co-authored-by: Andreas Christou <andreas.christou@grafana.com> Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
…rafana#107573) Unified storage: Respect GF_DATABASE_URL override (grafana#105331) * Database for unified storage resources now reuses DB code that respects URL override. Access instrument_queries via section getter. (cherry picked from commit 041c343)
…n Gitlab OAuth (grafana#107655) Auth: fix role_attribute_path when using ID tokens in Gitlab OAuth (grafana#107634) (cherry picked from commit 5b5d5fe)
…w rules (grafana#107496) * Alerting: Fix group interval override when adding new rules (grafana#107324) * Fix group interval override when adding new rules to existing groups * Fix lint errors * Update tests snapshots * Update tests snapshots * Fix GrafanaGroupLoader (cherry picked from commit 3a38832) * Update tests
StateTimeline: Add endTime to tooltip (grafana#106582) Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com>
…UserPreferences (grafana#107829) IAM: Return 401 if identity type is not valid in GetUserPreferences (grafana#107760) fix(GetUserPreferences): Return 401 if identity type is not valid (cherry picked from commit e4743a9)
…dated scrollable iframe container (grafana#107188) fix: percentage-based heights were not applied in updated scrollable iframe container
grafana#108206) adapt CTAs for scenes
…#107431) Docs: Updated the Graphite data source docs (grafana#105426) * initial edits * edits to config doc * query editor updates * ran prettier * updates * made more updates * final edits * ran prettier, updated some descriptions * a few more quick edits * one more definition (cherry picked from commit dec2df8) Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
fix(redirect): make validation of redirect uri stricter Co-authored-by: volcanonoodle <114113189+volcanonoodle@users.noreply.github.com>
* Update changelog * Update version to 11.6.4 --------- Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
…that the ones in Dockerfile (grafana#115553) CI: Remove the default alpine & ubuntu versions so that the ones in Dockerfile (grafana#115544) * Remove the default alpine & ubuntu versions so that the ones in Dockerfile are used * set default to just 'alpine' or 'ubuntu' * use defaults instead (cherry picked from commit 39fa655) Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
Backport DB snapshot for MySQL into release-11.6.10 (grafana#115402)
…yRuleUID (grafana#115691) * Alerting: Fix a race condition panic in ResetStateByRuleUID (grafana#115662) (cherry picked from commit 0962082) * Rename test --------- Co-authored-by: Alexander Akhmetov <me@alx.cx>
…na#115732) auth: Protect from empty session token panic (grafana#115728) * Protect from empty session token panic * Rename returned error (cherry picked from commit 4c79775) Co-authored-by: linoman <2051016+linoman@users.noreply.github.com>
…e to reflect new gridPos (grafana#116110) * InspectJsonTab: Force render the layout after change to reflect new gridPos (grafana#115688) force render the layout after inspect panel change to account for gridPos change (cherry picked from commit 0a0f92e) * fix merge conflicts
…nputs (grafana#116293) Co-authored-by: Mariell Hoversholm <mariell.hoversholm@grafana.com>
Go: Update to 1.25.6
* update scenes version * bump scenes and fix lint
…out (grafana#116898) Avatar: Require sign-in, remove queue, respect timeout Fixes CVE-2026-21720
…#116894) Co-authored-by: Jo Garnier <git@jguer.space>
* Update changelog * Update version to 11.6.10 * restart ci --------- Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com> Co-authored-by: Jev Forsberg <jev.forsberg@grafana.com>
…116936) Correlations: Remove support for org_id=0 (grafana#116877) remove support for org_id=0 (cherry picked from commit e702db6)
Go: Update to 1.25.7
Plugins: externalise jsx-runtime (grafana#108478) * feat(plugins): externalise jsx-runtime to prevent plugins bundling separate versions * feat(plugins): provide react/jsx-dev-runtime to plugins to prevent prod only bugs (cherry picked from commit 9d682ce) Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
…ort (grafana#117682) backport export fixes
…ication templates (grafana#117713) Alerting: Update alerting module to 35f3427554ec843e155a04894f38e6ded883c4fc Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…ard timerange if time selection disabled (grafana#117865) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…fana#117974) CI: Disable verify pipeline in release-11.6.11
* Update changelog * Update version to 11.6.11 * empty commit to kick CI --------- Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
…ferences (grafana#118215) (grafana#118289) Rendering: Fix single panel render with variable references (grafana#118215) (cherry picked from commit 501cce6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PMM-14829
FB: SUBMODULES-4229