Andrej Ocenas
1cbae72a9e
Pyroscope: Fix backend panic when querying out of bounds ( #76053 )
2023-10-06 15:03:20 +02:00
Jo
41bcb5e07f
Identity: Port folder library to identity.Requester ( #76105 )
...
Port folders to identity.Requester
2023-10-06 15:02:34 +02:00
Haris Rozajac
e773f999ff
Fix the issue with cutoff CustomScrollbar ( #75929 )
...
* Remove autoHeightMin
* Fix scroll to the top
2023-10-06 06:49:14 -06:00
Armand Grillet
259bc437cf
Fix issue-labeled GitHub Action by removing organization field ( #76120 )
...
Fix issue-labeled GitHub Action by remove organization field
2023-10-06 14:32:58 +02:00
Dominik Prokop
2cfbe087fc
DashboardScene serialization: Handle variables and library panels ( #76117 )
...
* DashboardScene serialization: Library panels
* DashboardScene serialization: Variables
* TS fix
* Review
* betetrer -u
2023-10-06 05:32:29 -07:00
Ivan Ortega Alba
1a96f3742f
Dashboards: It always detect changes when saving an existing dashboard ( #76116 )
...
Deep clone originalDashboard to avoid mutations by object reference
2023-10-06 14:32:04 +02:00
Virginia Cepeda
4d1f8f21bf
Alerting: Add timepicker and autorefresh picker to Insights ( #76045 )
...
Add timepicker and autorefresh picker
2023-10-06 09:24:45 -03:00
Nathan Marrs
ede0b0ab03
Auto-generate: Break out reply sanitization into separate util func ( #76091 )
2023-10-06 14:11:15 +02:00
Ashley Harrison
171e2c1adb
Chore: Improve typings and ignore Graph
( #75742 )
...
* fix some types, ignore graph plugin as it'll be gone soon
* update comments
* more more more
* undo renderer change
* use Partial in the editor
2023-10-06 11:48:15 +01:00
Armand Grillet
d8357342a3
Fix issue-labeled GitHub Action using app permissions ( #76114 )
2023-10-06 13:25:01 +03:00
Jo
c4874f97f8
Identity: Port snapshots and annotations to Requester ( #76103 )
...
* Port snapshots to Requester
* Port annotations to Requester
2023-10-06 11:59:48 +02:00
Jo
342af2d078
Identity: Port Annotations and Analytics to Identity.Requester ( #76104 )
...
* Port analytics to requester
* Port annotations to identity.Request
2023-10-06 11:38:20 +02:00
Jo
729dafaff9
Auth: Unfurl OrgID in pkg/api to allow using identity.Requester interface ( #76108 )
...
Unfurl OrgID in pkg/api to allow using identity.Requester interface
2023-10-06 11:34:36 +02:00
github-actions[bot]
fb0ac351bc
Update make docs
procedure ( #76096 )
...
* Update `make docs` procedure
* Do not run workflow on forks
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Add labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: grafanabot <bot@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2023-10-06 09:47:55 +01:00
Jan Garaj
68a027993c
CloudWatch: Add missing AWS/Transfer metrics ( #76079 )
...
Source: https://docs.aws.amazon.com/transfer/latest/userguide/monitoring.html
2023-10-06 10:47:36 +02:00
Jo
12ccc8ca23
SigningKeys: Clean old keys by expiry ( #76048 )
...
* clean old keys by expiry
* nit
2023-10-06 10:45:24 +02:00
Levente Balogh
0081d6baf3
UI Extensions: Allow React.memo()
objects as component extensions ( #76098 )
...
fix: support the sandbox with component ui extensions
2023-10-06 10:00:09 +02:00
Leon Sorokin
e2dcd5184a
Dashboard: Overflow and z-index adjustments ( #75597 )
2023-10-05 22:46:15 -05:00
Oscar Kilhed
df9e7671d9
Transformations: Add variable support to join by field ( #76056 )
...
Add variable support to join by field
2023-10-06 00:03:50 +02:00
Yuri Tseretyan
4343c99e2a
Add compat function for notify.GrafanaIntegrationConfig to EmbeddedContactPoint ( #75995 )
...
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com>
2023-10-05 23:13:34 +03:00
Nathan Marrs
bd5d67ed28
Canvas: Add ability to customize what standard element editors show up for all element types ( #75935 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2023-10-05 12:58:35 -07:00
Yuri Tseretyan
a66760f9f2
Alerting: Add integration tests for Rule Export API ( #75896 )
2023-10-05 15:47:49 -04:00
Yuri Tseretyan
51499d7763
Alerting: Update alert rule export models to omit default values ( #75918 )
...
* do not include rule uid in response if it's empty
* make some fields of export models nillable
2023-10-05 15:16:44 -04:00
Todd Treece
664ebf771e
K8s: Playlist frontend reads ( #76057 )
2023-10-05 15:00:36 -04:00
Santiago
726260b2f6
CI: Add test Mimir backend image for integration tests ( #76051 )
...
* test mimir image drone
* add mimir service to services.star
* change name for mimir step
* change remote alertmanager step names, add commands for integration tests
* add tag to mimir image
2023-10-05 15:09:26 -03:00
Juan Cabanas
141485528d
Panel: Remove unnecessary test ( #75994 )
2023-10-05 14:47:45 -03:00
Nathan Marrs
b94d06bfa7
Bar Gauge: Add field name placement option ( #75932 )
...
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
2023-10-05 09:31:03 -07:00
Gabriel MABILLE
e902d8fd10
AuthN: New service to support multiple authentication providers for plugins ( #75979 )
...
* OnGoing
* Continue migrating structure
* Comment
* Add intermediary service
* Remove unused error so far
* no need for fmt use errors
* use RoleNone
* Docs
* Fix test
* Accounting for review feedback
* Rename oauthserver.ExternalService to OAuthClient
* Revert as the interface looks weird
* Update pluginintegration
* Rename oauthserver.ExternalService
* closer to what it was before
2023-10-05 18:13:06 +02:00
Drew Slobodnjak
03baf210b3
Geomap: Add Symbol Alignment Options ( #74293 )
...
* Geomap: Add Symbol Anchor Options
* Update displacement for svg case
* For square and x, account for 45 degree offset
* Simplify displacement function
* Remove unused todo
* Update test defaults to include anchor
* Add missing anchor default to tests
* Move displacement function into utils and add test
* Simplify anchor position options UX
* Change verbage to alignment and swap direction
* Include missing alignment rename
* Update tests
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2023-10-05 09:01:56 -07:00
Ivana Huckova
0ea047cc09
Explore: Update info about query history and deleting ( #76034 )
...
* Explore: Update info about query history and deleting
* Fix unescaped '
2023-10-05 17:02:45 +02:00
Jack Westbrook
55c72c4ea7
Chore: Update zod dependency to latest ( #75954 )
...
build(npm): update zod dependency to latest
2023-10-05 17:00:31 +02:00
Gabriel MABILLE
ffc1c8f0ff
Docs: Update auditing docs with a basic authentication example ( #75981 )
...
* Docs: Update auditing docs with a basic authentication example
* Add admonition for Cloud guidance
Co-authored-by: Steven Dungan <114922977+stevendungan@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/audit-grafana.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
---------
Co-authored-by: Steven Dungan <114922977+stevendungan@users.noreply.github.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2023-10-05 16:40:41 +02:00
Krishna Dhakal
76e102d1a3
Explore: A tooltip for reorder icon in query operation ( #75978 )
...
* tooltip in draggabledots icon
* making it a IconButton
2023-10-05 16:31:16 +02:00
Karl Persson
81b366e2c8
AuthN: Make logger less noisy ( #76044 )
...
* Change to debug for token needs rotation errors
2023-10-05 16:11:36 +02:00
Adela Almasan
6614eb0a6e
Auto-generate: Be able to improve the result sending feedback ( #75204 )
...
* After the first auto-generate, the button changes to improve
* When clicking "improve" a toggletip appears with different ways to interact with the model to refine the result
* Analytics: Add analytics to history
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
2023-10-05 16:25:35 +03:00
Jo
f2bf066ad2
SigningKeys: Add jwks endpoint ( #76040 )
...
* add jwks
add remote caching
add expose jwks test
tweaks
* fix swagger
* nt
2023-10-05 15:17:31 +02:00
Will Browne
8a33a6f958
Plugin: Accept backend plugin process command args ( #76037 )
...
accept args
2023-10-05 15:15:57 +02:00
Virginia Cepeda
68c25080e6
Alerting: Allow users to give feedback on each insights panel ( #75990 )
...
* Add menu to track user feedback on each pane;
* Add RatingModal component
* Open modal with panel header actions
* Fix lint
2023-10-05 09:02:18 -03:00
mikkancso
ef93be7dba
Navtree: Fix nav.infrastructure.title translation ( #76027 )
...
fix nav.infrastructure.title translation
2023-10-05 13:55:57 +02:00
Gareth Dawson
835d3c5201
SQL: Remove query execution tracking for dashboards ( #76017 )
...
dont track dashboard refresh
2023-10-05 11:46:53 +01:00
kay delaney
374e2a68f6
TemplateSrv: Fix ad hoc filters not applying correctly when using datasource variables ( #75977 )
2023-10-05 10:18:38 +00:00
Josh Hunt
3e2ca29c8d
BrowseDashboards: Enable new browse dashboards UI by default ( #75822 )
...
* BrowseDashboards: Enable new browse dashboards UI by default
* update docs
* enable new e2e tests
2023-10-05 13:14:10 +03:00
Misi
bd2191c158
Auth: OAuth token sync improvements ( #75943 )
...
* Add metric, improve token refresh
* changes
* handle ctx cancelled
* Fix import order
2023-10-05 11:19:43 +02:00
Josh Hunt
f08ad95c59
BrowseDashboards: Improve screen reader announcements ( #75970 )
...
* use aria-labelledby to describe the whole row
* change
* fix typo
* i18n
2023-10-05 09:14:26 +00:00
Karl Persson
a2d4ce18ad
IDForwarding: Add basic metrics ( #75798 )
...
* IDService: Add basic metrics
* IDService: Add more metrics
---------
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2023-10-05 09:17:40 +02:00
Adela Almasan
586c78a636
Toggletip: Add support to programmatically close it ( #75846 )
2023-10-05 08:58:49 +02:00
Gábor Farkas
c869844a78
sql: added lint-rule againts wrong imports ( #75881 )
2023-10-05 08:04:10 +02:00
Gábor Farkas
eea95c2ddf
postgres/mysql: removed from-grafana-core import ( #75826 )
2023-10-05 07:46:24 +02:00
Gábor Farkas
cbfd1d53ee
mysql: config: fixed import and removed unused code ( #75883 )
...
* mysql: removed obsolete import
* removed unnecessary check
2023-10-05 07:46:05 +02:00
Guilherme Caulada
3b727eb96c
CI: Use nightly-release cron for nightly releases ( #76000 )
...
Use nightly-release cron for nightly releases
2023-10-05 07:44:24 +02:00