Commit Graph

37 Commits

Author SHA1 Message Date
Zoltán Bedi
fb046e5715 Chore: Migrate workflows to use create-github-app-token (#2142)
- Removes dependabot.yml as renovate will update grafana-sdk for us
- Migrates to `create-github-app-token`
- Pin workflows
- Removes is-compatible.yml I found that workflow not helping much but
creating an annoyingly long comment

Fixes https://github.com/grafana/oss-big-tent-squad/issues/144
2025-12-19 14:47:24 +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
47226b864d Add create plugin update workflow (#2074) 2025-09-15 20:12:15 +02:00
Christos Diamantis
04ef3774b0 Zabbix 7.4 compatibility tests (#2053)
* Resolves issue (#2051)
2025-07-09 15:44:17 +02:00
Zoltán Bedi
e65793f3be Remove reviewers from dependabot.yml (#2050) 2025-07-01 21:18:03 +02:00
Zoltán Bedi
aed76bfaf8 Remove id-token permission for compatibility workflows (#2021)
The read value for id-token is not available. This PR fixes that.
2025-05-05 15:14:58 +02:00
ismail simsek
8618b3b169 Chore: update workflow permissions (#2019) 2025-04-30 19:39:56 +02:00
ismail simsek
7e956c24b3 update workflows (#2018) 2025-04-29 17:19:44 +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
Zoltán Bedi
356dbb62ad Update Go version and dependencies in workflow files (#1993)
- Bump Go version from 1.23.5 to 1.24 in both publish and push
workflows.
- Upgrade github.com/grafana/grafana-plugin-sdk-go from v0.270.0 to
v0.274.0.
- Update golang.org/x/net from v0.35.0 to v0.37.0, golang.org/x/sync
from v0.11.0 to v0.12.0, and golang.org/x/sys from v0.30.0 to v0.31.0.
- Upgrade golang.org/x/text from v0.22.0 to v0.23.0.
2025-03-17 16:05:20 +01:00
Zoltán Bedi
4a8043c924 Upgrade Node.js and GitHub Actions dependencies (#1985)
Fixes #1984
2025-03-10 14:40:26 +01:00
Zoltán Bedi
57f0df115a Enhance GitHub Actions workflow: Add pull request trigger and secret management for project integration 2025-01-27 12:03:29 +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
Ivana Huckova
69a0d00ff7 Add dependabot.yml to regularly update grafana-plugin-sdk-go 2024-09-04 12:49:57 +02:00
Ivana Huckova
43f8a8e07d Create stale.yml 2024-08-01 11:45:38 +02:00
Sriram
6bea82f20c Create add-to-project.yml 2024-02-06 10:57:55 +00:00
Sriramajeyam Sugumaran
a6b91bbd86 fix references of master branch 2023-12-20 07:18:16 +00:00
Zoltán Bedi
7841b3b21f Chore: Run yarn lint in CI (#1716)
* Chore: Run yarn lint

* Run only on push

* Format lint.yml
2023-10-13 15:25:06 +02:00
Zoltán Bedi
4f690343cd Merge pull request #1692 from grafana/zoltan/dependency-cleanup
Chore: Dependency clean up
2023-09-27 14:17:19 +02:00
Gábor Farkas
02c5e8ac41 added CODEOWNERS file 2023-09-26 08:54:28 +02:00
Zoltán Bedi
059dab982a Use nvmrc for compatibility workflow 2023-09-24 23:23:08 +02:00
Zoltán Bedi
fdca810285 Chore: Dependency clean up 2023-09-24 22:59:27 +02: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
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
5bfd306462 CI: fix lint job 2022-09-01 14:05:47 +03:00
Alexander Zobnin
7a27945798 CI: fix build 2022-09-01 14:02:47 +03:00
Alexander Zobnin
5de9e2c640 CI: Split jobs 2022-09-01 14:01:26 +03:00
Alexander Zobnin
fa510c6896 Fix workflow file syntax 2022-09-01 13:47:27 +03:00
Alexander Zobnin
d4b08eb0c4 Add github workflow 2022-09-01 13:43:48 +03:00
Alexander Zobnin
1d7ff38f31 remove old issue template 2018-10-22 10:43:25 +03:00
Alexander Zobnin
da2d180465 add PR template 2018-10-22 10:37:47 +03:00
Alexander Zobnin
41edb5bcc1 Update issue template for feature request 2018-10-22 10:28:18 +03:00
Alexander Zobnin
2b29036705 Update issue template for bug report 2018-10-22 10:25:00 +03:00
Alexander Zobnin
36f79ee680 Update issue template 2017-06-15 23:19:49 +03:00
Alexander Zobnin
5a1a227879 Write contribution guidelines. 2016-09-15 12:48:05 +03:00
Alexander Zobnin
a997dc9ac3 Add issue template. 2016-09-15 12:37:06 +03:00
Alexander Zobnin
614ee123b1 Update contribution guidelines. 2016-09-15 12:34:31 +03:00