Gabriel MABILLE
bfb25e33eb
RBAC: AccessControlOnCall general availability ( #93383 )
...
RBAC: GA accessControlOnCall
2024-09-18 08:58:05 +02:00
Alexander Akhmetov
e59ea00518
Alerting: Add TLS, QoS and retain options to the MQTT receiver ( #92331 )
2024-09-17 21:11:16 +02:00
Ryan McKinley
b52e6ba552
Chore: Convert tabs to spaces in playlists.cue ( #93403 )
2024-09-17 20:09:54 +03:00
Yuri Tseretyan
0f788d8d83
Alerting: Support for renaming receivers ( #93349 )
...
* update RenameReceiverInNotificationSettings in DbStore to check for provisioning
* implement renaming in receiver service and provisioning
* do not patch route when stitching
* fix bug in stitching because it returned new name but the old one was expected
* update receiver service to always return result converted from storage model this makes sure that UID and version are consistent with GET\LIST operations
* use provided metadata.name for UID of domain model because rename changes UID and request fails
* remove rename guard
* update UI to not disable receiver name when k8s api enabled
* create should calculate uid from name because new receiver does not have UID yet.
2024-09-17 19:07:31 +03:00
linoman
fb0d3b944a
SSO LDAP: Fix search base dns parsing ( #93179 )
...
* Fix parse of
* Add i18n files
* Add default value
* Replace input field with multiselect
* rename delete form function
* Use Controller for MultiSelect
2024-09-17 17:52:53 +02:00
Matthew Jacobson
1ea873950b
Alerting: Reject receiver update in config API when FlagAlertingApiServer enabled ( #93300 )
...
* Reject receiver update in config API when FlagAlertingApiServer enabled
2024-09-17 16:49:17 +03:00
kay delaney
cbf2aa993e
LibraryPanels: Fix folderUid nil pointer dereference ( #93400 )
2024-09-17 13:03:49 +00:00
Oscar Kilhed
4d50cb2b7b
Scenes: Ensure scenes dashboards interpolate variables in sql queries the same as old arch ( #93270 )
...
Ensure scenes dashboards interpolate variables in sql queries the same as old arch
2024-09-17 13:33:06 +01:00
Levente Balogh
f0ce33e569
Plugin.json schema: Update the meta-info for extensions ( #92732 )
...
* feat(plugin.json): update the extensions definition schema
* feat(plugin.json): add `exposedComponents` definition to the dependencies
* feat(plugin.schema.json): add descriptions for the new schema fields
* review: wrap extensions related dependencies
* review: add a pattern for the extension point id
* review: add a min-length to added link & component titles
* add a pattern to the exposed component id
2024-09-17 12:06:23 +00:00
Jean-Philippe Quéméner
10314585ec
fix(alerting): extend instant vector check for non-nullable types ( #93323 )
2024-09-17 13:20:40 +02:00
Misi
41cd0f5180
Auth: Add improvedExternalSessionHandling feature toggle ( #93385 )
...
Add improvedExternalSessionHandling feature toggle
2024-09-17 13:54:39 +03:00
Esteban Beltran
43cad93e62
Chore: use github app for issue commands workflow ( #93304 )
...
* Chore: use github app for issue commands workflow
* use it in issue-opened too
* update comments and permissions
* use issue app for triager token
* add spaces
* add config as requirement
* only run main if it has secrets
* Check for repository name,
* remove config work
* get secrets after sleep
2024-09-17 12:32:58 +02:00
antonio
aee9458d98
alerting>docs>notification template example ( #93330 )
...
* alerting>docs>notification template example
* all pretty no pity
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
* replaced future tense
* pretty
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
2024-09-17 10:27:44 +00:00
Artur Wierzbicki
1782b3dd39
Chore: Add update-workspace to build-go deps ( #93386 )
...
* Revert "Chore: Remove update-workspace from build-go deps (#93352 )"
This reverts commit 8a712fd510
.
* workspace update changes
2024-09-17 12:47:00 +03:00
Jan-Otto Kröpke
e2bce38a79
App Plugins: Allow resource handle to define Cache-Control Header ( #92559 )
2024-09-17 10:28:38 +02:00
Matheus Macabu
4f21ecf982
CloudMigrations: improve nil handling ( #93257 )
...
* CloudMigrations: fail token decryption if session is not found or without a token
* CloudMigrations: do not report event if session is nil
2024-09-17 08:59:47 +02:00
Ieva
f72401e23b
Docs: Add a doc page for RBAC for app plugins ( #93274 )
...
add a doc page for RBAC for app plugins
2024-09-16 10:14:52 +01:00
Todd Treece
d1ffcc22d9
Playlists: Migrate to App SDK codegen ( #93246 )
2024-09-13 16:27:40 -04:00
Todd Treece
8a712fd510
Chore: Remove update-workspace from build-go deps ( #93352 )
2024-09-13 14:09:09 -06:00
Todd Treece
80795fcfd5
Aggregator: Add README and example query ( #93351 )
2024-09-13 22:55:26 +03:00
Andrew Hackmann
3df62c28bb
InfluxDB: Add Influx to check if series need to be fixed labels ( #93299 )
...
add influx to check if series need to be fixed labels
2024-09-13 14:05:15 -05:00
Matthew Jacobson
3bf77d2e05
Alerting: Include in-use metadata in k8s receiver LIST & GET ( #93016 )
...
* Include in-use metadata in k8s receiver List & Get
2024-09-13 20:20:09 +03:00
Matthew Jacobson
bd9fc8127b
Alerting: Fix config api POST provenance guard ( #93244 )
...
* Add failing tests
* Fix bug in provenance guard on renaming receivers or moving integrations
* Linting
2024-09-13 12:42:33 -04:00
renovate[bot]
a5c122af78
Update dependency msw to v2.4.6
2024-09-13 16:06:46 +00:00
Juan Cabanas
683dbcf57c
ShareDrawer: Flaky test fixed ( #93345 )
2024-09-13 19:04:52 +03:00
Will Browne
ffbf6cf72d
Plugins: Add test case for relative parent directory path ( #93338 )
...
add case for testing relative path
2024-09-13 18:30:19 +03:00
brendamuir
bb923db279
Alerting docs: improve alert rule definitions ( #93321 )
...
* Alerting docs: improve alert rule definitions
* more edits
* corrects numbering
2024-09-13 17:29:48 +02:00
renovate[bot]
7ea2410272
Update dependency @grafana/faro-web-sdk to v1.10.0 ( #93335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-13 16:25:58 +01:00
Gilles De Mey
70b5bd609c
Alerting: Update rules empty state CTA ( #93276 )
2024-09-13 18:21:17 +03:00
Victor Marin
a214fbd7cf
Fix panels in rows stuck in loading ( #93168 )
...
* Fix panels in rows stuck in loading
* fix
* fix + tests
* force reperform in case All value is selected and actual options change
* bump scenes so tests pass
* redo yarn.lock
* redo yarn.lock
2024-09-13 17:51:12 +03:00
oscarkilhed
ad6cd55301
update tests to include Selected (x) in variable multi select boxes
2024-09-13 17:32:52 +03:00
renovate[bot]
1641570c3e
Update dependency @grafana/scenes to v5.14.7
2024-09-13 17:32:52 +03:00
Josh Hunt
9fbd05773a
Chore: Clean up old API methods in manage-dashboards/actions ( #93329 )
...
Chore: Deprecate createFolder() function, and remove other unused functions
2024-09-13 17:11:41 +03:00
Juan Cabanas
c56870e511
ShareDrawer: Test coverage ( #93111 )
2024-09-13 11:01:21 -03:00
renovate[bot]
c87b3c4bbf
Update dependency @grafana/faro-core to v1.10.0 ( #93319 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-13 13:56:57 +01:00
Tom Ratcliffe
f9796f05fe
Alerting: Fix sending secure settings when using k8s API ( #93320 )
2024-09-13 15:01:05 +03:00
Carl Bergquist
56616e69a1
scopes: sort scope dashboard bindings on dashboard title ( #93305 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com>
2024-09-13 07:51:08 -04:00
Sonia Aguilar
d28e76e93b
Alerting: Show a warning when contact point has not receivers in it ( #93318 )
...
Show a warning when contact point has not receivers in it
2024-09-13 14:40:52 +03:00
Sonia Aguilar
8a743b2e2f
Alerting: Fix reseting secure fields ( #93278 )
...
fix reseting secure fields
2024-09-13 13:33:26 +02:00
renovate[bot]
48dd1af524
Update dependency knip to v5.30.2
2024-09-13 11:33:11 +00:00
renovate[bot]
cbe850b558
Update dependency rudder-sdk-js to v2.48.18
2024-09-13 11:05:56 +00:00
renovate[bot]
dc2a777edb
Update dependency @types/jest to v29.5.13
2024-09-13 10:27:38 +00:00
Sonia Aguilar
be4798096a
Alerting: Fix incorrect warning for OnCall integration ( #93085 )
...
Remove warning when geting oncall metadata
Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
2024-09-13 11:59:00 +02:00
renovate[bot]
1783b47545
Update dependency eslint-plugin-react to v7.36.1 ( #93255 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-13 10:46:49 +01:00
Raiko Wielk
c539e3627c
Docs: Fix broken links in contribute/backend/README.md ( #92261 )
...
Co-authored-by: Dave Henderson <dhenderson@gmail.com>
2024-09-13 12:34:31 +03:00
hemerfaSICKAG
d54ede607c
Update playlist.md to align with Grafana 11 ( #92884 )
...
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
2024-09-13 08:59:20 +00:00
Ashley Harrison
161d452841
Chore: Type improvements ( #93267 )
...
* some type fixes + ignore graveyard folder
* few more fixes
* remove comment
* ignore global styles
* few more type fixes
2024-09-13 09:50:55 +01:00
Piotr Jamróz
3514504240
Tracing: Remove redundant types ( #91835 )
...
* Display event name of a span
* Clean up
* Retrigger the build
* Show colon only when there are fields to display
* Rollback
* Use event name when exporting to OTLP
* Allow filtering spans by event name
* Remove redundant types
* Remove redundant TraceLog
* Update betterer report
2024-09-13 10:05:37 +02:00
Erik Sundell
8c702d4a6b
Plugin extensions: Make sure core features use new hooks ( #92723 )
...
* use new extensions APIs across grafana core
* setup setPluginLinksHook
* fix tests
* fix mock
* fix more broken tests
* use plugin components hook
* remove unused func
* fix tests
* remove unused import
2024-09-13 09:23:18 +02:00
Andres Martinez Gotor
01a4e6b9af
Remove the need for plugins to implement AdmissionHandler for v0alpha1 ( #93272 )
2024-09-13 09:08:26 +02:00