Hugo Häggmark
3490c3b0fd
e2e: add tests for translations ( #114390 )
...
e2e: add tests for translations
2025-12-08 10:19:44 +01:00
Matheus Macabu
3e50bfced8
Dependencies: Bump Go to v1.25.5 ( #114749 )
2025-12-03 10:18:31 +01:00
Steve Simpson
2673da03d9
Alerting: Update grafana/alerting ( #114733 )
2025-12-03 00:18:51 +01:00
Alexander Zobnin
ca9b24d435
Chore: Update OpenFGA to 1.11.1 ( #114685 )
...
* Chore: Update OpenFGA to 1.11.1
* fix testcontainers-go dependency error
* update workspaces
2025-12-02 12:46:17 +01:00
Alexander Akhmetov
32c1ad1b53
chore: update grafana-app-sdk to v0.48.4 ( #114563 )
...
(chore): update grafana-app-sdk to v0.48.4
2025-11-28 18:20:57 +01:00
Ryan McKinley
d0fe342cfe
Chore: Update app-sdk and k8s.io ( #113998 )
2025-11-17 13:34:15 +03:00
Charandas
a06905e2d3
fix: switch to test-containers from grafana/e2e for API server tests ( #113256 )
2025-11-03 16:10:32 -08:00
Ryan McKinley
d4d8b2562e
Chore: Update gocloud.dev, removing opencensus ( #113056 )
2025-10-28 09:10:37 +00:00
Kyle Brandt
4bb91a7846
Revert "SQL Expressions: (Chore) Update GMS (go-mysql-server) depende… ( #113050 )
2025-10-28 06:48:57 +00:00
Kyle Brandt
0e9a3881e7
SQL Expressions: (Chore) Update GMS (go-mysql-server) dependency ( #112289 )
...
- Added gms_pure_go build tags to disable cgo - (cgo was added to GMS since we last updated it)
- Docs note on regex limitations
---------
Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com >
2025-10-27 08:22:51 -04:00
Ryan McKinley
5df4a3b9a3
Chore: Update app-sdk to v0.48.1 ( #113023 )
2025-10-27 09:34:26 +03:00
Kevin Minehart
cc4a6cff64
CI: End process if e2e tests fail in daggerbuild ( #113013 )
2025-10-25 08:50:04 -06:00
Kevin Minehart
e7a49fc472
CI: Windows builds with CGO cross-compiler toolchain ( #112922 )
...
* CI: Windows builds with CGO cross-compiler toolchain
* fix comments
2025-10-24 09:23:14 +00:00
Kevin Minehart
6b2b9bd7c2
CI: release windows no cgo ( #112870 )
...
* fix nocgo option
* set nocgo for windows and darwin
2025-10-23 16:12:07 +02:00
Kevin Minehart
2a0f149a63
pkg/build: Add nocgo option ( #112834 )
...
Add nocgo option
2025-10-23 12:01:18 +00: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
Ryan McKinley
a1a750d440
Chore: update dependencies in go.mod ( #112516 )
...
update go mod
2025-10-16 17:31:32 +03: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
dependabot[bot]
4f0f09784b
deps(go): bump github.com/urfave/cli/v3 from 3.3.3 to 3.4.1 ( #112467 )
...
Bumps [github.com/urfave/cli/v3](https://github.com/urfave/cli ) from 3.3.3 to 3.4.1.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v3.3.3...v3.4.1 )
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v3
dependency-version: 3.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-15 19:42:38 +00:00
Matheus Macabu
db5b275ed4
Go: Update to 1.25.3 ( #112359 )
2025-10-14 12:21:27 +02:00
Matheus Macabu
9a2a314dc9
E2E: Use standalone Image Renderer for tests instead of plugin ( #112266 )
...
* E2E: Use standalone Image Renderer for tests instead of plugin
* E2E: Allow configuring image renderer version if needed
2025-10-14 09:21:54 +02: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
Ryan McKinley
2f2289f226
Chore: Update authlib (foder as top level argument) ( #111800 )
2025-10-01 14:40:28 +00:00
Serge Zaitsev
174e924e15
Chore: Disable cgo by default for local builds ( #111807 )
...
* disable cgo by default for local builds, also set cgo variable in either case
* actually do not set the default value
* disable cgo for darwin, display sqlite driver in logs
* fix linter warning, although I do not fully agree with it
2025-09-30 23:06:40 +02: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
Alexander Zobnin
294fd943c0
Chore: Update authlib ( #110880 )
...
* Chore: Update authlib
* exclude incompatible version of github.com/grafana/gomemcache
* Update go-jose to v4
* fix jose imports
* remove jose v3 from go.mod
* fix tests
* fix serialize
* fix failing live tests
* add v1 of ES256 testkeys. Port tests to use ES256 instead of HS256
* accept more signature algs for okta and azuread
* azure social graph token sig
* accept more signature algs for oauth refresh and jwt auth
* update workspace
* add a static signer for inproc
* rebase and fix ext_jwt
* fix jwt tests
* apply alex patch on gomemcache
* update linting
* fix ext_jwt panic
* update workspaces
---------
Co-authored-by: Jo Garnier <git@jguer.space >
2025-09-15 12:45:15 +02: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
Kevin Minehart
4810e51743
CI: pin dagger version to match go.mod ( #110638 )
...
* pin dagger version to match go.mod
* set in e2e too
2025-09-05 00:28:27 +00:00
Ashley Harrison
9b18987df1
Playwright: Changes needed for enterprise tests ( #110424 )
...
* enterprise scaffolding
* clean up gitignore, add enterprise to playwright config
* add workflows
* setup enterprise in the workflows
* update permissions
* try update license path
* add TODO
* undo workflow changes
* remove commands
* add extensions folder
* update gitignore
* include the whole public folder
* add comment
* review comments
2025-09-03 15:45:54 +01:00
Matheus Macabu
78ac555c4d
CI: Run gofmt on Linting action ( #110159 )
...
* CI: Run gofmt on Linting action
* Chore: Run gofmt on all packages
2025-08-26 16:14:03 +02:00
Roberto Jiménez Sánchez
e7ccefcf92
Provisioning: Add Standalone Job Controller Without Job Processing ( #109610 )
...
* Add standalone job controller
* Add makefile
* Add limit on the current implementation
* Move job controllers to app package
* Add TLS flags
2025-08-25 08:48:40 +00:00
Matheus Macabu
d2ec846224
Chore: Remove Bingo as Drone is removed ( #110020 )
2025-08-22 13:49:44 +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
Kevin Minehart
4adbab1571
CI: For community supported riscv64 builds use musl-cross instead of zig for… ( #109931 )
...
Community supported riscv64 builds: use musl-cross instead of zig for build
2025-08-20 16:59:07 +00:00
Ashley Harrison
0687017595
E2E: Run playwright cloud plugins tests as part of github actions ( #109055 )
...
* add github workflow scaffolding
* update comments
* Add image and resource commands
* Add secrets paths
* Block workflow run for forks
* ignore via package.json, update CODEOWNERS
* fix workflow path
* remove old azure monitor test
* pull docker image first
* add permissions for docker pull step
* checkout first
* keep creds file
* try all in one job
* with creds...
* add cloud: 'azure'
* pass CLOUD to docker
* add -playwright
* actually use the env vars
* don't need to pass CLOUD env var
* remove commented out code and tidy up
* kick CI
* Update container names and set PLAYWRIGHT_CI
* Update path
* fix zizmor violation
* use bigger runner, add double quoting
* add separate command and increase timeout
* remove timeout
* parameterise the e2e command in CI
* move cloud-plugins-e2e-tests into normal e2e test workflow
* fix detect changes
* pass creds into dagger
* try remove quotes
* add a debug log
* exec playwright command after mounting file
* reassign e2eContainer, add change to check the tests fail correctly
* fix test
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com >
2025-08-19 09:25:16 +01:00
maicon
5270d8e53f
fix(unified-storage): remove permissions after executing on both stores ( #109722 )
...
Signed-off-by: Maicon Costa <maiconscosta@gmail.com >
Co-authored-by: Jean-Philippe Quéméner <jeanphilippe.quemener@grafana.com >
2025-08-15 15:57:42 +00:00
Matheus Macabu
0d8518dc2f
Build: Add -buildvcs=false flag to go build ( #109472 )
2025-08-12 08:57:32 +02:00
Kevin Minehart
f888f61097
CI: remove unnecessary files from tarball ( #109350 )
...
* remove npm artifacts and storybook from targz
* fix small issue with docker verification
2025-08-07 17:31:28 +00: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
Andreas Christou
e10063b0c7
Azure: Bump Azure SDK ( #108859 )
...
* Bump Azure SDK
* Workspace sync
2025-07-30 10:16:33 +01:00
Kevin Minehart
35f0dd8ec3
CI: remove ppcle64 and 390x from viceroy dpkg ( #108866 )
...
* remove ppcle64 and 390x from viceroy dpkg
* fix apt-get update
* remove armel
2025-07-29 16:53:13 +00:00
Kevin Minehart
5ce827ce4c
CI: Use playwright in daggerbuild ( #108860 )
...
* Use playwright in daggerbuild
* use e2e-playwright image
2025-07-29 14:25:21 +00:00
Todd Treece
0c1cd7fa58
Apps: Update grafana-app-sdk to v0.40.1 ( #108786 )
2025-07-28 12:34:09 +00:00
Dave Henderson
a82a7f1340
deps(go): Tidying advisor and investigations go modules ( #108703 )
...
deps(go): Tidying apps/advisor go module
Signed-off-by: Dave Henderson <dave.henderson@grafana.com >
2025-07-25 12:27:57 -04:00
Matheus Macabu
52f6104230
Dependencies: Bump Go to v1.24.5 ( #108175 )
2025-07-22 17:08:40 +02:00
Todd Treece
e5d2f92384
K8s: Add App SDK installer ( #107773 )
2025-07-21 13:32:15 -04:00
Ashley Harrison
2d1fb94f2d
Playwright: Gate server start up with GRAFANA_URL env var ( #108302 )
...
* refactor so server is created unless GRAFANA_URL is provided
* update documentation
* don't swallow errors from the server process
2025-07-18 17:08:47 +01:00
Michael Mandrus
015b2f6b0a
Chore: Update gocloud.dev dependency to v0.42.0 ( #108054 )
...
* update dependency
* make update-workspace
* rerun with ge linked
* add codeowner
* rerun WITHOUT enterprise
2025-07-14 11:11:40 -04:00