Sriram
f073a156e9
release prep ( #1848 )
2024-07-02 07:41:27 +01:00
Zoltán Bedi
0782a0c82d
Chore: Release prep 4.5.1
2024-06-14 17:07:01 +02:00
Zoltán Bedi
aecdb4bbee
Add support for v7 ( #1835 )
...
* Add support for v7
* Bump version
2024-06-10 14:53:15 +02:00
Sriram
3ebc05d242
fixes for scenes framework ( #1822 )
...
* removed scenes object from caching hash
* update backend deps
2024-04-29 11:45:10 +01:00
Gábor Farkas
4d0eaf6c4d
release prep
2024-04-15 12:50:37 +02:00
Gábor Farkas
6c13390b4b
wip
2024-04-15 12:49:06 +02:00
Gareth Dawson
965a990501
commit
2024-04-08 12:08:39 +01:00
Sriram
c4065fb0f3
config updates ( #1800 )
...
* cleanup
* update create plugin config and query help fix
* query types file
* Update docker-compose.yml
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
* addressed review comments
---------
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com >
2024-03-13 15:20:53 +00:00
Zoltán Bedi
c1682d8c25
Prepare 4.4.6 ( #1798 )
2024-03-07 11:35:28 +01:00
Sriramajeyam Sugumaran
36c08ea171
bumped the version and updated changelog
2023-12-20 07:15:13 +00:00
Gareth Dawson
c80b8a78bc
release
2023-11-21 12:23:23 +00:00
Gareth Dawson
17abd468ff
add @grafana/experimental
2023-10-25 14:42:36 +01:00
Zoltán Bedi
f85b35c38e
Bump v4.4.3 ( #1708 )
2023-10-10 14:15:49 +02:00
Zoltán Bedi
fb0af2faa9
Bump 4.4.2 ( #1705 )
...
* Bump 4.4.2
* Update CHANGELOG
2023-10-10 09:50:56 +02:00
dependabot[bot]
626864e77c
Bump postcss from 8.4.14 to 8.4.31 ( #1703 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.14 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-05 20:06:15 +02:00
Gábor Farkas
143f39e365
added prettier
2023-09-28 15:48:41 +02:00
Zoltán Bedi
74fd93f051
Pin jackspeak to 2.1.1
...
See https://github.com/storybookjs/storybook/issues/22431#issuecomment-1630086092
2023-09-24 23:20:42 +02:00
Zoltán Bedi
fdca810285
Chore: Dependency clean up
2023-09-24 22:59:27 +02:00
Alexander Zobnin
c337137771
Bump plugin version to 4.4.1
2023-08-30 13:22:42 +02:00
Alexander Zobnin
b602e15899
Add spellcheck
2023-08-30 11:37:51 +02:00
lean.dev
8205f7aaf8
Support for secure socks proxy ( #1650 )
...
* Enables PDC for zabbix datasource
* 4.4.0
* Updating CHANGELOG
* Updating CHANGELOG
* Updating CHANGELOG
2023-07-25 18:54:48 +03:00
Alexander Zobnin
09ef111707
Update version in package.json
2023-03-23 17:00:05 +01:00
Alexander Zobnin
da4bc13014
Bump version to 4.3.0
2023-03-21 14:52:54 +01:00
Alexander Zobnin
a5c239f77b
Problems count mode ( #1493 )
...
* Problems count mode
* Use tooltip from grafana ui
* Add editors for new modes
* Fix macro mode
* Fix bugs
* Unify editors to use one Triggers editor for all count queries
* Use time range toggle for triggers query, #918
* Add item tags suport for triggers count mode
* Fix triggers count by items
* Use data frames for triggers data, #1441
* Return empty result if no items found
* Add migration for problems count mode
* bump version to 4.3.0-pre
* Add zip task to makefile
* Add schema to query model
* Minor refactor
* Refactor: move components to separate files
* Minor refactor
* Support url in event tags
* Add tooltip with link url
* Update grafana packages
* Fix adding new problems panel
* ProblemDetails: rewrite as a functional component
* minor refactor
2023-01-20 14:23:46 +01:00
Alexander Zobnin
e3e896742b
Build plugin with grafana toolkit ( #1539 )
...
* Use grafana toolkit template for building plugin
* Fix linter and type errors
* Update styles building
* Fix sass deprecation warning
* Remove empty js files produced by webpack building sass
* Fix signing script
* Replace classnames with cx
* Fix data source config page
* Use custom webpack config instead of overriding original one
* Use gpx_ prefix for plugin executable
* Remove unused configs
* Roll back react hooks dependencies usage
* Move plugin-specific ts config to root config file
* Temporary do not use rst2html for function description tooltip
* Remove unused code
* remove unused dependencies
* update react table dependency
* Migrate tests to typescript
* remove unused dependencies
* Remove old webpack configs
* Add sign target to makefile
* Add magefile
* Update CI test job
* Update go packages
* Update build instructions
* Downgrade go version to 1.18
* Fix go version in ci
* Fix metric picker
* Add comment to webpack config
* remove angular mocks
* update bra config
* Rename datasource-zabbix to datasource (fix mage build)
* Add instructions for building backend with mage
* Fix webpack targets
* Fix ci backend tests
* Add initial e2e tests
* Fix e2e ci tests
* Update docker compose for cypress tests
* build grafana docker image
* Fix docker stop task
* CI: add Grafana compatibility check
2022-12-09 14:14:34 +03:00
Alexander Zobnin
9b2079c1da
Migrate problems panel to React ( #1532 )
...
* Replace default angular app config editor
* Problems panel: migrate module to ts
* Problems panel options editor to react
* Problems panel react WIP
* Fix explore button
* Problems panel alert list layout WIP
* Refactor
* Minor tweaks on panel options
* remove outdated tests
* Update typescript
* Draft for tag event handling
* Remove unused files
2022-11-30 14:01:21 +03:00
Alexander Zobnin
504c9af226
Migrate query editor to react ( #1520 )
...
* Initial react query editor
* CI: run checks on all branches
* Update react packages
* Initial metric picker
* Load metrics
* Tweak styles
* Add variables to metric options
* Tweak styles
* Filtering and keyboard navigation
* Open menu with keyboard
* Update function editor
* Move functions in editor
* Add function component
* Edit func params
* Push alias functions to the end
* Tweak labels size
* Fix menu position
* Metric options editor
* Fix css styles building
* More work on query options
* Fix tests
* Refactor: extract metrics query editor and functions editor
* Refactor: move things around
* Text metrics editor
* Problems query editor
* Problems mode options
* Item id query editor
* IT services query editor
* Triggers query editor
* Refactor: remove unused
* remove derprecated theme usage
* Load proxy options
* Fetch metric options on variable change
* Remove angular query editor
* Migrate annotations editor to react
* Fix tests
2022-11-09 17:50:13 +03:00
Alexander Zobnin
24c47a3036
Bump version to 4.2.10
2022-09-01 12:31:13 +03:00
Alexander Zobnin
84ed2f17ed
Bump version to 4.2.9
2022-07-12 09:31:40 +03:00
Alexander Zobnin
07bc5ba6d9
Bump version to 4.2.8
2022-05-06 13:13:02 +03:00
Alexander Zobnin
f7e2118493
Bump version to 4.2.7
2022-05-04 12:13:49 +03:00
Alexander Zobnin
a09d8a983e
Update saas packages for node 16
2022-04-27 11:53:07 +03:00
Sriramajeyam Sugumaran
1afabdd871
Bump version to 4.2.6
2022-04-04 11:29:00 +01:00
Alexander Zobnin
69e92a1ce7
Bump version to 4.2.5
2022-02-17 16:39:33 +03:00
Alexander Zobnin
995249a0b2
Update grafana packages
2022-02-15 18:07:31 +03:00
Alexander Zobnin
0411c0a24c
Update grafana packages
2022-01-27 13:42:25 +03:00
Alexander Zobnin
e47b6ffb8c
Bump plugin version to 4.2.4
2021-09-27 17:34:30 +03:00
Alexander Zobnin
b65a638b0d
Bump plugin version to 4.2.3
2021-09-21 13:50:28 +03:00
Alexander Zobnin
e9db978235
Bump plugin version to 4.2.2
2021-08-25 17:41:09 +03:00
Alexander Zobnin
95afc7460d
Bump version to 4.2.1
2021-08-10 22:27:04 +03:00
Alexander Zobnin
5321c07a30
Bump version to 4.2.0
2021-08-10 16:56:21 +03:00
Alexander Zobnin
bea87fdf4e
Remove time series benchmark since functions moved to the backend
2021-08-10 10:24:52 +03:00
Alexander Zobnin
53c44e1764
Merge pull request #1208 from alexanderzobnin/dependabot/npm_and_yarn/lodash-4.17.21
...
Bump lodash from 4.17.20 to 4.17.21
2021-08-10 10:17:54 +03:00
dependabot[bot]
bc1eedb806
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-06 11:48:58 +00:00
dependabot[bot]
a656d18a95
Bump axios from 0.19.2 to 0.21.1
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-06 11:48:57 +00:00
Alexander Zobnin
12c4089a50
Fix building after update to Grafana 8 components
2021-08-02 18:37:48 +03:00
Alexander Zobnin
3688174923
Update Grafana dependencies to 8.0
2021-08-02 17:51:33 +03:00
Alexander Zobnin
a596d3e18a
update grafana packages
2021-03-09 18:23:34 +03:00
Alexander Zobnin
8ef3dc9b93
Bump plugin version to 4.1.3
2021-03-05 11:09:33 +03:00
Alexander Zobnin
8f07afac1e
bump version to 4.1.2
2021-01-28 12:35:10 +03:00