Will Browne
7a2775b1a7
make update-workspace
2026-01-13 16:06:59 +00:00
Will Browne
ae06690681
move loading strategy into pkg/plugins
2026-01-13 15:46:34 +00:00
Will Browne
aa9b587cc1
Plugins: Add module hash field to plugin model ( #116119 )
...
* add module hash field to plugin model
* fix tests
* fix lint issues
2026-01-13 14:35:45 +00:00
Will Browne
368762c026
Plugins: Add plugins module ( #115951 )
...
* create plugins go module
* make update-workspace
* ref from plugins app
* undo README change
* fix Dockerfile
* make update-workspace
* re-add plugins/codegen
2026-01-09 10:33:56 +00:00
Will Browne
ec55871b9b
Plugins: Remove pkg/tsdb/* as dependency ( #115886 )
...
* remove deps
* singular
* add rest
* make update-workspace
* undo go.mod changes
2026-01-07 11:28:25 +00:00
Will Browne
466a27deff
Plugins: Remove pkg/infra/log as dependency ( #115832 )
...
* remove pkg/infra/log as dependency
* add pluginslog
* add slog caching
2026-01-06 14:44:49 +00:00
Will Browne
99cabcb8be
Plugins: Remove pkg/services/org and pkg/services/pluginsintegration/pluginerrs dependencies ( #115820 )
...
* remove deps from pkg/plugins
* fmt
* lint fix
2026-01-05 14:10:44 +00:00
Will Browne
70b1053ad1
Plugins: Remove pkg/infra/fs, pkg/infra/tracing and pkg/infra/process dependencies from pkg/plugins ( #115798 )
...
* remove dependency on packages
* update tests
* trigger
2026-01-05 11:12:31 +00:00
Will Browne
1a0bc39ec3
Plugins: Remove some pkg/infra/* dependencies from pkg/plugins ( #115795 )
...
* tackle some /pkg/infra/* packages
* run make update-workspace
* add owner for slugify dep
2026-01-05 09:42:47 +00:00
Todd Treece
33e53db53a
Plugins: Add tracing to pipeline ( #115448 )
2025-12-17 09:08:17 -05:00
dependabot[bot]
7620c1f24f
deps(go): bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 in /pkg/codegen ( #115460 )
...
* deps(go): bump github.com/expr-lang/expr in /pkg/codegen
Bumps [github.com/expr-lang/expr](https://github.com/expr-lang/expr ) from 1.17.6 to 1.17.7.
- [Release notes](https://github.com/expr-lang/expr/releases )
- [Commits](https://github.com/expr-lang/expr/compare/v1.17.6...v1.17.7 )
---
updated-dependencies:
- dependency-name: github.com/expr-lang/expr
dependency-version: 1.17.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* use the same version everywhere
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-12-17 06:19:03 +00:00
Rafael Bortolon Paulovic
7e7c25af8a
Apps: update grafana-app-sdk to v0.48.7 ( #115362 )
2025-12-17 08:47:21 +03:00
Matheus Macabu
3e50bfced8
Dependencies: Bump Go to v1.25.5 ( #114749 )
2025-12-03 10:18:31 +01:00
Paul Marbach
e36ea78771
Suggestions: Deprecate the old API and put external suggestions behind a flag ( #114127 )
...
* Suggestions: Deprecate previous API, enable external plugin suggestions behind flag
* fix types for deprecated builder
* restore some support for cloud-onboarding
* add support for cloud-onboarding usage, add test to ensure it keeps working
* refactor to not hardcode on 'core:'
* remove unused import
2025-12-01 23:22:22 +00:00
Will Browne
f1dbbcbe00
Plugins: Add /meta and /metas APIs to plugins app ( #113775 )
...
* add /meta and /metas APIs
* wrapped storage route
* format file
* fix switch statement lint issue
* fix plugininstaller test
---------
Co-authored-by: Todd Treece <todd.treece@grafana.com >
2025-11-24 18:20:11 +00:00
Zoltán Bedi
8d75d79313
PostgreSQL: Remove feature toggle postgresDSUsePGX ( #113675 )
...
* PostgreSQL: Remove feature toggle `postgresDSUsePGX`
* Fix tests and linting
* Address review comments
2025-11-24 10:26:41 +01:00
Will Browne
7d179120b6
Plugins: Replace CDN class with FS CDN type ( #113968 )
...
replace cdn class with fs type
2025-11-20 14:03:24 +00:00
Erik Sundell
be0857fa8f
Plugins: Pass build mode to frontend ( #114092 )
...
* pass build mode to frontend
* set buildMode build time using shared plugin webpack conf
2025-11-19 15:42:27 +01:00
Ryan McKinley
d0fe342cfe
Chore: Update app-sdk and k8s.io ( #113998 )
2025-11-17 13:34:15 +03:00
Will Browne
f041563df3
Plugins: Prevent passing host environment variables to plugin processes by default ( #113412 )
...
* remove pluginsSkipHostEnvVars toggle
* fix tests
2025-11-13 15:31:57 +00:00
Todd Treece
3bfbbb1961
Plugins: Skip angular check for CDN source ( #113163 )
2025-10-29 11:33:43 -04:00
Ryan McKinley
5df4a3b9a3
Chore: Update app-sdk to v0.48.1 ( #113023 )
2025-10-27 09:34:26 +03:00
Gábor Farkas
8ab7a20265
update dependency grafana/grafana-plugin-sdk-go to v0.281.0 ( #112726 )
...
* go get github.com/grafana/grafana-plugin-sdk-go@v0.281 .0
* make update-workspace
* updated failing unit test
* disable deprecation warnings
* datasources: allow underscore-prefixed local time range
* updated go.work.sum
2025-10-22 09:02:11 +02:00
Todd Treece
30d79476cd
App SDK: Update to v0.47.0 ( #112519 )
2025-10-16 15:41:41 +00:00
Will Browne
2223338e34
Plugins: Update plugin fakes package name ( #112503 )
...
update plugin fakes package name
2025-10-16 15:14:05 +01:00
dependabot[bot]
39031948b8
deps(go): bump golang.org/x/text from 0.29.0 to 0.30.0 ( #112462 )
...
* deps(go): bump golang.org/x/text from 0.29.0 to 0.30.0
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.29.0...v0.30.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* make update-workspace
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com >
2025-10-15 20:07:00 +00:00
Will Browne
ab4bacbead
Plugins: Pass image tag separately for plugin container mode ( #112344 )
...
propagate tag
2025-10-14 15:25:04 +01:00
Matheus Macabu
db5b275ed4
Go: Update to 1.25.3 ( #112359 )
2025-10-14 12:21:27 +02:00
Zoltán Bedi
5e8267fcf8
PostgreSQL: Read postgresDSUsePGX from config ( #112170 )
...
* PostgreSQL: Read `postgresDSUsePGX` from config
* Update plugins_test
2025-10-10 15:55:55 +02:00
Will Browne
69f788ad55
Plugins: Remove pluginAssetProvider feature toggle ( #112046 )
...
* remove toggle
* fix lint issue
2025-10-10 10:35:22 +01:00
Matheus Macabu
69184b5027
Go: Update to 1.25.2 + golangci-lint v2.5.0 + golang.org/x/net v0.45.0 ( #112149 )
...
* Go: Update to 1.25.2
* golangci-lint: Update to 2.5.0
* Dependencies: Bump golang.org/x/net to v0.45.0
2025-10-08 12:35:28 +02:00
Austin Pond
99312a7582
Apps: Update grafana-app-sdk to v0.46.0 ( #112021 )
...
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-10-04 09:33:10 +00:00
Will Browne
073338ec29
Plugins: Dependencies do not inherit parent URL for preinstall ( #111762 )
...
dependencies dont inehrit parent url for preinstall
2025-09-29 17:57:41 +01:00
Ryan McKinley
0a79b3bdc5
Chore: Upgrade k8s.io/api v0.34.1 and grafana-app-sdk v0.43.1 ( #111009 )
2025-09-16 13:35:20 +03:00
Will Browne
2df39fc71a
Plugins: Add metrics for fs + cloud provisioning info ( #111030 )
...
* add new metrics for plugin fs + cloud provisioning
* fix test
* update label
2025-09-15 14:54:16 +01:00
Ryan McKinley
842ae463b7
Chore: update otel v1.37.0 to v1.38.0 ( #110985 )
2025-09-12 10:11:56 +00:00
Ryan McKinley
9a54243f09
Chore: update golang.org/x/exp ( #110980 )
2025-09-11 22:13:07 +03:00
Andreas Christou
f5457c7909
InfluxDB: Update feature toggle retrieval ( #110941 )
...
* Update how feature toggles are retrieved
* Update wire
* Update Influx registration
* Update test
2025-09-11 19:19:10 +01:00
Will Browne
5520a38726
Chore: Update log level for plugin container mode enabled path ( #110873 )
...
update log level
2025-09-10 12:36:55 +00:00
Will Browne
0a7e0e5298
Plugins: Add ability to run backend plugins in containers ( #110534 )
...
* add client cfg for containers
* remove unused code
* add field for skip host env for proto client
* add docker to Swagger ignore
* add to enterprise swagger gen
* undo go.mod changes
* pass container image
* propagate container image field
2025-09-10 11:12:23 +01:00
Andre Pereira
d26c6c112a
Tempo: Migrates tags and tag values to datasource backend CallResource requests ( #110511 )
...
* Move tags and tag values request to datasource backend
* Remove outdated test
* Fix tests
* lint
* Refactor to use handlers for CallResource request
* lint
* Fix nit
2025-09-09 17:31:32 +01:00
Will Browne
05a6e8503e
Plugins: StaticFS should implement FSRemover ( #110706 )
...
make staticfs implement fs removal interface
2025-09-09 15:33:05 +01:00
Peter Štibraný
7fd9ab9481
Replace check for integration tests. ( #110707 )
...
* Replace check for integration tests.
* Revert changes in pkg/tsdb/mysql packages.
* Fix formatting of few tests.
2025-09-08 15:49:49 +02:00
Hugo Häggmark
bc843913e4
Chore: Removes HideAngularDeprecation configuration ( #110665 )
...
* Chore: cleans up HideAngularDeprecation
* Trigger build
2025-09-08 12:39:01 +02:00
Kevin Minehart
7c2945bb54
Remove drone & dead code in pkg/build; update go modules ( #109935 )
...
* remove drone & dead code in pkg/build; update go modules
* remove .drone.star
* Remove drone scripts and drone references in Makefile
* make update-workspace
* remove deadcode tool
* Remove daggerbuild/scripts: deadcode
* Remove drone files / folders in CODEOWNERS
* make update-workspace
* remove more dead code
2025-08-20 14:27:58 -05:00
Hugo Häggmark
6fb6cf4f1d
Chore: defaults localizationForPlugins behavior ( #109778 )
...
* Chore: defaults localizationForPlugins behavior
* chore: fixes backend tests
* chore: fix backend tests
* chore: fix some more backend tests
2025-08-18 13:57:28 +02:00
Mariell Hoversholm
28024c74f8
Go: Update to 1.24.6 ( #109313 )
...
Co-authored-by: joshhunt <josh.hunt@grafana.com >
2025-08-07 10:27:01 +02:00
Zoltán Bedi
3ff4c6a2d2
Postgres: Switch the datasource plugin from lib/pq to pgx ( #108443 )
...
* Postgres: Switch the datasource plugin from lib/pq to pgx
* Fix lint
2025-07-30 14:47:25 +02:00
Todd Treece
0c1cd7fa58
Apps: Update grafana-app-sdk to v0.40.1 ( #108786 )
2025-07-28 12:34:09 +00:00
Serge Zaitsev
a95fb3a37c
Chore: Omit integration tests if short test flag is passed ( #108777 )
...
* omit integration tests if short test flag is passed
* Update pkg/services/ngalert/models/receivers_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/tests/api/alerting/api_ruler_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/tests/api/alerting/api_ruler_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/tests/api/alerting/api_ruler_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/tests/api/alerting/api_ruler_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/tests/api/alerting/api_ruler_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/services/ngalert/models/receivers_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/cmd/grafana-cli/commands/datamigrations/to_unified_storage_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* Update pkg/services/ngalert/models/receivers_test.go
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
* fix the rest
* false positive
---------
Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com >
2025-07-28 13:38:54 +02:00