Commit Graph

18 Commits

Author SHA1 Message Date
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