Ludovic Viaud
67cad49570
Prometheus: Grafana global variables in PromQL should not raise errors ( #60461 )
2023-01-11 13:12:03 +01:00
Gilles De Mey
909ec67c56
Alerting: Declare incident from a firing alert ( #61178 )
2023-01-11 11:52:20 +00:00
Gilles De Mey
db6d0464e9
Alerting: revert #60728 ( #61222 )
2023-01-11 12:37:11 +01:00
Jack Baldry
87ccf10ffe
Update publishing workflows to use PATs with fine-grained access control ( #61098 )
...
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2023-01-11 10:53:26 +00:00
Levente Balogh
8b290bba55
Connections: Update redirect alert message ( #61152 )
...
* fix(Alert): don't add padding to content when there is no title
* Feat(Connections): update the style and wording of the redirect alert
* fix(UI/Alert): more resilient check for has title
2023-01-11 11:41:19 +01:00
Levente Balogh
6b2394eff1
Connections: Make "Connect data" a section title ( #61144 )
...
* Wip
* Fix: change tests to cater for the new scenario
* feat(Connections): redirect to "Your connections / Datasources" if cannot admin plugins
2023-01-11 11:40:21 +01:00
Emil Tullstedt
fc47e0d35e
Docs: Update curl example to use --user for basic auth ( #61226 )
2023-01-11 11:18:26 +01:00
Emil Tullstedt
649b50055c
Chore: Move all backend contribution documents to a single directory ( #61140 )
2023-01-11 11:16:52 +01:00
Sean Dague
4de0149bd9
OAuth: Support pagination for GitHub orgs ( #58648 )
...
* Support pagination for github orgs
* fix unused variable
* Increase initial page to 100 per the way teams work
2023-01-11 09:52:17 +01:00
George Robinson
fa9f1c3a52
Docs: Re-order nav for Manage your alert notifications ( #60897 )
2023-01-11 08:44:01 +00:00
Alex Moreno
3db08d4e36
Add object_matchers example ( #61235 )
...
* Add object_matchers example
* Use better terminology
2023-01-11 09:43:42 +01:00
Alexander Weaver
499fdf1ae4
Docs: Unified Alerting is now compatible with AWS Aurora ( #61001 )
...
Remove line that aurora is incompatible
2023-01-11 08:43:18 +00:00
Victor Marin
2cf628e37a
BarChart: Highlight bars option for easier interaction ( #60530 )
...
* Add bar highlighter plugin to BarChart
* refactor feature
* Horizontal bars can also be hovered
* Tooltip mode UI reflects settings when stacked and bar highlight toggled
* rename variables
* override tooltip option + zIndex on hover box
* change option desc and simplify condition
2023-01-11 10:30:01 +02:00
ying-jeanne
f9daf61e96
[Bug] Fix xorm dependency on yaml v2 2.2.3 ( #61183 )
...
fix xorm dependency on yaml v2 2.2.3
2023-01-11 08:08:28 +00:00
Erik Sundell
c72ab21096
Cloudwatch: Refactor log group fields request ( #60909 )
...
* cloudwatch/log-group-fields-refactor
* remove not used code
* remove empty line
* fix broken test
* add tests
* Update pkg/tsdb/cloudwatch/routes/log_group_fields_test.go
Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
* pr feedback
Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
2023-01-11 08:12:58 +01:00
Matthew Jacobson
63ba3ccb58
Alerting: Improve legacy migration to include send reminder & frequency ( #60275 )
...
* Alerting: Improve legacy migration to include send reminder & frequency
Legacy channel frequency is migrated to the channel's migrated route's
repeat interval if send reminder is true. If send reminder is false, we
pseudo-disable the repeat interval by setting it to a large value (1y).
If there were no default channels, the root notification policy is still
created with the default 4h repeat interval.
2023-01-10 23:01:43 -05:00
Leon Sorokin
be1c5e13d5
DataFrame: Add explicit histogram frame type (panel & transforms) ( #61195 )
2023-01-10 17:42:45 -06:00
Yuri Tseretyan
86b5fbbf60
Alerting: Introduce state manager config structure ( #61249 )
2023-01-10 16:26:15 -05:00
Hamas Shafiq
bc3ce5760b
Chore: Convert TimelineColumnResizer.test.tsx
to RTL ( #61156 )
2023-01-10 21:24:51 +00:00
George Robinson
2a291afbae
Alerting: Use consts from alerting package ( #61241 )
2023-01-10 19:59:13 +00:00
juanicabanas
2505f112f5
PublicDashboards: A unique page for public dashboards ( #60744 )
...
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-01-10 14:50:37 -03:00
George Robinson
d19d8c6625
Alerting: Update Alerting and Alertmanager to v0.25.1 ( #61233 )
...
Update Alerting and Alertmanager to v0.25.1
2023-01-10 16:17:07 +00:00
Emil Tullstedt
67661c2535
Fix: Use an existing Dockerfile for the Go image ( #61158 )
2023-01-10 17:11:43 +01:00
Jo
5f6f1a7d07
Devenv: Update to keycloak 20 ( #61174 )
...
update to keycloak 20
2023-01-10 16:50:53 +01:00
Christopher Moyer
205457ae5e
Docs: removed unsupported versions; reordered ( #61112 )
...
removed unsupported versions; reordered
2023-01-10 09:29:32 -06:00
Adela Almasan
a2bd85963c
Canvas: Update element(s) selection after action ( #61204 )
2023-01-10 09:26:53 -06:00
Virginia Cepeda
3b2ec752fb
Alerting: change context parameter type ( #61197 )
...
Change boolean value to string as the Faro API doesn't accept boolean types for the entries of the context object
2023-01-10 12:17:11 -03:00
Ludovic Viaud
220ee3d1d4
Prometheus: Disabled inputs when settings are read-only ( #60354 )
2023-01-10 16:13:42 +01:00
Josh Hunt
5d725d22ad
CommandPalette: Search for dashboards using API ( #61090 )
...
* CommandPalette: Search for dashboards using API
* Fix ordering of dashboards
* Put recent + search dashboards in root list, refactor actions into hook
* limit recent dashboards to 5
* search debounce to 200ms
* update priorities
* extract i18n
2023-01-10 14:59:32 +00:00
Kat Yang
9a14a7db03
Chore: Remove star model duplicates ( #61191 )
2023-01-10 09:56:33 -05:00
Timur Olzhabayev
320266ae63
Chore: Introduce codeowners validator ( #60818 )
2023-01-10 15:40:00 +01:00
Gareth Dawson
4bfcc14c18
Docs: Update loki query editor documentation ( #61223 )
...
* feat: update list of toolbar features
* fix: update image to display new label browser
2023-01-10 14:31:22 +00:00
Hamas Shafiq
2af79535bc
Chore: Fix flaky test in SpanGraph/index.test.tsx
( #61009 )
2023-01-10 14:23:00 +00:00
Cyril Tovena
ad1813da27
Phlare: Update client code to use v0.1.2 API. ( #60941 )
...
* Depends on Phlare API instead of copying the code
* Rollback the breaking change from the API version
2023-01-10 14:16:45 +00:00
Jo
0c8ad80575
Authn: JWT client ( #61157 )
...
* add jwt client
* alias JWT verifier
* debug implementation
* add tests for jwt client
* add constant for JWT module
* Feedback
Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com>
Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com>
2023-01-10 15:08:52 +01:00
Karl Persson
2de72c1c39
AuthN: Login ( #61225 )
...
* AuthN: Add function to login auth request
2023-01-10 14:55:27 +01:00
Matias Chomicki
ef9a71f483
Loki Autocomplete: Improve handling of trailing spaces in queries ( #61184 )
...
* Loki Autocomplete: improve handling of trailing spaces in the query
* Monaco Field: rename resizing handler function
* Fix typo
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
2023-01-10 14:38:22 +01:00
Karl Persson
c5f77b6a46
AuthN: Set LookupTokenErr and fall through in case of error ( #61217 )
...
ContextHandler: Set LookupTokenErr and fall through in case of error
during authentication
2023-01-10 14:36:02 +01:00
Grafana I18n Bot
e88687cfa2
I18n: Crowdin sync ( #61119 )
...
* New translations grafana.json (Spanish)
* New translations grafana.json (Spanish)
* New translations grafana.json (German)
* New translations grafana.json (French)
2023-01-10 12:37:37 +00:00
Gareth Dawson
bbd7cb42a1
Docs: Remove redundant text about raw query toggle ( #61161 )
...
docs: remove redundant text about raw query toggle
2023-01-10 12:36:37 +00:00
Gareth Dawson
114c8b64aa
Loki: Rename "explain" toggle to "explain query" ( #61150 )
...
* feat: rename explain toggle to explain query
* test: correct failing test for explain toggle
* docs: update documentation on explain query toggle
* fix: update capitalization
2023-01-10 12:35:12 +00:00
Andre Pereira
bda13a1b5d
Explore: Expand table height to show sub-tables ( #60359 )
...
* Expand table height to show sub-tables when there isn't enough space
* Fix after merge
2023-01-10 11:58:49 +00:00
Dominik Prokop
5dbbaab3f1
Scenes: Use @grafana/scenes ( #60972 )
...
* Use @grafana/scenes WIP
* Use @grafana/scenes package
* Use released @grafana/scenes
* Fix template_srv test
2023-01-10 03:30:53 -08:00
George Robinson
35ad9e23ce
Docs: Update weights for Customize notifications without changing the order of pages ( #60898 )
2023-01-10 11:07:00 +00:00
Joao Silva
86e2eb744c
Navigation: Add Cancel button to New folder page ( #61188 )
2023-01-10 11:44:24 +01:00
Ashley Harrison
4e00fbbd7f
Navigation: Allow overriding icons in nav settings ( #61160 )
...
expose k6 icon, allow overriding icon in nav settings, override connections + k6
2023-01-10 10:29:07 +00:00
Joao Silva
84ebee026c
Navigation: Add Cancel button to Import dashboard page ( #61187 )
2023-01-10 11:25:27 +01:00
Ivana Huckova
256f640e19
Elasticsearch: Refactor processQuery to make it more readable ( #61145 )
...
* WIP: Simplify process query logic
* WIP: Simplify process query logic
* Simplify
* fix lint
2023-01-10 10:49:43 +01:00
Misi
b3a44649ce
RolePicker: Align groupHeader to the list items horizontally ( #61060 )
...
RolePicker: align groupHeader to the list items horizontally
2023-01-10 10:43:02 +01:00
Torkel Ödegaard
b5b13975d6
Dashlist: Design tweak to dashlist items ( #60140 )
2023-01-10 10:41:29 +01:00