K-Phoen / grabana

User-friendly Go library for building Grafana dashboards
MIT License
680 stars 69 forks source link

fix(#238): added RepeatDirection to Panels #239

Closed fasibio closed 8 months ago

fasibio commented 9 months ago

Is depent on https://github.com/K-Phoen/sdk/pull/26. And also versionupdate from sdk is needed first.

Will make it possible to set RepeatDirection.

codecov[bot] commented 9 months ago

Codecov Report

Merging #239 (9566b07) into master (6867a4a) will decrease coverage by 0.39%. Report is 1 commits behind head on master. The diff coverage is 60.43%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/K-Phoen/grabana/pull/239/graphs/tree.svg?width=650&height=150&src=pr&token=eJwYXNp5jD&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez)](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez) ```diff @@ Coverage Diff @@ ## master #239 +/- ## ========================================== - Coverage 90.08% 89.70% -0.39% ========================================== Files 92 92 Lines 6941 7032 +91 ========================================== + Hits 6253 6308 +55 - Misses 543 572 +29 - Partials 145 152 +7 ``` | [Files](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez) | Coverage Δ | | |---|---|---| | [gauge/gauge.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-Z2F1Z2UvZ2F1Z2UuZ28=) | `100.00% <100.00%> (ø)` | | | [graph/graph.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-Z3JhcGgvZ3JhcGguZ28=) | `98.41% <100.00%> (+0.03%)` | :arrow_up: | | [heatmap/heatmap.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-aGVhdG1hcC9oZWF0bWFwLmdv) | `100.00% <100.00%> (ø)` | | | [logs/logs.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-bG9ncy9sb2dzLmdv) | `100.00% <100.00%> (ø)` | | | [singlestat/singlestat.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-c2luZ2xlc3RhdC9zaW5nbGVzdGF0Lmdv) | `100.00% <100.00%> (ø)` | | | [stat/stat.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-c3RhdC9zdGF0Lmdv) | `100.00% <100.00%> (ø)` | | | [timeseries/timeseries.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-dGltZXNlcmllcy90aW1lc2VyaWVzLmdv) | `99.12% <100.00%> (+0.02%)` | :arrow_up: | | [decoder/heatmap.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-ZGVjb2Rlci9oZWF0bWFwLmdv) | `80.00% <50.00%> (-1.66%)` | :arrow_down: | | [decoder/logs.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-ZGVjb2Rlci9sb2dzLmdv) | `93.54% <50.00%> (-3.01%)` | :arrow_down: | | [decoder/timeseries.go](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez#diff-ZGVjb2Rlci90aW1lc2VyaWVzLmdv) | `73.15% <50.00%> (-0.42%)` | :arrow_down: | | ... and [5 more](https://app.codecov.io/gh/K-Phoen/grabana/pull/239?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=K%C3%A9vin+Gomez) | |
fasibio commented 9 months ago

Current changes at vendor was made from hand. Is obsolate after sdk pr https://github.com/K-Phoen/sdk/pull/26 is merged

K-Phoen commented 8 months ago

Merged, thanks :)