Jean-Philippe Quéméner
f2c7023fe6
fix(alerting): use uid and not rand() in tests for title ( #85001 )
2024-03-22 16:26:09 +02:00
Santiago
a2facbecd4
Alerting: Implement ApplyConfig for remote primary mode (forked AM) ( #84811 )
...
* Alerting: Implement ApplyConfig for remote primary mode (forked AM)
* add TODO for saving the config hash in other config-related methods
* fix bad method receiver name (m -> am)
* tests
* add mutex
* remove sync loop
2024-03-22 15:17:41 +01:00
Darren Janeczek
08c24e4133
datatrails: feat: metadata for metric panels ( #84872 )
...
* feat: metadata for metric panels
* fix: missing import?
* fix: async await to get description first
- also add description to metric-name-only panels
* fix: change description, remove from main viz
* fix: remove import
2024-03-22 10:05:20 -04:00
Darren Janeczek
a2795f1291
datatrails: fix: only show datatrails link for timeseries dashboard panels ( #84942 )
...
fix: only show datatrails link for timeseries dashboard panels
2024-03-22 10:05:03 -04:00
Ezequiel Victorero
d2dd15e223
PublicDashboards: Change tab title ( #84997 )
2024-03-22 10:55:43 -03:00
Adam Bannach
16737c5b27
InteractiveTable: Add expand all to column ( #84966 )
...
* feat: add expand all to InteractiveTable
* chore: pr feedback; type tightening and better testing practice
* chore: pr feedback; type cleanup
2024-03-22 15:55:04 +02:00
Sofia Papagiannaki
369cb5b6eb
Usage stats: Fix concurrency issue ( #84993 )
...
* Usage stats: Fix concurrency issue
2024-03-22 15:52:59 +02:00
Andre Pereira
93ca49b785
Explore Metrics: Show toast when bookmarking ( #84987 )
...
* Show toast notification when bookmarking a trail
* Copy change
* Move to LinkButton
* Secondary solid button
2024-03-22 15:33:50 +02:00
Karl Persson
f5692f06a5
FeatureToggles: Remove unused feature flag ( #84988 )
...
Remove unused flag
2024-03-22 14:30:58 +01:00
Laura Benz
e51a8c25d1
ReturnToPrevious: Fix e2e test ( #84938 )
...
refactor: remove some waiting for elements that seem to have been removed
2024-03-22 14:26:09 +01:00
Serge Zaitsev
df2d0574c1
Chore: Enable nestedFolders by default ( #84631 )
...
* Enable nestedFolders by default
* Make nestedFolders GA
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
* regenerate files
* also update docs
* skip failing test
---------
Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2024-03-22 14:13:43 +01:00
Will Browne
b765c21d4c
Plugins: Pass PDC file contents in requests ( #84783 )
...
* Plugins: Pass PDC file contents in requests
* go mod tidy
* undo go.mod changes
* fix linter
* fix tests
* undo unnecessary changes
* update dep
* join with comma
* update naming
* bump SDK
2024-03-22 13:52:24 +01:00
Andre Pereira
0b4c81158e
Datatrails: Sync layout with URL values ( #84865 )
...
* Sync layout with URL values
* Refactor
2024-03-22 12:27:19 +00:00
Darren Janeczek
1eff5fb791
datatrails: lazy load the breakdown queries, reduce panels, reduce number of points ( #84965 )
...
fix: lazy load the breakdown queries, reduce panels
2024-03-22 08:26:35 -04:00
Marcus Efraimsson
488bbaacab
Chore: Remove unused dependenices in plugin client middlewares ( #84624 )
...
* Chore: Remove unused dependenices in plugin client middlewares
* refactor logger middleware to remove cfg dependency
* hack to make tracing work in api group builders
2024-03-22 12:54:35 +01:00
Dominik Prokop
41bf6a92fd
Influx: Replace pre-calculated $__interval values for backend interpolation ( #84975 )
2024-03-22 12:48:41 +01:00
Erik Sundell
86bb91e1ce
Datasources: Fix expressions that reference hidden queries ( #84977 )
...
call expression ds before filter query
2024-03-22 12:19:31 +01:00
Torkel Ödegaard
bb1133d6d9
DashboardScene: Fixes navbar action buttons collapse to menu ( #84928 )
...
* DashboardScene: Fixes navbar action buttons collapse to menu
* Update
* Change zindex
2024-03-22 12:05:25 +01:00
Ivan Ortega Alba
521d686ca4
DashGPT: Autogenerate panel title and description on scenes ( #84726 )
...
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-03-22 12:56:19 +02:00
ismail simsek
016d6f2f6d
InfluxDB: Fix alias interpolation when it has $__interval or multiple tags ( #84940 )
...
fix $__interval interpolating in alias
2024-03-22 11:27:04 +01:00
Giuseppe Guerra
ef5d71711a
Plugins: Enable feature toggle enablePluginsTracingByDefault
by default ( #84645 )
...
* Enable feature flag enablePluginsTracingByDefault by default
* re-generate feature toggles
2024-03-22 11:22:36 +02:00
Agnès Toulet
4f8b14ebf4
FeatureToggle: Update newPDFRendering to public preview ( #84883 )
...
FeatureToggle: update newPDFRendering to public preview
2024-03-22 09:50:53 +01:00
Torkel Ödegaard
b20da139ad
DashboardScene: Show insights icon ( #84877 )
...
* DashboardScene: Show insights icon
* Update
* Create separate group for precence indicators
* fix
* Update
* fix tests
2024-03-22 09:46:29 +01:00
Ieva
9772ed6526
RBAC: Enable annotation permission update by default ( #84787 )
...
* display teams to team reader if they also have the access to list team permissions
* fix a typo in the docs
* enable annotationPermissionUpdate by default
* update wording
2024-03-22 00:45:23 +02:00
Nihal
15122bc71c
InfluxDB: Fix for wrong query generated with template variable and non regex operator on frontend mode ( #84175 )
...
* fix for wrong query generated for influxdb. see:https://github.com/grafana/grafana/issues/81517
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
* added unit tests
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
* fixed linting
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
* addressed review comments
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
* fixed linting issue
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
---------
Signed-off-by: Syed Nihal <syed.nihal@nokia.com>
2024-03-21 20:42:53 +01:00
Isabel Matwawana
e192c0aa05
Docs: add Configure tooltips page ( #84089 )
...
* Added Configure tooltips page
* Added intro, description options and image
* Updated weight and removed passive voice
* Replaced list with table and updated non-configurable tooltips section
* Updated info about other tooltips
* Wording edits
* Apply suggestions from code review
* Fixed table
* Added hover value in color scheme info with image
2024-03-21 15:07:28 -04:00
Drew Slobodnjak
c1065e6e68
Canvas: Add direction options for connections ( #84620 )
...
* Canvas: Add direction options for connections
* Fix radio control to handle default
* Fix broken options from merge
* Remove unused comment
* Change category and capitalize options for arrow
* Consolidate marker start and end for connections
* Fix linter issue
2024-03-21 11:38:17 -07:00
Brendan O'Handley
c4645c81da
Prometheus: Default support labels value endpoint with match param when prom type and version not set ( #84778 )
...
* default to support labels match endpoint
* add test and fix tests
2024-03-21 12:50:17 -05:00
Darren Janeczek
e233c963a3
datatrails: fix dark mode drawer background clashing with data trail backgrounds ( #84941 )
...
fix: drawer background clashed with data trail bgs
2024-03-21 19:49:32 +02:00
Dominik Prokop
f74d5ff93e
Data layers: Integrate latest scenes changes ( #84804 )
...
* bump scenes
* Improved data layers
* DashboardScene: Allow transformations by topic
* Use stable version
* Mock grafana ds to avoid anno layers test failure
* Fix name change
---------
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2024-03-21 18:23:47 +01:00
Jack Westbrook
1ba4d525a2
Chore: Bump follow-redirects to latest ( #84920 )
...
chore(npm): bump follow-redirects to latest 1.15.6
2024-03-21 19:03:32 +02:00
Pepe Cano
2d6586952d
Alerting: Add placeholder to the Email Contact Point Message ( #84064 )
2024-03-21 13:03:12 -04:00
Jack Westbrook
47421febf8
Chore: Bump ip to latest ( #84921 )
...
chore(npm): bump ip to latest
2024-03-21 19:03:02 +02:00
Ivan Ortega Alba
33f9e8554d
GenAI: Autogenerate title and description for panels and dashboards ( #84933 )
2024-03-21 17:58:27 +01:00
kay delaney
86afe012c5
Scenes: Enable live now feature ( #84399 )
2024-03-21 16:57:22 +00:00
Josh Hunt
648f5ff1ab
E2C: Migration summary ( #84890 )
...
* E2C: Migration summary
* remove polling
* stack -> box, box -> stack
* justify
* one less stack
2024-03-21 18:49:21 +02:00
Todd Treece
cdb2e7dd3e
Chore: Sync go workspace ( #84932 )
2024-03-21 18:34:40 +02:00
Giuseppe Guerra
eb31f71f60
Plugins: Enable feature toggle pluginsDynamicAngularDetectionPatterns
by default ( #84723 )
...
* Enable feature toggle pluginsDynamicAngularDetectionPatterns by default
* Change backgroundJobInterval to 24h
* re-generate feature toggles
* Use different intervals for cloud vs on-prem
* temporarily switch interval log to info level
* debug level again
* Simplify provideDynamic for tests
* re-generated feature toggles files
* PR review feedback
* PR review feedback: removed dependency from plugin management config
2024-03-21 18:22:06 +02:00
Marcus Efraimsson
6c1de260a2
API Server: Standalone observability ( #84789 )
...
Adds support for logs (specify level), metrics (enable metrics and Prometheus /metrics endpoint
and traces (jaeger or otlp) for standalone API server. This will allow any grafana core service
part of standalone apiserver to use logging, metrics and traces as normal.
2024-03-21 17:06:32 +01:00
grafana-delivery-bot[bot]
856ed64aac
Changelog: Updated changelog for 10.3.5 ( #84927 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-03-21 12:06:14 -04:00
Josh Hunt
35c846f47b
Skip RTP e2e tests for now ( #84925 )
2024-03-21 17:59:13 +02:00
Xavi Lacasa
a813046f3d
Better tracing during extSvcAcc registration ( #84719 )
2024-03-21 16:41:10 +01:00
grafana-delivery-bot[bot]
b848d8709c
Changelog: Updated changelog for 10.4.1 ( #84923 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-03-21 17:39:12 +02:00
kay delaney
424b3528ca
Scenes: Persist variable options in save model ( #84812 )
...
* Scenes: Persist variable options in save model
* Updated snapshot
2024-03-21 16:35:48 +01:00
Isabel Matwawana
a64977d12a
Docs: restructure Configure standard options ( #84225 )
...
* Removed unnecessary task
* Fixed note formatting
* Added supported visualizations section
* Docs: edit Configure standard options (#84226 )
* Edited heading
* Added table and intro text to Supported visualizations section and updated intro to Standard options section
* Replaced grafana link with cloud link
* Copy edits
* Copy edits
* Updated intro
* Copy edits and updated images
* trigger CI
* Deleted local images and linked to uploaded ones
* Removed jargon
2024-03-21 11:03:57 -04:00
Isabel Matwawana
3219b6f8a7
Docs: update docs for dashgpt GA G11 ( #84842 )
...
* Updated generative AI links
* Added option to use AI
* Fixed typos
* Removed public preview note and feature toggle information
2024-03-21 10:43:43 -04:00
Ihor Yeromin
8b32073d5f
Canvas: New basic elements ( #84205 )
...
* feat(canvas): new canvas shapes added
2024-03-21 15:23:35 +01:00
brendamuir
f30f7dfb93
Alerting docs: updates alert list view details ( #84913 )
...
* Alerting docs: updates alert list view details
* couple fixes
* prettier fixes
* corrects title
2024-03-21 14:57:54 +01:00
Dominik Prokop
a4ff2abd9d
PanelGridItemRepeater: Refactor ( #84710 )
...
* wip
* serialisation tests updates
* VizPanelManager test updates
* ests updates
* Making it green
* Use DashboardGridItem instead of SceneGridItem
* Cleanup tests that unnecessarily depend on dashboard grid items
* Fix row repeater behavior test
* Update public/app/features/dashboard-scene/panel-edit/PanelEditor.tsx
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
* Fix unnecessary library panel changes detection
* Fix test
---------
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
2024-03-21 14:38:00 +01:00
ismail simsek
20bb9d60dc
Chore: Update influxdb docs with new parameter insecureGrpc ( #84885 )
...
add insecureGrpc parameter
2024-03-21 14:29:29 +01:00