Commit Graph

22 Commits

Author SHA1 Message Date
Gareth Dawson
3654866fc4 Merge pull request #1743 from grafana/gareth/legacy-forms
legacy form migration
2023-11-20 10:07:39 +00:00
Gareth Dawson
6b52a475e3 fix 2023-11-17 11:38:51 +00:00
Gareth Dawson
c9f515686c legacy form migration 2023-11-14 15:41:36 +00:00
Gareth Dawson
d0b1a76582 Update src/datasource/components/ConfigEditor.tsx
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2023-11-01 09:54:54 +00:00
Gareth Dawson
801e53d77e update config page 2023-10-25 14:42:47 +01:00
Kris Avi
43c0fc9389 Doc: Fix broken link in query editor and doc (#1701)
* Update query_help.md

* Update FunctionEditorControls.tsx
2023-10-04 14:35:03 +02:00
Alexander Zobnin
4534679e65 Hide application filter for queries that do not support it, fixes #1643 2023-08-01 17:26:45 +02:00
Alexander Zobnin
7af3dca545 Problems: Able to select tags evaluation type, fixes #1600 2023-08-01 15:53:13 +02:00
Alexander Zobnin
ac976945a5 Auth: Able to use API tokens for authentication (#1662)
* Auth: Able to use API tokens for authentication

* Update change log
2023-07-26 17:23:44 +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
445f3fa173 Fix count by options in triggers query 2023-07-21 12:27:40 +02:00
Alexander Zobnin
1605b764c2 Fix db connection test result, #1590 2023-03-22 10:51:40 +01:00
Alexander Zobnin
24708032e3 Fix variable query editor, #1590 2023-03-22 10:38:10 +01:00
Alexander Zobnin
dd6798834a Improve tags performance (#1526)
Co-authored-by: Erik De Neve <erik.de.neve@telenet.be>
2023-03-21 12:28:34 +01:00
Alexander Zobnin
07c02ca97a Problems: filter by particular severity, fixes #572 2023-03-20 17:20:44 +01:00
Alexander Zobnin
9deb7ddc3e Disable unused features 2023-03-09 10:07:32 +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
89d33a868e Fix text metric editor layout 2022-12-29 16:29:49 +01:00
Alexander Zobnin
cf6b19e189 Query option to override use trends option, fixes #1442 2022-12-29 14:07:02 +01:00
Alexander Zobnin
1cee6f0ae3 SLA support in Zabbix 6.0 (#1547) 2022-12-29 15:32:39 +03:00
Alexander Zobnin
b32fd7e77a Fix item tags support 2022-12-15 17:06:17 +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