renovate[bot]
269fa400f0
Update dependency @types/semver to v7.5.7
2024-02-14 17:11:58 +00:00
Josh Hunt
2d4307d3d1
Chore: Update Inter font files ( #82446 )
...
* Chore: Update Inter font files
* change codeowner of fonts to us
2024-02-14 16:57:02 +00:00
renovate[bot]
63cf8c8808
Update dependency @swc/core to v1.4.1
2024-02-14 16:36:43 +00:00
Kyle Cunningham
26b25dad42
Tooltips: Hide dimension configuration when tooltip mode is hidden ( #81627 )
...
* Hide dimensions when tooltip mode is hidden
* add logic to heatmap
---------
Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
2024-02-14 23:35:14 +07:00
Sven Grossmann
e422309bc4
Loki: Enable lokiStructuredMetadata
feature flag by default ( #82325 )
2024-02-14 17:24:56 +01:00
Sven Grossmann
062fa2daa2
Loki Log Context: Always show label filters with at least one parsed label ( #82211 )
...
* Loki: Always show label filter for parsed labels
* add label as structured metadata
* change contextfilter `fromParser` to `nonIndexed`
* rename variable
* simplify
* fix test
* fix test
* rename more properties
2024-02-14 17:18:46 +01:00
Nathan Marrs
ce750e0618
Deprecation: Create explicit feature toggles for remaining panels ( #82217 )
2024-02-14 18:06:25 +02:00
renovate[bot]
c8ba2163e9
Update dependency @grafana/lezer-logql to v0.2.3 ( #82450 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-14 17:46:22 +02:00
Diego Augusto Molina
9c29e1a783
Alerting: Fix data races and improve testing ( #81994 )
...
* Alerting: fix race condition in (*ngalert/sender.ExternalAlertmanager).Run
* Chore: Fix data races when accessing members of *ngalert/state.FakeInstanceStore
* Chore: Fix data races in tests in ngalert/schedule and enable some parallel tests
* Chore: fix linters
* Chore: add TODO comment to remove loopvar once we move to Go 1.22
2024-02-14 12:45:39 -03:00
Alvaro Huarte
06b5875c3c
Table Panel: Filter column values with operators or expressions ( #79853 )
...
* Select column values using comparison operators
* Select column values using expressions
* Capitalize operator labels
* Update docs/sources/panels-visualizations/visualizations/table/index.md
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
* Use $ instead of v to represent a variable
* Define operators as a map string of objects
* Fix typo
---------
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2024-02-14 22:36:30 +07:00
renovate[bot]
7d21eb0631
Update React Aria ( #82447 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-14 17:24:30 +02:00
Misi
12b1170631
Auth: Validation fixes for SSO Settings ( #82252 )
...
* Validation fixes
* Add URL validations + tests
* Add ApiUrl validation
* Refactor validators
* lint
* Clean up
* Improvements
2024-02-14 16:06:52 +01:00
renovate[bot]
8a7828da48
Update dependency marked to v12 ( #82245 )
...
* Update dependency marked to v12
* make sure marked return value is synchronous
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-02-14 15:01:33 +00:00
Torkel Ödegaard
d956282913
Scenes: Upgade to 3.5.0 ( #82441 )
...
* Scenes: Upgade to 2.4.1
* Update
2024-02-14 15:56:01 +01:00
Kyle Cunningham
88481fed1a
Table Panel: Fix display of ad-hoc filter actions ( #82442 )
...
Remove block display from ad-hoc filter actions
2024-02-14 16:34:14 +02:00
Varsha
7efa8c2840
Docs: Add copy dashboard instructions ( #82155 )
...
* Update index.md
Added description of how to copy an existing dashboard
* Moved Copy dashboard task from Import to Create page and edited for style
---------
Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
2024-02-14 09:28:48 -05:00
Alexa V
04005d770b
Revert: Scenes/PanelEditor: Fix panel options search crash 82003 ( #82439 )
2024-02-14 16:18:46 +02:00
Konrad Lalik
44ecb26ea1
Alerting: Clarify provisioning export types ( #82420 )
...
Add provisioning type export Alert
2024-02-14 15:04:15 +01:00
Tobias Skarhed
6ce286246b
Betterer: Expose results as JSON ( #81352 )
...
* Expose betterer results as JSON
* Make prettier and add command
* Add aggregation
* Add json generation to lefthook
* Use relative path
* Add grafanabot as codeowner
* Fix parameter type
* Include changes to results
* Run betterer:json
2024-02-14 16:01:22 +02:00
Andriy
4cbc7dfb5b
Add PagerDuty to the plugins list ( #82419 )
2024-02-14 14:56:18 +01:00
Sonia Aguilar
8dc1cd6d59
Alerting: Fix reading props from undefined in settings ( #82418 )
...
* Fix reading props from undefined in settings
* Make settings optional in GrafanaManagedReceiverConfig type
2024-02-15 00:38:20 +11:00
Yulia Shanyrova
9dcb7800de
Plugins: Add fuzzy search to plugins catalogue ( #81001 )
...
* WIP add fuzzysearch to plugins catalog
* Add keywords to the plugins listing output
* add fuzzy search to plugin catalog, add keywords to plugins at frontend side
* refactor fuzzysearch function after review
* review changes
* change the version of uFuzzy library
* change reduce result object in getPluginDetailsForFuzzySearch
* fix yarn lock error
* fix helpers tests
* fix frontend searching test
* fix frontend linting issues
* fix tests
---------
Co-authored-by: Esteban Beltran <esteban@academo.me>
Co-authored-by: Giuseppe Guerra <giuseppe@guerra.in>
2024-02-14 14:30:24 +01:00
Ashley Harrison
cf65d91ee9
Chore: upgrade to msw v2 ( #82270 )
...
* Update dependency msw to v2
* close
* minor fixes
* fetch import changes
* fix some alerting tests
* fix another alerting test
* fix systemjs tests
* don't return undefined in json mocks
* don't return undefined in json response
* add type
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-14 13:16:44 +00:00
Galen Kistler
4dcc59244a
Logs panel: Table UI - Guess string field types ( #82397 )
...
* Guess field type for string fields in logs table
2024-02-14 07:14:22 -06:00
Misi
705ab460a2
Devenv: Add groups to jwt_proxy ( #82424 )
...
Add groups claim to jwt, add groups
2024-02-14 13:57:36 +01:00
Torkel Ödegaard
526916e10f
DashboardScene: Panel edit use new splitter and new conditional data and options pane logic ( #82377 )
...
Rebase
2024-02-14 13:37:52 +01:00
Gilles De Mey
70aa8fe6b3
Alerting: Fix slack double pound and email summary ( #82333 )
2024-02-14 13:12:04 +01:00
Gábor Farkas
2938f891dd
mysql: socks proxy: use plugin-sdk ( #82375 )
2024-02-14 13:05:47 +01:00
Gábor Farkas
4c221966e4
postgres: socks proxy: use plugin-sdk ( #82376 )
2024-02-14 13:05:31 +01:00
Ieva
7c44dd713a
IP range AC: Add X-Real-IP header ( #82390 )
...
add X-Real-IP header
2024-02-14 11:45:55 +00:00
Torkel Ödegaard
fe795417f7
Grafana/UI: Add new Splitter component ( #82357 )
...
* Initial thing working
* Update
* Progress
* Update
* Update
* Simplify a bit more
* minor refacto
* more review fixes
* Update
* review fix
* minor fix
* update
2024-02-14 12:45:29 +01:00
Andre Pereira
7694e7bca3
Tempo: Support TraceQL metrics queries ( #81886 )
...
* Support requesting traceql metrics. Small refactor of Tempo query function
* Address PR comments and improve displayName
2024-02-14 11:24:03 +00:00
Gilles De Mey
f6ea39ff00
Alerting: Prevent state badge from wrapping ( #82330 )
2024-02-14 12:12:05 +01:00
Sonia Aguilar
92eb2c900e
Alerting: Use VirtualizedSelect for ContactPointSelector ( #82345 )
...
* Use VirtualizedSelect for ContactPointSelector
* Conditionally use virtualized to keep description when having less than 500 contact points
2024-02-14 12:43:46 +02:00
grafana-delivery-bot[bot]
37c860daf0
Changelog: Updated changelog for 10.2.4 ( #82411 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-14 09:56:28 +01:00
Victor Marin
a1ff439a20
Fix query inspector in explore to scroll to bottom ( #82369 )
2024-02-14 10:00:16 +02:00
grafana-delivery-bot[bot]
cb47177df9
Changelog: Updated changelog for 10.1.7 ( #82401 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 17:00:27 -05:00
grafana-delivery-bot[bot]
b3663eafee
Changelog: Updated changelog for 10.3.3 ( #82399 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 14:47:17 -07:00
Galen Kistler
ff5b0f7bd8
Logs panel: Table UI - remove beta badge ( #82395 )
...
* remove beta badge
2024-02-13 23:04:09 +02:00
Ivan Ortega Alba
3d86d101b7
Dashboards: Use auto
and only use AdHocFiltersVariable
to manage filters ( #81318 )
2024-02-13 22:38:26 +02:00
ismail simsek
63670b7adc
Chore: Use jsoniter in prometheus from grafana-plugin-sdk-go ( #82359 )
...
use jsoniter from grafana-plugin-sdk-go
2024-02-13 21:19:13 +01:00
grafana-delivery-bot[bot]
558dc74b4d
Changelog: Updated changelog for 10.0.11 ( #82392 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 19:10:06 +00:00
Lucy Chen
f2ac24f9a0
Documentation: Incorrect API example for Public Dashboard ( #82335 )
...
fix doc
2024-02-13 13:08:49 -05:00
Sofia Papagiannaki
28de94f6a2
Folders: Modify folder service Get() to optionally return fullpath ( #81972 )
...
* Folders: Modify Get() to optionally return fullpath
* Set FullPath to folder title if feature flag is off
* Apply suggestion from code review
2024-02-14 04:47:46 +11:00
grafana-delivery-bot[bot]
e6e9d6a782
Changelog: Updated changelog for 9.5.16 ( #82386 )
...
Co-authored-by: grafanabot <bot@grafana.com>
2024-02-13 18:47:26 +01:00
Ezequiel Victorero
dbde08b03c
Scenes: Refactor original snapshot button in a new component ( #82199 )
2024-02-13 14:15:55 -03:00
Alexander Weaver
ccb4533a86
Alerting: Remove unused AlertRuleVersionWithPauseStatus ( #82383 )
...
Remove unused AlertRuleVersionWithPauseStatus
2024-02-13 10:56:24 -06:00
ismail simsek
3f940f4da1
Chore: Use jsoniter in influxdb from grafana-plugin-sdk-go ( #82360 )
...
use jsoniter from grafana-plugin-sdk-go
2024-02-13 17:47:00 +01:00
Andreas Christou
dcbc3aa46a
Chore: Update grabpl
to v3.0.50
( #82379 )
...
Bump grabpl version
2024-02-13 15:39:41 +00:00
Ivana Huckova
65a0a8cd3c
Loki: Update @grafana/lezer-logql
to 0.2.3
containing fix for ip label name ( #82378 )
...
Loki: Update @grafana/lezer-logql to 0.2.3 containing fix for ip label name
2024-02-13 15:56:59 +01:00