grafana-toolbox / grafana-wtf

Grep through all Grafana entities in the spirit of git-wtf.
GNU Affero General Public License v3.0
138 stars 12 forks source link

Bump grafanalib from 0.7.0 to 0.7.1 #123

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps grafanalib from 0.7.0 to 0.7.1.

Release notes

Sourced from grafanalib's releases.

v0.7.1

What's Changed

... (truncated)

Changelog

Sourced from grafanalib's changelog.

0.7.1 2024-01-12

  • Extended DashboardLink to support links to dashboards and urls, as per the docs_

.. _docs: https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/manage-dashboard-links/#dashboard-links

  • Fix default options for Heatmap
  • Add Unit option for Graph panel
  • Added Minimum option for Timeseries
  • Added Maximum option for Timeseries
  • Added Number of decimals displays option for Timeseries
  • Added Bar_Chart_ panel support
  • Extended SqlTarget to support parsing queries from files
  • Fix AlertCondition backwards compatibility (useNewAlerts default to False)
  • Added RateMetricAgg_ for ElasticSearch
  • added axisSoftMin and axisSoftMax options for TimeSeries
  • Added support for Azure Data Explorer datasource plugin (https://github.com/grafana/azure-data-explorer-datasource)
  • Added sortBy parameter to Table panel
  • Added tooltipSort parameter to TimeSeries panel
  • Added unit parameter to the Table class in core
  • Added a hide parameter to ElasticsearchTarget
  • Fix value literal GAUGE_CALC_TOTAL to sum instead of total
  • Fix BarGauge orientation validation to accept 'auto'

.. _Bar_Chart: https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/bar-chart/ .. _RateMetricAgg: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-rate-aggregation.html

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
amotl commented 3 months ago

Trips because of incompatibility with Python 3.7.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.50%. Comparing base (5f6c90e) to head (c21dfbd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #123 +/- ## ======================================= Coverage 86.50% 86.50% ======================================= Files 8 8 Lines 1060 1060 ======================================= Hits 917 917 Misses 143 143 ``` | [Flag](https://app.codecov.io/gh/panodata/grafana-wtf/pull/123/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=panodata) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/panodata/grafana-wtf/pull/123/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=panodata) | `86.50% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=panodata#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.