Skip to content
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

Merged
merged 3,103 commits into from
Sep 18, 2024
Merged

PMM-13235 Grafana 11 #762

merged 3,103 commits into from
Sep 18, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    a2e21d6 View commit details
    Browse the repository at this point in the history
  2. 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
    yuri-tceretian authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    003e3ef View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    c931a44 View commit details
    Browse the repository at this point in the history
  2. 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>
    github-actions[bot] authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    897b81e View commit details
    Browse the repository at this point in the history
  3. 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]>
    3 people authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    036c878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56ea7fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1851b4 View commit details
    Browse the repository at this point in the history
  6. Alerting: Fix possible undefined value in the form not being protected (

    grafana#88860)
    
    Fix possible undefined value in the form not being protected
    soniaAguilarPeiron authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    372c9d4 View commit details
    Browse the repository at this point in the history
  7. Chore: Migrate DashboardRow SCSS styles (grafana#88768)

    migrate dashboard-row styles
    ashharrison90 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c6d0719 View commit details
    Browse the repository at this point in the history
  8. added youtube video link (grafana#88901)

    * added youtube video link
    
    * Update index.md
    usmangt authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5095ea8 View commit details
    Browse the repository at this point in the history
  9. 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]>
    kalleep and mgyongyosi authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f3efd95 View commit details
    Browse the repository at this point in the history
  10. 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
    jackw authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0e73c4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39bd13f View commit details
    Browse the repository at this point in the history
  12. Alerting: Update SNS description mistakes (grafana#88832)

    update SNS description mistakes
    gillesdemey authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1be5c52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9271ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40931b6 View commit details
    Browse the repository at this point in the history
  15. Alerting: Fix go-swagger extraction and several embedded types from A…

    …lertmanager in Swagger docs (grafana#88879)
    
    Drop redundant swagger model comments
    alexweav authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f1dc635 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32ea180 View commit details
    Browse the repository at this point in the history
  17. Alerting: Update dependency owners in go.mod (grafana#88928)

    Update codeowners in go.mod
    fayzal-g authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    27a791d View commit details
    Browse the repository at this point in the history
  18. 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]>
    leventebalogh and mckn authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ebe42e1 View commit details
    Browse the repository at this point in the history
  19. 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]>
    drew08t and leeoniya authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    694499a View commit details
    Browse the repository at this point in the history
  20. 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]>
    3 people authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    8aa1bbe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b761153 View commit details
    Browse the repository at this point in the history
  22. Alerting: Recording rules appear as type=recording in Prometheus API …

    …+ better abstraction for type (grafana#88805)
    
    * Wire status through to prom API
    
    * Regenerate swagger
    alexweav authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    58fdb24 View commit details
    Browse the repository at this point in the history
  23. 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]>
    hairyhenderson authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3a8b59f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    330da79 View commit details
    Browse the repository at this point in the history
  25. Alerting: Recording rule mapping logic for data frames to Prometheus …

    …metrics (grafana#88550)
    
    * Add stub Prometheus writer with mapping logic
    
    * Add tests
    rwwiv authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    63e9969 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4a97ff4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    81019f1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    4b55776 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d608ef4 View commit details
    Browse the repository at this point in the history
  30. K8s: Improve response writer error handling (grafana#88926)

    ---------
    
    Co-authored-by: Diego Augusto Molina <[email protected]>
    toddtreece and diegommm authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    22989ac View commit details
    Browse the repository at this point in the history
  31. Table Panel: Add docs for text wrapping (grafana#88949)

    Add docs for text wrapping
    codeincarnate authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e153022 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7ca3ec7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    114a136 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    52fe192 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [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]>
    grafana-delivery-bot[bot] and leeoniya authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e20392c View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and torkelo authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    db381f3 View commit details
    Browse the repository at this point in the history
  3. [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
    Copy the full SHA
    92ba78c View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and lwandz13 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1d6d252 View commit details
    Browse the repository at this point in the history
  5. [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
    Copy the full SHA
    36dd8f5 View commit details
    Browse the repository at this point in the history
  6. [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]>
    imatwawana and srperf authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cad1d45 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. [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]>
    grafana-delivery-bot[bot] and ppcano authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5c6f18a View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and ppcano authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9bfa4a6 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    37b9dc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    96ba44c View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and ppcano authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    badcca2 View commit details
    Browse the repository at this point in the history
  3. [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
    Copy the full SHA
    7535629 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and joshhunt authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4690d88 View commit details
    Browse the repository at this point in the history
  5. [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]>
    grafana-delivery-bot[bot] and imatwawana authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1d165ba View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. [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]>
    grafana-delivery-bot[bot] and jdbaldry authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cdc07eb View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and drew08t authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    34289b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. [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)
    grafana-delivery-bot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ba5cc1b View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and dprokop authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c4f072e View commit details
    Browse the repository at this point in the history
  3. [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]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3418e01 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and ashharrison90 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    36dbcbc View commit details
    Browse the repository at this point in the history
  5. [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
    Copy the full SHA
    212fe5d View commit details
    Browse the repository at this point in the history
  6. [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]>
    3 people authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f96fb79 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    10e913a View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and leventebalogh authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5ec9cd0 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and ppcano authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6257dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e62f038 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. [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]>
    grafana-delivery-bot[bot] and itsmylife authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3531b58 View commit details
    Browse the repository at this point in the history
  2. [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)
    itsmylife authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    d19a851 View commit details
    Browse the repository at this point in the history
  3. [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)
    dprokop authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e4a82fe View commit details
    Browse the repository at this point in the history
  4. [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]>
    4 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9b283e6 View commit details
    Browse the repository at this point in the history
  5. [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]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bbefb6a View commit details
    Browse the repository at this point in the history
  6. [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
    Copy the full SHA
    b97bf4c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. [v11.1.x] Docs: Fix broken link (grafana#89479)

    Co-authored-by: Isabel Matwawana <[email protected]>
    Fix broken link (grafana#89441)
    grafana-delivery-bot[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b1a42dd View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and joshhunt authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0b55fd0 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and rwwiv authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fe6cc7b View commit details
    Browse the repository at this point in the history
  4. [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)
    grafana-delivery-bot[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    446501f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7910226 View commit details
    Browse the repository at this point in the history
  2. [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)
    ivanortegaalba authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b5eeb5f View commit details
    Browse the repository at this point in the history
  3. 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]>
    grafana-delivery-bot[bot] and kevinwcyu authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bb9f5d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b85c4c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. [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]>
    grafana-delivery-bot[bot] and axelavargas authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7950251 View commit details
    Browse the repository at this point in the history
  2. [v11.1.x] Fix typo in API key (grafana#89593)

    Co-authored-by: pmo <[email protected]>
    Fix typo in API key (grafana#89568)
    grafana-delivery-bot[bot] authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6a89d90 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and dprokop authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    82eccf0 View commit details
    Browse the repository at this point in the history
  4. [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]>
    kminehart and baldm0mma authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    80b3b5d View commit details
    Browse the repository at this point in the history
  5. [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]>
    4 people authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    64e4b0e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. 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
    Copy the full SHA
    4cf941e View commit details
    Browse the repository at this point in the history
  2. [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>
    grafana-delivery-bot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6f5e841 View commit details
    Browse the repository at this point in the history
  3. [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
    Copy the full SHA
    66034f5 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    36102bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf610cb View commit details
    Browse the repository at this point in the history
  6. [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]>
    3 people authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    801dd89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0c2a0a View commit details
    Browse the repository at this point in the history
  8. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9cafc1a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    b908b86 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    60ea823 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. [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]>
    grafana-delivery-bot[bot] and brendamuir authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bd64166 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. [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]>
    grafana-delivery-bot[bot] and ppcano authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fbcdacc View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and gillesdemey authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    244d0cf View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and gtk-grafana authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    81c03da View commit details
    Browse the repository at this point in the history
  4. [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
    Copy the full SHA
    5510541 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c032def View commit details
    Browse the repository at this point in the history
  2. [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
    Copy the full SHA
    11b8626 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8caf0df View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    d77611a View commit details
    Browse the repository at this point in the history
  2. 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
    tonypowa authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e60254c View commit details
    Browse the repository at this point in the history
  3. PMM-13074 Fix Alerts

    matejkubinec committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b5163e0 View commit details
    Browse the repository at this point in the history
  4. PMM-13074 Fix RBAC

    matejkubinec committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    91b84e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    305a964 View commit details
    Browse the repository at this point in the history
  6. alerting:oncall-11.1.x (grafana#89985)

    added title
    tonypowa authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8c8a2d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    69139f2 View commit details
    Browse the repository at this point in the history
  2. [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
    Copy the full SHA
    460dfdd View commit details
    Browse the repository at this point in the history
  3. [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>
    4 people authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2835a1c View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and gillesdemey authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b175165 View commit details
    Browse the repository at this point in the history
  5. [v11.1.x] Docs: Fix typo in text (grafana#90090)

    Co-authored-by: ANURAG RANJAN <[email protected]>
    Fix typo in text (grafana#89325)
    grafana-delivery-bot[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cae1635 View commit details
    Browse the repository at this point in the history
  6. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a56e351 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2d0723f View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and matyax authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6452e96 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and gillesdemey authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    37b9d65 View commit details
    Browse the repository at this point in the history
  4. [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]>
    3 people authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c20fd6e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    cbf4bd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. [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]>
    3 people authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6920f91 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0d3206d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d4241ea View commit details
    Browse the repository at this point in the history
  2. [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)
    grafana-delivery-bot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    06a25ef View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and itsmylife authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b8c4827 View commit details
    Browse the repository at this point in the history
  4. [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)
    grafana-delivery-bot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    64b649e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. [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)
    kaydelaney authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e5bbc6f View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and aangelisc authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3124df8 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1af63c6 View commit details
    Browse the repository at this point in the history
  4. [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]>
    3 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2efd32d View commit details
    Browse the repository at this point in the history
  5. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5c39ab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. [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]>
    IevaVasiljeva and gonvee authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c5ea48a View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and IevaVasiljeva authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    eab471a View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and gtk-grafana authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    abd9e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ac83bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f93bcec View commit details
    Browse the repository at this point in the history
  6. Alerting: Update grafana/alerting to 20240712181403-02e012d6dd7f (gra…

    …fana#90386)
    
    update alerting to 02e012d6dd7fc889194cac5e7d3cf2c1db6b0b54
    yuri-tceretian authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    26822fa View commit details
    Browse the repository at this point in the history
  7. [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]>
    3 people authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b1a552b View commit details
    Browse the repository at this point in the history
  8. [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]>
    3 people authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    af1aaab View commit details
    Browse the repository at this point in the history
  9. [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]>
    grafana-delivery-bot[bot] and iwysiu authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e0dbd8f View commit details
    Browse the repository at this point in the history
  10. [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)
    baldm0mma authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    be8ff40 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. [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
    Copy the full SHA
    6f27663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41bd477 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. [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]>
    3 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    27cd35a View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and nmarrs authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1d30eb3 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7e9f8a8 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and gtk-grafana authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    104daa4 View commit details
    Browse the repository at this point in the history
  5. [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]>
    grafana-delivery-bot[bot] and usmangt authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ed0cd7e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. [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]>
    grafana-delivery-bot[bot] and tonypowa authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    af6b534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75e092 View commit details
    Browse the repository at this point in the history
  3. PMM-13235 Update unit tests

    matejkubinec committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    426d535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fc506a View commit details
    Browse the repository at this point in the history
  5. [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)
    grafana-delivery-bot[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6a9fc2a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    831112c View commit details
    Browse the repository at this point in the history
  2. [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)
    ivanortegaalba authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2c8c219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdab46d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61662f3 View commit details
    Browse the repository at this point in the history
  5. [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]>
    3 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    220f0a5 View commit details
    Browse the repository at this point in the history
  6. PMM-13235

    matejkubinec committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    6d08671 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b874fd4 View commit details
    Browse the repository at this point in the history
  8. [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)
    kminehart authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    17fce96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7e742cd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    009a75f View commit details
    Browse the repository at this point in the history
  2. [v11.1.x] Docs: Replaces Agent with Alloy (grafana#90691)

    Co-authored-by: Clayton Cornell <[email protected]>
    Co-authored-by: Isabel Matwawana <[email protected]>
    3 people authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f5cebcc View commit details
    Browse the repository at this point in the history
  3. [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)
    zserge authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c2e78f5 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b4f4b3e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. [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)
    ashharrison90 authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    12a3a26 View commit details
    Browse the repository at this point in the history
  2. Chore: Update What's new URL (grafana#90736)

    Update what's new URL
    ifrost authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8ecf1df View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bd59be0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf264b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a034ed6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. [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
    aangelisc authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    417edf5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v3'

    matejkubinec committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b1fd836 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    907916d View commit details
    Browse the repository at this point in the history
  4. [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)
    dprokop authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    16bca17 View commit details
    Browse the repository at this point in the history
  5. [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]>
    3 people authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    00614f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. [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]>
    grafana-delivery-bot[bot] and brendamuir authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    beac3bd View commit details
    Browse the repository at this point in the history
  2. [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]>
    3 people authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    ec81c96 View commit details
    Browse the repository at this point in the history
  3. [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]>
    3 people authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8007be0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    c17f395 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8a219d5 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8a8679f View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9f22e97 View commit details
    Browse the repository at this point in the history
  5. [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]>
    grafana-delivery-bot[bot] and lnnt authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a8ed6c4 View commit details
    Browse the repository at this point in the history
  6. 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]>
    3 people authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7868038 View commit details
    Browse the repository at this point in the history
  7. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    93d25da View commit details
    Browse the repository at this point in the history
  8. [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]>
    grafana-delivery-bot[bot] and kminehart authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2c084e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. 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]>
    3 people authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a1751ab View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and gtk-grafana authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    99bd395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cdba08 View commit details
    Browse the repository at this point in the history
  4. [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
    Copy the full SHA
    61d9102 View commit details
    Browse the repository at this point in the history
  5. 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]>
    4 people authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fe032f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. [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]>
    kminehart and diegommm authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3d38f30 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    3620786 View commit details
    Browse the repository at this point in the history
  2. [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)
    kminehart authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    39df6fb View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and brendamuir authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8c9d469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aa2bb6 View commit details
    Browse the repository at this point in the history
  5. [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]>
    3 people authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    78d19bf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. [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]>
    grafana-delivery-bot[bot] and kaydelaney authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4c70fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e7402 View commit details
    Browse the repository at this point in the history
  3. [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)
    grafana-delivery-bot[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    36eca38 View commit details
    Browse the repository at this point in the history
  4. [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)
    grafana-delivery-bot[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fcec78b View commit details
    Browse the repository at this point in the history
  5. [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)
    grafana-delivery-bot[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6f8319b View commit details
    Browse the repository at this point in the history
  6. 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)
    github-actions[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8fa0eaa View commit details
    Browse the repository at this point in the history
  7. [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)
    grafana-delivery-bot[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    ec70e47 View commit details
    Browse the repository at this point in the history
  8. [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)
    grafana-delivery-bot[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f76df3b View commit details
    Browse the repository at this point in the history
  9. 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)
    github-actions[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0b609bb View commit details
    Browse the repository at this point in the history
  10. 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)
    github-actions[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    99b31db View commit details
    Browse the repository at this point in the history
  11. [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)
    kminehart authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    498737b View commit details
    Browse the repository at this point in the history
  12. [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)
    kminehart authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    51b5cc5 View commit details
    Browse the repository at this point in the history
  13. 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)
    github-actions[bot] authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    87fcc7c View commit details
    Browse the repository at this point in the history
  14. 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
    kminehart authored and aangelisc committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2355de0 View commit details
    Browse the repository at this point in the history
  15. [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]>
    aangelisc and kminehart authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b7d434f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    bb5d2c8 View commit details
    Browse the repository at this point in the history
  2. [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
    yuri-tceretian authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    738cc49 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. [v11.1.x] Fix broken link (grafana#91355)

    Co-authored-by: Jack Baldry <[email protected]>
    Fix broken link (grafana#90216)
    grafana-delivery-bot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    68665e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae03217 View commit details
    Browse the repository at this point in the history
  3. [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
    Copy the full SHA
    6941bd5 View commit details
    Browse the repository at this point in the history
  4. [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]>
    4 people authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    59c9ddb View commit details
    Browse the repository at this point in the history
  5. [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]>
    3 people authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a3e7b4b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    f19611a View commit details
    Browse the repository at this point in the history
  2. [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)
    axelavargas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a07b6c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    49b6f28 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and ppcano authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7045ce1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    567fbab View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [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]>
    grafana-delivery-bot[bot] and leeoniya authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4d59d59 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. [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]>
    3 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ee41006 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. [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]>
    grafana-delivery-bot[bot] and aangelisc authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0d08409 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and aangelisc authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d5a6f8e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    0700538 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. [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]>
    grafana-delivery-bot[bot] and moxious authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    34d6127 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. 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]>
    3 people authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0eef9d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    6814ac9 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and codeincarnate authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    90cd1d9 View commit details
    Browse the repository at this point in the history
  3. [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]>
    3 people authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b6d5da8 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and ppcano authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    374e837 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    e998da3 View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and irenerl24 authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b549030 View commit details
    Browse the repository at this point in the history
  3. [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]>
    3 people authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    fc43fec View commit details
    Browse the repository at this point in the history
  4. [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)
    lwandz13 authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d6dd16f View commit details
    Browse the repository at this point in the history
  5. [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]>
    grafana-delivery-bot[bot] and ppcano authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ca5554e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Chore: Upgrade retryablehttp (grafana#92120)

    chore: upgrade retryablehttp
    Jguer authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    90646fa View commit details
    Browse the repository at this point in the history
  2. [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]>
    grafana-delivery-bot[bot] and Sergej-Vlasov authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bacab34 View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and leeoniya authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    53d92ab View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. [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]>
    grafana-delivery-bot[bot] and brendamuir authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1c6687a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc2941b View commit details
    Browse the repository at this point in the history
  3. [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]>
    grafana-delivery-bot[bot] and ashharrison90 authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    783216e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. [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]>
    grafana-delivery-bot[bot] and IevaVasiljeva authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    da500a5 View commit details
    Browse the repository at this point in the history
  2. [v11.1.x] Added admonition about time zones (grafana#92294)

    Co-authored-by: Jack Baldry <[email protected]>
    Co-authored-by: Irene Rodriguez <[email protected]>
    3 people authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    312b99f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33eaec3 View commit details
    Browse the repository at this point in the history
  4. [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]>
    grafana-delivery-bot[bot] and mdvictor authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    09ed236 View commit details
    Browse the repository at this point in the history
  5. [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]>
    grafana-delivery-bot[bot] and mckn authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9731d7c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    b7c37f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    d0b8fba View commit details
    Browse the repository at this point in the history