-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PMM-13235 Grafana 11 #762
PMM-13235 Grafana 11 #762
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2e21d6 - Browse repository at this point
Copy the full SHA a2e21d6View commit details -
Alerting: Update mute timings provisioning API to support optimistic …
…locking (grafana#88731) * add version to time-interval models * set time interval fingerprint as version * update to check provided version * delete to check if version is provided in query parameter 'version' * update integration tests * update specs
Configuration menu - View commit details
-
Copy full SHA for 003e3ef - Browse repository at this point
Copy the full SHA 003e3efView commit details
Commits on Jun 7, 2024
-
storage: Avoid panic when no previous versions in history (grafana#88880
) Signed-off-by: Dave Henderson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c931a44 - Browse repository at this point
Copy the full SHA c931a44View commit details -
I18n: Download translations from Crowdin (grafana#88851)
New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 897b81e - Browse repository at this point
Copy the full SHA 897b81eView commit details -
Plugins: Improve frontend loader cache (grafana#87488)
* do it * set empty child version to parent version * feat(plugins): use pluginId for loader cache keys * feat(plugins): apply caching to all js and css files systemjs loads * remove old code and add comment * test(plugins): update systemjs hooks tests in line with better caching * test(plugins): wip - comment out failing backend loader tests * fix tests and improve comment * Update public/app/features/plugins/loader/cache.test.ts Co-authored-by: Levente Balogh <[email protected]> --------- Co-authored-by: Will Browne <[email protected]> Co-authored-by: Levente Balogh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 036c878 - Browse repository at this point
Copy the full SHA 036c878View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ea7fd - Browse repository at this point
Copy the full SHA 56ea7fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1851b4 - Browse repository at this point
Copy the full SHA a1851b4View commit details -
Alerting: Fix possible undefined value in the form not being protected (
grafana#88860) Fix possible undefined value in the form not being protected
Configuration menu - View commit details
-
Copy full SHA for 372c9d4 - Browse repository at this point
Copy the full SHA 372c9d4View commit details -
Chore: Migrate
DashboardRow
SCSS styles (grafana#88768)migrate dashboard-row styles
Configuration menu - View commit details
-
Copy full SHA for c6d0719 - Browse repository at this point
Copy the full SHA c6d0719View commit details -
added youtube video link (grafana#88901)
* added youtube video link * Update index.md
Configuration menu - View commit details
-
Copy full SHA for 5095ea8 - Browse repository at this point
Copy the full SHA 5095ea8View commit details -
Auth: Add org to role mappings support to Google integration (grafana…
…#88891) * Auth: Implement org role mapping for google oauth provider * Update docs * Remove unused function Co-authored-by: Misi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3efd95 - Browse repository at this point
Copy the full SHA f3efd95View commit details -
Storybook: Bump to 8.1.6 (grafana#88899)
* chore(storybook): bump to latest 8.1.6 * chore(yarn): dedupe yarn.lock post storybook update * chore(typescript): align react types across repo
Configuration menu - View commit details
-
Copy full SHA for 0e73c4d - Browse repository at this point
Copy the full SHA 0e73c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39bd13f - Browse repository at this point
Copy the full SHA 39bd13fView commit details -
Alerting: Update SNS description mistakes (grafana#88832)
update SNS description mistakes
Configuration menu - View commit details
-
Copy full SHA for 1be5c52 - Browse repository at this point
Copy the full SHA 1be5c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9271ed - Browse repository at this point
Copy the full SHA c9271edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40931b6 - Browse repository at this point
Copy the full SHA 40931b6View commit details -
Alerting: Fix go-swagger extraction and several embedded types from A…
…lertmanager in Swagger docs (grafana#88879) Drop redundant swagger model comments
Configuration menu - View commit details
-
Copy full SHA for f1dc635 - Browse repository at this point
Copy the full SHA f1dc635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ea180 - Browse repository at this point
Copy the full SHA 32ea180View commit details -
Alerting: Update dependency owners in go.mod (grafana#88928)
Update codeowners in go.mod
Configuration menu - View commit details
-
Copy full SHA for 27a791d - Browse repository at this point
Copy the full SHA 27a791dView commit details -
Plugins: Allow apps to expose components. Update the extensions API. (g…
…rafana#87236) * feat: introduce exposable components and update the public APIs Co-authored-by: Marcus Andersson <[email protected]> * tests: fix the tests for `usePluginComponent()` I broke them when I wrapped the component with the PluginContextProvider which fetches the plugin metadata. * fix: typo --------- Co-authored-by: Marcus Andersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebe42e1 - Browse repository at this point
Copy the full SHA ebe42e1View commit details -
StateTimeline: Fix bug with state labels using stale y position cache…
… during panel resize (grafana#88818) * StateTimeline: Check for change in height * probably it! --------- Co-authored-by: Leon Sorokin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 694499a - Browse repository at this point
Copy the full SHA 694499aView commit details -
Table Panel: Enable text wrapping (grafana#86895)
* Calculate row height * Move things around * Update getItemSize to use text bounding box * Update types * Cleanups and reminders * Calculate line height * Update line height calculation * Remove debugging * Add cell option editing * Prettier * Use field configured for text wrapping * Add TODO * Make sure column configuration is correct * Update height heuristic and hover behavior * Disable overflow on hover with text wrapping * Update heuristic * Clean things up * Color background cell options * Fix tests * Prettier * React deps * Remove old hook dep * Fix type errors * Update label and description for editor * Fix non-wrapped case * Make sure color background works * Prettier * Address review comments * fix prettier * Add heuristic for field sizing * Fix up logic * Prettier * Fix test * Oh prettier 🙈 * Don't wrap text on non-string fields * Add wrapping to color text cell * Prettier * Fix option not showing for auto cell type * Move longest field guessing into function * Clean things up * Add tests * Make sure text won't flake * Prettier * Remove spurious import * Ignore any in this case * Add alpha label * Prettier * Fix typecheck * Fix crash when sampling when there are undefined records * Update heuristic to take into account long strings * Prettier * Update scale factors * Update field index selection * Prettier --------- Co-authored-by: jev forsberg <[email protected]> Co-authored-by: nmarrs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aa1bbe - Browse repository at this point
Copy the full SHA 8aa1bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b761153 - Browse repository at this point
Copy the full SHA b761153View commit details -
Alerting: Recording rules appear as type=recording in Prometheus API …
…+ better abstraction for type (grafana#88805) * Wire status through to prom API * Regenerate swagger
Configuration menu - View commit details
-
Copy full SHA for 58fdb24 - Browse repository at this point
Copy the full SHA 58fdb24View commit details -
chore(ci): Run golangci-lint in GitHub Actions (grafana#88916)
* chore(ci): Run golangci-lint in GitHub Actions Signed-off-by: Dave Henderson <[email protected]> * chore(ci): Remove lint-backend step from Drone Signed-off-by: Dave Henderson <[email protected]> --------- Signed-off-by: Dave Henderson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a8b59f - Browse repository at this point
Copy the full SHA 3a8b59fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 330da79 - Browse repository at this point
Copy the full SHA 330da79View commit details -
Alerting: Recording rule mapping logic for data frames to Prometheus …
…metrics (grafana#88550) * Add stub Prometheus writer with mapping logic * Add tests
Configuration menu - View commit details
-
Copy full SHA for 63e9969 - Browse repository at this point
Copy the full SHA 63e9969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a97ff4 - Browse repository at this point
Copy the full SHA 4a97ff4View commit details -
chore(ci): Lint only pkg/ code, and lint all Go modules (grafana#88940)
Signed-off-by: Dave Henderson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81019f1 - Browse repository at this point
Copy the full SHA 81019f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b55776 - Browse repository at this point
Copy the full SHA 4b55776View commit details -
Configuration menu - View commit details
-
Copy full SHA for d608ef4 - Browse repository at this point
Copy the full SHA d608ef4View commit details -
K8s: Improve response writer error handling (grafana#88926)
--------- Co-authored-by: Diego Augusto Molina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22989ac - Browse repository at this point
Copy the full SHA 22989acView commit details -
Table Panel: Add docs for text wrapping (grafana#88949)
Add docs for text wrapping
Configuration menu - View commit details
-
Copy full SHA for e153022 - Browse repository at this point
Copy the full SHA e153022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca3ec7 - Browse repository at this point
Copy the full SHA 7ca3ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114a136 - Browse repository at this point
Copy the full SHA 114a136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52fe192 - Browse repository at this point
Copy the full SHA 52fe192View commit details
Commits on Jun 11, 2024
-
[v11.1.x] Transformations: Keep original
field.labels.name
when joi……ning frames (grafana#89012) Transformations: Keep original `field.labels.name` when joining frames (grafana#88873) (cherry picked from commit 89a0bec) Co-authored-by: Leon Sorokin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e20392c - Browse repository at this point
Copy the full SHA e20392cView commit details -
[v11.1.x] DashboardScene: Fixes lack of re-render when updating field…
… override properties (grafana#89011) DashboardScene: Fixes lack of re-render when updating field override properties (grafana#88796) * DashboardScene: Fixes lack of re-render when updating field override properties * Added unit test (cherry picked from commit db25886) Co-authored-by: Torkel Ödegaard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db381f3 - Browse repository at this point
Copy the full SHA db381f3View commit details -
[v11.1.x] Alerting: Fix rule storage to filter by group names using c…
…ase-sensitive comparison (grafana#89007) Alerting: Fix rule storage to filter by group names using case-sensitive comparison (grafana#88992) * add test for the bug * remove unused struct * update db store to post process filters by group using go-lang's case-sensitive string comparison -------- Co-authored-by: Alexander Weaver <[email protected]> (cherry picked from commit d4b0ac5) Co-authored-by: Yuri Tseretyan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92ba78c - Browse repository at this point
Copy the full SHA 92ba78cView commit details -
[v11.1.x] Docs: Updates to the Grafana enterprise data source intro p…
…age (grafana#89069) Docs: Updates to the Grafana enterprise data source intro page (grafana#89065) removed a dupe, deprecated data source and cleaned up a page name (cherry picked from commit 59fbc0d) Co-authored-by: Larissa Wandzura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d6d252 - Browse repository at this point
Copy the full SHA 1d6d252View commit details -
[v11.1.x] feat: Updated whats-new-in-v11-0.md with release video (gra…
…fana#89077) feat: Updated whats-new-in-v11-0.md with release video (grafana#87953) Update whats-new-in-v11-0.md Grafana 11 release video added. (cherry picked from commit 465efbf) Co-authored-by: Jay Clifford <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36dd8f5 - Browse repository at this point
Copy the full SHA 36dd8f5View commit details -
[v11.1.x] Added Grafana Play Links to Panel visualization docs (grafa…
…na#89078) Added Grafana Play Links to Panel visualization docs (grafana#88995) * Update index.md on Node panels to Grafana Play link * Update index.md add Traces docs link to Grafana Play * Update index.md News documentation link to Grafana Play * Update index.md Alert list documentation link to Grafana Play * Update index.md Alert list fixed missing link * Update index.md Fixed title * Update index.md Trying code fix * Ran prettier command * Matched link text to dashboard titles * Replaced URL with ref URI key --------- Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]> (cherry picked from commit 404617b) Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cad1d45 - Browse repository at this point
Copy the full SHA cad1d45View commit details
Commits on Jun 12, 2024
-
[v11.1.x] Alerting docs: update
Introduction > Notification policies
(grafana#89103) Alerting docs: update `Introduction > Notification policies` (grafana#88656) * Alerting docs: Notification policies and grouping * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/notification-policies.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/notification-policies.md Co-authored-by: brendamuir <[email protected]> * Change `alt` text in a diagram * Clarify `siblings` and `child` policies * Fix spelling error * minor change * Rewrite routing * Update docs/sources/alerting/fundamentals/notifications/notification-policies.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/notification-policies.md Co-authored-by: brendamuir <[email protected]> * Rewrite Routing * extend routing * Minor `Group by` example * Clarify how Grafana groups alerts by the alert rule * Skip bold style for `group` options --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit ee75fc3) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c6f18a - Browse repository at this point
Copy the full SHA 5c6f18aView commit details -
[v11.1.x] Alerting docs: Update Timing Options (grafana#89105)
Alerting docs: Update Timing Options (grafana#89036) * first wip * Complete changes * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Edit sentence refering the previous example --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 57c9207) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bfa4a6 - Browse repository at this point
Copy the full SHA 9bfa4a6View commit details -
[v11.1.x] @grafana/data: Introduce new getTagKeys/getTagValues respon…
…se interface (grafana#89120) @grafana/data: Introduce new getTagKeys/getTagValues response interface (grafana#88369) * @grafana/data: Introduce new getTagKeys/getTagValues response interface (cherry picked from commit 2076723) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37b9dc0 - Browse repository at this point
Copy the full SHA 37b9dc0View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96ba44c - Browse repository at this point
Copy the full SHA 96ba44cView commit details -
[v11.1.x] Alerting docs: fix example (grafana#89150)
Alerting docs: fix example (grafana#89132) * Fix matching label example * Update some wording * Update docs/sources/alerting/fundamentals/notifications/notification-policies.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md Co-authored-by: brendamuir <[email protected]> * Minor Timing options summary clarification * Clarify `Disable grouping` --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 35fba38) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for badcca2 - Browse repository at this point
Copy the full SHA badcca2View commit details -
[v11.1.x] Inspect: Include only BOM char for excel files (grafana#89146)
Inspect: Include only BOM char for excel files (grafana#88994) (cherry picked from commit 080adaf) Co-authored-by: Ivan Ortega Alba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7535629 - Browse repository at this point
Copy the full SHA 7535629View commit details -
[v11.1.x] BrowseDashboards: Prepend subpath to New Browse Dashboard a…
…ctions (grafana#89131) BrowseDashboards: Prepend subpath to New Browse Dashboard actions (grafana#89109) (cherry picked from commit c58d09f) Co-authored-by: Josh Hunt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4690d88 - Browse repository at this point
Copy the full SHA 4690d88View commit details -
[v11.1.x] Docs: Fixes for 11.1 visualizations docs (grafana#89194)
Docs: Fixes for 11.1 visualizations docs (grafana#89193) * Updated table wrapping and auto wording * Fixed formatting to match other lists * Fixed admonition styling and moved content out of note into body * Added note re feature toggle * Fixed typo * Added comma Co-authored-by: Adela Almasan <[email protected]> --------- Co-authored-by: Adela Almasan <[email protected]> (cherry picked from commit e807f42) Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d165ba - Browse repository at this point
Copy the full SHA 1d165baView commit details
Commits on Jun 14, 2024
-
[v11.1.x] Use ref URIs with the reference style links (grafana#89229)
Use ref URIs with the reference style links (grafana#89204) * Use ref URIs with the reference style links If I remember correctly, the UI needs reference style links so it can substitute its own link destinations. ref URIs work both inline and as the destination for reference style links. Signed-off-by: Jack Baldry <[email protected]> * Remove unused ref URI Signed-off-by: Jack Baldry <[email protected]> * Remove unused Data frames link Signed-off-by: Jack Baldry <[email protected]> --------- Signed-off-by: Jack Baldry <[email protected]> (cherry picked from commit f546854) Co-authored-by: Jack Baldry <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cdc07eb - Browse repository at this point
Copy the full SHA cdc07ebView commit details -
[v11.1.x] Geomap: Fix data fit (grafana#89248)
Geomap: Fix data fit (grafana#89247) (cherry picked from commit e53e6e7) Co-authored-by: Drew Slobodnjak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34289b8 - Browse repository at this point
Copy the full SHA 34289b8View commit details
Commits on Jun 17, 2024
-
[v11.1.x] Fix typo in dashboard-variables destinations and also use G…
…rafana Cloud docs if they exist (grafana#89245) Co-authored-by: Jack Baldry <[email protected]> Fix typo in dashboard-variables destinations and also use Grafana Cloud docs if they exist (grafana#89244)
Configuration menu - View commit details
-
Copy full SHA for ba5cc1b - Browse repository at this point
Copy the full SHA ba5cc1bView commit details -
[v11.1.x] DashboardScene: Emit meta analytic view event (grafana#89266)
DashboardScene: Emit meta analytic view event (grafana#89094) * DashboardScene: Emit view event * check fix (cherry picked from commit ae80ed0) Co-authored-by: Dominik Prokop <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4f072e - Browse repository at this point
Copy the full SHA c4f072eView commit details -
[v11.1.x] Update index.md for Node, adding video to docs (grafana#89076)
Update index.md for Node, adding video to docs (grafana#88941) (cherry picked from commit c98b7a7) Co-authored-by: Señor Performo - Leandro Melendez <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3418e01 - Browse repository at this point
Copy the full SHA 3418e01View commit details -
[v11.1.x] Analytics: Fix ApplicationInsights integration (grafana#89301)
Analytics: Fix ApplicationInsights integration (grafana#89299) change ApplicationInsights backend to use SystemJS to load (cherry picked from commit 7bb883e) Co-authored-by: Ashley Harrison <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36dbcbc - Browse repository at this point
Copy the full SHA 36dbcbcView commit details -
[v11.1.x] Scenes: Be able to hide dashboard controls in Kiosk mode (g…
…rafana#89306) Scenes: Be able to show/hide dashboard controls in Kiosk mode (grafana#88920) (cherry picked from commit 0abe4fc) Co-authored-by: Ivan Ortega Alba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 212fe5d - Browse repository at this point
Copy the full SHA 212fe5dView commit details -
[v11.1.x] [DOC] Add feature toggle for admin page (grafana#89310)
Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Kim Nylander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f96fb79 - Browse repository at this point
Copy the full SHA f96fb79View commit details
Commits on Jun 18, 2024
-
[v11.1.x] alerting: notes on label matchers (grafana#89326)
alerting: notes on label matchers (grafana#89269) * alerting: notes on label matchers * routing clarification * Update docs/sources/alerting/alerting-rules/templating-labels-annotations.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/notifications/templates.md Co-authored-by: brendamuir <[email protected]> --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 0cc67bb) Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10e913a - Browse repository at this point
Copy the full SHA 10e913aView commit details -
[v11.1.x] Plugin extensions: Return react components from `usePluginC…
…omponents()` (grafana#89328) Plugin extensions: Return react components from `usePluginComponents()` (grafana#89237) feat: return with react components from `usePluginComponents()` (cherry picked from commit 1d6c9d4) Co-authored-by: Levente Balogh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ec9cd0 - Browse repository at this point
Copy the full SHA 5ec9cd0View commit details -
[v11.1.x] Alerting docs: update Introduction page (grafana#89329)
Alerting docs: update Introduction page (grafana#89155) * Update Introduction page * Update `How alerting works` image * Update docs/sources/alerting/fundamentals/_index.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/fundamentals/_index.md Co-authored-by: brendamuir <[email protected]> * Fix `alt` attribute * alert instance are sent `in` notifications * Clarify `Notification policies` * Clarify Notification Policy responsibilities * Edit existing image captions * change `configure a contact point` to `choose a contact point` * Update image `caption/alt` --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit d0cf895) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6257dee - Browse repository at this point
Copy the full SHA 6257deeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e62f038 - Browse repository at this point
Copy the full SHA e62f038View commit details
Commits on Jun 19, 2024
-
[v11.1.x] Prometheus: Don't use match[] parameter if there is no metr…
…ic (grafana#89385) Prometheus: Don't use match[] parameter if there is no metric (grafana#89352) don't use match[] parameter if there is no metric (cherry picked from commit 76047d9) Co-authored-by: ismail simsek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3531b58 - Browse repository at this point
Copy the full SHA 3531b58View commit details -
[v11.1.x] InfluxDB: Fix sending range info on variable editor (grafan…
…a#89386) InfluxDB: Fix sending range info on variable editor (grafana#89347) send range info in range field (cherry picked from commit e5a50a7)
Configuration menu - View commit details
-
Copy full SHA for d19a851 - Browse repository at this point
Copy the full SHA d19a851View commit details -
[v11.1.x] DashboardScene: Make Grafana usable when custom home dashbo…
…ard is invalid (grafana#89366) DashboardScene: Make Grafana usable when custom home dashboard is invalid (grafana#89305) * DashboardScene: Make Grafana usable when custom home dashboard is invalid * Tests * Remove console.error (cherry picked from commit ae04580)
Configuration menu - View commit details
-
Copy full SHA for e4a82fe - Browse repository at this point
Copy the full SHA e4a82feView commit details -
[v11.1.x] Document Unix ms format for time type parsing (grafana#89417)
Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Oleg Zaytsev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b283e6 - Browse repository at this point
Copy the full SHA 9b283e6View commit details -
[v11.1.x] Docs: correct tracesToLogsV2 example span time shifts (graf…
…ana#89426) Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: jvaelen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbefb6a - Browse repository at this point
Copy the full SHA bbefb6aView commit details -
[v11.1.x] Scenes: Setting default_home_dashboard_path returns blank p…
…age and no controls (grafana#89360) Scenes: Setting default_home_dashboard_path returns blank page and no controls (grafana#89304) (cherry picked from commit 3fdc66d) Co-authored-by: Ivan Ortega Alba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b97bf4c - Browse repository at this point
Copy the full SHA b97bf4cView commit details
Commits on Jun 20, 2024
-
[v11.1.x] Docs: Fix broken link (grafana#89479)
Co-authored-by: Isabel Matwawana <[email protected]> Fix broken link (grafana#89441)
Configuration menu - View commit details
-
Copy full SHA for b1a42dd - Browse repository at this point
Copy the full SHA b1a42ddView commit details -
[v11.1.x] Echo: Suppress errors from frontend-metrics API call failing (
grafana#89494) Echo: Don't notify if PerformanceBackend errors when flushing (grafana#89379) (cherry picked from commit b434116) Co-authored-by: Josh Hunt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b55fd0 - Browse repository at this point
Copy the full SHA 0b55fd0View commit details -
[v11.1.x] Notifications: Do not log email address in error message (g…
…rafana#89502) Notifications: Do not log email address in error message (grafana#89314) Do not log email address in error message (cherry picked from commit c2c30c2) Co-authored-by: William Wernert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe6cc7b - Browse repository at this point
Copy the full SHA fe6cc7bView commit details -
[v11.1.x] Docs: Fixed broken links on Prometheus data source page (gr…
…afana#89514) Co-authored-by: Larissa Wandzura <[email protected]> Fixed broken links on Prometheus data source page (grafana#89485)
Configuration menu - View commit details
-
Copy full SHA for 446501f - Browse repository at this point
Copy the full SHA 446501fView commit details
Commits on Jun 21, 2024
-
[v11.1.x] Scenes: Unset _changesWorker when change tracker is termina…
…ted (grafana#89536) Scenes: Unset _changesWorker when change tracker is terminated (grafana#89495) * Scenes: Unset _changesWorker when change tracker is terminated Closes grafana#89458 (cherry picked from commit d750af0) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7910226 - Browse repository at this point
Copy the full SHA 7910226View commit details -
[v11.1.x] Home: Remove extra padding for dashboard home (grafana#89544)
Home: Remove extra padding for dashboard home (grafana#89432) (cherry picked from commit aea8941)
Configuration menu - View commit details
-
Copy full SHA for b5eeb5f - Browse repository at this point
Copy the full SHA b5eeb5fView commit details -
Release: Bump version to 11.1.0 (#124)
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Co-authored-by: Kevin Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb9f5d1 - Browse repository at this point
Copy the full SHA bb9f5d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b85c4c - Browse repository at this point
Copy the full SHA 5b85c4cView commit details
Commits on Jun 24, 2024
-
[v11.1.x] DashboardScene: Fix dashboard clear when row repeating with…
… non-existing variable (grafana#89561) DashboardScene: Fix dashboard clear when row repeating with non-existing variable (grafana#89559) --------- Co-authored-by: Sergej-Vlasov <[email protected]> (cherry picked from commit 7feea32) Co-authored-by: Alexa V <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7950251 - Browse repository at this point
Copy the full SHA 7950251View commit details -
[v11.1.x] Fix typo in API key (grafana#89593)
Co-authored-by: pmo <[email protected]> Fix typo in API key (grafana#89568)
Configuration menu - View commit details
-
Copy full SHA for 6a89d90 - Browse repository at this point
Copy the full SHA 6a89d90View commit details -
[v11.1.x] NavToolbarActions: Make sure ToolbarActions are renrendered…
… when needed (grafana#89620) NavToolbarActions: Make sure ToolbarActions are renrendered when needed (grafana#89615) (cherry picked from commit 96fda0d) Co-authored-by: Dominik Prokop <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82eccf0 - Browse repository at this point
Copy the full SHA 82eccf0View commit details -
[11.1.x] backport CI / release changes (grafana#89641)
* CI: Make pkg/build its own module, remove unused Grafana modules in go.mo… (grafana#89243) * Make pkg/build its own module, remove unused Grafana modules in go.mod/go.sum * fix go.work format * log errors on file close errors * CI: Add release-pr workflow (grafana#89005) * Add release-pr workflow * update CODEOWNERS * CI: Trigger release pr workflow when a release is completed (grafana#89062) * CI: Add bump-version action to the release PR workflow (grafana#89491) * Automation: Verify release artifacts on grafana.com (grafana#89197) * baldm0mma/verify_release/ create verify_release_for_download function * baldm0mma/verify_release/ add name, image, env * baldm0mma/verify_release/ add initial commands * baldm0mma/verify_release/ add deps? * baldm0mma/verify_release/ update location * baldm0mma/verify_release/ add anno to lib-star * bald0mma/verify_release/ update func name to verify_grafanacom_step * baldm0mma/verify_release/ add verify shell script * baldm0mma/verify_release/ add script content, first attempt * baldm0mma/verify_release/ add node image to verify_grafanacom_step * baldm0mma/verify_release/ add gcom secret note * baldm0mma/verify_release/ add sudo to apt-get * baldm0mma/verify_release/ add anno * baldm0mma/verify_release/ add anno to secrets * baldm0mma/verify_release/ update commands to reflect node env image * baldm0mma/verify_release/ update annos * baldm0mma/verify_release/ update tag variable * baldm0mma/verify release/ add whitespace * baldm0mma/verify_releases/ update with no bash loops * baldm0mma/verify_release/ update exit logic * baldm0mma/verify_release/ remove annos * baldm0mma/verify_releasse/ resign and build yml * baldm0mma/verify_release/ remove annos * baldm0mma/verify_release/ update signature * baldm0mma/verify_release/ download curl * baldm0mma/verify_release/ remove temp key folder removal * baldm0mma/verify_release/ account for artifact download time * baldm0mma/verify_release/ add anno * baldm0mma/verify_release/ update location * baldm0mma/verify_release/ update script * baldm0mma/verify_release/ make drone * baldm0mma/verify_release/ update script for oss or ent * baldm0mma/verify_release/ add promotion option * baldm0mma/verify_release/ make drone * Update scripts/drone/events/release.star Co-authored-by: Kevin Minehart <[email protected]> * Update scripts/drone/steps/lib.star Co-authored-by: Kevin Minehart <[email protected]> * Update scripts/drone/steps/lib.star Co-authored-by: Kevin Minehart <[email protected]> * baldm0mma/verify_release/ update drone * Update scripts/drone/events/release.star Co-authored-by: Kevin Minehart <[email protected]> * baldm0mma/verify_release/ update drone * Update scripts/drone/steps/lib.star Co-authored-by: Kevin Minehart <[email protected]> * Apply suggestions from code review Co-authored-by: Kevin Minehart <[email protected]> * baldm0mma/update drone * baldm0mma/verify_release/ update path * baldm0mma/verify_release/ make drone * baldm0mma/update drone * Apply suggestions from code review Co-authored-by: Kevin Minehart <[email protected]> * baldm0mma/verify_release/ update for loop to account for failure * baldm0mma/verify_release/ make drone * baldm0mma/verify_release/ make format-drone * baldm0mma/verify_release/ rem unused var --------- Co-authored-by: Kevin Minehart <[email protected]> --------- Co-authored-by: Jev Forsberg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80b3b5d - Browse repository at this point
Copy the full SHA 80b3b5dView commit details -
[v11.1.x] Docs: What’s new & Upgrade guide v11.1 (grafana#89642)
Co-authored-by: Mitch Seaman <[email protected]> Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64e4b0e - Browse repository at this point
Copy the full SHA 64e4b0eView commit details
Commits on Jun 25, 2024
-
Release: Bump version to 11.1.1 (grafana#89667)
bump version 11.1.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4cf941e - Browse repository at this point
Copy the full SHA 4cf941eView commit details -
[v11.1.x] Changelog: Updated changelog for 11.1.0 (grafana#89660)
Changelog: Updated changelog for 11.1.0 (grafana#89659) * Changelog: Updated changelog for 11.1.0 * Linting --------- Co-authored-by: grafanabot <[email protected]> Co-authored-by: Fabrizio <[email protected]> (cherry picked from commit 9162815) Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f5e841 - Browse repository at this point
Copy the full SHA 6f5e841View commit details -
[v11.1.x] Scenes: Repeat horizontally set the width to 24 even if rep…
…eat variab… (grafana#89680) Scenes: Repeat horizontally set the width to 24 even if repeat variable is not set (grafana#89658) (cherry picked from commit 6773f7f) Co-authored-by: Ivan Ortega Alba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66034f5 - Browse repository at this point
Copy the full SHA 66034f5View commit details -
[v11.1.x] alerting: teams contact point + updates (grafana#89702)
alerting: teams contact point + updates (grafana#89695) * alerting: teams contact point + updates * typo * all pretty no pity * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/pager-duty.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md Co-authored-by: brendamuir <[email protected]> * formatting * formatting --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 891cc05) Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36102bb - Browse repository at this point
Copy the full SHA 36102bbView commit details -
[v11.1.x] Docs: Add youtube links to What's new 11.1 (grafana#89713)
Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf610cb - Browse repository at this point
Copy the full SHA bf610cbView commit details -
[v11.1.x] Docs: Add more info and link to text wrap content (grafana#…
…89715) Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Mitch Seaman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 801dd89 - Browse repository at this point
Copy the full SHA 801dd89View commit details -
[v11.1.x] advertise RBAC for silences better (grafana#89720)
Co-authored-by: Mitch Seaman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0c2a0a - Browse repository at this point
Copy the full SHA e0c2a0aView commit details -
[v11.1.x] CI: add release comms workflow (grafana#89738)
CI: add release comms workflow (grafana#89718) * add release comms workflow * add version input * Add release-comms workflow to CODEOWNERS (cherry picked from commit 3ede2db) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cafc1a - Browse repository at this point
Copy the full SHA 9cafc1aView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b908b86 - Browse repository at this point
Copy the full SHA b908b86View commit details -
[v11.1.x] CI: fix release comms workflow (grafana#89789)
CI: fix release comms workflow (grafana#89744) * add runs-on key * remove unneeded env key * use more specific quotes in commands * fix block syntax * fix workflow dispatch event check (cherry picked from commit 16b050f) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60ea823 - Browse repository at this point
Copy the full SHA 60ea823View commit details
Commits on Jun 27, 2024
-
[v11.1.x] Alerting docs: adds silence RBAC 11.1 (grafana#89814)
Alerting docs: adds silence RBAC 11.1 (grafana#89176) * Alerting docs: adds silence RBAC 11.1 * ran prettier * Improve docs with new rule-specific silence RBAC information * Apply suggestions from code review Co-authored-by: Jack Baldry <[email protected]> * Apply suggestions from code review Co-authored-by: Jack Baldry <[email protected]> * prettier --------- Co-authored-by: Matt Jacobson <[email protected]> Co-authored-by: Jack Baldry <[email protected]> (cherry picked from commit f833b78) Co-authored-by: brendamuir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd64166 - Browse repository at this point
Copy the full SHA bd64166View commit details
Commits on Jul 1, 2024
-
[v11.1.x] Alerting docs: Update
View alert groups
(grafana#89899)Alerting docs: Update `View alert groups` (grafana#89461) * Alerting docs: Update `View alert groups` Rename to `View the status of notifications` and extend on this topic * Update docs/sources/alerting/manage-notifications/view-alert-groups.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/manage-notifications/view-alert-groups.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/manage-notifications/view-alert-groups.md Co-authored-by: brendamuir <[email protected]> * Use `1` always for numbered list * refer to `grouping settings of notification policies` * Update `View notification errors` with latest instructions --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit c168f2a) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbcdacc - Browse repository at this point
Copy the full SHA fbcdaccView commit details -
[v11.1.x] Alerting: Skip loading alert rules for dashboards when disa…
…bled (grafana#89905) Alerting: Skip loading alert rules for dashboards when disabled (grafana#89361) (cherry picked from commit 781e394) Co-authored-by: Gilles De Mey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 244d0cf - Browse repository at this point
Copy the full SHA 244d0cfView commit details -
[v11.1.x] Frontend: InteractiveTable fix - prevent styles from leakin…
…g into tables added in expanded rows (grafana#89917) Frontend: InteractiveTable fix - prevent styles from leaking into tables added in expanded rows (grafana#88948) * fix: prevent styles from leaking into tables added in expanded rows (cherry picked from commit 1f967a8) Co-authored-by: Galen Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 81c03da - Browse repository at this point
Copy the full SHA 81c03daView commit details -
[v11.1.x] Table Panel: Fix Image hover without datalinks (grafana#89922)
Table Panel: Fix Image hover without datalinks (grafana#89751) * Fix image hover * Prettier * Fix height offset (cherry picked from commit c575c06) Co-authored-by: Kyle Cunningham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5510541 - Browse repository at this point
Copy the full SHA 5510541View commit details
Commits on Jul 2, 2024
-
[v11.1.x] alerting:mute-timings>api (grafana#89943)
alerting:mute-timings>api (grafana#89902) * alerting:mute-timings>api * added type go-type * all pretty (cherry picked from commit 92ad6c7) Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c032def - Browse repository at this point
Copy the full SHA c032defView commit details -
[v11.1.x] DashboardScene: Disable edit related shortcuts for Viewer (g…
…rafana#89941) DashboardScene: Disable edit related shortcuts for Viewer (grafana#89936) check if can edit before adding edit shortcuts (cherry picked from commit 527071a) Co-authored-by: Sergej-Vlasov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11b8626 - Browse repository at this point
Copy the full SHA 11b8626View commit details -
[v11.1.x] Docs: Clarify query and tags search in dashboard list (graf…
…ana#89970) Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8caf0df - Browse repository at this point
Copy the full SHA 8caf0dfView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d77611a - Browse repository at this point
Copy the full SHA d77611aView commit details -
alerting:docs>oncall (grafana#89780) (grafana#89980)
* alerting:docs>oncall (grafana#89780) * alerting:docs>oncall * removed refs * links * dot * all pretty no pity (cherry picked from commit 9740ce3) * Update configure-oncall.md
Configuration menu - View commit details
-
Copy full SHA for e60254c - Browse repository at this point
Copy the full SHA e60254cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5163e0 - Browse repository at this point
Copy the full SHA b5163e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b84e7 - Browse repository at this point
Copy the full SHA 91b84e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 305a964 - Browse repository at this point
Copy the full SHA 305a964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8a2d7 - Browse repository at this point
Copy the full SHA 8c8a2d7View commit details
Commits on Jul 4, 2024
-
[v11.1.x] Scenes: Fix issue where "get help" drawer was empty in pane…
…l edit mode (grafana#90041) Scenes: Fix issue where "get help" drawer was empty in panel edit mode (grafana#89431) (cherry picked from commit 4671b7d) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69139f2 - Browse repository at this point
Copy the full SHA 69139f2View commit details -
[v11.1.x] Tempo: Fix grpc streaming support over pdc-agent (grafana#9…
…0055) Tempo: Fix grpc streaming support over pdc-agent (grafana#89883) * Tempo: Fix grpc streaming support over pdc-agent * Fix a spelling error and formatting * Ignore lint issue for reasons listed in source code comment --------- Co-authored-by: Joey Tawadrous <[email protected]> (cherry picked from commit d5b21f7) Co-authored-by: Taylor Dean <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 460dfdd - Browse repository at this point
Copy the full SHA 460dfddView commit details -
[v11.1.x] Update
make docs
procedure (grafana#90073)Co-authored-by: grafanabot <[email protected]> Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2835a1c - Browse repository at this point
Copy the full SHA 2835a1cView commit details -
[v11.1.x] Alerting: Skip fetching alerts for unsaved dashboards (graf…
…ana#90074) * Alerting: Skip fetching alerts for unsaved dashboards (grafana#90061) skip fetching alerts for dashboards with null uid (cherry picked from commit dd4e254) --------- Co-authored-by: Gilles De Mey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b175165 - Browse repository at this point
Copy the full SHA b175165View commit details -
[v11.1.x] Docs: Fix typo in text (grafana#90090)
Co-authored-by: ANURAG RANJAN <[email protected]> Fix typo in text (grafana#89325)
Configuration menu - View commit details
-
Copy full SHA for cae1635 - Browse repository at this point
Copy the full SHA cae1635View commit details -
[v11.1.x] alerting/docs:discord (grafana#90086)
* alerting/docs:discord (grafana#90068) * alerting/docs:discord * 'pretty' (cherry picked from commit d563db6) * Update configure-discord.md --------- Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a56e351 - Browse repository at this point
Copy the full SHA a56e351View commit details
Commits on Jul 5, 2024
-
[v11.1.x] alerting/integrations:telegram-update (grafana#90109)
alerting/integrations:telegram-update (grafana#90105) * alerting/integrations:telegram-update * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram.md Co-authored-by: brendamuir <[email protected]> --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 8bc8b4b) Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d0723f - Browse repository at this point
Copy the full SHA 2d0723fView commit details -
[v11.1.x] Loki datasource: interpolate query before adding adhoc filt…
…ers (grafana#90114) Loki datasource: interpolate query before adding adhoc filters (grafana#89849) * Loki datasource: interpolate query before adding adhoc filters * Chore: remove unused export * Prettier * Chore: made test case more obvious (cherry picked from commit cc7aae1) Co-authored-by: Matias Chomicki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6452e96 - Browse repository at this point
Copy the full SHA 6452e96View commit details -
[v11.1.x] Alerting: Support
utf8_strict_mode: false
in Mimir (grafa……na#90148) Alerting: Support `utf8_strict_mode: false` in Mimir (grafana#90092) (cherry picked from commit 650616a) Co-authored-by: Gilles De Mey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37b9d65 - Browse repository at this point
Copy the full SHA 37b9d65View commit details -
[v11.1.x] [DOC] Update the Pyroscope data source config doc (grafana#…
…90150) Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Kim Nylander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c20fd6e - Browse repository at this point
Copy the full SHA c20fd6eView commit details
Commits on Jul 7, 2024
-
[v11.1.x] alerting/integrations:opsgenie (grafana#90158)
alerting/integrations:opsgenie (grafana#90133) * alerting/integrations:opsgenie * Update _index.md * new line * all pretty no pity * numbering * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md Co-authored-by: brendamuir <[email protected]> * Update configure-opsgenie.md --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit e061f28) Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbf4bd5 - Browse repository at this point
Copy the full SHA cbf4bd5View commit details
Commits on Jul 8, 2024
-
[v11.1.x] Fix panel paste button in nav toolbar (grafana#90147)
* Fix panel paste button in nav toolbar (grafana#90143) fix panel paste button in nav toolbar (cherry picked from commit f88bf47) * modify store import --------- Co-authored-by: Victor Marin <[email protected]> Co-authored-by: Victor Marin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6920f91 - Browse repository at this point
Copy the full SHA 6920f91View commit details -
[v11.1.x] CI: Sync branch and tag after release (grafana#90206)
CI: Sync branch and tag after release (grafana#89967) * Added `workflow_call` event to allow other workflows to invoke the "Create or update GitHub release" * Added `dry_run` to `github-release.yml` * Added `latest` to `release-pr.yml` which will cause the release PR to add a `release/latest` label. * Removed unnecessary github app creation from github-release workflow and just used permissions. (cherry picked from commit 63e715f) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d3206d - Browse repository at this point
Copy the full SHA 0d3206dView commit details
Commits on Jul 9, 2024
-
[v11.1.x] Scenes: Fixes issue with panel repeat height calculation (g…
…rafana#90232) Scenes: Fixes issue with panel repeat height calculation (grafana#90221) * Scenes: Fixes issue with panel repeat height calculation (cherry picked from commit 5cab595) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4241ea - Browse repository at this point
Copy the full SHA d4241eaView commit details -
[v11.1.x] [DOC] Fix broken links in profiles and traces content (graf…
…ana#90241) Co-authored-by: Kim Nylander <[email protected]> Fix broken links in profiles and traces content (grafana#90237)
Configuration menu - View commit details
-
Copy full SHA for 06a25ef - Browse repository at this point
Copy the full SHA 06a25efView commit details -
[v11.1.x] InfluxDB: Fix returning InfluxDB error messages (grafana#90087
) InfluxDB: Fix returning InfluxDB error messages (grafana#89973) * Revert "Chore: Return influxdb query error early before parsing the result (grafana#88549)" This reverts commit a87c155. * Handle error in buffered parser * handle error message in streaming parser (cherry picked from commit 4fcd348) Co-authored-by: ismail simsek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8c4827 - Browse repository at this point
Copy the full SHA b8c4827View commit details -
[v11.1.x] Docs: Fix link to send report API (grafana#90248)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Davidson Francis <[email protected]> Fix link to send report API (grafana#90242)
Configuration menu - View commit details
-
Copy full SHA for 64b649e - Browse repository at this point
Copy the full SHA 64b649eView commit details
Commits on Jul 10, 2024
-
[v11.1.x] Frontend: Use safe stringifier in parseBody (grafana#90234)
Frontend: Use safe stringifier in parseBody (grafana#90047) * Frontend: Use safe stringifier in parseBody Closes grafana#88064 (cherry picked from commit 434f386)
Configuration menu - View commit details
-
Copy full SHA for e5bbc6f - Browse repository at this point
Copy the full SHA e5bbc6fView commit details -
[v11.1.x] Azure: Fix default subscription setting (grafana#90263)
* Azure: Fix default subscription setting (grafana#90185) * Ensure default subscription is set * Include some info for when the default subscription is required * Rename settings mock - Add mockDatasourceSettings function * Add MonitorConfig test * Revert "Rename settings mock" - Avoid issues when backporting * Remove description * Remove required field * Remove unused import (cherry picked from commit bba26f8) * Add react --------- Co-authored-by: Andreas Christou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3124df8 - Browse repository at this point
Copy the full SHA 3124df8View commit details -
[v11.1.x] CI: remove missing dependency from workflow action (grafana…
…#90293) CI: remove missing dependency from workflow action (grafana#90285) remove missing dep from workflow action (cherry picked from commit f411d85) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1af63c6 - Browse repository at this point
Copy the full SHA 1af63c6View commit details -
[v11.1.x] Docs: Updated the Query inspector page (grafana#90297)
Co-authored-by: Piotr Jamróz <[email protected]> Co-authored-by: Larissa Wandzura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2efd32d - Browse repository at this point
Copy the full SHA 2efd32dView commit details -
[v11.1.x] CI: fix release pr condition (grafana#90305)
CI: fix release pr condition (grafana#90299) * Release comms should only run when the source PR is * Fix release-comms workflow condition (cherry picked from commit a28db90) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c39ab8 - Browse repository at this point
Copy the full SHA 5c39ab8View commit details
Commits on Jul 12, 2024
-
[v11.1.x] Admin: Fixes an issue where user accounts could not be enab…
…led (grafana#90361) Fix: unable to enable user Co-authored-by: gonvee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5ea48a - Browse repository at this point
Copy the full SHA c5ea48aView commit details -
[v11.1.x] RBAC: List only the folders that the user has access to (gr…
…afana#89016) RBAC: List only the folders that the user has access to (grafana#88599) only check folder permissions when listing folders (cherry picked from commit 095ca66) Co-authored-by: Ieva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eab471a - Browse repository at this point
Copy the full SHA eab471aView commit details -
[v11.1.x] Table: Fix state bug with initialRowIndex (grafana#90370)
Table: Fix state bug with initialRowIndex (grafana#90308) * fix: fix state bug --------- Co-authored-by: nmarrs <[email protected]> (cherry picked from commit 8400b54) Co-authored-by: Galen Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abd9e86 - Browse repository at this point
Copy the full SHA abd9e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac83bf - Browse repository at this point
Copy the full SHA 7ac83bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f93bcec - Browse repository at this point
Copy the full SHA f93bcecView commit details -
Alerting: Update grafana/alerting to 20240712181403-02e012d6dd7f (gra…
…fana#90386) update alerting to 02e012d6dd7fc889194cac5e7d3cf2c1db6b0b54
Configuration menu - View commit details
-
Copy full SHA for 26822fa - Browse repository at this point
Copy the full SHA 26822faView commit details -
[v11.1.x] docs: updated time series panel visualization (grafana#90394)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1a552b - Browse repository at this point
Copy the full SHA b1a552bView commit details -
[v11.1.x] docs: updated logs panel visualization (grafana#90399)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af1aaab - Browse repository at this point
Copy the full SHA af1aaabView commit details -
[v11.1.x] CloudWatch: Fix raw queries with dimensions set (grafana#90387
) CloudWatch: Fix raw queries with dimensions set (grafana#90348) (cherry picked from commit 9a8be17) Co-authored-by: Isabella Siu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0dbd8f - Browse repository at this point
Copy the full SHA e0dbd8fView commit details -
[v11.1.x] Automation: Verify DEB and RPM packages (grafana#90402)
Automation: Verify DEB and RPM packages (grafana#90146) * baldm0mma/verify_aptyum/ add verify_linux_packages_step * baldm0mma/verify_aptyum/ add name and image * baldm0mma/verify_aptyum/ add commands * baldm0mma/verify_aptyum/ add test pipeline * baldm0mma/verify_aptyum/ update deps for verify_linux_packages_step * baldm0mma/verify_aptyum/ update ubuntu image * baldm0mma/verify_aptyum/ add rockylinux9 image * baldm0mma/verify_aptyum/ update to verify_linux_DEB_packages_step naming * baldm0mma/verify_aptyum/ add verify_linux_RPM_packages_step * baldm0mma/verify_aptyum/ update commands for RPM check * baldm0mma/verify_aptyum/ update test pipeline * baldm0mma/verify_aptyum/ update annos * baldm0mma/verify_aptyum/ update annos * baldm0mma/verify_aptyum/ update args * baldm0mma/verify_aptyum/ add arg to verify_linux_RPM_packages_step * baldm0mma/verify_aptyum/ update oss_steps * baldm0mma/verify_aptyum/ update deps args * baldm0mma/verify_aptyum/ update sec hash * baldm0mma/verify_aptyum/ make format-drone * baldm0mma/verify_aptyum/ update sec hash * baldm0mma/verify_aptyum/ update drone * baldm0mma/verify_aptyum/ update function styles * baldm0mma/verify_aptyum/ revert changes * baldm0mma/verify_aptyum/ make drone * baldm0mma/verify_aptyum/ redirect install logs * baldm0mma/verify_aptyum/ restructure args * baldm0mma/verify_aptyum/ update verify_linux_DEB_packages_step * baldm0mma/verify_aptyum/ make format drone * baldm0mma/verify_aptyum/ update verify_linux_RPM_packages_step * baldm0mma/verify_aptyum/ add retry_command * baldm0mma/verify_aptyum/ make drone * baldm0mma/verify_aptyum/ update attempts to 10 minutes * baldm0mma/verify_aptyum/ handle is_preview * baldm0mma/verify_aptyum/ add doc strings to satisfy starlark linter * baldm0mma/verify_aptyum/ revert is_preview * baldm0mma/verify_aptyum/ update to rpm repo download * baldm0mma/verify_aptyum/ add back logging for rpm * baldm0mma/verify_aptyum/ revert to working * baldm0mma/verify_aptyum/ update to use RPM repo * baldm0mma/verify_aptyum/ remove redirect for logging * baldm0mma/verify_aptyum/ rem gpg check * baldm0mma/verify_aptyum/ fromat drone * baldm0mma/verify_aptyum/ rem comment * baldm0mma/verify_aptyum/ add single comment on timing (cherry picked from commit d781ec2)
Configuration menu - View commit details
-
Copy full SHA for be8ff40 - Browse repository at this point
Copy the full SHA be8ff40View commit details
Commits on Jul 15, 2024
-
[v11.1.x] SoloPanel: Avoid fatal error when panelId correspond to a r…
…ow (grafana#90422) SoloPanel: Avoid fatal error when panelId correspond to a row (grafana#90271) (cherry picked from commit 51fab9a) Co-authored-by: Ivan Ortega Alba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f27663 - Browse repository at this point
Copy the full SHA 6f27663View commit details -
[v11.1.x] Docs: Update dashboard URL variables docs (grafana#90445)
Co-authored-by: Ivan Ortega Alba <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41bd477 - Browse repository at this point
Copy the full SHA 41bd477View commit details
Commits on Jul 16, 2024
-
[v11.1.x] docs: updated table panel visualization (grafana#90474)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27cd35a - Browse repository at this point
Copy the full SHA 27cd35aView commit details -
[v11.1.x] Docs: Update group to nested tables transformation header t…
…o match naming in UI (grafana#90475) Co-authored-by: Nathan Marrs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d30eb3 - Browse repository at this point
Copy the full SHA 1d30eb3View commit details -
[v11.1.x] Revert "Scenes: Fixes issue with panel repeat height calcul…
…ation (grafana#90221)" (grafana#90486) Revert "Scenes: Fixes issue with panel repeat height calculation (grafana#90221)" (grafana#90478) This reverts commit 5cab595. (cherry picked from commit e7f9d59) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e9f8a8 - Browse repository at this point
Copy the full SHA 7e9f8a8View commit details -
[v11.1.x] Scrollbar: fix scrollTo being called on stale reference (gr…
…afana#90491) Scrollbar: fix scrollTo being called on stale reference (grafana#90346) * fix: fix scrollTo being called on stale reference (cherry picked from commit bb52c34) Co-authored-by: Galen Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 104daa4 - Browse repository at this point
Copy the full SHA 104daa4View commit details -
[v11.1.x] highlighting the part of the Grafana enterprise section so …
…easir for … (grafana#90503) highlighting the part of the Grafana enterprise section so easir for … (grafana#90177) highlighting the part of the Grafana enterprise section so easir for users to find it (cherry picked from commit 677d2a8) Co-authored-by: Usman Ahmad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed0cd7e - Browse repository at this point
Copy the full SHA ed0cd7eView commit details
Commits on Jul 17, 2024
-
[v11.1.x] alerting:docs>google chat (grafana#90516)
alerting:docs>google chat (grafana#90257) * alerting:docs>google chat * pretty * weight * changed weight * typo (cherry picked from commit 2186676) Co-authored-by: antonio <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af6b534 - Browse repository at this point
Copy the full SHA af6b534View commit details -
Configuration menu - View commit details
-
Copy full SHA for c75e092 - Browse repository at this point
Copy the full SHA c75e092View commit details -
Configuration menu - View commit details
-
Copy full SHA for 426d535 - Browse repository at this point
Copy the full SHA 426d535View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc506a - Browse repository at this point
Copy the full SHA 2fc506aView commit details -
[v11.1.x] Docs: make heading fix in content.ts file (grafana#90511)
Co-authored-by: Isabel Matwawana <[email protected]> fix in content.ts file (grafana#90473)
Configuration menu - View commit details
-
Copy full SHA for 6a9fc2a - Browse repository at this point
Copy the full SHA 6a9fc2aView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 831112c - Browse repository at this point
Copy the full SHA 831112cView commit details -
[v11.1.x] Revert \"Frontend: Use safe stringifier in parseBody\" (gra…
…fana#90532) Revert "Frontend: Use safe stringifier in parseBody" (grafana#90522) Revert "Frontend: Use safe stringifier in parseBody (grafana#90047)" This reverts commit 434f386. (cherry picked from commit 3559c5c)
Configuration menu - View commit details
-
Copy full SHA for 2c8c219 - Browse repository at this point
Copy the full SHA 2c8c219View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdab46d - Browse repository at this point
Copy the full SHA cdab46dView commit details -
[v11.1.x] Docs: replace broken link (grafana#90599)
Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61662f3 - Browse repository at this point
Copy the full SHA 61662f3View commit details -
[v11.1.x] docs: added video to gauge panel doc (grafana#90603)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 220f0a5 - Browse repository at this point
Copy the full SHA 220f0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d08671 - Browse repository at this point
Copy the full SHA 6d08671View commit details -
Configuration menu - View commit details
-
Copy full SHA for b874fd4 - Browse repository at this point
Copy the full SHA b874fd4View commit details -
[v11.1.x] CI: replace publish image step with a much simpler one that…
… supports LATEST (grafana#90622) CI: replace publish image step with a much simpler one that supports LATEST (grafana#90498) * replace publish image step with a much simpler one that supports LATEST (cherry picked from commit 6a2a6b0)
Configuration menu - View commit details
-
Copy full SHA for 17fce96 - Browse repository at this point
Copy the full SHA 17fce96View commit details -
[v11.1.x] Docs: Refactor time series page - part 1 (grafana#90624)
Co-authored-by: nmarrs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e742cd - Browse repository at this point
Copy the full SHA 7e742cdView commit details
Commits on Jul 19, 2024
-
[v11.1.x] Docs: added heading identifiers (grafana#90665)
Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 009a75f - Browse repository at this point
Copy the full SHA 009a75fView commit details -
[v11.1.x] Docs: Replaces Agent with Alloy (grafana#90691)
Co-authored-by: Clayton Cornell <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5cebcc - Browse repository at this point
Copy the full SHA f5cebccView commit details -
[v11.1.x] Chore: update changelog workflow (grafana#90685)
Chore: update changelog workflow (grafana#90608) * try integrating * pass tags * change section order * use better terminology * one more attempt * keep delimiters * attempt to patch changelog * quotes, bash quotes... * use proper content file * parens around date * time for a pr * first checkout, then create user * add latest input * git push * use square brackets * formatting * update release-pr * fix typo * try sparse checkout * fetch depth zero * clean up after changelog generator (cherry picked from commit f8b092a)
Configuration menu - View commit details
-
Copy full SHA for c2e78f5 - Browse repository at this point
Copy the full SHA c2e78f5View commit details -
[v11.1.x] CI: For every release PR created, also push a changelog PR …
…to main (grafana#90704) CI: For every release PR created, also push a changelog PR to main (grafana#90698) For every release PR created, also push a changelog PR to main (cherry picked from commit 9232db2) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4f4b3e - Browse repository at this point
Copy the full SHA b4f4b3eView commit details
Commits on Jul 22, 2024
-
[v11.1.x] Select: Fix scrolling virtualized menu on mobile (grafana#9…
…0740) Select: Fix scrolling virtualized menu on mobile (grafana#90724) pass select-menu innerRef to virtualized list (cherry picked from commit dc30858)
Configuration menu - View commit details
-
Copy full SHA for 12a3a26 - Browse repository at this point
Copy the full SHA 12a3a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecf1df - Browse repository at this point
Copy the full SHA 8ecf1dfView commit details -
[v11.1.x] CI: post changelog to forum in release-comms (grafana#90751)
CI: post changelog to forum in release-comms (grafana#90742) * post changelog to forum in post-release workflow (cherry picked from commit 9a3672c) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd59be0 - Browse repository at this point
Copy the full SHA bd59be0View commit details -
[v11.1.x] Docs: Remove duplicate row (chore) (grafana#90767)
Co-authored-by: Nikolaos Pothitos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf264b2 - Browse repository at this point
Copy the full SHA bf264b2View commit details -
[v11.1.x] [DOC] Update span filters doc for Tempo data source (grafan…
…a#90773) Co-authored-by: Kim Nylander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a034ed6 - Browse repository at this point
Copy the full SHA a034ed6View commit details
Commits on Jul 23, 2024
-
[v11.1.x] Prometheus: Reintroduce Azure audience override feature flag (
grafana#90560) Prometheus: Reintroduce Azure audience override feature flag (grafana#90339) * Re-add feature flag with deprecation note * Hide the field in frontend if ff disabled * Block scope overriding if ff is disabled in backend - Update promlib to forward logger to extendOptions - Add warning - Update tests * Default toggle to true for now * Update description * Update prom tests * Fix lint (cherry picked from commit 2616366) # Conflicts: # packages/grafana-data/src/types/featureToggles.gen.ts # pkg/services/featuremgmt/registry.go # pkg/services/featuremgmt/toggles_gen.csv # pkg/services/featuremgmt/toggles_gen.go # pkg/services/featuremgmt/toggles_gen.json # pkg/tsdb/prometheus/prometheus.go
Configuration menu - View commit details
-
Copy full SHA for 417edf5 - Browse repository at this point
Copy the full SHA 417edf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fd836 - Browse repository at this point
Copy the full SHA b1fd836View commit details -
[v11.1.x] Scenes: Save height as itemHeight for repeat panels (grafan…
…a#90606) Scenes: Save height as itemHeight for repeat panels (grafana#90487) (cherry picked from commit 5afb1c6) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907916d - Browse repository at this point
Copy the full SHA 907916dView commit details -
[v11.1.x] TemplateSrv: Backportable version of 90808 (grafana#90837)
TemplateSrv: Backportable version of 90808 (grafana#90833) TemplateSrv: Backportable version of 90808 (grafana#90816) * TemplateSrv: Add test case for SafeSerializableSceneObject * Update dashboard data source to use scoped vars scene object valueOf * 11.1.x Backportable version of 90808 * lint (cherry picked from commit 2e5b41c)
Configuration menu - View commit details
-
Copy full SHA for 16bca17 - Browse repository at this point
Copy the full SHA 16bca17View commit details -
[v11.1.x] Docs: Updates to the Query management in Explore page (graf…
…ana#90843) Co-authored-by: Christopher Moyer <[email protected]> Co-authored-by: Larissa Wandzura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00614f2 - Browse repository at this point
Copy the full SHA 00614f2View commit details
Commits on Jul 24, 2024
-
[v11.1.x] Alerting docs: updates icon on landing page (grafana#90884)
Alerting docs: updates icon on landing page (grafana#90881) * Alerting docs: updates icon on landing page * adds svg (cherry picked from commit 745eb60) Co-authored-by: brendamuir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for beac3bd - Browse repository at this point
Copy the full SHA beac3bdView commit details -
[v11.1.x] docs: Updates to GeoMap panel doc (grafana#90911)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec81c96 - Browse repository at this point
Copy the full SHA ec81c96View commit details -
[v11.1.x] Docs: Updated the Logs in Explore doc (grafana#90914)
Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Larissa Wandzura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8007be0 - Browse repository at this point
Copy the full SHA 8007be0View commit details
Commits on Jul 25, 2024
-
RBAC: Allow plugins to use scoped actions (grafana#90945)
Co-authored-by: gamab <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c17f395 - Browse repository at this point
Copy the full SHA c17f395View commit details -
[v11.1.x] CI: changelog boolean type (grafana#90956)
CI: changelog boolean type (grafana#90948) * bool -> boolean * add missing type keys * provide secrets in release-pr * use permissions and built-in github token (cherry picked from commit 1439604) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a219d5 - Browse repository at this point
Copy the full SHA 8a219d5View commit details -
[v11.1.x] CI: fix changelog repo null (grafana#90966)
CI: fix changelog repo null (grafana#90960) * give secrets when running changelog action * i guess secrets don't have types (cherry picked from commit d4304b5) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a8679f - Browse repository at this point
Copy the full SHA 8a8679fView commit details -
[v11.1.x] CI: fix changelog push error (grafana#90978)
CI: fix changelog push error (grafana#90971) * add --set-upstream origin to release-pr workflow git push * use a different branch name for the changelog workflow * disable backport support for now * remove backport condition (cherry picked from commit 089a571) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f22e97 - Browse repository at this point
Copy the full SHA 9f22e97View commit details -
[v11.1.x] Update version of docker-compose.yaml (grafana#90985)
Update version of docker-compose.yaml (grafana#90539) * Update version of docker-compose.yaml * Update index.md (cherry picked from commit 3c405e8) Co-authored-by: lnnt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8ed6c4 - Browse repository at this point
Copy the full SHA a8ed6c4View commit details -
Release: 11.1.1 (grafana#90998)
* Update changelog * Update version to 11.1.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7868038 - Browse repository at this point
Copy the full SHA 7868038View commit details -
[v11.1.x] CI: fix release pr target (grafana#91002)
CI: fix release pr target (grafana#90999) * use inputs.target as checkout ref, and `main` for all reused actions. (cherry picked from commit 2fe506d) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93d25da - Browse repository at this point
Copy the full SHA 93d25daView commit details -
[v11.1.x] CI: use main instead of my branch in release-pr.yml (grafan…
…a#91007) CI: use main instead of my branch in release-pr.yml (grafana#91004) use main instead of my branch (cherry picked from commit 7e4b7f7) Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c084e6 - Browse repository at this point
Copy the full SHA 2c084e6View commit details
Commits on Jul 26, 2024
-
Release: 11.1.2 (grafana#91028)
* Update changelog * Update version to 11.1.2 * lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1751ab - Browse repository at this point
Copy the full SHA a1751abView commit details -
[v11.1.x] Loki: Fix ad hoc filters adding stream selectors to stream …
…selectors and line filters (grafana#91049) Loki: Fix ad hoc filters adding stream selectors to stream selectors and line filters (grafana#90626) * fix: fix case where we are adding stream selectors to both stream selectors and line filters --------- Co-authored-by: Sven Grossmann <[email protected]> (cherry picked from commit 6fa25df) Co-authored-by: Galen Kistler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99bd395 - Browse repository at this point
Copy the full SHA 99bd395View commit details -
RBAC: Allow plugins to use scoped actions (grafana#90945)
Co-authored-by: gamab <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cdba08 - Browse repository at this point
Copy the full SHA 9cdba08View commit details -
[v11.1.x] Alerting: Update documentation for MS Teams integration (gr…
…afana#91064) Alerting: Update documentation for MS Teams integration (grafana#90610) --------- Co-authored-by: Alyssa Wada <[email protected]> (cherry picked from commit 534549e) Co-authored-by: Yuri Tseretyan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61d9102 - Browse repository at this point
Copy the full SHA 61d9102View commit details -
Release: 11.1.3 (grafana#91059)
* Update changelog * Update version to 11.1.3 * Update CHANGELOG.md * yarn prettier:write --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Minehart <[email protected]> Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe032f1 - Browse repository at this point
Copy the full SHA fe032f1View commit details
Commits on Jul 27, 2024
-
[v11.1.x] CI: Fix release-pr call in releases (grafana#91096)
* CI: Fix release-pr call in releases (grafana#91088) * Fix release-pr call in releases * Remove backport arg * set TARGET to v_target (cherry picked from commit 2ffdc2d) * Release Pipeline: [RPM pkg verification] Fix linefeeds converted to literal backslash-n sequences (grafana#90989) fix lf converted to literal backslash-n sequence (cherry picked from commit 9852513) --------- Co-authored-by: Diego Augusto Molina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d38f30 - Browse repository at this point
Copy the full SHA 3d38f30View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3620786 - Browse repository at this point
Copy the full SHA 3620786View commit details -
[v11.1.x] CI: set dry-run if
release/dry-run
label is set on `relea……se-comms.yml` and set latest on github release if `latest` is set (grafana#91131) CI: set dry-run if `release/dry-run` label is set on `release-comms.yml` and set latest on github release if `latest` is set (grafana#91089) set dry-run and set latest on github release (cherry picked from commit 4e84234)
Configuration menu - View commit details
-
Copy full SHA for 39df6fb - Browse repository at this point
Copy the full SHA 39df6fbView commit details -
[v11.1.x] Docs: adds alerting redis link to grafana config docs (graf…
…ana#91138) Docs: adds alerting redis link to grafana config docs (grafana#91112) * Docs: adds alerting redis link to grafana config docs * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Jack Baldry <[email protected]> --------- Co-authored-by: Jack Baldry <[email protected]> (cherry picked from commit 218cf45) Co-authored-by: brendamuir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c9d469 - Browse repository at this point
Copy the full SHA 8c9d469View commit details -
[v11.1.x] Docs: Add release stage note to text wrapping (grafana#89719)
Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aa2bb6 - Browse repository at this point
Copy the full SHA 4aa2bb6View commit details -
[v11.1.x] docs: Added sub header, description for video link (grafana…
…#91159) Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78d19bf - Browse repository at this point
Copy the full SHA 78d19bfView commit details
Commits on Jul 30, 2024
-
[v11.1.x] Scenes/Dashboards: Fix issue where changes in panel height …
…weren't saved (grafana#91178) Scenes/Dashboards: Fix issue where changes in panel height weren't saved (grafana#91125) * Scenes/Dashboards: Fix issue where changes in panel height weren't saved (cherry picked from commit b80e160) Co-authored-by: kay delaney <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c70fd6 - Browse repository at this point
Copy the full SHA 4c70fd6View commit details -
[v11.1.x] Alerting: Add validation for path separators in the rule gr…
…oup edit modal (grafana#91180)
Configuration menu - View commit details
-
Copy full SHA for f4e7402 - Browse repository at this point
Copy the full SHA f4e7402View commit details -
[v11.1.x] CI: changelog boolean type (grafana#90956)
CI: changelog boolean type (grafana#90948) * bool -> boolean * add missing type keys * provide secrets in release-pr * use permissions and built-in github token (cherry picked from commit 1439604) Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit 8a219d5)
Configuration menu - View commit details
-
Copy full SHA for 36eca38 - Browse repository at this point
Copy the full SHA 36eca38View commit details -
[v11.1.x] CI: fix changelog repo null (grafana#90966)
CI: fix changelog repo null (grafana#90960) * give secrets when running changelog action * i guess secrets don't have types (cherry picked from commit d4304b5) Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit 8a8679f)
Configuration menu - View commit details
-
Copy full SHA for fcec78b - Browse repository at this point
Copy the full SHA fcec78bView commit details -
[v11.1.x] CI: fix changelog push error (grafana#90978)
CI: fix changelog push error (grafana#90971) * add --set-upstream origin to release-pr workflow git push * use a different branch name for the changelog workflow * disable backport support for now * remove backport condition (cherry picked from commit 089a571) Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit 9f22e97)
Configuration menu - View commit details
-
Copy full SHA for 6f8319b - Browse repository at this point
Copy the full SHA 6f8319bView commit details -
Release: 11.1.1 (grafana#90998)
* Update changelog * Update version to 11.1.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit 7868038)
Configuration menu - View commit details
-
Copy full SHA for 8fa0eaa - Browse repository at this point
Copy the full SHA 8fa0eaaView commit details -
[v11.1.x] CI: fix release pr target (grafana#91002)
CI: fix release pr target (grafana#90999) * use inputs.target as checkout ref, and `main` for all reused actions. (cherry picked from commit 2fe506d) Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit 93d25da)
Configuration menu - View commit details
-
Copy full SHA for ec70e47 - Browse repository at this point
Copy the full SHA ec70e47View commit details -
[v11.1.x] CI: use main instead of my branch in release-pr.yml (grafan…
…a#91007) CI: use main instead of my branch in release-pr.yml (grafana#91004) use main instead of my branch (cherry picked from commit 7e4b7f7) Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit 2c084e6)
Configuration menu - View commit details
-
Copy full SHA for f76df3b - Browse repository at this point
Copy the full SHA f76df3bView commit details -
Release: 11.1.2 (grafana#91028)
* Update changelog * Update version to 11.1.2 * lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit a1751ab)
Configuration menu - View commit details
-
Copy full SHA for 0b609bb - Browse repository at this point
Copy the full SHA 0b609bbView commit details -
Release: 11.1.3 (grafana#91059)
* Update changelog * Update version to 11.1.3 * Update CHANGELOG.md * yarn prettier:write --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Minehart <[email protected]> Co-authored-by: Kevin Minehart <[email protected]> (cherry picked from commit fe032f1)
Configuration menu - View commit details
-
Copy full SHA for 99b31db - Browse repository at this point
Copy the full SHA 99b31dbView commit details -
[v11.1.x] CI: Fix release-pr call in releases (grafana#91096)
* CI: Fix release-pr call in releases (grafana#91088) * Fix release-pr call in releases * Remove backport arg * set TARGET to v_target (cherry picked from commit 2ffdc2d) * Release Pipeline: [RPM pkg verification] Fix linefeeds converted to literal backslash-n sequences (grafana#90989) fix lf converted to literal backslash-n sequence (cherry picked from commit 9852513) --------- Co-authored-by: Diego Augusto Molina <[email protected]> (cherry picked from commit 3d38f30)
Configuration menu - View commit details
-
Copy full SHA for 498737b - Browse repository at this point
Copy the full SHA 498737bView commit details -
[v11.1.x] CI: set dry-run if
release/dry-run
label is set on `relea……se-comms.yml` and set latest on github release if `latest` is set (grafana#91131) CI: set dry-run if `release/dry-run` label is set on `release-comms.yml` and set latest on github release if `latest` is set (grafana#91089) set dry-run and set latest on github release (cherry picked from commit 4e84234) (cherry picked from commit 39df6fb)
Configuration menu - View commit details
-
Copy full SHA for 51b5cc5 - Browse repository at this point
Copy the full SHA 51b5cc5View commit details -
apply security patch: v11.1.x/0001-Swagger-disable-queryConfigEnabled…
….patch commit 696ede8ee5b206a447c67618d70999b47dca2e45 Author: Sofia Papagiannaki <[email protected]> Date: Fri Jul 19 17:57:26 2024 +0300 Swagger: Disable queryConfigEnabled (cherry picked from commit 86cec6a651b8887c75050b1b861bfe74b83ebe27)
Configuration menu - View commit details
-
Copy full SHA for 87fcc7c - Browse repository at this point
Copy the full SHA 87fcc7cView commit details -
CI: Fix drone docker publish (grafana#91204)
* $debug -> $$debug * use bash instead of sh * Update publish_images.star * Install bash in the docker/docker image * buildifier (cherry picked from commit bee678d) # Conflicts: # .drone.yml
Configuration menu - View commit details
-
Copy full SHA for 2355de0 - Browse repository at this point
Copy the full SHA 2355de0View commit details -
[v11.1.x] CI: Fix drone docker publish (grafana#91207)
CI: Fix drone docker publish (grafana#91204) * $debug -> $$debug * use bash instead of sh * Update publish_images.star * Install bash in the docker/docker image * buildifier (cherry picked from commit bee678d) # Conflicts: # .drone.yml Co-authored-by: Kevin Minehart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7d434f - Browse repository at this point
Copy the full SHA b7d434fView commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb5d2c8 - Browse repository at this point
Copy the full SHA bb5d2c8View commit details -
[v11.1.x] Alerting: Fix persisting result fingerprint that is used by…
… recovery threshold (grafana#91290) Alerting: Fix persisting result fingerprint that is used by recovery threshold (grafana#91224) (cherry picked from commit 537f1fb) # Conflicts: # pkg/services/ngalert/state/persister_sync.go
Configuration menu - View commit details
-
Copy full SHA for 738cc49 - Browse repository at this point
Copy the full SHA 738cc49View commit details
Commits on Aug 1, 2024
-
[v11.1.x] Fix broken link (grafana#91355)
Co-authored-by: Jack Baldry <[email protected]> Fix broken link (grafana#90216)
Configuration menu - View commit details
-
Copy full SHA for 68665e4 - Browse repository at this point
Copy the full SHA 68665e4View commit details -
[v11.1.x] Update traces to metrics doc (grafana#91371)
Co-authored-by: Kim Nylander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae03217 - Browse repository at this point
Copy the full SHA ae03217View commit details -
[v11.1.x] Alerting: Fix permissions for prometheus rule endpoints (gr…
…afana#91414) Alerting: Fix permissions for prometheus rule endpoints (grafana#91409) (cherry picked from commit e231211) Co-authored-by: Yuri Tseretyan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6941bd5 - Browse repository at this point
Copy the full SHA 6941bd5View commit details -
[v11.1.x] Docs: Updates to Traces in Explore doc (grafana#91420)
Co-authored-by: Kim Nylander <[email protected]> Co-authored-by: Haris Rozajac <[email protected]> Co-authored-by: Larissa Wandzura <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59c9ddb - Browse repository at this point
Copy the full SHA 59c9ddbView commit details -
[v11.1.x] Docs: time series overall edit (grafana#91427)
Co-authored-by: Nathan Marrs <[email protected]> Co-authored-by: Nathan Marrs <[email protected]> Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3e7b4b - Browse repository at this point
Copy the full SHA a3e7b4bView commit details
Commits on Aug 2, 2024
-
[v11.1.x] Docs: Update subtitle in Loki datasource documentation to f…
…ix link issue (grafana#91463) Co-authored-by: minuchi <[email protected]> fix link issue (grafana#91454)
Configuration menu - View commit details
-
Copy full SHA for f19611a - Browse repository at this point
Copy the full SHA f19611aView commit details -
[v11.1.x] Dashboard Scene: Make Variables non-sticky on mobile (grafa…
…na#91388) Dashboard Scene: Make Variables non-sticky on mobile (grafana#90755) * Make variables not sticky on mobile * Removes scrollable body * Remove unused CSS * Remove unnecessary cx --------- Co-authored-by: Ivan Ortega <[email protected]> (cherry picked from commit 474ea96)
Configuration menu - View commit details
-
Copy full SHA for a07b6c7 - Browse repository at this point
Copy the full SHA a07b6c7View commit details
Commits on Aug 5, 2024
-
[v11.1.x] [DOC] Add canonical URL to Explore Metrics (grafana#91521)
Co-authored-by: Kim Nylander <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49b6f28 - Browse repository at this point
Copy the full SHA 49b6f28View commit details -
[v11.1.x] Alerting docs: Update
Alerting provisioning HTTP API
(gra……fana#91537) Alerting docs: Update `Alerting provisioning HTTP API` (grafana#91493) * Remove `Consumes` info * Remove `top-level` content negotiation/Produces * Remove `Version Information` * Better distinguish between Grafana and Data source managed alerts * Add note for Enterprise RBAC permissions * Minor changes for clarity * Add examples * Minor copy change * Update docs/sources/shared/alerts/alerting_provisioning.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/shared/alerts/alerting_provisioning.md Co-authored-by: brendamuir <[email protected]> * Update docs/sources/shared/alerts/alerting_provisioning.md Co-authored-by: brendamuir <[email protected]> --------- Co-authored-by: brendamuir <[email protected]> (cherry picked from commit 114d87b) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7045ce1 - Browse repository at this point
Copy the full SHA 7045ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567fbab - Browse repository at this point
Copy the full SHA 567fbabView commit details
Commits on Aug 6, 2024
-
[v11.1.x] TimeSeries: Use original frames for creating data links (gr…
…afana#91601) TimeSeries: Use original frames for creating data links (grafana#91598) (cherry picked from commit 1b6362a) Co-authored-by: Leon Sorokin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d59d59 - Browse repository at this point
Copy the full SHA 4d59d59View commit details
Commits on Aug 7, 2024
-
[v11.1.x] docs: added missing panel options to node graph docs (grafa…
…na#91628) Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Señor Performo - Leandro Melendez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee41006 - Browse repository at this point
Copy the full SHA ee41006View commit details
Commits on Aug 9, 2024
-
[v11.1.x] AzureMonitor: Add authproxy as supported user auth method (g…
…rafana#91758) AzureMonitor: Add authproxy as supported user auth method (grafana#91754) Add authproxy as supported user auth method (cherry picked from commit d52626b) Co-authored-by: Andreas Christou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d08409 - Browse repository at this point
Copy the full SHA 0d08409View commit details -
[v11.1.x] OpenTSDB: Fix data frame construction (grafana#91757)
OpenTSDB: Fix data frame construction (grafana#90991) * Update type and frame construction * Update tests * Keep dataField name as value (cherry picked from commit 0650971) Co-authored-by: Andreas Christou <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5a6f8e - Browse repository at this point
Copy the full SHA d5a6f8eView commit details
Commits on Aug 12, 2024
-
[v11.1.x] Docs: add playlist management permissions (grafana#91805)
Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0700538 - Browse repository at this point
Copy the full SHA 0700538View commit details
Commits on Aug 13, 2024
-
[v11.1.x] docs: add play link to explore metrics to demonstrate (graf…
…ana#91861) docs: add play link to explore metrics to demonstrate (grafana#91744) (cherry picked from commit e90b272) Co-authored-by: David Allen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34d6127 - Browse repository at this point
Copy the full SHA 34d6127View commit details
Commits on Aug 14, 2024
-
Release: 11.1.4 (grafana#91931)
* Update changelog * Update version to 11.1.4 * fix changelog * fix lerna.json --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Diego Augusto Molina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0eef9d2 - Browse repository at this point
Copy the full SHA 0eef9d2View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6814ac9 - Browse repository at this point
Copy the full SHA 6814ac9View commit details -
[v11.1.x] Table: Fix edge case where text wrapping crashes on undefin…
…ed header widths (grafana#91926) Table: Fix edge case where text wrapping crashes on undefined header widths (grafana#91850) Make sure we don't read from header groups if it's undefined (cherry picked from commit 40144eb) Co-authored-by: Kyle Cunningham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90cd1d9 - Browse repository at this point
Copy the full SHA 90cd1d9View commit details -
[v11.1.x] Docs: add Zoom to Reporting docs (grafana#91964)
Co-authored-by: Isabel Matwawana <[email protected]> Co-authored-by: Mitch Seaman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6d5da8 - Browse repository at this point
Copy the full SHA b6d5da8View commit details -
[v11.1.x] Add
grafana_state_reason
section in State of alerts (graf……ana#91915) Add `grafana_state_reason` section in State of alerts (grafana#91562) * Add `grafana_state_reason` section in State of alerts * Minor edit for clarification * Mention `Paused/RuleDeleted/Updated` states (cherry picked from commit 98a74d8) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 374e837 - Browse repository at this point
Copy the full SHA 374e837View commit details
Commits on Aug 19, 2024
-
[v11.1.x] Docs: Revise Configure Prometheus documentation to align wi…
…th Grafana v11.1 (grafana#92073) Co-authored-by: Seungyong Lee <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e998da3 - Browse repository at this point
Copy the full SHA e998da3View commit details -
[v11.1.x] Capitalized list items under "With Explore Metrics, you can…
…:" (grafana#92016) Capitalized list items under "With Explore Metrics, you can:" (grafana#91879) capitalised list items under "With Explore Metrics, you can:" (cherry picked from commit 62abaea) Co-authored-by: Irene Rodriguez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b549030 - Browse repository at this point
Copy the full SHA b549030View commit details -
[v11.1.x] Docs: Update configure-prometheus-data-source.md (grafana#9…
…2084) Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: qiyang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc43fec - Browse repository at this point
Copy the full SHA fc43fecView commit details -
[v11.1.x] Docs: Create new landing page and Get started doc for Explo…
…re (grafana#92086) Docs: Create new landing page and Get started doc for Explore (grafana#91602) * started updates * added descriptions * changed some wording * minor updates * updates * updates * created new landing page, and the get started page * finished creating landing page * continued with restructure * final edits * updated the Explore landing page * ran prettier * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * Update docs/sources/explore/get-started-with-explore.md Co-authored-by: Jack Baldry <[email protected]> * updates based on Jack's feedback * ran prettier a second time * wording change on landing page * removed uncommented section --------- Co-authored-by: Jack Baldry <[email protected]> (cherry picked from commit 7ff8b1e)
Configuration menu - View commit details
-
Copy full SHA for d6dd16f - Browse repository at this point
Copy the full SHA d6dd16fView commit details -
[v11.1.x] Alerting docs: include
Grafana Alerting API
as one option…… to manage… (grafana#92100) Alerting docs: include `Grafana Alerting API` as one option to manage… (grafana#91593) Alerting docs: include `Grafana Alerting API` as one option to manage Data sources-mangaged resources (cherry picked from commit a0e1028) Co-authored-by: Pepe Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca5554e - Browse repository at this point
Copy the full SHA ca5554eView commit details
Commits on Aug 20, 2024
-
Chore: Upgrade retryablehttp (grafana#92120)
chore: upgrade retryablehttp
Configuration menu - View commit details
-
Copy full SHA for 90646fa - Browse repository at this point
Copy the full SHA 90646faView commit details -
[v11.1.x] DashboardModel - Add fallback for variable current value fa…
…llback (grafana#92123) DashboardModel - Add fallback for variable current value fallback (grafana#91833) * add variable current value fallback when null * refactor to avoid loosing reference (cherry picked from commit 7c8184d) Co-authored-by: Sergej-Vlasov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bacab34 - Browse repository at this point
Copy the full SHA bacab34View commit details -
[v11.1.x] VizTooltip: Fix positioning at bottom and right edges on mo…
…bile (grafana#92137) VizTooltip: Fix positioning at bottom and right edges on mobile (grafana#92042) (cherry picked from commit 74ebc66) Co-authored-by: Leon Sorokin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53d92ab - Browse repository at this point
Copy the full SHA 53d92abView commit details
Commits on Aug 21, 2024
-
[v11.1.x] Alerting docs: adds sns integration (grafana#92141)
Alerting docs: adds sns integration (grafana#92075) * Alerting docs: adds sns integration * deletes 2000 alert rule limit * added .md ext and set weight field to 0 --------- Co-authored-by: tonypowa <[email protected]> (cherry picked from commit 0631322) Co-authored-by: brendamuir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c6687a - Browse repository at this point
Copy the full SHA 1c6687aView commit details -
Chore: Bump grafana-azure-sdk-go dependency in v11.1.x (grafana#92174)
update dependency
Configuration menu - View commit details
-
Copy full SHA for cc2941b - Browse repository at this point
Copy the full SHA cc2941bView commit details -
[v11.1.x] Docs: Update adhoc filter documentation (grafana#92227)
Docs: Update adhoc filter documentation (grafana#92197) update adhoc filter documentation (cherry picked from commit 9f8e68e) Co-authored-by: Ashley Harrison <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 783216e - Browse repository at this point
Copy the full SHA 783216eView commit details
Commits on Aug 22, 2024
-
[v11.1.x] RBAC: Fix an issue with server admins not being able to man…
…age users in orgs that they don't belong to (grafana#92273) * RBAC: Fix an issue with server admins not being able to manage users in orgs that they don't belong to (grafana#92024) * look at global perms if user is not a part of the target org * use constant * update tests (cherry picked from commit 41ac5b5) * fix tests --------- Co-authored-by: Ieva <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da500a5 - Browse repository at this point
Copy the full SHA da500a5View commit details -
[v11.1.x] Added admonition about time zones (grafana#92294)
Co-authored-by: Jack Baldry <[email protected]> Co-authored-by: Irene Rodriguez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 312b99f - Browse repository at this point
Copy the full SHA 312b99fView commit details -
[v11.1.x] Docs: remove aliases from incorrect files (grafana#92302)
Co-authored-by: Isabel Matwawana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33eaec3 - Browse repository at this point
Copy the full SHA 33eaec3View commit details -
[v11.1.x] Fix tests failing due to harcoded date (grafana#92311)
Fix tests failing due to harcoded date (grafana#92293) fix tests failing due to harcoded date (cherry picked from commit 9c73916) Co-authored-by: Victor Marin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09ed236 - Browse repository at this point
Copy the full SHA 09ed236View commit details -
[v11.1.x] Bugfix: QueryField typeahead missing background color (graf…
…ana#92316) Bugfix: QueryField typeahead missing background color (grafana#92216) Added missing styles to the typeahead menu. (cherry picked from commit 95409f5) Co-authored-by: Marcus Andersson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9731d7c - Browse repository at this point
Copy the full SHA 9731d7cView commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7c37f0 - Browse repository at this point
Copy the full SHA b7c37f0View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0b8fba - Browse repository at this point
Copy the full SHA d0b8fbaView commit details