Zoltán Bedi
3edec69265
chore: Add back debug backend ( #2244 )
2026-01-26 17:04:45 +01:00
renovate-sh-app[bot]
0316e42c8b
chore(deps): pin dependencies ( #2173 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[@testing-library/dom](https://redirect.github.com/testing-library/dom-testing-library )
| devDependencies | pin | [`^10.4.1` →
`10.4.1`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/10.4.1/10.4.1 )
|
| alpine | | pinDigest | → `865b95f` |
| grafana/grafana-enterprise | final | pinDigest | → `703b4a3` |
| postgres | | pinDigest | → `056b54f` |
| postgres | | pinDigest | → `a7711af` |
| postgres | | pinDigest | → `5fd97d3` |
| python | final | pinDigest | → `cfa6231` |
| python | final | pinDigest | → `0c5171f` |
| python | final | pinDigest | → `411fa4d` |
| python | final | pinDigest | → `6d58c1a` |
| redis | | pinDigest | → `6cbef35` |
| zabbix/zabbix-agent | | pinDigest | → `2a5989f` |
| zabbix/zabbix-agent | | pinDigest | → `0bb96e2` |
| zabbix/zabbix-agent | | pinDigest | → `71f1f22` |
| zabbix/zabbix-agent | | pinDigest | → `9eab77e` |
| zabbix/zabbix-agent | | pinDigest | → `c34ca68` |
| zabbix/zabbix-proxy-sqlite3 | | pinDigest | → `a963b30` |
| zabbix/zabbix-server-pgsql | | pinDigest | → `a6f748d` |
| zabbix/zabbix-server-pgsql | | pinDigest | → `5c1aece` |
| zabbix/zabbix-server-pgsql | | pinDigest | → `b3c1451` |
| zabbix/zabbix-server-pgsql | | pinDigest | → `dbc5a2a` |
| zabbix/zabbix-server-pgsql | | pinDigest | → `b88c636` |
| zabbix/zabbix-web-apache-pgsql | | pinDigest | → `9b5ad53` |
| zabbix/zabbix-web-apache-pgsql | | pinDigest | → `70a301e` |
| zabbix/zabbix-web-nginx-pgsql | | pinDigest | → `08b2b13` |
| zabbix/zabbix-web-nginx-pgsql | | pinDigest | → `e034dd9` |
| zabbix/zabbix-web-nginx-pgsql | | pinDigest | → `90d9d85` |
Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyIl19-->
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Jocelyn Collado-Kuri <jcolladokuri@icloud.com >
2026-01-09 10:47:29 +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
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
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