Yuri Tseretyan
842f33580e
SSE: Add functions that determine NodeType by UID and construct a data source struct from NodeType ( #70106 )
...
* add NodeTypeFromDatasourceUID and DataSourceModelFromNodeType()
* deprecate expr.DataSourceModel
* replace usages of IsDataSource to NodeTypeFromDatasourceUID
* replace usages of DataSourceModel to DataSourceModelFromNodeType()
2023-06-16 13:05:06 -04:00
Jack Baldry
3d15d54a71
Use docs/reference for flexible linking for content reused in Grafana Cloud ( #70253 )
...
* Use docs/reference for flexible linking for content reused in Grafana Cloud
Documented in https://github.com/grafana/website/pull/13878
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Use docs-base image that has docs/reference shortcode
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-06-16 17:24:21 +01:00
Leon Sorokin
66b0e6b77f
XYChart/Trend: Fix min/max and units/decimals x-field overrides ( #70214 )
2023-06-16 11:10:53 -05:00
Ivana Huckova
82c125d450
Loki: Implement step editor ( #69648 )
...
* Loki: Implement step editor
* Update to keep value
* Remove console.log
* Remove white space
* Update public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderOptions.tsx
Co-authored-by: Matias Chomicki <matyax@gmail.com>
* Import trim
* Update using of step in split queries
* Add tests
* Add tests
* Remove step interpolation
---------
Co-authored-by: Matias Chomicki <matyax@gmail.com>
2023-06-16 19:08:29 +03:00
Michael Mandrus
66d2214c3b
Config: Add configuration option to define custom user-facing general error message for certain error types ( #70023 )
...
---------
Co-authored-by: Summer Wollin <summer.wollin@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Arati R. <33031346+suntala@users.noreply.github.com>
2023-06-16 10:46:47 -05:00
Ivan Ortega Alba
6be0ca396f
DS Picker: first item is always active when filtering ( #70071 )
...
* Select always the first item by default when filtering
* Avoid re-render when updating the selected item state
2023-06-16 18:30:49 +03:00
Josh Hunt
323d3c94d3
Chore: Update features/panel codeowners ( #70246 )
2023-06-16 18:15:47 +03:00
Giordano Ricci
520cd55d54
Explore: Improve logs volume panel empty state ( #70240 )
2023-06-16 15:58:36 +01:00
Gilles De Mey
69b1153205
Alerting: Contact Points v2 feature flag ( #70165 )
2023-06-16 16:19:44 +02:00
George Robinson
35d455e931
Show the alertname for each alert in plain text email ( #70183 )
2023-06-16 10:06:43 -04:00
Ivan Ortega Alba
9b1f1df9e8
Mixed DS: Use new DS picker ( #70052 )
2023-06-16 15:12:52 +02:00
Simon Podlipsky
6f880b713a
Variables: allow {}
type in VariableWithOptions.current
( #64358 )
2023-06-16 14:31:12 +02:00
Sven Grossmann
68637059c4
Logs: Add permalink to log lines ( #69464 )
...
* create explore panel state for logs
* add props to LogRows and unify
* pass properties from explore to logs
* add css
* implement button and scrolling
* export and use `getUrlStateFromPaneState`
* make `scrollIntoView` optional
* change state handling for permalinks
* change link icon
* removed unused state
* add tests for `LogRowMessage`
* remove unused prop
* fix name
* reorg component
* add `LogRow` tests
* add test for `Logs`
* Update public/app/features/logs/components/LogRow.test.tsx
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* Update public/app/features/explore/Logs/Logs.test.tsx
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* improve types in test
* fix props export in Logs.tsx
* fix props export in LogRowMessage.tsx
* fix props export in LogRow.tsx
* fixed import
* fix theme import
* remove hidden style
* add better test names
* change to `log line` rather logline
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
* fix tooltips
* remove unused css
---------
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-06-16 14:07:51 +02:00
Galen Kistler
c1fe8e8927
Prometheus: Expr undefined at runtime ( #70010 )
...
* null/undefined expression default to empty string
2023-06-16 07:01:40 -05:00
Dimitris Sotirakis
7ec91990ff
package.json
: Fix what's new
URL in package.json
(#70233 )
...
Fix what's new url
2023-06-16 14:55:14 +03:00
Ida Štambuk
2d4db2fd64
Cloudwatch: Wrap filters and tag inputs in Variable Editor ( #69862 )
...
Add shrink to ec2 filters + resource tags
2023-06-16 13:44:22 +02:00
Gilles De Mey
7952907e48
Alerting: Allow executing "hidden" queries ( #70064 )
2023-06-16 13:14:46 +02:00
Matias Chomicki
6e2c811fd8
Elasticsearch: Update error message shown when testing the datasource ( #70189 )
...
* Elasticsearch: update error message shown when testing the datasource
* Elasticsearch: update successful test message
* Update e2e test
2023-06-16 12:56:34 +02:00
brendamuir
5fc6bf5c69
Docs: recreates setup for oss alerting ( #70156 )
...
* recreates setup for oss alerting
* fixes relrefs
* fix relrefs
* fix relref
* adds other setup topics
* adds other setup topics 2
* adds other setup topics 3
* adds cloud setup
* adds cloud setup from legacy
* fixes links
* removing link
* gilles feedback
2023-06-16 12:15:55 +02:00
Ross
5f4d1d4872
CloudWatch: Add missing EventBridge Pipe metrics ( #69994 )
2023-06-16 12:04:47 +02:00
Andres Martinez Gotor
7c1c196031
Plugins: Periodically update public signing key ( #70080 )
2023-06-16 11:20:30 +02:00
Kousik Mitra
62ee1fa05a
Plugins: Wrap original check health error ( #69944 )
...
Fixes #69765
2023-06-16 11:18:53 +02:00
Tania
0316350d16
Codegen: Generate any
instead of interface{}
( #70201 )
...
* Chore: Update thema to latest
* Regenerate
2023-06-16 10:54:56 +02:00
Gábor Farkas
9d72ed0875
grafana-data: Add frame type for logs dataframes ( #69990 )
...
grafana-data: added logs-frame-type
2023-06-16 10:12:46 +02:00
George Robinson
a773b722b1
Alerting: Fix newlines in text/plain template ( #70207 )
...
Alerting: Fix newlines in text/plain template at last
2023-06-16 09:02:58 +01:00
Horst Gutmann
9ed09257fe
Changelog: Updated changelog for 9.3.14 ( #70188 )
2023-06-16 09:55:12 +03:00
Horst Gutmann
23b7f702c5
Changelog: Updated changelog for 9.5.2 ( #70219 )
2023-06-16 09:53:12 +03:00
Dimitris Sotirakis
98b6791101
Chore: Prettify some unit tests for pkg/build
( #70186 )
...
* Prettify
* Fix test
2023-06-16 09:32:06 +03:00
Horst Gutmann
21fd7c5c13
CI: Remove no-changelog flag from backports ( #70216 )
...
This finalizes https://github.com/grafana/grafana-github-actions/pull/148
2023-06-16 07:32:56 +02:00
Leon Sorokin
7d4f7e5ffc
XYChart: Fix variable interpolation in datalinks/toggletip ( #70195 )
2023-06-15 19:04:41 -06:00
Yuri Tseretyan
f1d47d18a8
Alerting: Sort RefIDs in error message returned by api.validateCondition ( #70198 )
...
sort RefIDs in error message
2023-06-15 18:37:30 -03:00
Yuri Tseretyan
b963defa44
Alerting: update rules POST API to validate query and condition only for rules that changed. ( #68667 )
...
* replace condition validation with just structural validation
* validate conditions of only new and updated rules
* add integration tests for rule update\delete API
Co-authored-by: George Robinson <george.robinson@grafana.com>
2023-06-15 13:33:42 -04:00
Leon Sorokin
94881597d8
XYChart: Fix formatting of axis ticks (units, decimals) ( #70190 )
2023-06-15 11:32:20 -05:00
Ashley Harrison
b1d997d1e8
Navigation: Add navigation customization options to config documentation ( #70072 )
...
update config documentation to mention navigation customization options
2023-06-15 16:17:48 +01:00
Agnès Toulet
17126d963b
Run verify-kinds only on CUE updates ( #70162 )
...
* Run verify-kinds only on CUE updates
* Update verify-kinds.yml
* remove test
2023-06-15 17:03:45 +02:00
Horst Gutmann
44c87c5b32
Changelog: Updated changelog for 9.4.10 ( #70181 )
2023-06-15 18:01:18 +03:00
Ivan Ortega Alba
5b97670f11
DS Picker: Support width
and hideTextValue
( #70074 )
2023-06-15 16:34:20 +02:00
Horst Gutmann
f323a6151c
Changelog: Updated changelog for 9.2.19 ( #70170 )
2023-06-15 17:17:09 +03:00
Horst Gutmann
9ac51edbcd
Changelog: Updated changelog for 9.3.15 ( #70169 )
2023-06-15 17:16:34 +03:00
Horst Gutmann
c82baf68a5
Changelog: Updated changelog for 9.4.12 ( #70167 )
2023-06-15 17:16:29 +03:00
George Robinson
a3845c9e2e
Fix unwanted newlines in plain text email ( #70141 )
2023-06-15 15:04:10 +01:00
Giordano Ricci
2675f90eaa
Chore: Skip Explore flaky test ( #70157 )
2023-06-15 14:55:25 +01:00
Sven Grossmann
25b65cce25
Log Context: Fix component height to fit revert-button ( #70159 )
...
fix item height
2023-06-15 15:48:24 +02:00
Yuri Tseretyan
baffe83da6
Alerting: Improve performance of cache.getOrCreate ( #63909 )
...
* move expansion of labels and annotations outside of mutex lock
* propagate struct but not pointer
2023-06-15 09:37:47 -04:00
Timur Olzhabayev
5ca7a1a01e
Fix: Report breaking changes workflow error message ( #70152 )
2023-06-15 16:36:26 +03:00
Victor Marin
f06ccbdf6e
Fix BarGaugePanel to not show unnecessary scrollbar when links are set ( #69989 )
2023-06-15 16:34:54 +03:00
Ezequiel Victorero
3413e1497e
PublicDashboards: Add support for recorded queries used in Mixed ds ( #70096 )
2023-06-15 10:28:34 -03:00
Yuri Tseretyan
cc72fe17d5
SSE: Refactor DSNode and extract function to convert backend response to mathexp.Results ( #70098 )
2023-06-15 09:20:08 -04:00
Ieva
21f8dd9599
Auth: Show invite button if disable login form is set to false ( #69946 )
...
* show invite button if disable login form is set to false
* fix test
* Update public/app/features/users/UsersActionBar.tsx
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
---------
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2023-06-15 13:17:45 +01:00
Sven Grossmann
14c4c26215
Core: Upgrade @grafana/tsconfig to 1.3.0-rc1
( #70149 )
...
upgrade @grafana/tsconfig to `1.3.0-rc1`
2023-06-15 14:17:31 +02:00