25 Commits

Author SHA1 Message Date
Zoltán Bedi
3edec69265 chore: Add back debug backend (#2244) 2026-01-26 17:04:45 +01:00
github-actions[bot]
b13d567eee chore: bump @grafana/create-plugin configuration to 5.26.4 (#2082)
Bumps
[`@grafana/create-plugin`](https://github.com/grafana/plugin-tools/tree/main/packages/create-plugin)
configuration from 4.2.1 to 5.26.4.

**Notes for reviewer:**
This is an auto-generated PR which ran `@grafana/create-plugin update`.
Please consult the create-plugin
[CHANGELOG.md](https://github.com/grafana/plugin-tools/blob/main/packages/create-plugin/CHANGELOG.md)
to understand what may have changed.
Please review the changes thoroughly before merging.

---------

Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2025-09-17 20:33:12 +02:00
Zoltán Bedi
4036bc585b Add compatibility workflows and integration tests (#1991)
Fixes #1986
Fixes #1994

- Updated .gitignore to include SSL certificate files.
- Introduced new GitHub Actions workflows for testing compatibility with
Zabbix versions 5.0, 6.0, 7.0, and 7.2.
- Added integration tests for Zabbix API for each version, ensuring
proper authentication and API version handling.
- Updated Docker Compose files to support SSL configuration for Zabbix
web services.
- Removed deprecated default Docker Compose and bootstrap files.
- Removed devenv for version 6.2.
2025-03-19 14:04:52 +01:00
Sriram
88b732e062 github actions workflows added (#1947)
* github actions workflows added

* added playwright tests

* Apply suggestions from code review

* Update .github/workflows/push.yaml
2025-01-17 17:03:46 +00:00
Zoltán Bedi
b948b25a1e Chore: Update gitignore (#1728)
Ignore provisioning folder
2023-10-26 12:36:39 +02:00
Zoltán Bedi
fdca810285 Chore: Dependency clean up 2023-09-24 22:59:27 +02: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
2c1430fd75 CI: sign plugin during release (#1039)
* Add grafana toolkit package

* CI: skip adding binaries to release branch

* CI: test signing plugin

* CI: skip branch build for test releases

* CI: do not use ssh key for fetching

* CI: get plugin in a separate image to avoid git LFS error

* CI: fix attaching workspace

* CI: fix attaching dir

* CI: adjust release process

* CI: clean up
2020-09-02 09:48:54 +03:00
Alexander Zobnin
e46bde9983 clean up gitignore 2018-10-21 14:22:45 +03:00
Alexander Zobnin
92a08a5c58 autodetect zabbix version 2018-10-18 21:47:17 +03:00
Alexander Zobnin
e0f2f08074 remove dist/ from git (use release branch or github release for publish) 2018-09-14 19:14:42 +03:00
Alexander Zobnin
d6e38ed6f9 ignore dist/test 2017-10-31 11:16:48 +03:00
Alexander Zobnin
10b70d672d disable test ignore due codecov problems 2017-10-30 22:46:04 +03:00
Alexander Zobnin
dc352b8eb9 ignore dist/test 2017-10-30 22:39:17 +03:00
Alexander Zobnin
630dd17659 fix tether-drop dependency after moving Grafana to webpack 2017-10-11 20:04:49 +03:00
Alexander Zobnin
55799e22ba Add visual studio code files to ignore. 2017-03-26 18:30:56 +03:00
Alexander Zobnin
0b3f537341 Add dist/ directory to repo to correspond development guide.
http://docs.grafana.org/plugins/development/
2017-02-02 11:33:54 +03:00
Alexander Zobnin
8b37478131 Initial ES6 migration. module.js and datasource.js are migrated to ES6. 2016-03-14 23:43:10 +03:00
Alexander Zobnin
195dfa2d00 Added linter config. 2016-01-16 15:17:05 +03:00
Alexander Zobnin
4eb94ed381 Added builded docs dir to .gitignore 2016-01-10 20:29:14 +03:00
Alexander Zobnin
a8ae9f1fa7 iss #43 - fixed code style errors. 2015-07-09 18:00:54 +03:00
Alexander Zobnin
1831b2b8c4 iss 35 - move zabbix api methods to zabbixAPIWrapper.js file. 2015-06-28 19:12:08 +03:00
Alexander Zobnin
beee9973d7 Improved query editor - more flexible metric selection. 2015-06-08 16:25:20 +03:00
Alexander Zobnin
9d6b8608a9 Add .gitignore 2015-05-05 15:26:08 +03:00