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-12991 Grafana 10.4.0 #720

Merged
merged 1,781 commits into from
Mar 20, 2024
Merged

PMM-12991 Grafana 10.4.0 #720

merged 1,781 commits into from
Mar 20, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 8, 2024

  1. I18n: Download translations from Crowdin (grafana#82119)

    New Crowdin translations by GitHub Action
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    83270b3 View commit details
    Browse the repository at this point in the history
  2. Navigation: bump the bottom padding of the megamenu slightly (grafana…

    …#82171)
    
    bump the bottom padding of the megamenu slightly
    ashharrison90 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3756234 View commit details
    Browse the repository at this point in the history
  3. datatrails: debounce search and prefix filter (grafana#81842)

    fix: debounce search and prefix filter
    darrenjaneczek authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    312f8f0 View commit details
    Browse the repository at this point in the history
  4. datatrails: style: improve panel display (grafana#82017)

    * style: improve panel display
    
    - Show summary text in hover legends (no queries)
    - Show additional description in main panel title
    darrenjaneczek authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    71497c9 View commit details
    Browse the repository at this point in the history
  5. ReturnToPrevious: Add interaction reporting (grafana#81948)

    * Add analytics for return to previous
    
    * fix typos lol
    joshhunt authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    732f9ca View commit details
    Browse the repository at this point in the history
  6. Update dependency i18next-parser to v8 (grafana#82085)

    * Update dependency i18next-parser to v8
    
    * remove deprecated option
    
    * fix lockfile
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Ashley Harrison <[email protected]>
    renovate[bot] and ashharrison90 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    36a1f28 View commit details
    Browse the repository at this point in the history
  7. Chore: Remove unnecessary usage of DynamicSection from SocialService (g…

    …rafana#82139)
    
    Remove unnecessary usage of DynamicSection
    mgyongyosi authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    4a7dde5 View commit details
    Browse the repository at this point in the history
  8. Navigation: Add config for grafana-slo-app and grafana-aws-app (g…

    …rafana#82174)
    
    add config for grafana-slo-app and grafana-aws-app
    ashharrison90 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0e15b4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37eb2e3 View commit details
    Browse the repository at this point in the history
  10. Stats: Remove ACL references (grafana#82112)

    remove acl references
    Jguer authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    fb86ed7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e612b9b View commit details
    Browse the repository at this point in the history
  12. Update dependency @types/gtag.js to ^0.0.19 (grafana#82178)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b8f7230 View commit details
    Browse the repository at this point in the history
  13. datatrails: fix: propagate unit to breakdown graphs (grafana#82176)

    fix: propagate unit to breakdown graphs
    darrenjaneczek authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a439ee4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ac5a387 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    903e54e View commit details
    Browse the repository at this point in the history
  16. Transformations: Fix converting time fields to number in reduceFields (

    …grafana#81830)
    
    * Fix bug converting time fields to number in reduce
    ---------
    
    Co-authored-by: Ryan McKinley <[email protected]>
    gtk-grafana and ryantxu authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    633e354 View commit details
    Browse the repository at this point in the history
  17. Alerting: GA alertingPreviewUpgrade and enable by default (grafana#82038

    )
    
    * Alerting: GA alertingPreviewUpgrade and enable by default
    JacobsonMT authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ce57166 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8296727 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    930c8c5 View commit details
    Browse the repository at this point in the history
  20. Prometheus: Azure scopes from Grafana Azure SDK (grafana#82023)

    * Prometheus: Azure scopes from Grafana Azure SDK
    
    * Refactor and add tests
    
    * Cosmetic fix
    
    * Cosmetic change 2
    Sergey Kostrukov authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cc33f0b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Icons: Add support for docker icon (grafana#81884)

    - add docker icon to registry
    erj826 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8afab6a View commit details
    Browse the repository at this point in the history
  2. Update make docs procedure (grafana#82223)

    Co-authored-by: grafanabot <[email protected]>
    github-actions[bot] and grafanabot authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e9dab61 View commit details
    Browse the repository at this point in the history
  3. Chore: fix some bad uses of userEvent (grafana#82191)

    * fix some bad uses of userEvent
    
    * wrap advance call in act
    
    * don't use act
    
    * remove skip
    
    * need act here (see https://kentcdodds.com/blog/fix-the-not-wrapped-in-act-warning#1-when-using-jestusefaketimers)
    
    * remove test that isn't correct anymore
    
    * implement same change in grafana-prometheus
    ashharrison90 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    765a1f8 View commit details
    Browse the repository at this point in the history
  4. Update dependency lerna to v8 (grafana#82196)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    00fd023 View commit details
    Browse the repository at this point in the history
  5. Docs: Update default value of rbac.permission_validation_enabled (gra…

    …fana#82234)
    
    * Update permission_validation_enabled default value in docs
    
    * Lint
    mgyongyosi authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e03a96d View commit details
    Browse the repository at this point in the history
  6. Docs: Team LBAC create concept and tasks (grafana#82020)

    * create concept and tasks
    
    * update docs
    
    * formattting
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Alexander Zobnin <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Alexander Zobnin <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Alexander Zobnin <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Jack Baldry <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Jack Baldry <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Jack Baldry <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/_index.md
    
    Co-authored-by: Jack Baldry <[email protected]>
    
    * Update docs/sources/administration/data-source-management/teamlbac/create-teamlbac-rules/index.md
    
    Co-authored-by: Jack Baldry <[email protected]>
    
    * update of docs
    
    * updated w. limitations and explaination of permissions
    
    * spelling
    
    * formatting
    
    * formatting
    
    * added another task
    
    * formatting
    
    ---------
    
    Co-authored-by: Alexander Zobnin <[email protected]>
    Co-authored-by: Jack Baldry <[email protected]>
    3 people authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3d73cd5 View commit details
    Browse the repository at this point in the history
  7. Chore: Clean up intervalv2 functions (grafana#82074)

    * clean up intervalv2 functions
    
    * use roundInterval from grafana-plugin-sdk-go
    
    * use from grafana-plugin-sdk-go
    
    * have intervalv2 in publicdashboards and remove tsdb/intervalv2
    
    * legacydata cleanup
    
    * remove unused variables
    
    * Update pkg/tsdb/legacydata/interval/interval.go
    
    Co-authored-by: Arati R. <[email protected]>
    
    ---------
    
    Co-authored-by: Arati R. <[email protected]>
    itsmylife and suntala authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b0dfeb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc498f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed9e261 View commit details
    Browse the repository at this point in the history
  10. Alerting: Use new readonly permission endpoints for getting contact p…

    …oints and mute timings (grafana#82132)
    
    * use new read only contact points list endpoint in simplified routing section
    
    * Dont use alertmanager endpoint to get groupby defaults
    
    * Use the new read only endpoint for mute timings in route settings
    
    * review suggestions
    
    * Rename hook
    
    * Use options in params for useContactPointsWithStatus hook
    
    * Refactor useContactPointsWithStatus
    
    * second part of the enhanceContactPointsWithMetadata refactor
    soniaAguilarPeiron authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3e93a09 View commit details
    Browse the repository at this point in the history
  11. Alerting: defaults for simplified routing (grafana#82050)

    * Expand route settings by default when alert rule has values in these fields
    
    * Default to manual routing option if FF is enabled and local storage is not set to false
    
    * Add test for getDefautManualRouting function
    
    * Update seting local storage item to false in case of policy routing
    
    * Only save to local storage when creating a new alert rule
    soniaAguilarPeiron authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    beca6a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8beff98 View commit details
    Browse the repository at this point in the history
  13. Chore: ignore loader-utils update (grafana#82236)

    ignore loader-utils
    ashharrison90 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e0bff62 View commit details
    Browse the repository at this point in the history
  14. Dashboards: add delete variable flow to VariableEditorForm (grafana…

    …#82149)
    
    * add delete variable flow to VariableEditorForm
    
    * adjust modal logic and replace HorizontalGroup with Stack
    
    * revert onDelete prop name
    Sergej-Vlasov authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5a5520b View commit details
    Browse the repository at this point in the history
  15. Auth: Validate admin assignment in SSO Settings (grafana#82233)

    * Add validation for allowAssignGrafanaAdmin
    
    * Update default values
    
    * Do not render hidden fields
    
    * Change error message
    
    * Improve tests
    
    ---------
    
    Co-authored-by: Clarity-89 <[email protected]>
    mgyongyosi and Clarity-89 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b1dc505 View commit details
    Browse the repository at this point in the history
  16. Elasticsearch: Decouple frontend dependencies from core (grafana#82179)

    * Elasticsearch: Decouple frontend dependencies from core
    
    * Remove not needed code change
    ivanahuckova authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    48b4ca8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc83d82 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    02d6185 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc5f228 View commit details
    Browse the repository at this point in the history
  20. LibraryPanels: Fix issue with repeated library panels (grafana#82255)

    Fixes an issue where a library panel being repeated by a
    template variable would briefly use the All value for the first
    repeat instance
    kaydelaney authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    984d2da View commit details
    Browse the repository at this point in the history
  21. Table: Add initial row index (grafana#82200)

    * Add initial row index prop in table
    gtk-grafana authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    de4acb2 View commit details
    Browse the repository at this point in the history
  22. Chore: Update test database initialization (grafana#81673)

    * streamline initialization of test databases, support on-disk sqlite test db
    
    * clean up test databases
    
    * introduce testsuite helper
    
    * use testsuite everywhere we use a test db
    
    * update documentation
    
    * improve error handling
    
    * disable entity integration test until we can figure out locking error
    DanCech authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    790e1fe View commit details
    Browse the repository at this point in the history
  23. Alerting: Add support for UTF-8 characters in notification policies a…

    …nd silences (grafana#81455)
    
    * Add label matcher validation to support UTF-8 characters
    
    * Add double quotes wrapping and escaping on displating matcher form inputs
    
    * Apply matchers encoding and decoding on the RTKQ layer
    
    * Fix unescaping order
    
    * Revert "Apply matchers encoding and decoding on the RTKQ layer"
    
    This reverts commit 4d963c4.
    
    * Add matchers formatter
    
    * Fix code organization to prevent breaking worker
    
    * Add matcher formatter to Policy and Modal components
    
    * Unquote matchers when finding matching policy instances
    
    * Add tests for quoting and unquoting
    
    * Rename cloud matcher formatter
    
    * Revert unintended change
    
    * Allow empty matcher values
    
    * fix test
    konrad147 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    fbdd27c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32a1f39 View commit details
    Browse the repository at this point in the history
  25. JWT Authentication: Add support for specifying groups in auth.jwt for…

    … teamsync (grafana#82175)
    
    * merge JSON search logic
    
    * document public methods
    
    * improve test coverage
    
    * use separate JWT setting struct
    
    * correct use of cfg.JWTAuth
    
    * add group tests
    
    * fix DynMap typing
    
    * add settings to default ini
    
    * add groups option to devenv path
    
    * fix test
    
    * lint
    
    * revert jwt-proxy change
    
    * remove redundant check
    
    * fix parallel test
    Jguer authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6f62d97 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9bc3517 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    54a77fa View commit details
    Browse the repository at this point in the history
  28. Icons: Update observability icon (grafana#82266)

    Update observability icon
    Clarity-89 authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1f208cd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f60b5ec View commit details
    Browse the repository at this point in the history
  30. Feature Toggle Management: allow editing PublicPreview toggles (grafa…

    …na#81562)
    
    * Feature Toggle Management: allow editing PublicPreview toggles
    
    * lint
    
    * fix a bunch of tests
    
    * tests are passing
    
    * add permissions unit tests back
    
    * fix display
    
    * close dialog after submit
    
    * use reload method after submit
    
    * make local development easier
    
    * always show editing alert in the UI
    
    * fix readme
    
    ---------
    
    Co-authored-by: Michael Mandrus <[email protected]>
    jcalisto and mmandrus authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    42d6e17 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7f109c8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    77111a0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c959353 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    87c3d0f View commit details
    Browse the repository at this point in the history
  35. Scenes: Upgrade to 2.6.5 and Add query controller DashboardScene (gra…

    …fana#82232)
    
    * Update scenes and add query controller
    
    * Update
    
    * Update
    torkelo authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b5d14d0 View commit details
    Browse the repository at this point in the history
  36. Alerting: Enable group-level rule evaluation jittering by default, re…

    …move feature toggle (grafana#82212)
    
    * remove jitter feature flag
    
    * Add an out so users can manually disable jitter
    
    * Pass in cfg
    
    * Add TODO to remove knob in future
    alexweav authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5bbe9c6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    14869cc View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ce910a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    f0bbfc8 View commit details
    Browse the repository at this point in the history
  2. prometheus: fix: use shallow clone of scopedVars (grafana#82280)

    fix: use shallow clone of scopedVars
    darrenjaneczek authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    02c0f59 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. DashboardScene: Adds solo page that uses dasboarde scene to render si…

    …ngle panel (grafana#77940)
    
    * DashboardScene: Adds solo page that uses dasboarde scene to render single panel
    
    * Update
    
    * Panel and row repeats working
    
    * Update
    
    * added e2e tests
    
    * Refactor
    
    * Fixes
    
    * Fix e2e
    
    * fix
    
    * fix
    
    * fix
    torkelo authored Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fe6d146 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. updated grafana-plugin-sdk-go dependency (grafana#82136)

    update grafana-plugin-sdk-go dependency
    gabor authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fcf2543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    815e612 View commit details
    Browse the repository at this point in the history
  3. Alerting docs: Provision alerting resources updates (grafana#82221)

    * Alert provisioning: initial restructuring
    
    * Fix products labels
    
    * Restructure `Import and export Grafana Alerting resources`
    
    * Change URL to `export-alerting-resources`
    
    * Complete `Export alerting resources`
    
    * Export alerting resources
    
    * Update `configuration files` provisioning
    
    * Terraform Provisioning
    
    * Change to `Provision/Import/Export` terms and some notes
    
    * Replace `config` to `configuration`
    
    * Set (menu)Title `Export alerting resources`
    
    * Minor change on note about `Export Alerting endpoints`
    
    * Fix `doc-validator` issues
    
    * Fix grammar
    
    * Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
    
    Co-authored-by: brendamuir <[email protected]>
    
    * Update docs/sources/alerting/set-up/provision-alerting-resources/terraform-provisioning/index.md
    
    Co-authored-by: brendamuir <[email protected]>
    
    * Fix numbered lists and `Note:` without admonition
    
    * Convert text-based notes (`Note:`) to `admonition` blocks
    
    * Replace text-based `Note:` with adminitions
    
    * Remove `file-provisioning` grafana-cloud links
    
    * Update `Export alerting resources` intro
    
    * nitpicky format order
    
    ---------
    
    Co-authored-by: brendamuir <[email protected]>
    ppcano and brendamuir authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    9c92329 View commit details
    Browse the repository at this point in the history
  4. Auth: SSO Settings UI frontend improvements (grafana#82264)

    * Add frontend fixes
    
    * Update labels + link
    mgyongyosi authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    00e96e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ec1a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2ea20b View commit details
    Browse the repository at this point in the history
  7. I18n: Download translations from Crowdin (grafana#82181)

    New Crowdin translations by GitHub Action
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    18ee8f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f7f1b1 View commit details
    Browse the repository at this point in the history
  9. Keybindings: Change 'h' to 'mod+h' to open help modal (grafana#82253)

    Keybindings: Change 'h' to 'mod+h'
    tskarhed authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d91803c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70fc603 View commit details
    Browse the repository at this point in the history
  11. Variable: Inform users of the error details when Grafana is unable to…

    … retrieve the variable values from an SQL data source. (grafana#82222)
    
    * feat: Inform users of the error details when Grafana is unable to retrieve the variable values from an SQL data source.
    
    * format code
    
    * use getAppEvents
    
    * throw an error when failing to executing the sql query
    
    * optimize code
    
    * prettier
    lingyufei authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a3f3429 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67f006a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d65d2ce View commit details
    Browse the repository at this point in the history
  14. Alerting: Fix folder and rule name in groupBy for simplified routing (g…

    …rafana#82148)
    
    * Fix folder and rule name in groupBy for simplified routing
    
    * Review suggestions
    
    * Use proper type for MultiValueRemove props
    
    * hoist getting groupBy count
    
    * Use watch instead of getValues
    
    * Bring back validation for required fields
    soniaAguilarPeiron authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    730e1d2 View commit details
    Browse the repository at this point in the history
  15. Plugins: Make it possible to support multiple plugin versions (grafan…

    …a#82116)
    
    * first pass
    
    * use version in more places
    
    * add comment
    
    * update installer
    
    * fix wire
    
    * fix tests
    
    * tidy
    
    * simplify changes
    
    * fix in mem
    
    * remove unused step
    
    * fix step dupe logic for child plugins + add tests
    wbrowne authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    788b9af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    71e7d65 View commit details
    Browse the repository at this point in the history
  17. Chore: Remove react-popper from DataLinkInput and `SuggestionsInp…

    …ut` (grafana#82160)
    
    * replace popper with floating-ui in DataLinkInput
    
    * replace popper with floating-ui in SuggestionsInput
    ashharrison90 authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    685e84b View commit details
    Browse the repository at this point in the history
  18. Team/User: UID migrations (grafana#82298)

    * Add user uid migration to run on every startup to protect against empty values in a upgrade downgrade scenario
    
    * Add team uid migration to run on every startup to protect against empty values in a upgrade downgrade scenario
    
    * Run team uid migration
    kalleep authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1315c67 View commit details
    Browse the repository at this point in the history
  19. Scenes: Annotations functionality in settings (grafana#81361)

    * wip listing/viewing annotations
    
    * list annotations in settings
    
    * fix tests
    
    * wip edit mode
    
    * PR mods
    
    * move, delete, edit, add new
    
    * edit annotation in settings
    
    * Annotations functionality
    
    * revert change
    
    * add ui tests, move angularEditorLoader
    
    * remove flaky test
    
    * refactor
    
    * bump scenes version, refactor getVizPanels, refactor edit page
    
    * fix nav breadcrumbs
    
    * annotation set dirty flag, add overlay to edit view
    
    * PR mods
    
    * PR mods
    
    * remove flaky test
    
    * change dirty flag setting logic for anotations
    
    * change button variants
    mdvictor authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1fe3247 View commit details
    Browse the repository at this point in the history
  20. datatrails: fix: improve performance of related metrics sort (grafana…

    …#82285)
    
    fix: improve performance of related metrics sort
    darrenjaneczek authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cd09c36 View commit details
    Browse the repository at this point in the history
  21. SceneSolo: Minor fixes (grafana#82289)

    * SceneSolo: Minor fixes
    
    * remove logging
    torkelo authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8f36f90 View commit details
    Browse the repository at this point in the history
  22. Logs Panel: Table UI - better default column spacing (grafana#82205)

    * add default width to time fields in logs table
    gtk-grafana authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c4b8697 View commit details
    Browse the repository at this point in the history
  23. Logs: Table UI - Enable feature flag by default (GA) (grafana#81185)

    default logsExploreTableVisualisation to true
    gtk-grafana authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    29be9b1 View commit details
    Browse the repository at this point in the history
  24. Chore: remove react-popper from AnnotationEditor and AnnotationMark…

    …er (grafana#82090)
    
    update AnnotationEditor and AnnotationMarker to use floating-ui/react instead of react-popper
    ashharrison90 authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    fea2386 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2210d52 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6d5211e View commit details
    Browse the repository at this point in the history
  27. K8s: Add Aggregation to Backend Service (grafana#81591)

    Co-authored-by: Charandas Batra <[email protected]>
    toddtreece and charandas authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d6e6298 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d1e5e4e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Chore: Update arrow and prometheus dependencies (grafana#82215)

    * update arrow and prometheus
    
    * keep codeowner
    
    * use compare
    
    * use grafana-plugin-sdk-go v0.210.0
    
    ---------
    
    Co-authored-by: ismail simsek <[email protected]>
    ryantxu and itsmylife authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0c6e409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3909b4c View commit details
    Browse the repository at this point in the history
  3. Update make docs procedure (grafana#82342)

    Co-authored-by: grafanabot <[email protected]>
    github-actions[bot] and grafanabot authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8a90c0f View commit details
    Browse the repository at this point in the history
  4. DashboardScene: Panel edit visualization suggestions (grafana#82296)

    * DashboardScene: Panel edit visualization suggestions
    
    * Tweak
    
    * tweak
    
    * Update betterer
    
    * Update
    torkelo authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    f7a425d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86b8a0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d07aa25 View commit details
    Browse the repository at this point in the history
  7. Chore: Remove Form usage from alerting config components (grafana#81681)

    * Chore: Replace InputControl in BaseSettings
    
    * Chore: Replace InputControl and FormAPI in OptionElement.tsx
    
    * Update ConfigEditor.tsx
    Clarity-89 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    55d17c7 View commit details
    Browse the repository at this point in the history
  8. Tempo: Use grafana/ui divider (grafana#82141)

    * Use Grafana divider
    
    * Remove custom divider
    joey-grafana authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    4054590 View commit details
    Browse the repository at this point in the history
  9. Tempo: Remove unused code (grafana#82151)

    Remove unused code
    joey-grafana authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d33a087 View commit details
    Browse the repository at this point in the history
  10. Chore: Use jsoniter in cloud-monitoring from grafana-plugin-sdk-go (g…

    …rafana#82358)
    
    use jsoniter from grafana-plugin-sdk-go
    itsmylife authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    34fddfc View commit details
    Browse the repository at this point in the history
  11. Teams: Remove Form component usage (grafana#82367)

    * Teams: Remove Form usage
    
    * Update team settings
    Clarity-89 authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6c42bd3 View commit details
    Browse the repository at this point in the history
  12. Table: Update page index on data update (grafana#81574)

    * fix(table): page index reset on data update
    Develer authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1abe4a0 View commit details
    Browse the repository at this point in the history
  13. DasbhoardScene: Fixes panel menu new alert rule action (grafana#82366)

    * DasbhoardScene: Fixes panel menu new alert rule action
    
    * Update
    torkelo authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    baa46e6 View commit details
    Browse the repository at this point in the history
  14. Elasticsearch: Fix resource calls for paths that include : (grafana…

    …#82327)
    
    * Elasticsearch: Fix resource calls for paths that include :
    
    * Add tests
    
    * Add test case and comment
    
    * Remove redundant comment
    ivanahuckova authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    082f020 View commit details
    Browse the repository at this point in the history
  15. DashboardScene: Panel edit toolbar actions (grafana#82302)

    * DashboardScene: Panel edit toolbar actions
    
    * Make saving work
    
    * Update public/app/features/dashboard-scene/panel-edit/PanelEditor.test.ts
    
    Co-authored-by: Dominik Prokop <[email protected]>
    
    ---------
    
    Co-authored-by: Dominik Prokop <[email protected]>
    torkelo and dprokop authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    763dab7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    556d531 View commit details
    Browse the repository at this point in the history
  17. Alerting: Emit warning when creating or updating unusually large grou…

    …ps (grafana#82279)
    
    * Add config for limit of rules per rule group
    
    * Warn when editing big groups through normal API
    
    * Warn on prov api writes for groups
    
    * Wire up comp root, tests
    
    * Also add warning to state manager warm
    
    * Drop unnecessary conversion
    alexweav authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    99fa064 View commit details
    Browse the repository at this point in the history
  18. Loki: Update @grafana/lezer-logql to 0.2.3 containing fix for ip …

    …label name (grafana#82378)
    
    Loki: Update @grafana/lezer-logql to 0.2.3 containing fix for ip label name
    ivanahuckova authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    65a0a8c View commit details
    Browse the repository at this point in the history
  19. Chore: Update grabpl to v3.0.50 (grafana#82379)

    Bump grabpl version
    aangelisc authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dcbc3aa View commit details
    Browse the repository at this point in the history
  20. Chore: Use jsoniter in influxdb from grafana-plugin-sdk-go (grafana#8…

    …2360)
    
    use jsoniter from grafana-plugin-sdk-go
    itsmylife authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3f940f4 View commit details
    Browse the repository at this point in the history
  21. Alerting: Remove unused AlertRuleVersionWithPauseStatus (grafana#82383)

    Remove unused AlertRuleVersionWithPauseStatus
    alexweav authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ccb4533 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dbde08b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e6e9d6a View commit details
    Browse the repository at this point in the history
  24. Folders: Modify folder service Get() to optionally return fullpath (g…

    …rafana#81972)
    
    * Folders: Modify Get() to optionally return fullpath
    
    * Set FullPath to folder title if feature flag is off
    
    * Apply suggestion from code review
    papagian authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    28de94f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f2ac24f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    558dc74 View commit details
    Browse the repository at this point in the history
  27. Chore: Use jsoniter in prometheus from grafana-plugin-sdk-go (grafan…

    …a#82359)
    
    use jsoniter from grafana-plugin-sdk-go
    itsmylife authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    63670b7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3d86d10 View commit details
    Browse the repository at this point in the history
  29. Logs panel: Table UI - remove beta badge (grafana#82395)

    * remove beta badge
    gtk-grafana authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ff5b0f7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b3663ea View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cb47177 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    a1ff439 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c860d View commit details
    Browse the repository at this point in the history
  3. Alerting: Use VirtualizedSelect for ContactPointSelector (grafana#82345)

    * Use VirtualizedSelect for ContactPointSelector
    
    * Conditionally use virtualized to keep description when having less than 500 contact points
    soniaAguilarPeiron authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    92eb2c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ea39f View commit details
    Browse the repository at this point in the history
  5. Tempo: Support TraceQL metrics queries (grafana#81886)

    * Support requesting traceql metrics. Small refactor of Tempo query function
    
    * Address PR comments and improve displayName
    adrapereira authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7694e7b View commit details
    Browse the repository at this point in the history
  6. Grafana/UI: Add new Splitter component (grafana#82357)

    * Initial thing working
    
    * Update
    
    * Progress
    
    * Update
    
    * Update
    
    * Simplify a bit more
    
    * minor refacto
    
    * more review fixes
    
    * Update
    
    * review fix
    
    * minor fix
    
    * update
    torkelo authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fe79541 View commit details
    Browse the repository at this point in the history
  7. IP range AC: Add X-Real-IP header (grafana#82390)

    add X-Real-IP header
    IevaVasiljeva authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7c44dd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c22196 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2938f89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70aa8fe View commit details
    Browse the repository at this point in the history
  11. DashboardScene: Panel edit use new splitter and new conditional data …

    …and options pane logic (grafana#82377)
    
    Rebase
    torkelo authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    526916e View commit details
    Browse the repository at this point in the history
  12. Devenv: Add groups to jwt_proxy (grafana#82424)

    Add groups claim to jwt, add groups
    mgyongyosi authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    705ab46 View commit details
    Browse the repository at this point in the history
  13. Logs panel: Table UI - Guess string field types (grafana#82397)

    * Guess field type for string fields in logs table
    gtk-grafana authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4dcc592 View commit details
    Browse the repository at this point in the history
  14. Chore: upgrade to msw v2 (grafana#82270)

    * Update dependency msw to v2
    
    * close
    
    * minor fixes
    
    * fetch import changes
    
    * fix some alerting tests
    
    * fix another alerting test
    
    * fix systemjs tests
    
    * don't return undefined in json mocks
    
    * don't return undefined in json response
    
    * add type
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    ashharrison90 and renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    cf65d91 View commit details
    Browse the repository at this point in the history
  15. Plugins: Add fuzzy search to plugins catalogue (grafana#81001)

    * WIP add fuzzysearch to plugins catalog
    
    * Add keywords to the plugins listing output
    
    * add fuzzy search to plugin catalog, add keywords to plugins at frontend side
    
    * refactor fuzzysearch function after review
    
    * review changes
    
    * change the version of uFuzzy library
    
    * change reduce result object in getPluginDetailsForFuzzySearch
    
    * fix yarn lock error
    
    * fix helpers tests
    
    * fix frontend searching test
    
    * fix frontend linting issues
    
    * fix tests
    
    ---------
    
    Co-authored-by: Esteban Beltran <[email protected]>
    Co-authored-by: Giuseppe Guerra <[email protected]>
    3 people authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9dcb780 View commit details
    Browse the repository at this point in the history
  16. Alerting: Fix reading props from undefined in settings (grafana#82418)

    * Fix reading props from undefined in settings
    
    * Make settings optional in GrafanaManagedReceiverConfig type
    soniaAguilarPeiron authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8dc1cd6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4cbc7df View commit details
    Browse the repository at this point in the history
  18. Betterer: Expose results as JSON (grafana#81352)

    * Expose betterer results as JSON
    
    * Make prettier and add command
    
    * Add aggregation
    
    * Add json generation to lefthook
    
    * Use relative path
    
    * Add grafanabot as codeowner
    
    * Fix parameter type
    
    * Include changes to results
    
    * Run betterer:json
    tskarhed authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6ce2862 View commit details
    Browse the repository at this point in the history
  19. Alerting: Clarify provisioning export types (grafana#82420)

    Add provisioning type export Alert
    konrad147 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    44ecb26 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    04005d7 View commit details
    Browse the repository at this point in the history
  21. Docs: Add copy dashboard instructions (grafana#82155)

    * Update index.md
    
    Added description of how to copy an existing dashboard
    
    * Moved Copy dashboard task from Import to Create page and edited for style
    
    ---------
    
    Co-authored-by: Isabel Matwawana <[email protected]>
    VarshaSBhat and imatwawana authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7efa8c2 View commit details
    Browse the repository at this point in the history
  22. Table Panel: Fix display of ad-hoc filter actions (grafana#82442)

    Remove block display from ad-hoc filter actions
    codeincarnate authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    88481fe View commit details
    Browse the repository at this point in the history
  23. Scenes: Upgade to 3.5.0 (grafana#82441)

    * Scenes: Upgade to 2.4.1
    
    * Update
    torkelo authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d956282 View commit details
    Browse the repository at this point in the history
  24. Update dependency marked to v12 (grafana#82245)

    * Update dependency marked to v12
    
    * make sure marked return value is synchronous
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Ashley Harrison <[email protected]>
    renovate[bot] and ashharrison90 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8a7828d View commit details
    Browse the repository at this point in the history
  25. Auth: Validation fixes for SSO Settings (grafana#82252)

    * Validation fixes
    
    * Add URL validations + tests
    
    * Add ApiUrl validation
    
    * Refactor validators
    
    * lint
    
    * Clean up
    
    * Improvements
    mgyongyosi authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    12b1170 View commit details
    Browse the repository at this point in the history
  26. Update React Aria (grafana#82447)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7d21eb0 View commit details
    Browse the repository at this point in the history
  27. Table Panel: Filter column values with operators or expressions (graf…

    …ana#79853)
    
    * Select column values using comparison operators
    
    * Select column values using expressions
    
    * Capitalize operator labels
    
    * Update docs/sources/panels-visualizations/visualizations/table/index.md
    
    Co-authored-by: Isabel <[email protected]>
    
    * Use $ instead of v to represent a variable
    
    * Define operators as a map string of objects
    
    * Fix typo
    
    ---------
    
    Co-authored-by: Isabel <[email protected]>
    ahuarte47 and imatwawana authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    06b5875 View commit details
    Browse the repository at this point in the history
  28. Alerting: Fix data races and improve testing (grafana#81994)

    * Alerting: fix race condition in (*ngalert/sender.ExternalAlertmanager).Run
    
    * Chore: Fix data races when accessing members of *ngalert/state.FakeInstanceStore
    
    * Chore: Fix data races in tests in ngalert/schedule and enable some parallel tests
    
    * Chore: fix linters
    
    * Chore: add TODO comment to remove loopvar once we move to Go 1.22
    diegommm authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9c29e1a View commit details
    Browse the repository at this point in the history
  29. Update dependency @grafana/lezer-logql to v0.2.3 (grafana#82450)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c8ba216 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ce750e0 View commit details
    Browse the repository at this point in the history
  31. Loki Log Context: Always show label filters with at least one parsed …

    …label (grafana#82211)
    
    * Loki: Always show label filter for parsed labels
    
    * add label as structured metadata
    
    * change contextfilter `fromParser` to `nonIndexed`
    
    * rename variable
    
    * simplify
    
    * fix test
    
    * fix test
    
    * rename more properties
    svennergr authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    062fa2d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e422309 View commit details
    Browse the repository at this point in the history
  33. Tooltips: Hide dimension configuration when tooltip mode is hidden (g…

    …rafana#81627)
    
    * Hide dimensions when tooltip mode is hidden
    
    * add logic to heatmap
    
    ---------
    
    Co-authored-by: nmarrs <[email protected]>
    codeincarnate and nmarrs authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    26b25da View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    63cf8c8 View commit details
    Browse the repository at this point in the history
  35. Chore: Update Inter font files (grafana#82446)

    * Chore: Update Inter font files
    
    * change codeowner of fonts to us
    joshhunt authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2d4307d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    269fa40 View commit details
    Browse the repository at this point in the history
  37. GroupBy variable core integration (grafana#82185)

    * Bump scenes
    
    * Make GroupByVariableModel a VariableWithOptions
    
    * Serialise/deserialise group by variable
    
    * WIP: Group by variable editor
    
    * WIP tests
    
    * Group by variable tests
    
    * add feature toggle and gate variable creation behind it
    
    * Fix types
    
    * Do not resolve DS variable
    
    * Do not show the message if no DS is selected
    
    * Now groupby has options and current
    
    * Update public/app/features/dashboard-scene/settings/variables/components/GroupByVariableForm.test.tsx
    
    Co-authored-by: Ivan Ortega Alba <[email protected]>
    
    * don't allow creating groupby if toggle is off + update tests
    
    * add unit tests
    
    * remove groupByKeys
    
    ---------
    
    Co-authored-by: Ashley Harrison <[email protected]>
    Co-authored-by: Ivan Ortega <[email protected]>
    3 people authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f016f95 View commit details
    Browse the repository at this point in the history
  38. Panel Query Options: Support query caching options (grafana#82448)

    * schema update
    
    * Panel Query Options: Support query caching options
    dprokop authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    62efe6e View commit details
    Browse the repository at this point in the history
  39. Update dependency core-js to v3.36.0 (grafana#82464)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c490b70 View commit details
    Browse the repository at this point in the history
  40. Chore: improve test readability in ngalert/schedule (grafana#82453)

    Chore: improve test readability
    diegommm authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ff08c0a View commit details
    Browse the repository at this point in the history
  41. Alerting: Small refactor, move unrelated functions out of fetcher (gr…

    …afana#82459)
    
    Move unrelated functions out of fetcher
    alexweav authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    d4ae10e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3482c8e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8832971 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. DashboardScene: Panel edit search crash fix (grafana#82449)

    * DashboardScene: Panel edit search crash fix
    
    * Fix issue with removing data links
    torkelo authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b7b83de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a47c8d View commit details
    Browse the repository at this point in the history
  3. Chore: Remove grafana-delivery references (grafana#82505)

    * s/grafana-delivery/grafana-release-guild/g
    
    * Remove -squad suffix
    dsotirakis authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a6bc262 View commit details
    Browse the repository at this point in the history
  4. Rollback ansicolor package to 1.1.100 to fix ansi styled logs (gr…

    …afana#82506)
    
    * rollback ansicolor
    
    * upgrade ansicolor in grafana-ui
    svennergr authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    808be09 View commit details
    Browse the repository at this point in the history
  5. Tempo: Reset tag value when key changed in Search tab (grafana#82365)

    Reset tag value when key changed
    joey-grafana authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2ef17ef View commit details
    Browse the repository at this point in the history
  6. Pyroscope: Add Pyroscope to build and release step (grafana#82363)

    Add Pyro to release step
    joey-grafana authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a922ce8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b81c3ab View commit details
    Browse the repository at this point in the history
  8. Update dependency diff to v5.2.0 (grafana#82465)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5105be4 View commit details
    Browse the repository at this point in the history
  9. Chore: replace react-popper with floating-ui in InlineToast (gr…

    …afana#82381)
    
    replace react-popper with floating-ui in InlineToast
    ashharrison90 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c0b5b32 View commit details
    Browse the repository at this point in the history
  10. Update dependency browserslist to v4.23.0 (grafana#82516)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    db7fcd1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1bab82a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    749a317 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6d91e9 View commit details
    Browse the repository at this point in the history
  14. Update dependency eslint-plugin-jest to v27.8.0 (grafana#82529)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7ab203c View commit details
    Browse the repository at this point in the history
  15. Update dependency eslint-plugin-jsdoc to v48.1.0 (grafana#82531)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    951399a View commit details
    Browse the repository at this point in the history
  16. Loki: Fix fetching of values for label if no previous equality operat…

    …or (grafana#82251)
    
    * Loki: Fix teching of values if no previoous equality operator
    
    * Update to consider regex with match everything
    
    * Update public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilder.tsx
    
    Co-authored-by: Sven Grossmann <[email protected]>
    
    * Fix lint
    
    ---------
    
    Co-authored-by: Sven Grossmann <[email protected]>
    ivanahuckova and svennergr authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    45c7393 View commit details
    Browse the repository at this point in the history
  17. Prometheus: Move converter in prometheus package (grafana#82269)

    * use jsoniter from sdk
    
    * move converter into the prometheus
    
    * remove jsonitere
    
    * unit test
    
    * remove redundant ownership
    itsmylife authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    916a7bb View commit details
    Browse the repository at this point in the history
  18. Area Build/Packaging: release process - remove image check for armhf …

    …rpm no longer being built (grafana#82406)
    
    remove image check for armhf rpm no longer being built
    briangann authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4aabfb7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ff916d9 View commit details
    Browse the repository at this point in the history
  20. Alerting: Support for simplified notification settings in rule API (g…

    …rafana#81011)
    
    * Add notification settings to storage\domain and API models. Settings are a slice to workaround XORM mapping
    * Support validation of notification settings when rules are updated
    
    * Implement route generator for Alertmanager configuration. That fetches all notification settings.
    * Update multi-tenant Alertmanager to run the generator before applying the configuration.
    
    * Add notification settings labels to state calculation
    * update the Multi-tenant Alertmanager to provide validation for notification settings
    
    * update GET API so only admins can see auto-gen
    yuri-tceretian authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    1eebd2a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7ec97f4 View commit details
    Browse the repository at this point in the history
  22. Docs: add RBAC for library panels (grafana#82495)

    * Added RBAC section to library panels page
    
    * Added some library panel basic role and fixed role information
    
    * Added remaining basic role information
    
    * Added library panel fixed role permissions and descriptions
    
    * Replaced 'general folder' with 'root level'
    
    * Added library panel action definitions
    
    * Added scope definitions
    
    * Fixed fixed role information
    
    * Added library panels to list of fixed roles
    
    * Fixed typos
    
    * Ran prettier
    
    * Fixed links
    
    * Fixed links again
    
    * Updated link syntax
    imatwawana authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0f47a6f View commit details
    Browse the repository at this point in the history
  23. Logs Panel: Add CSV to download options (grafana#82480)

    * add CSV download to logs panel
    gtk-grafana authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d071f41 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d019335 View commit details
    Browse the repository at this point in the history
  25. RBAC: allow listing permissions on the root folder (grafana#82184)

    * allow returning AC metadata for the root folder
    
    * add a test
    
    * share the reserved root folder UID with frontend
    IevaVasiljeva authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4d53385 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f4d81a8 View commit details
    Browse the repository at this point in the history
  27. DashboardScene: Empty dashboard state (grafana#82338)

    * Organize
    
    * Refactor
    
    * Fix where settings were not showing up
    harisrozajac authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    16f5220 View commit details
    Browse the repository at this point in the history
  28. Alerting: Don't validate rules on group update if they've only been r…

    …eordered (grafana#81841)
    
    
    ---------
    
    Co-authored-by: Yuri Tseretyan <[email protected]>
    rwwiv and yuri-tceretian authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b7bbc50 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    644d721 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f593161 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    23a3fdd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b894d26 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    8e7c9f6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7b37e22 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3427321 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    80f324f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4b67ac1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ba63e62 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c879588 View commit details
    Browse the repository at this point in the history
  40. Prometheus: Fix expanding that contains multiple metrics (grafana#82354)

    * fix expanding rules with one metric wrapped in a parenthesis
    
    * fix expanding rules with regex match operator
    
    * fix for multiple labels
    
    * refactor
    
    * don't modify recording rules name in label values
    
    * metric + metric fix
    
    * fix last issues with label regex and spaces
    
    * add comments
    
    * add the same changes to the prometheus library
    itsmylife authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c540fd4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8de9c4c View commit details
    Browse the repository at this point in the history
  42. Alerting: Remove start page of legacy upgrade preview (grafana#82010)

    Alerting: Remove start page of upgrade preview
    
    Alerting upgrade page will now always show the summary table even before
    upgrading any alerts or notification channels. There a few reasons for this:
    
    - The information on the start page is redundant as it's now contained in the
    documentation.
    - Previously, if some unexpected issue prevented performing a full upgrade, a
    user would have limited to no means to using the preview tool to help fix the
    problem. This is because you could not see the summary table until the full
    upgrade was performed at least once. Now, you can upgrade individual alerts and
    notification channels from the beginning.
    JacobsonMT authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    118e4a5 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    5985876 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    cdd3e1c View commit details
    Browse the repository at this point in the history
  2. Plugins: Allow plugin page access granting via permissions (grafana#8…

    …2508)
    
    * AccessControl: Check permissions on AppRootPage
    
    * add frontend tests for app root permission checks
    
    * add accesscontrol oncall ft to tests
    Jguer authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c5d1b29 View commit details
    Browse the repository at this point in the history
  3. TeamSync: Fix auth proxy docs on teamsync (grafana#82457)

    fix auth proxy docs on teamsync
    Jguer authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    901e1b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69f604f View commit details
    Browse the repository at this point in the history
  5. Alerting: Escape namespace and group path parameters (grafana#80504)

    Co-authored-by: Jean-Philippe Quéméner <[email protected]>
    SvenKirschbaum and JohnnyQQQQ authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    86c618a View commit details
    Browse the repository at this point in the history
  6. InfluxDB: Fix tag interpolation when varable used within a regex patt…

    …ern (grafana#82785)
    
    * fix tag interpolation
    
    * remove redundant variables
    itsmylife authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    94f544c View commit details
    Browse the repository at this point in the history
  7. Chore: replace react-popper with @floating-ui/react in `DataSourc…

    …ePicker` (grafana#82528)
    
    * replace react-popper with floating-ui in DataSourcePicker
    
    * don't need {force:true}
    ashharrison90 authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    691115d View commit details
    Browse the repository at this point in the history
  8. Chore: Update ssoSettingsApi feature toggle state to Public Preview (g…

    …rafana#82521)
    
    Update feature toggle state to Public Preview
    mgyongyosi authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fe0fc08 View commit details
    Browse the repository at this point in the history
  9. RBAC Search: Replace userLogin filter by namespacedID filter (gra…

    …fana#81810)
    
    * Add namespace ID
    
    * Refactor and add tests
    
    * Rename maxOneOption -> atMostOneOption
    
    * Add ToDo
    
    * Remove UserLogin & UserID for NamespaceID
    
    Co-authored-by: jguer <[email protected]>
    
    * Remove unecessary import of the userSvc
    
    * Update pkg/services/accesscontrol/acimpl/service.go
    
    * fix 1 -> userID
    
    * Update pkg/services/accesscontrol/accesscontrol.go
    
    ---------
    
    Co-authored-by: jguer <[email protected]>
    gamab and Jguer authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    846eadf View commit details
    Browse the repository at this point in the history
  10. Password policy (grafana#82268)

    * add password service interface
    
    * add password service implementation
    
    * add tests for password service
    
    * add password service wiring
    
    * add feature toggle
    
    * Rework from service interface to static function
    
    * Replace previous password validations
    
    * Add codeowners to password service
    
    * add error logs
    
    * update config files
    
    
    ---------
    
    Co-authored-by: Karl Persson <[email protected]>
    linoman and kalleep authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ac84069 View commit details
    Browse the repository at this point in the history
  11. Auth: Load oauth_allow_insecure_email_lookup using the SettingsProv…

    …ider (grafana#82460)
    
    * wip
    
    * Introduce fixed:server.config:writer role
    
    * Fix tests
    
    * Update name
    mgyongyosi authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bb9d579 View commit details
    Browse the repository at this point in the history
  12. Card: Remove mdx file and render docs from the story (grafana#82565)

    * Card: Generate docs from the story
    
    * Update sort
    
    * Update betterer to check for the "autodocs" tag
    Clarity-89 authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    df8250f View commit details
    Browse the repository at this point in the history
  13. Tempo: Upgrade @grafana/lezer-traceql patch version to use trace metr…

    …ics syntax (grafana#82532)
    
    * Upgrade patch version
    
    * Update autocomplete/highlighting to be more specific
    
    * Update test
    joey-grafana authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1744487 View commit details
    Browse the repository at this point in the history
  14. RBAC: Migration to remove the scope from permissions where action is …

    …alert.instances:read (grafana#82202)
    
    * add a migration to remove the scope from any permissions where action is alert.instances:read
    
    * linting
    IevaVasiljeva authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7343102 View commit details
    Browse the repository at this point in the history
  15. DashboardScene: Panel edit ux tweaks (grafana#82500)

    * Panel edit ux
    
    * Update
    
    * Update
    
    * switch panel plugin bugfix
    
    * Icon change
    
    * Update
    
    * Update
    
    * Fixes
    torkelo authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    592b830 View commit details
    Browse the repository at this point in the history
  16. Plugins: Enable feature toggle angularDeprecationUI by default (grafa…

    …na#82880)
    
    * Plugins: Enable feature toggle angularDeprecationUI by default
    
    * Clarified feature toggle description
    xnyo authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6ce0efe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    248031d View commit details
    Browse the repository at this point in the history
  18. AuthToken: Remove client token rotation feature toggle (grafana#82886)

    * Remove usage of client token rotation flag
    
    * Remove client token rotation feature toggle
    kalleep authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9e04fd0 View commit details
    Browse the repository at this point in the history
  19. Explore: Only update pane's instance of Inspector (grafana#80106)

    * send instance ID to query inspector, ensure requestId match before updating data
    
    * Extract logic for mixed request ID, use in Explore prefix when appropriate
    
    * Change query inspector to get passed request ID
    
    * Fix test
    gelicia authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7b4dd4f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7b415cf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    82e3e2e View commit details
    Browse the repository at this point in the history
  22. Chore: some test type fixes (grafana#82889)

    * some test type fixes
    
    * ignore table-old since it's an angular panel that will be removed
    ashharrison90 authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ffb9a4d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8f0431b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7f7ab32 View commit details
    Browse the repository at this point in the history
  25. Alerting: Fix migration edge-case race condition for silences (grafan…

    …a#81206)
    
    If the db already has an entry in the kvstore for the silences of an
    alertmanager before the migration has taken place, then it's possible that the
    active alertmanager will overwrite the silence file created by the migration
    before it has a chance to load it into memory.
    
    This should not happen normally but is possible in edge-cases.
    
    This change opts to bypass the unnecessary step of writing the silences to disk
    during the migration and instead write them directly to the kvstore. This avoids
     the race condition entirely and is more correct as we treat the database as the
      source of truth for AM state.
    JacobsonMT authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e7c6e9c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7422a90 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5de1743 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f71f54c View commit details
    Browse the repository at this point in the history
  29. Docs: Setup OAuth providers using the SSO Settings UI (grafana#81589)

    * initial changes for generic_oauth, okta
    
    * updates
    
    * add terraform examples for each provider
    
    * add link to terraform registry for grafana_sso_settings resource
    
    * remove auth_url, token_url and api_url from github, gitlab and google
    
    * Add documentation for enabling email lookup
    
    * Apply suggestions from code review
    
    Co-authored-by: lwandz13 <[email protected]>
    
    * Address review feedback
    
    * Update TF provider version
    
    * Apply suggestions from code review
    
    Co-authored-by: lwandz13 <[email protected]>
    
    * Use Azure AD for now
    
    ---------
    
    Co-authored-by: Mihai Doarna <[email protected]>
    Co-authored-by: lwandz13 <[email protected]>
    3 people authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bc8952b View commit details
    Browse the repository at this point in the history
  30. Alerting: Dry-run legacy upgrade on startup (grafana#82835)

    Adds a feature flag (alertingUpgradeDryrunOnStart) that will dry-run the legacy 
    alert upgrade on startup. It is enabled by default.
    
    When on legacy alerting, this feature flag will log the results of the legacy 
    alerting upgrade on startup and draw attention to anything in the current legacy 
    alerting configuration that will cause issues when the upgrade is eventually 
    performed. It acts as a log warning for those where action is required before 
    upgrading to Grafana v11 where legacy alerting will be removed.
    JacobsonMT authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    dfaf6d1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3a63311 View commit details
    Browse the repository at this point in the history
  32. Alerting: Create metric for rules using simple notifications (grafana…

    …#82904)
    
    
    ---------
    
    Co-authored-by: Matthew Jacobson <[email protected]>
    rwwiv and JacobsonMT authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fabaff9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    46c26bb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    538617b View commit details
    Browse the repository at this point in the history
  35. Add video to variables _index.md (grafana#82926)

    Added the YouTube link to the video created explaining Variables.
    srperf authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0a9389c View commit details
    Browse the repository at this point in the history
  36. Prometheus: Library fixes for using in external vendor DS (grafana#82115

    )
    
    * fix stateSlice type errors for build, do not export stateSlice in the future
    
    * fix exports for consistency
    
    * fix package.json for rollup, update licence, keep private
    
    * rollup as devdependencies
    
    * try a different version of @testing-library/dom to try to fix the aria-query issue in drone
    
    * remove testUtils export
    
    * change @testing-library/dom version back
    
    * remove icon bundling, grafana-ui handles this
    
    * remove unused dependencies
    
    * components folder: avoid nested barrel files and use named exports
    
    * configuration folder: avoid nested barrel files and use named exports
    
    * querybuilder folder: avoid nested barrel files and use named exports
    
    * general files: use named exports
    
    * fix loader issue with promql for external ds
    
    * default to support labels match api
    
    * export things necessary for custom config auth
    
    * remove changes to core datasource.test.ts
    
    * Update packages/grafana-prometheus/package.json
    
    Co-authored-by: Jack Westbrook <[email protected]>
    
    * remove icons script, not needed
    
    * update readme, remove references to grafana/ui
    
    * remove private property
    
    * check tests
    
    * remove private property in package.json
    
    * update changelog
    
    * update npm drone script for file checks
    
    * debug why updating test in script broke another library that had never been tested before
    
    * fix npm test for checking licenses
    
    * fix npm test for checking licenses
    
    * fix npm test for checking licenses
    
    * fix npm test for checking licenses
    
    * update license file for npm drone test
    
    * fix bash script
    
    ---------
    
    Co-authored-by: Jack Westbrook <[email protected]>
    bohandley and jackw authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c6f8462 View commit details
    Browse the repository at this point in the history
  37. Folders: Switch order of the columns in folder table indexes so that …

    …org_id becomes first (grafana#82454)
    
    * Folders: Switch order of the columns in folder table so that org_id becomes first
    papagian authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    38e8c62 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Alerting: Protect possible undefined (grafana#83128)

    Protect possible undefined
    
    (cherry picked from commit 16dee3c)
    soniaAguilarPeiron authored and aangelisc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    69e121a View commit details
    Browse the repository at this point in the history
  2. CI: Bump alpine image version (grafana#83716)

    Bump image version
    
    (cherry picked from commit c9d8d87)
    
    # Conflicts:
    #	.drone.yml
    aangelisc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c385d05 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Chore: Bump what's new

    aangelisc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1ad2a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. [v10.4.x] chore: bump Go to 1.21.8 (grafana#83937)

    chore: bump Go to 1.21.8 (grafana#83927)
    
    * chore: bump Go to 1.21.8
    
    Signed-off-by: Dave Henderson <[email protected]>
    
    * bump workflows too
    
    Signed-off-by: Dave Henderson <[email protected]>
    
    ---------
    
    Signed-off-by: Dave Henderson <[email protected]>
    (cherry picked from commit 01fb2cf)
    hairyhenderson authored and summerwollin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    03f502a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

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

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    3cf01c4 View commit details
    Browse the repository at this point in the history
  2. PMM-12991 Fix CI & prettify

    matejkubinec committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cece73c View commit details
    Browse the repository at this point in the history