grafana-delivery-bot[bot]
dd93d9958d
Changelog: Updated changelog for 9.5.18 ( #85159 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-03-26 12:37:21 +00:00
Alex Khomenko
d105323f15
SaveDashboardForm: Remove deprecated Form usage ( #84172 )
...
* SaveDashboardForm: Remove deprecated Form usage
* Update
2024-03-26 14:14:17 +02:00
Alex Khomenko
0f6858709b
Saga-icons: Switch to ESM ( #84875 )
2024-03-26 13:58:25 +02:00
Chris Bedwell
b4ed72f1b6
Tooltip / Toggletip content link styling: Remove global a element selector inside tooltips ( #84353 )
...
* fix: remove global a tag styles inside tooltips
* corret inside / outside button references in toggletip test
* Remove code and pre styling rules from tooltipUtils
2024-03-26 11:47:12 +00:00
Andreas Christou
19159a89a2
SQLEngine: Use debug
method instead of custom implementation ( #85118 )
...
Use debug method instead of custom implementation
2024-03-26 11:27:07 +00:00
Sven Grossmann
9a8ae3c932
Loki: Support custom X-Query-Tags
header ( #85123 )
...
* Loki: Support custom `X-Query-Tags` header
* add comment
2024-03-26 13:08:09 +02:00
Alexander Zobnin
02606be3ed
Access control: Improve annotation delete performance ( #85068 )
...
* Access control: Improve annotation delete performance
* simplify query string
* Refactor
* remove unnecessary join
2024-03-26 11:50:51 +01:00
Karl Persson
2f5e3023c2
IDFowrarding: ignore logging context canceled errors ( #85141 )
2024-03-26 11:36:44 +01:00
Sofia Papagiannaki
5ebf2d08f6
Provisioning: Fix regression when dashboardProvisioner is accessed before being initialised ( #85011 )
...
* Provisioning: Fix regression when dashboardProvisioner is accessed before being initialized
* Set dashboard provisioner in the provider
2024-03-26 12:32:56 +02:00
Torkel Ödegaard
d039a0a485
DataTrails: Fixes home page background issue to make Cards work better ( #85055 )
...
* DataTrails: Fixes home page background issue to make Cards work better
* Update DataTrailsHome.tsx
2024-03-26 10:39:56 +01:00
Dafydd
dda1531952
Update ephemeral instances workflow to get version from package.json ( #85088 )
...
* use the same value for GRAFANA_VERSION and HOSTED_GRAFANA_IMAGE_TAG
* update codeowners for these files
2024-03-26 09:24:48 +00:00
Gábor Farkas
3b7ee3a56b
MySQL: snapshot tests ( #84846 )
...
mysql: add snapshot tests
2024-03-26 10:24:33 +01:00
Gábor Farkas
c835022861
postgres: improved tests ( #84677 )
...
* postgres: tests: better test aligning time-series results
* postgres: add snapshot test for a backward-compat code
2024-03-26 10:22:58 +01:00
Erik Sundell
28ecd83987
Datasources: Add fixed width to name field in config editor ( #84970 )
...
add fixed width to name field
2024-03-26 10:13:09 +01:00
renovate[bot]
d608faa9c1
Update dependency @grafana/scenes to v4.0.3
2024-03-26 08:53:45 +00:00
renovate[bot]
4b11877337
Update dependency rudder-sdk-js to v2.48.6
2024-03-26 08:26:04 +00:00
Jo
7649d93d17
AuthProxy: Fix missing session for ldap auth proxy users ( #85090 )
...
fix missing session for ldap auth proxy users
2024-03-26 09:24:24 +01:00
Darren Janeczek
5d477d711a
datatrails: do not show the "le" label ( #85114 )
...
fix: do not show the "le" label
2024-03-26 09:00:25 +01:00
Ryan McKinley
4cda34ff7d
Expressions: Create json schema for query types ( #84032 )
2024-03-26 06:58:56 +02:00
Darren Janeczek
2e06677240
datatrails: throttle the resetting of yaxis ( #85117 )
...
fix: throttle the resetting of yaxis
2024-03-25 19:33:57 -04:00
Darren Janeczek
7c03cc83c6
Datatrails: hide empty breakdown panels, improve loading status ( #85028 )
...
feat: hide empty breakdown panels, improve loading status
2024-03-25 18:56:03 -04:00
Todd Treece
d4e6b325bf
Chore: Add github action to check go module updates ( #84936 )
2024-03-25 18:47:34 -04:00
Kyle Cunningham
154868e624
Table Panel: Fix image disappearing when datalinks applied ( #84625 )
...
* Fix link image disappearing
* Prettier
* i18n
* Fix offset to compensate for padding
* Prettier
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-03-26 04:13:24 +07:00
Todd Treece
dfe61db7a5
Scopes: Add type filter ( #84866 )
...
Co-authored-by: Kyle Brandt <kyle@grafana.com>
2024-03-25 16:45:32 -04:00
grafana-delivery-bot[bot]
99b5671fbe
Release: Bump version to 11.1.0-pre ( #85115 )
...
"Release: Updated versions in package to 11.1.0-pre"
Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
2024-03-25 21:44:28 +02:00
Juan Cabanas
bb5c5f38db
Scenes: Add reporting tab in share modal ( #85086 )
2024-03-25 16:37:00 -03:00
Gabriel MABILLE
5e48804364
RBAC: Fix slow user permission search query on MySQL ( #85058 )
...
* Bench testing search user perm
* Add BenchmarkSearchUsersPermissions_1K_1K
* Clarify benchmark searches by action prefix
* Make MySQL more efficient
* Move all filter options
* Expand after assignments union
* update comments
2024-03-25 19:11:17 +01:00
Ashley Harrison
4974a89316
Chore: update go version used in bump-version
so it works with the new format ( #85111 )
...
update go version used in bump-version
2024-03-25 20:06:57 +02:00
Ieva
df40e13333
Public dashboards: fix public dashboard permissions so that annotations are displayed ( #85091 )
...
* fix public dashboard anonymous user permissions so they include the new annotation permissions
* test fix
2024-03-25 17:42:40 +00:00
Ashley Harrison
fb01ef749f
Chore: fix go.mod format ( #85108 )
...
fix go.mod format
2024-03-25 19:19:12 +02:00
Josh Hunt
a61cac9d51
Chore: Update glob-stream ( #85107 )
2024-03-25 17:15:57 +00:00
Todd Treece
9684a9e39a
Chore: Add depgaurd rules for sub-modules ( #84084 )
2024-03-25 17:15:36 +00:00
Charandas
dd7d4e2656
K8s: replace a noop certKey content func with actual if available ( #84524 )
2024-03-25 10:12:55 -07:00
Mihai Doarna
fad6dc4db1
SSO: fix reloading settings when a provider contains empty settings ( #85102 )
...
* fix reloading settings when a provider contains empty settings
* do not increment reloadFailures if settings are empty
2024-03-25 19:12:19 +02:00
Todd Treece
71c5070240
Chore: Run backend lint in PRs if .golangci.toml changes ( #85106 )
...
Chore: Run lint backend if .golangci.toml changes
2024-03-25 18:53:54 +02:00
ismail simsek
92f5a0305c
Chore: Define promlib depguard rules ( #85082 )
...
* define promlib depguard rules
* add comment
* test: break linting on purpose
* fix linting
* simple change to trigger backend linting/build in CI pipeline
2024-03-25 17:32:56 +01:00
Marie Cruz
15dca45514
docs: update status history panel ( #84939 )
...
* docs: updates to status history panel documentation
* docs: updates to status history panel documentation
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* fix: linting issues
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-25 12:20:10 -04:00
Marie Cruz
34195ba854
docs: updates to stat panel documentation ( #84814 )
...
* docs: updates to stat panel documentation
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
* Made formatting and wording edit
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
2024-03-25 12:14:46 -04:00
Marie Cruz
44ae127a6e
docs: update text panel documentation ( #84884 )
...
* docs: update text panel
* Apply suggestions from code review
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2024-03-25 12:13:56 -04:00
Bruno
a2e21eac8c
Cloud migrations: create endpoint to create an access token ( #84690 )
...
* fix merge conflicts
* make token expiration configurable
2024-03-25 12:43:28 -03:00
Charandas
e237b89fe7
K8s: skip invalid items in GetList when not invoked as part of SendInitialEvents ( #85050 )
2024-03-25 07:50:14 -07:00
Marcus Efraimsson
8f12fb94f9
Plugins: Factory for instantiating core plugin ( #85047 )
2024-03-25 15:41:26 +01:00
ismail simsek
6137c4e0a6
Chore: Bump golangci-lint v1.57.1 ( #84998 )
...
* bump golangci-lint v1.57.1
* update setting
* remove goconst
* fix linting issues
* prettier
* fix G601
* go mod tidy
go work sync
2024-03-25 15:28:24 +01:00
Ryan McKinley
e6fa367d02
k8s/query+ds: catch query errors, fix datasourceProvider and expose prometheus ( #85071 )
2024-03-25 17:22:34 +03:00
Karl Persson
2f3a01f79f
OAuth: Make sub claim required for generic oauth behind feature toggle ( #85065 )
...
* Add feature toggle for sub claims requirement
* OAuth: require valid auth id
* Fix feature toggle description
2024-03-25 14:22:24 +01:00
idafurjes
e2f155f9f7
Grafana: define the api for the grafana cloudmigration api (not the csm api) ( #84430 )
...
* Add cloud migration endpoints
* Built auth into creating a migration.
* Added more detail to the migration result model
* goimports
* Update pkg/services/cloudmigration/api/api.go
Co-authored-by: lean.dev <34773040+leandro-deveikis@users.noreply.github.com>
* Update pkg/services/cloudmigration/api/api.go
Co-authored-by: lean.dev <34773040+leandro-deveikis@users.noreply.github.com>
---------
Co-authored-by: Leonard Gram <leo@xlson.com>
Co-authored-by: lean.dev <34773040+leandro-deveikis@users.noreply.github.com>
2024-03-25 13:30:47 +01:00
tonypowa
4be5eaa14f
alerting: get started tutorial ( #84669 )
...
* first commit
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
* second commit
* updated headings
* Update alerting-get-started.md
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* third commit
* Update alerting-get-started.md
* Update alerting-get-started.md
* Update alerting-get-started.md
* edited contact point - summary
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/tutorials/alerting-get-started/alerting-get-started.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* elaboration, formatting
* minor changes
* pretty
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2024-03-25 05:27:23 -07:00
Adam Bannach
d7f739c8e5
Fix InteractiveTable: React, less hooks rendered than previous render ( #85043 )
...
fix: react-hooks error if data length switches from above or below pageSize
2024-03-25 13:53:45 +02:00
Tom Ratcliffe
40e73f389f
Add jest watch plugins for better experience filtering tests
2024-03-25 11:36:45 +00:00
Tom Ratcliffe
ebd191394a
Add jest-watch-typeahead dev dependency
...
https://www.npmjs.com/package/jest-watch-typeahead
2024-03-25 11:36:45 +00:00