Roberto Jiménez Sánchez
f75c853b90
Provisioning: Update slog-gokit to v0.1.5 to fix data race ( #113455 )
...
* Use fork of slog-gokit to fix data race
Replace github.com/tjhop/slog-gokit with fork that includes fix for data race in handler.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
* Update workspace
* Bump github.com/tjhop/slog-gokit to v0.1.5
* Update go.sum
---------
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-07 09:47:53 +00:00
Nathan Vērzemnieks
f4b23253b1
DataSources: Update SDKs in support of auth service ( #112101 )
...
* DataSources: Update SDKs for auth service
* Fix deprecated methods & types for new arrow-go version
2025-11-07 10:15:27 +01:00
Andres Martinez Gotor
2e507d5042
Advisor: Add mock checks to standalone setup ( #113406 )
2025-11-05 10:33:45 +01:00
Andres Martinez Gotor
14c45b6db2
Advisor: Standalone server mock ( #113224 )
2025-11-03 16:09:54 +01:00
Kyle Brandt
284648df9e
SQL Expressions: Point to grafana GMS fork ( #113104 )
...
Use fork that does not have cgo as default, had to revert build tag method attempt since it broke things like running go test on macs (without the tag) #112289 .
2025-10-29 15:06:56 +00:00
Ryan McKinley
d4d8b2562e
Chore: Update gocloud.dev, removing opencensus ( #113056 )
2025-10-28 09:10:37 +00:00
Andres Martinez Gotor
bee486be23
Advisor: update app-sdk and deps ( #112937 )
2025-10-28 09:24:44 +01:00
Andres Martinez Gotor
eb0824a881
Advisor: Add support for multiple orgs ( #112577 )
2025-10-23 09:22:31 +02:00
Andres Martinez Gotor
12e294d8ab
Advisor: Avoid automatic check creation ( #111678 )
2025-10-21 15:40:00 +02:00
Andrew Hackmann
63c8fe287f
Grafana Advisor: Prometheus Type Migration check ( #110853 )
...
* add check for prom dep auth check in grafana advisor
* remove non prom DS
* clean up and add grafana docs links
* lint
* tests
* Apply suggestions from code review
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
* Thank you for your great feedback @andresmgot
* caching now resets on refresh. also check if plugin is installed
* remove unused errors
* add steps back sigh
* make naming clearer
---------
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com >
2025-10-20 10:35:30 -05:00
Matheus Macabu
db5b275ed4
Go: Update to 1.25.3 ( #112359 )
2025-10-14 12:21:27 +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
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
Andres Martinez Gotor
c61a8a16fd
Advisor: Retry before patching objects ( #111665 )
2025-09-26 15:47:30 +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
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
Moustafa Baiou
0a85a30642
Alerting: Define rules.alerting.grafana.app/v0alpha1 AlertRule and RecordingRule
...
The first version of the app platform apis for alerting rules, including AlertRule and RecordingRule definitions.
Co-authored-by: William Wernert <william.wernert@grafana.com >
2025-09-10 09:30:56 -04:00
Andres Martinez Gotor
f13c3b38ea
Advisor: Avoid write if checktype exists ( #110340 )
2025-09-03 09:54:49 +02:00
Ryan McKinley
fdac98cdda
ShortURL: Avoid teris-io/shortid ( #110456 )
2025-09-02 17:01:20 +00:00
Ryan McKinley
43648d20c3
Preferences: Add read-only APIServer for preferences and dashboard stars ( #106109 )
2025-08-28 19:51:32 +03:00
Andres Martinez Gotor
d34338be02
Advisor: Avoid pagination when listing checks ( #110161 )
2025-08-26 16:03:34 +02:00
Andres Martinez Gotor
07b208ac43
Advisor: Fixes for retry item logic ( #109918 )
2025-08-26 10:44:47 +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
Ida Štambuk
279adadb15
CloudWatch: Update grafana/aws-sdk-go with STS endpoint bugfix ( #109120 )
...
* Update grafana/aws-sdk-go with bugfix
* run make update-workspace
2025-08-04 21:05:00 +02:00
Ryan McKinley
4c169a65f0
ShortURL: Add app reference to go.mod ( #109133 )
2025-08-04 16:14:34 +00:00
Matheus Macabu
f5e1e8e8e2
Secrets: Bump dependency with inline proto ( #109106 )
2025-08-04 11:20:48 +02:00
Stephanie Hingtgen
bd5c83bc11
Revert "Chore: Use proper database type from env in testinfra integration tests" ( #109081 )
...
Revert "Chore: Use proper database type from env in testinfra integration tes…"
This reverts commit 772f647210 .
2025-08-01 20:49:54 +00:00
alerting-team[bot]
0553c2494f
Alerting: Update alerting module to b4b881b7b2631baa3a1ae2911f723c5c1d6e53f6 ( #108872 )
...
[create-pull-request] automated change
Co-authored-by: yuri-tceretian <25988953+yuri-tceretian@users.noreply.github.com >
2025-07-31 14:37:36 -04:00
Matheus Macabu
4b27b0108e
Secrets: Update package in go.mod with consolidate proto+grpc ( #108994 )
2025-07-31 18:14:40 +02:00
Serge Zaitsev
6b1143565a
Chore: Make cgo optional (for sqlite) ( #108756 )
...
* make cgo optional for sqlite
* update go.mod; check error code differently
* reduce api surface even more
* move test errors into sqlite package
* add a comment
2025-07-31 09:25:19 +00:00
Todd Treece
8729ea2dba
Apps: Fix status key functions ( #108915 )
2025-07-30 17:11:39 -04:00
Alexander Akhmetov
c8c017a6f5
Chore: make update-workspace ( #108942 )
2025-07-30 18:37:33 +02:00
Andreas Christou
e10063b0c7
Azure: Bump Azure SDK ( #108859 )
...
* Bump Azure SDK
* Workspace sync
2025-07-30 10:16:33 +01:00
Tania
2c7349f863
OpenFeature: Use types from Go Feature Flag pkg ( #108802 )
...
* Use go feature flag types
* Add go-feature-flag module
* Update go.mod
* Update test
* Fix
2025-07-29 15:05:59 +02:00
Todd Treece
0c1cd7fa58
Apps: Update grafana-app-sdk to v0.40.1 ( #108786 )
2025-07-28 12:34:09 +00:00
renovate[bot]
c94f930950
Update dependency prettier to v3.6.2 ( #108689 )
...
* Update dependency prettier to v3.6.2
* run prettier
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com >
2025-07-25 17:47:44 +01: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
Andres Martinez Gotor
d25d926462
Advisor: Fix paginated requests for checks ( #108583 )
2025-07-25 13:42:16 +02:00
Andres Martinez Gotor
5066aec64d
Advisor: Context handler returns a copy of request ( #108508 )
2025-07-24 10:32:06 +00: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
Andres Martinez Gotor
e4650d3d8f
Advisor: Update app-sdk and regenerate code ( #107786 )
2025-07-10 09:55:10 +02:00
Andres Martinez Gotor
2294620b2e
Advisor: Include optional more info in failures ( #107244 )
2025-07-01 10:49:16 +02:00
Matheus Macabu
22fbcae11b
Dependencies: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 ( #107379 )
2025-06-30 11:56:31 +02:00
Andres Martinez Gotor
0356e1302a
Advisor: improve code readability ( #107175 )
2025-06-25 10:48:36 +00:00
Andres Martinez Gotor
c5a6bb5ab1
Advisor: Address error logs ( #107125 )
2025-06-25 12:08:30 +02:00
Ryan McKinley
d02b62e874
Chore: Update app-sdk to v39 ( #106785 )
2025-06-16 19:11:30 +02:00
Andres Martinez Gotor
a3e85d8319
Advisor: Fix issues ( #106612 )
2025-06-12 15:37:07 +00:00
Andres Martinez Gotor
e73530da09
Advisor: Add a check for pinned instances ( #106059 )
2025-06-12 10:15:40 +02:00