Stephanie Hingtgen
d451cb6dcc
Provisioning: Skip another flaky test ( #111198 )
2025-09-16 19:28:59 +00:00
Stephanie Hingtgen
c4d89a7a09
Provisioning: Add back most integration tests; skip flaky ones ( #111197 )
2025-09-16 14:50:08 -04:00
Ida Štambuk
0be2394372
Dynamic Dashboards: Add new tracking events for dashboard interactions ( #111022 )
2025-09-16 18:40:34 +02:00
jcolladokuri
7e13882a1a
Prometheus: Fix ad hoc filters when using explore table column filtering ( #111141 )
...
* add support for ad hoc filtering from explore
* fix test
* remove helper function and keep check in if statement
2025-09-16 08:48:52 -07:00
Alex Khomenko
571b3226ba
Dashboard search: Return description in search results ( #110857 )
...
* DashList: Add description
* Support unified storage
* Support unified storage[2]
* Exclude description from field
* Cleanup
* add description
* Revert dashlist changes
* Update cue
* Fix test
---------
Co-authored-by: Ryan McKinley <ryantxu@gmail.com >
2025-09-16 18:17:22 +03:00
jcolladokuri
fad8891b1a
Prometheus: Improve indication of labels loading when using metrics browser. ( #111127 )
...
* add loading spinner for labels and values selectors for prom
* add small margin bottom to hints to avoid component overlap when zoomed in
2025-09-16 07:52:18 -07:00
Alex Khomenko
be61b37682
Provisioning: Use sync job for moving single resources ( #111027 )
...
* Provisioning: Use sync job for moving single resources
* cleanup
* Update messages
* Update tests
* Wait till job is completed
* Only animate forward progress
* revert
* i18n
* Fix clearing deleted folders
* Cleanup
2025-09-16 17:41:36 +03:00
Mustafa Sencer Özcan
4c2240dcc3
fix: introduce an init lock for the storage backend integration tests ( #111166 )
2025-09-16 14:18:06 +00:00
Ezequiel Victorero
6811cc1aa9
Share: Remove new share drawer feature flag ( #111048 )
2025-09-16 10:57:49 -03:00
Yunwen Zheng
0baacd8d5a
RepositoryStatusPage: Card grid layout for small screen fix ( #111136 )
2025-09-16 09:43:43 -04:00
Misi
29551a6edf
IAM: Implement Delete in Service Account API ( #110584 )
...
* wip
* IAM: Create Service Account
* Add dual writer
* Update openapi_test.go
* Add integration tests
* Add sql tests
* Add Role to SA spec, add validation, add DBTime, add tests
* Format, update test
* Fixes
* Add check for External
* wip
* Fix merge
* wip
* Use plugin name instead of title for ext svc account login
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
* Remove OrgID from DeleteUserCommand
* Use the new authorizer
* Fix tests
* cleanup
* Move test to enterprise
* Revert unnecessary change
* Address feedback
* Revert "Address feedback"
This reverts commit 8ab9559076 .
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com >
2025-09-16 15:39:01 +02:00
Yuri Tseretyan
356521c9b9
Alerting: Annotation CanUse for receiver resource ( #110839 )
...
* add origin to receiver
* populate origin of the receiver
* set CanUse to false if origin is not Grafana
* set provenance if origin is imported
* set Grafana origin by default in conversion API
* set canUse annotation
* reject update\delete operations on resources with origin other than Grafana
* fail to create with wrong origin
2025-09-16 09:32:04 -04:00
Victor Marin
a15b6ec2a2
PanelOptions: Use existing overrides when changing panel types ( #111016 )
...
use existing overrides when changing panel types
2025-09-16 16:30:30 +03:00
renovate[bot]
01b696d66c
Update dependency @bsull/augurs to v0.10.1 ( #111182 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 14:28:52 +01:00
Bogdan Matei
2ede582aa0
Dashboard: Add feature flag for undo/redo ( #111096 )
2025-09-16 16:03:16 +03:00
Will Assis
6b2fb782c8
fix (unified-storage): search returning empty results when query includes small term ( #111140 )
...
* fix search not returning anything when a word in the query has less than 3 characters
* fix test name
* fmt
* remove trimspace
2025-09-16 08:55:23 -04:00
Misi
81fe57478f
Chore: Improve short url redirection ( #111162 )
...
Improve short url redirection
2025-09-16 14:48:17 +02:00
renovate[bot]
f3d9bb3219
Update dependency ol-ext to v4.0.35 ( #111116 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-16 13:46:38 +01:00
Lucy Chen
be9ce8a5ff
CloudMigration: Fix flakey test ( #111126 )
...
* fix flakey test
* remove skip
* change require
2025-09-16 12:39:14 +00:00
Hugo Häggmark
35df3ae554
Chore: filter out bots from frontend logging ( #111157 )
...
* Chore: filter out bots from frontend logging
* chore: updates after PR feedback
* chore: change solution to use beforeSend
2025-09-16 14:13:06 +02:00
lean.dev
c6fe19b472
FeatureToggleAdminPage: fix owner of feature toggle ( #111172 )
2025-09-16 13:12:23 +01:00
Jo
321c3f8ec1
Authorization: update OpenFGA ( #111094 )
...
update openfga to v1.10
2025-09-16 13:23:46 +02:00
Tobias Skarhed
bf31c67159
Secrets: Add route for secrets UI ( #111161 )
...
Add secrets route
2025-09-16 13:00:37 +02:00
Sonia Aguilar
1f1f2ae18f
Alerting: Update default payload for template preview ( #111159 )
...
update default payload for template preview
2025-09-16 12:51:44 +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
Georges Chaudy
c251ebf4d5
kvstore: merge the metadata store into the datastore ( #110334 )
...
* migrate eventstore to datastore
* Add folder to event key
* lint
* lint
* lint
* lint
* remove foundkye
* refactor the Keys methods to move the Sort outside the ListKey method
* remove bad import
* fix missing params
* lint
* fix test
* perf improvement
2025-09-16 12:16:29 +02:00
Costa Alexoglou
8a352cc352
fix: reduce logs for Github repo.build ( #111117 )
...
* fix: reduce logs for Github repo.build
* ci: go workspace
2025-09-16 09:57:08 +00:00
Alexander Zobnin
38e5298807
Authz: Skip cache in List request if option provided ( #110864 )
...
* Authz: Skip cache in List request if option provided
* return timestamp with list response
* update authlib
* add skipCache option test
* refactor
* fix tests
* update workspaces
* Set zookies depending on cache hit
* update workspaces
* Fix nil pointer
2025-09-16 11:27:07 +02:00
Alexander Akhmetov
a5ad4715a6
Alerting: Fix start with unified_alerting disabled ( #111160 )
2025-09-16 08:56:09 +00:00
Peter Štibraný
f77e99d965
Store build time and build version into index. ( #111010 )
2025-09-16 10:52:30 +02:00
Eric Leijonmarck
868e3a5e8e
grafana-iam: Adds config opts for RBACRemoteClient for load balancing (#110819 )
2025-09-16 09:49:37 +01:00
grafana-pr-automation[bot]
22b96c7c3e
I18n: Download translations from Crowdin ( #111143 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-16 08:40:28 +00:00
Will Browne
b154763d04
Chore: Bump prometheus/client_golang to v1.23.2 ( #111123 )
...
bump prometheus/client_golang to v1.23.2
2025-09-16 09:26:50 +01:00
Hugo Häggmark
2c3baabfa1
PanelModel: Removes the isAngularPlugin function ( #110799 )
...
Chore: removes isAngularPlugin function from PanelModel
2025-09-16 07:09:41 +02:00
Todd Treece
d08a7abfbb
Provisioning: Temporarily skip flaky tests ( #111128 )
2025-09-15 16:45:29 -04:00
Kevin Yu
c4e8c7b562
CloudWatch: Add clusterId to dimension list for AWS/ElastiCache namespace ( #111132 )
2025-09-15 12:34:29 -07:00
Ida Štambuk
544582e495
Dynamic Dashboards: Add tracking for item actions ( #111059 )
2025-09-15 20:54:43 +02:00
Kyle Brandt
4583402ba9
SQL Expressions: Instrumentation fix and extra testing ( #110778 )
2025-09-15 13:00:22 -04:00
Bruno
3b8ea08ad7
skip Test_GetSnapshotStatusFromGMS ( #111122 )
2025-09-15 16:45:46 +00:00
Paul Marbach
bb9b890e8c
Table: Styling from field ( #110991 )
...
* Table: Styling from field
* fix mistake with gdev
* e2e for kitchen sink
* add counter-example in e2e for completeness
* unit tests for utils
* update to store style field per-column, replace util
* optimize branches column-level variables
2025-09-15 10:34:12 -05:00
Bruno
c61624ad3c
Query caching: add request deduplication middleware ( #110892 )
...
* secrets: update test to accept []byte(nil) and []byte{} (#110630 )
Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com >
* Query caching: add request deduplication middleware
* log error if unable to build cache key
* remove TODO
* always use req.PluginContext.DataSourceInstanceSettings.UID
* make update-workspace
---------
Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com >
2025-09-15 12:07:47 -03:00
renovate[bot]
c3bb8412cf
Update dependency immer to v10.1.3 ( #111088 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-15 14:49:03 +00:00
Alex Khomenko
c96427c193
Restore dashboards: Disable clicks for deleted dashboards ( #111083 )
2025-09-15 17:48:22 +03:00
Kristina
1c297e48b8
Transformations: Calculate > Reduce should assume 0 for falsy values if field type is number ( #110632 )
...
* If number field, blank counts as 0
* Add test
2025-09-15 09:38:14 -05:00
Victor Marin
dfa692440c
Dashboards: Support list of dashboards for tests to run against ( #111084 )
...
* Allow specifying a list of dashboards, both normal and reloabable, that the tests can run against
* refactor
* refactor
* lint
2025-09-15 17:34:28 +03:00
Vadim Stepanov
d4bad37853
Alerting: Move notification historian to grafana/alerting ( #109078 )
...
* Move notification historian to grafana/alerting
* wip
* golangci-lint
* Revert "golangci-lint"
This reverts commit 10ccebad41 .
* JSONEncoder
* alertingInstrument
* go mod tidy
* go.work.sum
* make update-workspace
* merge
* revert go.mod changes
* github.com/grafana/alerting
* make update-workspace
* update github.com/grafana/alerting
* merge
2025-09-15 15:23:51 +01:00
Ashley Harrison
7bba151416
Chore: bump axios to a version without CVE ( #111076 )
...
bump axios to a version without CVE
2025-09-15 15:20:17 +01:00
Ashley Harrison
04ca5d9ffd
Geomap: Only prefix with grafana public path if relative url ( #111081 )
...
only prefix with grafana public path if relative url
2025-09-15 15:09:35 +01:00
Ryan McKinley
a5bd313f5a
ShortURL: Implement /goto with a sub-resource ( #110972 )
2025-09-15 16:56: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