Commit Graph
164 Commits
Author SHA1 Message Date
Ivan Mikheykin 6372ddf8df fix: use == operator instead of strict equal
- regression after fix linter issues. See a8e2a8fa.
2021-02-18 12:11:39 +03:00
Ivan MikheykinandGitHub 8c28d33af4 Merge pull request #182 from flant/prepare_v0_4_0
Last changes for v0.4.0 release
v0.4.0
2021-02-17 18:56:37 +03:00
Ivan Mikheykin 8915d5c843 Last changes for v0.4.0 release 2021-02-17 13:21:57 +03:00
Ivan MikheykinandGitHub 9237d7c630 Merge pull request #178 from flant/dependabot/github_actions/actions/setup-node-v2.1.4
build(deps): bump actions/setup-node from v2.1.2 to v2.1.4
2021-02-17 13:20:21 +03:00
Ivan MikheykinandGitHub c34584bdfd Merge pull request #179 from flant/dependabot/github_actions/actions/cache-v2.1.4
build(deps): bump actions/cache from v2 to v2.1.4
2021-02-17 13:20:11 +03:00
Ivan MikheykinandGitHub 7ca70569b1 Merge pull request #181 from flant/feat_branding
feat: branding
2021-02-17 13:11:45 +03:00
Ivan Mikheykin 87675e2bcc feat: branding 2021-02-17 13:00:55 +03:00
Ivan MikheykinandGitHub a69a92d006 Merge pull request #180 from flant/chore_remove_dist
Remove dist folder
2021-02-17 12:51:21 +03:00
Ivan Mikheykin cf6f649854 chore: add dist folder to .gitignore 2021-02-17 12:39:22 +03:00
Ivan Mikheykin 60b3701394 chore: remove dist folder 2021-02-17 12:37:56 +03:00
dependabot[bot]andGitHub 47655959d2 build(deps): bump actions/setup-node from v2.1.2 to v2.1.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.2...c46424eee26de4078d34105d3de3cc4992202b1e)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 09:35:29 +00:00
dependabot[bot]andGitHub 99b9969b2b build(deps): bump actions/cache from v2 to v2.1.4
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-17 09:35:29 +00:00
Ivan MikheykinandGitHub 9bf1617594 Merge pull request #177 from flant/feat_gh_actions
feat: github actions to build and publish
2021-02-17 12:35:11 +03:00
Ivan Mikheykin bd1c7004b5 feat: github actions to build and publish
- add templates for issues and pull request
- small cleanup in README
2021-02-17 12:25:50 +03:00
Ivan Mikheykin b25f376f4e fix: cleanup dist folder, change README
- move images for README into docs/img
- move libs/* into utils. libs folder is copied into dist by grafana-toolkit
- remove d3-scale-chromatic sources, use it from dependencies
- update compatible versions in README
- update installation info
2021-02-16 17:43:48 +03:00
Ivan Mikheykin cf28c74069 fix: compatibility with Grafana 7.4 2021-02-16 17:43:48 +03:00
Ivan Mikheykin e987dee850 feat: use grafana-toolkit to build a plugin
- fix linter warnings
- use yarn: remove Gruntfile.js and package-lock.json

++
2021-02-16 17:43:48 +03:00
Dmitry ShurupovandGitHub 669033b100 switching to GitHub Discussions 2021-01-12 14:56:30 +07:00
Ivan MikheykinandGitHub 6bda6de03a Merge pull request #153 from datadope-io/feature/ylabel_extratooltip
Added custom YLabel and Custom content on tooltip
2020-12-08 18:02:54 +03:00
sbengo fa80d4a3dc Added YLabel splitter and Extra info on tooltip
Actually, custom label are not allowed, it directly uses the provided by
the query result as the target/alias

This feature allows to:

- Split YLabel to store its partials and reuse them on link and extra tooltip field
- Override YLabel with splitted and custom values
- Added Extra Tooltip to show metadata to the user on each serie
2020-12-02 16:41:18 +01:00
Ivan MikheykinandGitHub a7a82ff3f5 Merge pull request #148 from datadope-io/feature/y_trim
Added `__y_label_trim` as available var in link
2020-11-29 21:44:16 +03:00
sbengoandSergio Bengoechea Guerrero c234a49792 Added __y_label_trim as available var in link
Fix #147 . Flux (BETA) adds a blank space on `_y_label` and it breaks
with link built when using the var.

This PR add a new variable to be used on link and removes leading and
trailing characters from `__y_label`
2020-11-27 09:22:13 +01:00
Ivan MikheykinandGitHub 021633670a Merge pull request #141 from flant/release_0_3_4
release: 0.3.4
v0.3.4
2020-10-12 11:20:46 +03:00
Ivan Mikheykin b6213efff2 release: 0.3.4 2020-10-12 11:18:44 +03:00
Ivan MikheykinandGitHub 0f64d36b42 Merge pull request #140 from flant/fix_grafana_7_2
fix: Grafana 7.2 compatibility
2020-10-12 10:56:46 +03:00
Ivan Mikheykin b7c525252e fix: Grafana 7.2 compatibility
- See #135
2020-10-12 10:53:14 +03:00
Ivan MikheykinandGitHub c20eb9e1d3 Merge pull request #139 from flant/fix_legend_scale
fix: add condition for noDatapoints state
2020-10-10 13:31:25 +03:00
Ivan Mikheykin 7cc09175f0 fix: add condition for noDatapoints state
- see #134
2020-10-10 13:30:27 +03:00
Ivan MikheykinandGitHub 3b0d119113 Merge pull request #138 from flant/fix_tooltip_name
fix: 'name' in tooltip for opacity and gradient modes
2020-10-10 13:11:33 +03:00
Yamac KandGitHub ce18758cd1 Restrict color scaling to min-max values in spectrum mode (#134)
* Restrict min-max values in spectrum mode
2020-10-10 13:11:11 +03:00
Ivan Mikheykin 1793f12a1f fix: 'name' in tooltip for opacity and gradient modes 2020-10-10 12:56:42 +03:00
Ivan MikheykinandGitHub 012bcac0ef Merge pull request #130 from flant/fix_null_object
fix: proper fallback to string event for renderComplete
v0.3.3
2020-08-28 17:59:44 +03:00
Ivan Mikheykin f037ad082e fix: proper fallback to string event for renderComplete 2020-08-28 17:58:43 +03:00
Ivan MikheykinandGitHub 9a2e4a394e Merge pull request #122 from flant/fix_0_3_2
fix: plugin.json fields and relative links in README.md
v0.3.2
2020-08-13 14:35:30 +03:00
Ivan Mikheykin 4bd3ecbcf2 fix: plugin.json fields and relative links in README.md 2020-08-13 14:23:25 +03:00
Ivan MikheykinandGitHub 4b7d111cd6 Merge pull request #119 from flant/fix_0_3_1
fix: set version to 0.3.1
v0.3.1
2020-07-21 17:51:35 +03:00
Ivan Mikheykin 80725f6cd5 fix: set version to 0.3.1 2020-07-21 17:49:57 +03:00
Ivan MikheykinandGitHub 3e37a0c3cc Merge pull request #118 from flant/fix_for_7_1_0
fix: Grafana 7.1.0 compatibility
2020-07-21 17:43:24 +03:00
Ivan Mikheykin a4d48eb591 fix: Grafana 7.1.0 compatibility
- remove unused injections from module's constructor
- fix trash icon multiplication in options_editor
2020-07-21 17:39:49 +03:00
Ivan MikheykinandGitHub b96d205787 Merge pull request #117 from flant/dependabot/npm_and_yarn/lodash-4.17.19
build(deps): bump lodash from 4.17.15 to 4.17.19
2020-07-21 17:38:08 +03:00
dependabot[bot]andGitHub bd30626721 build(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 23:34:30 +00:00
Ivan MikheykinandGitHub f02831fcbe Merge pull request #115 from flant/fix_before_0_3_0
version 0.3.0
v0.3.0
2020-07-14 13:13:44 +03:00
Ivan Mikheykin 7c2f9a9114 0.3.0 2020-07-14 12:41:39 +03:00
Ivan Mikheykin 276d3cce92 fix: dpi for screenshots 2020-07-14 12:31:47 +03:00
Ivan MikheykinandGitHub 46177c71e8 Merge pull request #113 from flant/fix_help_and_docs
help for tooltip and pagination
2020-07-13 23:27:21 +03:00
Ivan Mikheykin c7e7cd33bc fix: add pagination to README 2020-07-13 23:24:18 +03:00
Ivan Mikheykin 6d4c9bb0ef fix: tooltip documentation and help 2020-07-13 23:03:46 +03:00
Ivan MikheykinandGitHub 7f8264a893 Merge pull request #112 from flant/feat_pagination
feat: pagination

See issue #83, pulls: #93 and #112.
2020-07-13 21:35:41 +03:00
Ivan Mikheykin ef4b0e1228 feat: pagination
Continuation of PR #93.

- reworked layout for pagination controls on graph
- use BucketMatrixPager for pagination logic and state
2020-07-13 21:31:14 +03:00
Joaquín Jiménez GarcíaandIvan Mikheykin 99ba3cbdd6 feat: pagination
Continuation of PR #93.
2020-07-13 14:16:37 +03:00