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

Prepare for Grafana 11 #272

Merged
merged 5 commits into from
Mar 25, 2024
Merged

Prepare for Grafana 11 #272

merged 5 commits into from
Mar 25, 2024

Conversation

asimonok
Copy link
Collaborator

Resolves #271

Code parameters migration guide:

  • data -> context.panel.data
  • theme -> context.grafana.theme
  • chart -> context.panel.chart
  • echarts -> context.echarts
  • ecStat -> context.ecStat
  • replaceVariables -> context.grafana.replaceVariables
  • eventBus -> context.grafana.eventBus
  • locationService -> context.grafana.locationService
  • notifySuccess -> context.grafana.notifySuccess
  • notifyError -> context.grafana.notifyError

@asimonok asimonok self-assigned this Mar 22, 2024
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.39%. Comparing base (fdedf1b) to head (a5c26b9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #272   +/-   ##
=======================================
  Coverage   97.39%   97.39%           
=======================================
  Files          34       34           
  Lines         423      423           
  Branches       72       72           
=======================================
  Hits          412      412           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikhail-vl mikhail-vl added the enhancement New feature or request label Mar 25, 2024
@mikhail-vl mikhail-vl added this to the Version 6.0.0 milestone Mar 25, 2024
@mikhail-vl mikhail-vl self-requested a review March 25, 2024 01:18
Copy link
Member

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@mikhail-vl mikhail-vl merged commit 6903d13 into main Mar 25, 2024
6 checks passed
@mikhail-vl mikhail-vl deleted the feat/prepare-grafana-11 branch March 25, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare for Grafana 11
2 participants