Alexander Weaver
00a260effa
Alerting: Add setting to distribute rule group evaluations over time ( #80766 )
...
* Simple, per-base-interval jitter
* Add log just for test purposes
* Add strategy approach, allow choosing between group or rule
* Add flag to jitter rules
* Add second toggle for jittering within a group
* Wire up toggles to strategy
* Slightly improve comment ordering
* Add tests for offset generation
* Rename JitterStrategyFrom
* Improve debug log message
* Use grafana SDK labels rather than prometheus labels
2024-01-18 12:48:11 -06:00
Matthew Jacobson
94c3be3b49
Alerting: Fix incorrect render during long legacy upgrade cancel ( #80339 )
...
When using the legacy migration dry-run, if a cancel takes a long time (long
enough for the page to poll) the page will incorrectly render the previous
data.
This change stops the polling while the upgrading or cancelling.
2024-01-18 13:30:50 -05:00
Kyle Brandt
02e2e1c64e
Prometheus: Set Status(Code) on backend response ( #80806 )
...
Sets that status code on backend data responses in prometheus to match the status code returned by prometheus. If the failure is below HTTP/Application Layer, Bad Gateway is returned (502).
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
2024-01-18 13:23:31 -05:00
Juan Cabanas
fb4125dfbb
PublicDashboards: Add middleware function ( #80582 )
2024-01-18 15:12:29 -03:00
Isabella Siu
0ba7866e2c
Update feature toggle registry description for sseGroupByDatasource ( #80830 )
2024-01-18 13:07:57 -05:00
Ryan McKinley
96fe605d95
FeatureFlags: fix setting flags to false in startup ( #80836 )
2024-01-18 20:03:45 +02:00
Sarah Zinger
9e08c88a1c
Cloudwatch: remove dependency on app/core/config ( #80668 )
2024-01-18 13:02:55 -05:00
Andrej Ocenas
5b122a25b3
DataFrame: Add optional unique row id definition as frame.meta.uniqueRowIdFields ( #80428 )
...
* Define an unique id for a row in dataframe
* Update comment
* Rename attribute
* Add comment about plugin sdk
* Fix comment
2024-01-18 18:51:25 +01:00
Laura Fernández
5800e40fba
ReturnToPrevious: create feature toggle ( #80831 )
2024-01-18 18:12:14 +01:00
Torkel Ödegaard
2cdf73f584
Visualizations: Hue gradient mode now applies to the line color ( #80805 )
2024-01-18 18:02:56 +01:00
renovate[bot]
f97cea5522
Update dependency eslint to v8.56.0 ( #80825 )
...
* Update dependency eslint to v8.56.0
* update sdk
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-18 18:52:04 +02:00
William Wernert
e74313e171
Alerting/Annotations: Return nothing from Loki historian store if query type is annotation
( #80742 )
...
* Return empty slice if query type is `annotation`
* Add test + fix related test
2024-01-18 11:39:33 -05:00
Sven Grossmann
ded941eb84
Loki: Fix missing timerange in query builder values request ( #80829 )
...
Loki: Fix missing timerange in query builder values
2024-01-18 18:39:09 +02:00
Mihai Doarna
b8cf8ec8d7
Auth: fix swagger response for get SSO settings endpoint ( #80817 )
...
fix swagger response for get SSO settings endpoint
2024-01-18 18:27:44 +02:00
Ashley Harrison
d72c035ea6
CommandPalette: Pass matched tag as a search query to 'Add new connection' page ( #80556 )
...
* add some special logic to pass the matched tag to the add new connection page
* extend action type to accept callback for url
2024-01-18 16:16:41 +00:00
renovate[bot]
10b1b5da52
Update dependency css-loader to v6.9.0 ( #80819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 17:45:05 +02:00
renovate[bot]
596725ac56
Update dependency core-js to v3.35.0 ( #80818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 17:31:17 +02:00
Ashley Harrison
0a651a90e9
Chore: use GITHUB_TOKEN
in metrics-collector action ( #80795 )
...
use GITHUB_TOKEN
2024-01-18 15:29:40 +00:00
Alexander Zobnin
484ced521f
Auth: Fix identifying rendering request ( #80807 )
...
* Auth: Fix identifying rendering request
* Add comments
2024-01-18 15:56:01 +01:00
renovate[bot]
dafd7c7920
Update dependency classnames to v2.5.1 ( #80814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 14:35:08 +00:00
Leon Sorokin
2c5289028d
AnnotationsPlugin2: Skip zero-length, field-less, and time-less frames ( #80810 )
2024-01-18 08:34:28 -06:00
renovate[bot]
3903d3eb94
Update dependency @types/node to v20.11.5 ( #80813 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 14:33:36 +00:00
Jo
c767481dee
Auth: Cache Auth Info ( #80620 )
...
* leverage cache for auth info
* fix tests and integration
* fix panic
* fix panic
2024-01-18 15:22:19 +01:00
Jo
e77dbb63e3
AccessControl: Add group to role picker and standardize display ( #79570 )
...
* add group to role picker and standardize display
* change stuttery roles
2024-01-18 15:20:28 +01:00
Gilles De Mey
8a4bd85efd
Alerting: Fix Graphite subqueries ( #80744 )
2024-01-18 15:15:21 +01:00
Sofia Papagiannaki
bb2e0dad22
Chore: Rename folder service query variables for consistency ( #80735 )
...
Chore: Rename service query variables for consistency
2024-01-18 16:12:49 +02:00
aalapk
9f2775e771
Update _index.md ( #79606 )
...
Just suggesting a typo fix - change "an telemetry" to "a telemetry"
2024-01-18 08:10:01 -06:00
Andre Pereira
ec18c51dfd
Data trails: Avoid setting state in MetricScene component ( #80746 )
...
* Move setting default action view to activate handler
* Update breakdown when adding label to filters
2024-01-18 13:51:56 +00:00
Fabrizio
4632823af9
Fix output of breaking change check ( #80800 )
2024-01-18 14:42:45 +01:00
renovate[bot]
6eb51f6367
Update dependency @testing-library/react to v14.1.2 ( #80802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:40:41 +00:00
Ezequiel Victorero
9bd214516e
Chore: Folder id deprecation in public dashboards ( #80579 )
2024-01-18 10:27:09 -03:00
renovate[bot]
83c4caebda
Update dependency @testing-library/jest-dom to v6.2.0 ( #80799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:05:24 +00:00
renovate[bot]
d888358a95
Update dependency @rollup/plugin-json to v6.1.0 ( #80798 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:04:19 +00:00
Domas
63ac32a4ae
Field color: Filter out editor options that have excludeFromPicker=true ( #79907 )
...
* filter color palette options to to remove excluded items
* add test
* make betterer happy
* remove unused
2024-01-18 14:28:05 +02:00
Ivana Huckova
120e9044c7
Loki: Remove getQueryOptions as not needed in tests ( #80747 )
...
* Loki: Remove getQueryOptions as not needed in tests
* Update to not assert
2024-01-18 12:53:33 +01:00
Ashley Harrison
a1a9813d05
Chore: Adjust stale config to start from oldest first and increase operations limit ( #80791 )
...
adjust to do oldest first and increase operations limit
2024-01-18 11:48:59 +00:00
kay delaney
950d57c0f5
Scenes: Set min-height of left panel editor panes to 0 ( #80641 )
2024-01-18 11:31:51 +00:00
renovate[bot]
a2e9a40caf
Update dependency @react-types/shared to v3.22.0 ( #80794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 11:30:18 +00:00
renovate[bot]
0c5f3756ab
Update dependency @lezer/highlight to v1.2.0 ( #80793 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 11:29:04 +00:00
renovate[bot]
91b862adf9
Update dependency react-hook-form to v7.49.3 ( #80789 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 10:53:30 +00:00
renovate[bot]
ec15b2933e
Update dependency autoprefixer to v10.4.17
2024-01-18 10:39:29 +00:00
Marco Schaefer
fe70a3cf60
Upgrade Faro to v1.3.6 ( #80552 )
2024-01-18 11:38:30 +01:00
renovate[bot]
8e43af2fc9
Update dependency @types/react-window-infinite-loader to v1.0.9 ( #80786 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 10:11:20 +00:00
renovate[bot]
507503905b
Update dependency @types/node-forge to v1.3.11 ( #80784 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 10:10:12 +00:00
Will Browne
3885497553
Plugins: Update renderer plugin source ( #80643 )
...
* rework renderer plugin source
* add tests
2024-01-18 11:06:33 +01:00
Alexa V
4b113f87f9
Dashboard: Migration - EditVariable Settings: Implement Constant Variable ( #80743 )
...
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
2024-01-18 11:04:29 +01:00
renovate[bot]
80395e43d8
Update dependency @grafana/scenes to v1.29.0 ( #80745 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 09:51:47 +00:00
renovate[bot]
b620672c67
Update dependency @grafana/faro-web-sdk to v1.3.6 ( #80762 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 09:45:20 +00:00
Eric Leijonmarck
ef0dfff756
Users: OSS not using Orgs for users table showing ( #80719 )
...
* fix: for removing column
* linting
2024-01-18 09:09:36 +00:00
Gabriel MABILLE
59d997e5a5
RBAC: Update plugin.json roles, includes and routes ( #80592 )
...
* RBAC: Update plugin.json roles, includes and routes
* action -> reqAction
2024-01-18 09:47:11 +01:00