Alex Khomenko
c8f450c851
Revert "Grafana/ui: Enable removing values in multiselect opened state" ( #81161 )
2024-01-24 16:52:50 +02:00
Misi
c47b55ae10
Auth: Add SSO settings usage stats ( #81143 )
...
* Add usage stats
* UsageStats test + svc rename
* Fix test
2024-01-24 15:39:50 +01:00
renovate[bot]
c44594d6b3
Update dependency webpack to v5.90.0 ( #81158 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 16:31:19 +02:00
Alex Khomenko
41de0b4311
Grafana/ui: Add deprecation notice to the Form component ( #81068 )
...
* Grafana/ui: Add deprecation notice to the Form component
* Fix notice
* Deprecate types
2024-01-24 16:13:24 +02:00
renovate[bot]
d528d93b02
Update dependency @testing-library/jest-dom to v6.3.0 ( #81154 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 16:10:39 +02:00
Jack Baldry
9e01156b28
Update last three versions for backporting make docs
workflow ( #81141 )
2024-01-24 14:02:32 +00:00
kay delaney
b2f2864628
Scenes: Add panel frame options and visualization options to panel editor ( #80884 )
2024-01-24 14:01:00 +00:00
Ida Štambuk
7218e11e23
Cloudwatch: Move getNextRefIdChar util from app/core/utils to @grafana/data ( #80471 )
...
---------
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2024-01-24 14:51:51 +01:00
renovate[bot]
1e85d65ce0
Update dependency @grafana/experimental to v1.7.7
2024-01-24 15:45:58 +02:00
renovate[bot]
3656657afc
Update dependency @types/node to v20.11.6 ( #81133 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 13:27:02 +00:00
Ashley Harrison
3f1e97cb07
NestedFolderPicker: Add clearable
prop ( #81114 )
...
* add clearable prop to NestedFolderPicker
* update types
2024-01-24 13:18:01 +00:00
Alexander Zobnin
7872a128a2
Folders: Add metric for listing subfolders duration ( #81144 )
2024-01-24 14:15:32 +01:00
Oscar Kilhed
57ba8dc75d
Scenes: Add transformation flow for panel edit ( #80738 )
...
* Adding transformations works
* Use source data as data input for transformation settings, add search box suffix
* remove useCallback that are probably not needed, fix tests
* remove unused import
* add tests for adding and removing transformations
* use view all constant
* Add reordering functionality
* Fix removing one transformation removes all consecutive transformations
* use closeDrawer function
* Add tests for changing transformations
* Remove any
---------
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2024-01-24 14:14:48 +01:00
Andres Martinez Gotor
a06197188f
Chore: Fix plugins magefile ( #81146 )
2024-01-24 14:01:15 +01:00
Karl Persson
28bb6979f5
IDForwading: cache based on expires in ( #81136 )
...
* IDFowarding: Cache based on expires in
* IDFowarding: Change default expires in
---------
Co-authored-by: Victor Cinaglia <victor@grafana.com>
2024-01-24 13:56:44 +01:00
Andres Martinez Gotor
1c02220916
Chore: Fix plugins magefile for Azure ( #81138 )
2024-01-24 14:18:18 +02:00
Ashley Harrison
e84ee33c8b
NestedFolderPicker: Debounce search correctly ( #80956 )
...
* debounce nested folder picker search
* readd logic when no search string
2024-01-24 11:41:25 +00:00
Joey
5b4a984b78
Tempo: Add warning message when scope missing in TraceQL ( #80472 )
...
* Add warning message when scope missing in TraceQL
* Check for warnings in nodes
* Update formattiing
* Tidy up logic
* Tests
* Rename files and move tests for highlighting queries with errors
2024-01-24 11:41:13 +00:00
idafurjes
6b4eaa0d18
Add MFolderIDsAPICount metric to count FolderIDs in api package ( #80866 )
...
* Add MFolderIDsAPICount metric to cound FolderIDs in api package
* Change counter to counter vector with method names as string values
2024-01-24 12:39:11 +01:00
Damian Szczepanik
5576731332
Docs: Update variables-label-annotation.md ( #81134 )
...
Update variables-label-annotation.md
Additional closing bracket was removed
2024-01-24 12:36:50 +02:00
renovate[bot]
ad755421f8
Update react-router monorepo ( #81118 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 09:22:40 +00:00
Gabriel MABILLE
63679813b0
RBAC: prevent seeding oncall access ( #80862 )
...
* RBAC: prevent seeding oncall access
* Add comments and an early exit
* Test SeedAssignmentOnCallAccessMigrator
* imports
* Comment rework
* Check error
* Nit.
2024-01-24 09:23:40 +01:00
Gábor Farkas
fd73b75ef7
SQL datasources: Consistent interval handling ( #78517 )
...
sql: apply the received interval-value
2024-01-24 08:47:07 +01:00
Kyle Cunningham
6484f4a2ac
Transformations: Focus search input on drawer open ( #80859 )
...
* Focus search input on drawer open
* Prettier
2024-01-23 22:19:33 -06:00
Nathan Marrs
cd2abce914
Table: Fix case where undefined data crashes the visualization ( #80498 )
2024-01-23 13:59:22 -08:00
Yuri Kotov
a7b58a7cdb
Prometheus plugin: Use new labels endpoint, for LabelEditor ( #80774 )
...
Prometheus plugin: use new labels endpoint, if supported, for LabelEditor
Before this change LabelEditor always use old '/series' endpoint to get labels.
Now new '/labels' endpoint would be used in case datasource supports it.
2024-01-23 15:00:43 -06:00
Sven Grossmann
0173755446
Loki: Remove parsed_query
from tracking in favor of obfuscated_query
( #81042 )
...
* Loki: Remove `parsed_query` from tracking in favor of `obfuscated_query`
* newline
2024-01-23 22:47:29 +02:00
Dai Nguyen
0aaebbb9a2
Docs: Updating Service Account API to include a note for Grafana Cloud instances ( #80685 )
...
* Update Bearer Token serviceaccount.md
To update the Service Account API to include a note stating that a Bearer token for Grafana Cloud instances is needed.
* Update docs/sources/developers/http_api/serviceaccount.md
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2024-01-23 22:44:20 +02:00
Kim Nylander
d8c96b4406
[DOC] Adds best practices for tracing doc ( #80924 )
...
* Adds best practices for tracing doc
* Update docs/sources/datasources/tempo/tracing-best-practices.md
2024-01-23 12:36:45 -08:00
Galen Kistler
510dba72fc
Logs Panel: Permalink (copy shortlink) ( #80764 )
...
Compute permalink url for log lines within logs panels in dashboards.
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2024-01-23 14:20:38 -06:00
George Robinson
05d858635c
Alerting: Add metric for inhibition rules ( #81119 )
...
This commit adds a metric for the number of inhibition rules.
It matches the metric added upstream in #3681 .
2024-01-23 19:43:17 +00:00
Matthew Jacobson
2607528b52
Alerting: Update legacy migration docs to include Upgrade Preview ( #80628 )
...
* Alerting: Update legacy migration docs to include Upgrade Preview
2024-01-23 14:09:52 -05:00
Sofia Papagiannaki
57effed70a
Chore: Fix flaky test ( #81116 )
...
* Chore: Fix flaky test
2024-01-23 20:33:32 +02:00
renovate[bot]
633c03d40d
Update opentelemetry-js monorepo ( #81117 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 19:56:04 +02:00
renovate[bot]
aeda4ade9f
Update dependency webpack-bundle-analyzer to v4.10.1 ( #81110 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 19:35:14 +02:00
Matias Chomicki
e07417dca3
Infinite scroll: share loader with log context + small fixes ( #81067 )
...
* Loading indicator: refactor
* Infinite scroll: use ref to keep the last scroll
* Infinite scroll: share loading indicator with log context
* Infinite scrolling: override state
* Infinite scroll: clean up imports and dependency array
* Logs: disable order while loading
* Infinite scroll: update ref before calling shouldLoadMore
* Loading indicator: remove unused export
* Logs order: move disabled prop to inline field
* Formatting
* Update betterer file
2024-01-23 18:52:38 +02:00
Matias Chomicki
aa07c4a6b3
Logs permalink: adjust for infinite scrolling ( #80808 )
...
* Logs permalink: adjust for infinite scrolling
* Refactor exception
* Formatting
2024-01-23 17:48:50 +01:00
Andreas Christou
ed2647b742
Chore: Fix typo in docs workflow ( #81111 )
...
Fix typo
2024-01-23 16:42:59 +00:00
Ryan McKinley
2b355ff280
K8s: Remove grafanaAPIServer feature toggle ( #81030 )
2024-01-23 08:27:28 -08:00
Jean-Philippe Quéméner
aa25776f81
Alerting: Add a feature flag to periodically save states ( #80987 )
2024-01-23 17:03:30 +01:00
Denis
f7fd8e6cd1
DashboardSchema: Add options to VariableModel ( #79236 )
...
* Add includeAll and regex fields to VariableModel #67639
* Add allValue option to VariableModel
2024-01-23 10:56:20 -05:00
grafana-delivery-bot[bot]
cbdbdf72e5
Changelog: Updated changelog for 10.3.1 ( #81105 )
...
* Changelog: Updated changelog for 10.3.1
* Update 10.3.1 CHANGELOG
---------
Co-authored-by: grafanabot <bot@grafana.com>
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2024-01-23 15:54:06 +00:00
grafana-delivery-bot[bot]
f2e1e78b37
Changelog: Updated changelog for 10.3.0 ( #81100 )
...
* Changelog: Updated changelog for 10.3.0
* Add release note
---------
Co-authored-by: grafanabot <bot@grafana.com>
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2024-01-23 15:48:05 +00:00
Torkel Ödegaard
e03ce77ef0
DashboardDataSource: Improve handling of source provider activation, and add tests ( #81034 )
...
* DashboardDataSource: Improve handling of source provider activation, and add tests
* Add setContainerWidth call
2024-01-23 16:47:01 +01:00
Fabrizio
51c19afcb2
Tempo: Rewrite styles using objects ( #81038 )
2024-01-23 16:33:08 +01:00
George Robinson
85b9edcd28
Alerting: Fix incorrect initialization of logger ( #81099 )
2024-01-23 17:29:38 +02:00
renovate[bot]
a60e60183e
Update dependency string_decoder to v1.3.0 ( #81094 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 17:23:09 +02:00
Misi
ea1ab0d84f
Auth: Remove DevModeRequired from the SsoSettingsApi feature toggle ( #81091 )
...
Remove DevModeRequired from ft
2024-01-23 16:11:26 +01:00
Jara Suárez de Puga García
c14ef43691
Tempo TraceQl Editor update request #8382 ( #80112 )
...
* Tempo TraceQl Editor update request #8382
* Docs: Typo
* Docs: Typo 2 codespell lint
* Update docs/sources/shared/datasources/tempo-editor-traceql.md
* Update docs/sources/shared/datasources/tempo-editor-traceql.md
* Update docs/sources/shared/datasources/tempo-editor-traceql.md
---------
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2024-01-23 07:04:04 -08:00
Darren Janeczek
52550966af
datatrails: allow multiple search terms to help select metric names ( #81032 )
...
* datatrails: allow multiple search terms help select metric names
2024-01-23 09:54:19 -05:00