Grabana Versions Save

User-friendly Go library for building Grafana dashboards

v0.21.1

2 years ago

Changelog

  • 09582ca Merge pull request #172 from K-Phoen/query-refs
  • 0279d58 Restore query ref

v0.21.0

2 years ago

Changelog

  • ae9676b Add a few more unit tests for the client
  • 7efac55 Add error management capabilities to some datasource builders
  • 436391d Add naive unit tests for stat panel decoding
  • 04ff85e Add some tests for alert queries decoding
  • 3055061 Add some tests for stackdriver alert queries decoding
  • a426a41 Add some tests on heatmap tooltip decoding
  • e63b425 Add some unit tests for alert queries builders
  • 4758f54 Cleanup stat panel definition
  • 4a1cda9 Comment dashboard creation test for now
  • 967032f Decode alert conditions
  • c87c544 Decode alerts from json
  • 4067fc6 Even more unit tests for dashboard creation
  • ea10c42 Fix linting issues
  • b85fc59 Hook correct dashboard UID and panel ID in alerts
  • bba4823 Hook correct datasource UID in alerts
  • 48319e5 Implement stat panel YAML decoding
  • 4497ac9 Make more datasources work with alerts
  • c600605 Merge pull request #170 from K-Phoen/new-alerts
  • 5c81988 More errors on graph panels
  • 8f8a419 More errors on heatmap panels
  • d1e918c More errors on singlestat and logs panels
  • 8c5350f More errors on table panels
  • dada504 More errors on text panels
  • fe23a3f More errors on timeseries axis definition
  • 026e4b4 More test for the client
  • 5943570 More unit tests for dashboard creation
  • 54d6cf5 More unit tests for stat panels
  • 12eff28 Progress
  • a9dcc7b Remove outdated example
  • 875e875 Remove useless fmt.Sprintf in builder-example
  • b594232 Restore basic test coverage on alert builder
  • deb231a Restore conditions reducers and evaluators
  • 8e7a0a8 Restore some more graph and timeseries tests
  • 5fad835 Split client in several files
  • d45ffac Split client tests
  • 6397fc6 Start playing with error management in dashboard builder
  • 1fce0c4 Start supporting stat panels
  • 966ac92 Start testing alert decoding
  • 32f5302 Start working on the new grafana alerts manager
  • b6abc1c Test alert collectin from timeseries and graphs
  • 37a6b7e Update codecov action
  • 16ac2be Update package doc
  • 71d5e49 Update some github actions
  • f6eacda Update tests

v0.20.17

2 years ago

Changelog

  • db791fa Merge pull request #171 from K-Phoen/timeseries-improvements
  • 94d0850 Support line interpolation mode decoding for timeseries
  • 4577394 Support line width decoding for timeseries

v0.20.16

2 years ago

Changelog

  • ab5cb80 Fix thresholds values types
  • 2665d35 Merge pull request #168 from K-Phoen/fix-threshold-values-types

v0.20.15

2 years ago

Changelog

  • 8a64a72 Add a few unit tests for color schemes
  • b79589f Add a few unit tests for thresholds
  • 2e6cbbe Allow timeseries color scheme to be configured
  • 5d841ee Allow timeseries thresholds to be configured
  • ecaf799 Merge pull request #167 from K-Phoen/timeseries-features

v0.20.14

2 years ago

Changelog

  • 342bedb Add FixedColorScheme override option
  • 9b8a856 Merge pull request #166 from K-Phoen/fixed-color-scheme-override

v0.20.13

2 years ago

Changelog

  • 8fd13f1 Add a few unit tests
  • 56f4ad5 Merge pull request #165 from K-Phoen/override
  • 88f9845 Use new sdk release
  • b74894a [wip] Initial structure for field overrides

v0.20.12

2 years ago

v0.20.11

2 years ago

Changelog

  • ef1805d Add a few comments
  • 9bfa18f Add support for slack contact point type
  • 5d703e4 Cleanup builder example
  • 74e636b First stab at configuring the alert manager
  • 933039f Merge pull request #155 from K-Phoen/alert-manager
  • b521e5b Merge pull request #162 from K-Phoen/builder-example-folder
  • d3f0737 Simplify folder creation in builder example
  • d28158a Support "webhook" contact point type
  • 155f87c Test 'email' contact point type
  • f6967e5 Test 'opsgenie' contact point type
  • c0783f3 Test alertmanager definition
  • 3af7156 Test contact points definition
  • ffc466c Test routing definition

v0.20.10

2 years ago

Changelog

  • 2f080fd Add create/list/delete functions for API keys (#161)
  • 8ebcd92 Merge pull request #156 from jlevesy/jl/support-influxdb
  • 596ba45 datasource/influxdb: add influxQL datasource support